Commit d76f7b7504a1cb8e47d3b17a3b8097312dea40ee
1 parent
6b0b46e2ba
Exists in
master
and in
6 other branches
update code
Showing 2 changed files with 1 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/dzfy/DzfyFmService.java
View file @
d76f7b7
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 | |
66 | 66 | private static Map<String, List> babyMap = new HashMap<>(); |
67 | 67 | |
68 | - private static final String HOSPITALID = PropertiesUtils.getPropertyValue("hospitalId"); | |
68 | + private static final String HOSPITALID = "1000000114"; | |
69 | 69 | static { |
70 | 70 | ONE_ENUMS.put(0, "长"); |
71 | 71 | ONE_ENUMS.put(1, "次"); |
platform-operate-api/src/main/resources/config.properties
View file @
d76f7b7