Commit 1d7cd3dd authored by hanshuai's avatar hanshuai

Merge branch 'V2.0.3' of ssh://103.249.252.28:10022/lcy/education

hanshuai
parent 5a3e5292
......@@ -8,8 +8,6 @@ public enum ResultServiceEnums {
EXCEL_IMPORT_DATA_NOT_EXIST(11,"Excel中没有找到任何完整有效的数据"),
EXCEL_IMPORT_DATA_HAS_NULL(92,"第一行存在空数据"),
EXCEL_IMPORT_HEADER_ERROR(12,"excel表头信息错误,导入失败"),
EXCEL_IMPORT_DB_INSERT_ERROR(13,"数据库插入失败"),
......@@ -172,9 +170,11 @@ public enum ResultServiceEnums {
AGENCY_IS_USED(91,"该教学单位已被使用,不可删除"),
STARTDATE_AFTER_ENDDATE(92,"开始时间比结束时间晚"),
EXCEL_IMPORT_DATA_HAS_NULL(92,"第一行存在空数据"),
STARTDATE_AFTER_ENDDATE(93,"开始时间比结束时间晚"),
STARTDATE_EQUAL_ENDDATE(93,"开始时间等于结束时间"),
STARTDATE_EQUAL_ENDDATE(94,"开始时间等于结束时间"),
;
private Integer code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment