dev-discount
袁野 4 years ago
parent 5a44632f8f
commit ee234a81e5
  1. 2
      hai-bweb/src/main/java/com/bweb/controller/HighCouponController.java

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

Loading…
Cancel
Save