|
|
- $hdList = HdClass::getAllByCondition($where,'inTurn DESC, addTime DESC', 'customId, shopId',);
|
|
|
|
|
|
|
+ $hdList = HdClass::getAllByCondition($where,'inTurn DESC, addTime DESC', 'customId, shopId');
|
|
|
$hdListByShopId = ArrayHelper::index($hdList, 'shopId');
|
|
$hdListByShopId = ArrayHelper::index($hdList, 'shopId');
|
|
|
$shopList = ShopClass::getByIds($ids, null, null, 'id, avatar, shopName, merchantName');
|
|
$shopList = ShopClass::getByIds($ids, null, null, 'id, avatar, shopName, merchantName');
|