|
|
@ -47,7 +47,7 @@ class OrderReport extends EloquentRepository |
|
|
$orderMain->where('market_id',$marketId); |
|
|
$orderMain->where('market_id',$marketId); |
|
|
|
|
|
|
|
|
// 查询这个市场下的店铺id
|
|
|
// 查询这个市场下的店铺id
|
|
|
$storeIds = StoreModel::where('market_id',$marketId)->pluck('user_id','id'); |
|
|
|
|
|
|
|
|
$storeIds = StoreModel::where('market_id',$marketId)->pluck('user_id','id')->toArray(); |
|
|
$storeIdsArr = array_keys($storeIds); |
|
|
$storeIdsArr = array_keys($storeIds); |
|
|
$userIdsArr = array_values($storeIds); |
|
|
$userIdsArr = array_values($storeIds); |
|
|
|
|
|
|
|
|
|