Commit eb59835dbb589d0ca98c0122c561718a4a463aa2
1 parent
8e9b062524
Exists in
dev
产后康复服务:状态可以进行修改
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/PatientSerEnums.java
View file @
eb59835
... | ... | @@ -223,7 +223,7 @@ |
223 | 223 | else |
224 | 224 | { |
225 | 225 | for (SerTypeEnums enums : SerTypeEnums.values()) { |
226 | - if (enums.getId() < 10) { | |
226 | + if (enums.getId() < 10 || enums.getId() == 20) { | |
227 | 227 | Map<String, Object> resultMap = new HashMap<>(); |
228 | 228 | resultMap.put("id", enums.getId()); |
229 | 229 | resultMap.put("name", enums.getTitle()); |