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