Commit dcc6af2b authored by hezhen's avatar hezhen

123

parent 54fba104
......@@ -430,7 +430,7 @@ public class UserCouponBiz extends BaseBiz<UserCouponMapper, UserCoupon> {
userCoupon.setExpireTime(couponVo.getValidEndTime());
userCoupon.setTickerNo(Snowflake.build()+"");
userCoupons.add(userCoupon);*/
userLedCoupon(appUserLogin.getId(),userCouponSendDTO.getCouponId());
adminUserLedCoupon(appUserLogin.getId(),userCouponSendDTO.getCouponId());
}
return 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment