|
|
|
@@ -292,8 +292,6 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
record.setUpdateDate(new Date()); |
|
|
|
wxCouponMapper.insertSelective(record); |
|
|
|
|
|
|
|
wxCouponMapper.insertPressData(record); |
|
|
|
|
|
|
|
} else { |
|
|
|
if (merchantParamList != null && merchantParamList.size() > 0) { |
|
|
|
WxCouponMerchant cmParam = new WxCouponMerchant(); |
|
|
|
@@ -361,7 +359,6 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
} |
|
|
|
record.setUpdateDate(new Date()); |
|
|
|
wxCouponMapper.updateByPrimaryKeySelective(record); |
|
|
|
wxCouponMapper.insertPressData(record); |
|
|
|
} |
|
|
|
return new ResultData(record.getId()); |
|
|
|
} |
|
|
|
|