Browse Source

返券库存

master
parent
commit
72178dea35
  1. 2
      app/Service/CouponRebateService.php

2
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');
// 提交

Loading…
Cancel
Save