|
|
$addShopList = ShopClass::getAllByCondition(['mainId' => ['in', $mainIdList]], null, 'id,shopName,merchantName,sjId,mainId', 'id');
|
|
$addShopList = ShopClass::getAllByCondition(['mainId' => ['in', $mainIdList]], null, 'id,shopName,merchantName,sjId,mainId', 'id');
|
|
|
$all = array_merge($shopList, $addShopList);
|
|
$all = array_merge($shopList, $addShopList);
|