修改创建药品订单

This commit is contained in:
2023-11-09 09:05:18 +08:00
parent d9a4be6932
commit b19c5d47ab
3 changed files with 2 additions and 6 deletions
+1
View File
@@ -133,6 +133,7 @@ class UserCouponService extends BaseService
$coupons[$key]['cannot_use_coupon_reason'] = ""; // 不可使用原因
}
dump($user_coupons);
foreach ($coupons as $key => $coupon) {
// 处理优惠卷数量限制问题
if ($coupon['coupon_type'] == 3 && !empty($coupon['product_id'])){