Commit d76f7b7504a1cb8e47d3b17a3b8097312dea40ee

Authored by liquanyu
1 parent 6b0b46e2ba

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
... ... @@ -5,9 +5,6 @@
5 5 #德州代金券地址
6 6 djq_url=http://127.0.0.1:9090/his/insertDzfyDjq
7 7  
8   -#各个医院ID 216:秦皇岛妇幼保健院;1000000114:德州妇幼
9   -hospitalId=1000000114
10   -
11 8 #区域平台访问短信中心的token
12 9 center_token=e0c56363-00d6-42ee-bbe0-23c553583062
13 10