修改创建问诊订单

This commit is contained in:
2023-11-09 09:24:51 +08:00
parent c9964ecf16
commit c3f27807f0
3 changed files with 0 additions and 6 deletions
-1
View File
@@ -143,7 +143,6 @@ class UserCoupon extends Model
->whereHas('Coupon', function ($query) use ($coupon_product_datas) {
$query->where("coupon_client",1)
->where("coupon_status",1)
->where("application_scope",2)
->whereIn("application_scope",[1,3,4,5])
->where(function ($query) use ($coupon_product_datas) {
foreach ($coupon_product_datas as $coupon_product_data){