|
@@ -124,6 +124,9 @@ class WholeController extends Curd
|
|
->where('pay_status', 'SUCCESS')
|
|
->where('pay_status', 'SUCCESS')
|
|
->pluck('join_pay_order_id')
|
|
->pluck('join_pay_order_id')
|
|
->toArray();
|
|
->toArray();
|
|
|
|
+ if (empty($groupIds)){
|
|
|
|
+ $groupIds = [''];
|
|
|
|
+ }
|
|
$where['order_groupby'] = ['in', $groupIds];
|
|
$where['order_groupby'] = ['in', $groupIds];
|
|
}
|
|
}
|
|
$orderIds = [];
|
|
$orderIds = [];
|