src/main/java/com/se/simu/controller/WaterController.java
@@ -140,7 +140,7 @@ if (null == height || height < MIN_SIZE || height > MAX_SIZE) { return WebHelper.writeJson2Page(res, HttpStatus.BAD_REQUEST, "图像高度不能为空且取值范围为" + MIN_SIZE + "~" + MAX_SIZE + "之间"); } if (null == timestamp || timestamp < Y2000) { if (null == timestamp || timestamp < 0) { return WebHelper.writeJson2Page(res, HttpStatus.BAD_REQUEST, "时间不能为空且大于2000年"); }