zhengfangyuan 3 лет назад
Родитель
Сommit
0db1059442
1 измененных файлов: 0 добавлений и 4 удалений
  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 Просмотреть файл

@@ -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);


Загрузка…
Отмена
Сохранить