调试逾期提醒

This commit is contained in:
luofei 2023-07-12 15:41:41 +08:00
parent 6d3dab3781
commit f4d28509db
2 changed files with 2 additions and 1 deletions

View File

@ -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();

View File

@ -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)) {