‘linchangsheng’ 1 개월 전
부모
커밋
d138760b13
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/main/java/com/gree/mall/manager/logic/coupon/CouponLogic.java

+ 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);
             }