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; }