|
|
@@ -12570,7 +12570,7 @@ class StoreOrderRepository extends BaseRepository
|
|
12570
|
12570
|
// 普通订单
|
|
12571
|
12571
|
$cursor = Db::table('rrx_store_order')->where($where)->where('pay_type', '=', $payType)
|
|
12572
|
12572
|
->where('fzone_pay_price', '>', 0.00)
|
|
12573
|
|
- ->whereIn('mer_id', CommonEnum::DESIGN_MERCHANT_ID['SharedProsperity']['code'])->cursor();
|
|
|
12573
|
+ ->where('mer_id', '=', CommonEnum::DESIGN_MERCHANT_ID['SharedProsperity']['code'])->cursor();
|
|
12574
|
12574
|
/** @var StoreOrderRepository $storeOrderRepository */
|
|
12575
|
12575
|
$storeOrderRepository = app()->make(StoreOrderRepository::class);
|
|
12576
|
12576
|
foreach ($cursor as $key => $value) {
|