|
|
|
@ -79,7 +79,6 @@ public class HighCouponController { |
|
|
|
|
|| StringUtils.isBlank(highCoupon.getCouponImg()) |
|
|
|
|
|| StringUtils.isBlank(highCoupon.getCouponCarouselImg()) |
|
|
|
|
|| StringUtils.isBlank(highCoupon.getCouponDesc()) |
|
|
|
|
|| highCoupon.getCouponPrice() == null |
|
|
|
|
|| highCoupon.getCouponType() == null |
|
|
|
|
|| highCoupon.getPayType() == null |
|
|
|
|
|| highCoupon.getDisplayArea() == null |
|
|
|
@ -164,7 +163,6 @@ public class HighCouponController { |
|
|
|
|
|| StringUtils.isBlank(highCoupon.getCouponImg()) |
|
|
|
|
|| StringUtils.isBlank(highCoupon.getCouponCarouselImg()) |
|
|
|
|
|| StringUtils.isBlank(highCoupon.getCouponDesc()) |
|
|
|
|
|| highCoupon.getCouponPrice() == null |
|
|
|
|
|| highCoupon.getCouponType() == null |
|
|
|
|
|| highCoupon.getPayType() == null |
|
|
|
|
|| highCoupon.getDisplayArea() == null |
|
|
|
|