|
|
@@ -99,12 +99,12 @@ public class WxCouponChannelController extends BaseController { |
|
|
wxCouponChannel.updateTenantInfo(getTenantInfo()); |
|
|
wxCouponChannel.updateTenantInfo(getTenantInfo()); |
|
|
wxCouponChannel.setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode()); |
|
|
wxCouponChannel.setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode()); |
|
|
wxCouponChannel.setCouponStatus(EnumCouponStatus.COUPON_STATUS_THROW_IN.getCode()); |
|
|
wxCouponChannel.setCouponStatus(EnumCouponStatus.COUPON_STATUS_THROW_IN.getCode()); |
|
|
logger.info(">>>>>>>:{}",JSON.toJSONString(wxCouponChannel)); |
|
|
|
|
|
|
|
|
//logger.info(">>>>>>>:{}",JSON.toJSONString(wxCouponChannel)); |
|
|
|
|
|
|
|
|
wxCouponChannel.setSortColumn(null); |
|
|
wxCouponChannel.setSortColumn(null); |
|
|
wxCouponChannel.setShowBeginTime(new Date()); |
|
|
wxCouponChannel.setShowBeginTime(new Date()); |
|
|
|
|
|
|
|
|
String key = EnumCacheKey.C_INDEX_PAGE_LIST.getMessage() |
|
|
|
|
|
|
|
|
String key = "couponChannelCreditList_" |
|
|
+ wxCouponChannel.getTenantId() + "_" |
|
|
+ wxCouponChannel.getTenantId() + "_" |
|
|
+ wxCouponChannel.getTargetAd() + "_" |
|
|
+ wxCouponChannel.getTargetAd() + "_" |
|
|
+ wxCouponChannel.getBusiness() + "_" |
|
|
+ wxCouponChannel.getBusiness() + "_" |
|
|
|