pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/result/StatisticlResultCode.java
@@ -15,7 +15,8 @@ public enum StatisticlResultCode { NO_RECORDS(10001, "没有符合条件的记录"), YEAR_AND_MONTH_CANNOT_BE_NULL(10002, "年份和月份不能为空"), YEAR_CANNOT_BE_NULL(10003, "年份不能为空"); YEAR_OR_MONTH_IS_ERROR(10003, "年份或月份错误"), YEAR_CANNOT_BE_NULL(10004, "年份不能为空"); private final Integer code; private final String message;