Commit 55d4611f4fef7a102c592ddbc63dd2afc9be0b26
1 parent
e6ad665ef7
Exists in
master
and in
6 other branches
医院高危模块配置
Showing 2 changed files with 3 additions and 2 deletions
platform-dal/src/main/java/com/lyms/platform/beans/SerialIdEnum.java
View file @
55d4611
| ... | ... | @@ -73,8 +73,9 @@ | 
| 73 | 73 | CourseModel("CourseModel", 97531029990L), | 
| 74 | 74 | CourseTypeModel("CourseTypeModel", 97831039590L), | 
| 75 | 75 | PatientCourseModel("PatientCourseModel", 92531039591L), | 
| 76 | - | |
| 76 | + ModularFunctionConfigModel("ModularFunctionConfigModel", 97531039991L), | |
| 77 | 77 | BabyEyeCheck("BabyEyeCheck", 97521039591L); | 
| 78 | + | |
| 78 | 79 | private String cname; | 
| 79 | 80 | private Long cid; | 
| 80 | 81 | private SerialIdEnum(String cname, Long cid) { | 
platform-dal/src/main/java/com/lyms/platform/pojo/ModularFunctionConfigModel.java
View file @
55d4611
| ... | ... | @@ -15,7 +15,7 @@ | 
| 15 | 15 | @Document(collection = "lyms_modular_function_config") | 
| 16 | 16 | public class ModularFunctionConfigModel extends BaseModel { | 
| 17 | 17 | |
| 18 | - private static final long serialVersionUID = SerialIdEnum.DiagnoseConfigModel.getCid(); | |
| 18 | + private static final long serialVersionUID = SerialIdEnum.ModularFunctionConfigModel.getCid(); | |
| 19 | 19 | |
| 20 | 20 | private String id; | 
| 21 | 21 | private String hospitalId; |