|
|
@ -82,7 +82,7 @@ public class HighCouponController { |
|
|
|
|| StringUtils.isBlank(highCoupon.getCouponDesc()) |
|
|
|
|| StringUtils.isBlank(highCoupon.getCouponDesc()) |
|
|
|
|| highCoupon.getCouponType() == null |
|
|
|
|| highCoupon.getCouponType() == null |
|
|
|
|| highCoupon.getPayType() == null |
|
|
|
|| highCoupon.getPayType() == null |
|
|
|
|| highCoupon.getDisplayArea() == null |
|
|
|
// || highCoupon.getDisplayArea() == null
|
|
|
|
|| highCoupon.getSalesEndTime() == null |
|
|
|
|| highCoupon.getSalesEndTime() == null |
|
|
|
|| highCoupon.getRecycleDay() == null |
|
|
|
|| highCoupon.getRecycleDay() == null |
|
|
|
|| highCoupon.getLimitNumber()== null |
|
|
|
|| highCoupon.getLimitNumber()== null |
|
|
@ -174,7 +174,7 @@ public class HighCouponController { |
|
|
|
|| StringUtils.isBlank(highCoupon.getCouponDesc()) |
|
|
|
|| StringUtils.isBlank(highCoupon.getCouponDesc()) |
|
|
|
|| highCoupon.getCouponType() == null |
|
|
|
|| highCoupon.getCouponType() == null |
|
|
|
|| highCoupon.getPayType() == null |
|
|
|
|| highCoupon.getPayType() == null |
|
|
|
|| highCoupon.getDisplayArea() == null |
|
|
|
// || highCoupon.getDisplayArea() == null
|
|
|
|
|| highCoupon.getSalesEndTime() == null |
|
|
|
|| highCoupon.getSalesEndTime() == null |
|
|
|
|| highCoupon.getRecycleDay() == null |
|
|
|
|| highCoupon.getRecycleDay() == null |
|
|
|
|| highCoupon.getLimitNumber()== null |
|
|
|
|| highCoupon.getLimitNumber()== null |
|
|
@ -359,6 +359,7 @@ public class HighCouponController { |
|
|
|
@RequestParam(name = "couponName", required = false) String couponName, |
|
|
|
@RequestParam(name = "couponName", required = false) String couponName, |
|
|
|
@RequestParam(name = "couponType", required = false) Integer couponType, |
|
|
|
@RequestParam(name = "couponType", required = false) Integer couponType, |
|
|
|
@RequestParam(name = "displayArea", required = false) Integer displayArea, |
|
|
|
@RequestParam(name = "displayArea", required = false) Integer displayArea, |
|
|
|
|
|
|
|
@RequestParam(name = "couponSource", required = false) Integer couponSource, |
|
|
|
@RequestParam(name = "status", required = false) Integer status, |
|
|
|
@RequestParam(name = "status", required = false) Integer status, |
|
|
|
@RequestParam(name = "pageNum", required = true) Integer pageNum, |
|
|
|
@RequestParam(name = "pageNum", required = true) Integer pageNum, |
|
|
|
@RequestParam(name = "pageSize", required = true) Integer pageSize, HttpServletRequest request) { |
|
|
|
@RequestParam(name = "pageSize", required = true) Integer pageSize, HttpServletRequest request) { |
|
|
@ -376,6 +377,7 @@ public class HighCouponController { |
|
|
|
map.put("couponName", couponName); |
|
|
|
map.put("couponName", couponName); |
|
|
|
map.put("couponType", couponType); |
|
|
|
map.put("couponType", couponType); |
|
|
|
map.put("displayArea", displayArea); |
|
|
|
map.put("displayArea", displayArea); |
|
|
|
|
|
|
|
map.put("couponSource", couponSource); |
|
|
|
map.put("status", status); |
|
|
|
map.put("status", status); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|