Commit bbf9a6623728ceeff928cb66e63291bf900415b6
1 parent
e5b3dca228
Exists in
master
and in
6 other branches
承德公卫接口
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/Cdfy/CdGwInterface.java
View file @
bbf9a66
| ... | ... | @@ -4610,8 +4610,8 @@ |
| 4610 | 4610 | /*String startDate = DateUtil.getyyyy_MM_dd_hms(start); |
| 4611 | 4611 | String endDate = DateUtil.getyyyy_MM_dd_hms(end);*/ |
| 4612 | 4612 | |
| 4613 | - String startDate = start; | |
| 4614 | - String endDate = end; | |
| 4613 | + String startDate = "2017-10-01 00:00:00"; | |
| 4614 | + String endDate = "2018-12-17 23:59:59"; | |
| 4615 | 4615 | System.out.println("start=" + startDate + "end=" + endDate); |
| 4616 | 4616 | saveYf(startDate, endDate); |
| 4617 | 4617 | saveChuZhen(startDate, endDate); |