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