‘linchangsheng’ 1 tháng trước cách đây
mục cha
commit
d138760b13

+ 0 - 3
src/main/java/com/gree/mall/manager/logic/coupon/CouponLogic.java

@@ -280,9 +280,6 @@ public class CouponLogic {
                 couponUser.setCreateTime(new Date());
                 couponUserList.add(couponUser);
             }
-            if (userCouponList.size() > 0) {
-                userCouponService.saveBatch(userCouponList);
-            }
             if (couponUserList.size() > 0) {
                 couponUserService.saveBatch(couponUserList);
             }