From 72178dea359298bdab7355c826ebe4397ee37b5b Mon Sep 17 00:00:00 2001 From: "DESKTOP-GG6FIN9\\Administrator" <15040771@qq.com> Date: Tue, 11 Aug 2020 11:22:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=88=B8=E5=BA=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/CouponRebateService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/CouponRebateService.php b/app/Service/CouponRebateService.php index 3864091..a3384ff 100644 --- a/app/Service/CouponRebateService.php +++ b/app/Service/CouponRebateService.php @@ -338,7 +338,7 @@ class CouponRebateService implements CouponRebateServiceInterface ->update(['rebate_type' => 2]); //更新库存操作 Db::table('ims_system_coupon_user') - ->where('id', $active['repay']['repay']) + ->where('id', $active['repay']) ->increment('inventory_use'); // 提交