|
@@ -469,7 +469,7 @@ public class CouponLogic {
|
|
//.eq(UserCoupon::getTransferType, true)
|
|
//.eq(UserCoupon::getTransferType, true)
|
|
.one();
|
|
.one();
|
|
if (userCoupon == null) {
|
|
if (userCoupon == null) {
|
|
- userCouponService.save(assignCoupon(adminUser, couponBean, couponUserTypeBean.getUserId()));
|
|
|
|
|
|
+ // userCouponService.save(assignCoupon(adminUser, couponBean, couponUserTypeBean.getUserId()));
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|