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