admin
2019-09-23 e50559f1a422b9d77ec9b4a36b44100339e64ebb
fanli/src/main/java/com/yeshi/fanli/controller/admin/UserSystemCouponAdminController.java
@@ -410,7 +410,7 @@
         String endTime, Integer coupon, PrintWriter out){
      try {
         
         if (coupon == null || (coupon != 1 && coupon != 2)) {
         if (coupon == null || (coupon.intValue() < 0 && coupon.intValue() > 4)) {
            JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("券类型不正确"));
            return;
         }