Sfoglia il codice sorgente

fix bug

release_toaliyun_real
zhengfangyuan 3 anni fa
parent
commit
0db1059442
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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 Vedi 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);


Caricamento…
Annulla
Salva