mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 18:49:06 +08:00 
			
		
		
		
	修复优惠券回收后,领取数量和剩余数量不更新的问题
This commit is contained in:
		| @ -140,8 +140,8 @@ public class CouponServiceImpl implements CouponService { | ||||
|         if (deleteCount == 0) { | ||||
|             throw exception(COUPON_DELETE_FAIL_USED); | ||||
|         } | ||||
|         // 减少优惠劵模板的领取数量 -1 | ||||
|         couponTemplateService.updateCouponTemplateTakeCount(id, -1); | ||||
|         // 传入优惠券模板ID,减少优惠劵模板的领取数量 -1 | ||||
|         couponTemplateService.updateCouponTemplateTakeCount(couponMapper.selectById(id).getTemplateId(), -1); | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 卢越
					卢越