Commit 3edd99c6fc4c16a8410026d8c7fd2b637ba8c89a
1 parent
846f7f8a45
Exists in
master
and in
6 other branches
短信配置
Showing 2 changed files with 2 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/Test.java
View file @
3edd99c
... | ... | @@ -22,8 +22,7 @@ |
22 | 22 | map.put("temp", "2"); |
23 | 23 | restList.add(map); |
24 | 24 | com.lyms.platform.operate.web.utils.CollectionUtils.reverseList(restList); |
25 | -System.out.println(restList); | |
26 | - | |
25 | + System.out.println(restList); | |
27 | 26 | /* PatientsQuery patientsQuery = new PatientsQuery(); |
28 | 27 | //排查本院隐藏建档 |
29 | 28 | patientsQuery.setExtEnable(false); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
3edd99c