调试逾期提醒
This commit is contained in:
parent
6d3dab3781
commit
f4d28509db
@ -150,6 +150,7 @@ class SpuRepository extends BaseRepository
|
||||
$query->field($this->merchantFiled)->with(['type_name']);
|
||||
},
|
||||
'issetCoupon',
|
||||
'product.attrValue',
|
||||
]);
|
||||
$productMake = app()->make(ProductRepository::class);
|
||||
$count = $query->count();
|
||||
|
@ -56,7 +56,7 @@ class JgPush
|
||||
}
|
||||
break;
|
||||
case 'MERCHANT_CREDIT_BUY_NOTICE':
|
||||
$route = "/pages/admin/orderDetail/index?id={$data['orderId']}&mer_id={$data['id']}";
|
||||
$route = "/pages/order_details/stay?order_id={$data['orderId']}&product_type=98";
|
||||
$merUserId = Merchant::where('mer_id', $data['id'])->value('uid');
|
||||
$jgRegisterId = User::where('uid', $merUserId)->value('jg_register_id');
|
||||
if (empty($jgRegisterId)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user