|
|
|
@@ -273,6 +273,7 @@ public class WxCouponController extends BaseController { |
|
|
|
if(wxCoupon.getEnddate() == null){ |
|
|
|
wxCoupon.setEnddate(DateUtils.stringToDate(DateUtils.getSystemTime("yyyy-MM-dd") + " 23:59:59")); |
|
|
|
} |
|
|
|
wxCoupon.setTenantId(getTenantId()); |
|
|
|
return new ResultData(wxCouponService.findPressData(wxCoupon,pageNum,pageSize)); |
|
|
|
} |
|
|
|
|
|
|
|
|