mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	【缺陷修复】MALL:修复优惠劵过期时,update 失败的情况
This commit is contained in:
		@@ -215,7 +215,7 @@ public class CouponServiceImpl implements CouponService {
 | 
			
		||||
        int count = 0;
 | 
			
		||||
        for (CouponDO coupon : list) {
 | 
			
		||||
            try {
 | 
			
		||||
                boolean success = getSelf().expireCoupon(coupon);
 | 
			
		||||
                boolean success = expireCoupon(coupon);
 | 
			
		||||
                if (success) {
 | 
			
		||||
                    count++;
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user