|
@@ -162,6 +162,7 @@ public class CouponServiceImpl extends ServiceImpl<CouponMapper, Coupon> impleme
|
|
|
@Override
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public void saveCoupon(Coupon coupon, List<CouponTicket> ticketList,List<Long> channelIdList) {
|
|
|
+ logger.info("coupon---:" + JSONObject.toJSONString(coupon));
|
|
|
boolean res = couponService.save(coupon);
|
|
|
if (!res) {
|
|
|
throw new ServiceException("请联系管理员");
|