Browse Source

fix bug

release_toaliyun_real
zhengfangyuan 3 years ago
parent
commit
0db1059442
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponController.java

+ 0
- 4
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponController.java View File

@@ -459,7 +459,6 @@ public class WxCouponController extends BaseController {
//根据上架时间查询券
WxCouponChannel couponChannelQ = new WxCouponChannel();
couponChannelQ.updateTenantInfo(tenantEntity);
couponChannelQ.setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode());
couponChannelQ.setStartdate(wxCoupon.getStartdate());
couponChannelQ.setEnddate(wxCoupon.getEnddate());
List<Long> couponIds = wxCouponChannelService.findCouponIdList(couponChannelQ);
@@ -501,7 +500,6 @@ public class WxCouponController extends BaseController {
//根据上架时间查询券
WxCouponChannel couponChannelQ = new WxCouponChannel();
couponChannelQ.updateTenantInfo(tenantEntity);
couponChannelQ.setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode());
couponChannelQ.setStartdate(wxCoupon.getStartdate());
couponChannelQ.setEnddate(wxCoupon.getEnddate());
List<Long> couponIds = wxCouponChannelService.findCouponIdList(couponChannelQ);
@@ -536,7 +534,6 @@ public class WxCouponController extends BaseController {
//根据上架时间查询券
WxCouponChannel couponChannelQ = new WxCouponChannel();
couponChannelQ.updateTenantInfo(tenantEntity);
couponChannelQ.setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode());
couponChannelQ.setStartdate(wxCoupon.getStartdate());
couponChannelQ.setEnddate(wxCoupon.getEnddate());
List<Long> couponIds = wxCouponChannelService.findCouponIdList(couponChannelQ);
@@ -576,7 +573,6 @@ public class WxCouponController extends BaseController {
//根据上架时间查询券
WxCouponChannel couponChannelQ = new WxCouponChannel();
couponChannelQ.updateTenantInfo(tenantEntity);
couponChannelQ.setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode());
couponChannelQ.setStartdate(wxCoupon.getStartdate());
couponChannelQ.setEnddate(wxCoupon.getEnddate());
List<Long> couponIds = wxCouponChannelService.findCouponIdList(couponChannelQ);


Loading…
Cancel
Save