|
|
@@ -1,5 +1,6 @@ |
|
|
package com.iformall.controller; |
|
|
package com.iformall.controller; |
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
import com.github.pagehelper.PageInfo; |
|
|
import com.github.pagehelper.PageInfo; |
|
|
import com.iformall.annotation.RedisCache; |
|
|
import com.iformall.annotation.RedisCache; |
|
|
import com.iformall.common.ErrorCode; |
|
|
import com.iformall.common.ErrorCode; |
|
|
@@ -59,6 +60,7 @@ 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)); |
|
|
|
|
|
|
|
|
// if(StringUtils.isNotBlank(wxCouponChannel.getSortColumn())){ |
|
|
// if(StringUtils.isNotBlank(wxCouponChannel.getSortColumn())){ |
|
|
// |
|
|
// |
|
|
|