admin
2019-09-19 e11b811d07ab56b0a3351979e8f254e56143f9bf
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;
         }