Commit b34b3dc651e93f8ac510ddaecf9dafd302c20159
1 parent
4673b2c6c1
Exists in
master
and in
6 other branches
隆化账号默认
Showing 1 changed file with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/lhxfy/LhxfyService.java
View file @
b34b3dc
| ... | ... | @@ -137,8 +137,8 @@ |
| 137 | 137 | for (LisReportModel model : lisReportModels) { |
| 138 | 138 | |
| 139 | 139 | wifeClinicalCheck.put("fillDate",DateUtil.getyyyy_MM_dd(model.getPublishTime())); |
| 140 | - wifeClinicalCheck.put("doctor",2100002229); | |
| 141 | - wifeClinicalCheck.put("doctorStr","郝艳清"); | |
| 140 | + wifeClinicalCheck.put("doctor",2100006234); | |
| 141 | + wifeClinicalCheck.put("doctorStr","张洪英"); | |
| 142 | 142 | |
| 143 | 143 | System.out.println("LisReportModel="+model.getLisId()); |
| 144 | 144 | List<LisReportItemModel> itemModels = model.getItems(); |
| ... | ... | @@ -491,8 +491,8 @@ |
| 491 | 491 | for (LisReportModel model : hlisReportModels) { |
| 492 | 492 | |
| 493 | 493 | husbandClinicalCheck.put("fillDate",DateUtil.getyyyy_MM_dd(model.getPublishTime())); |
| 494 | - husbandClinicalCheck.put("doctor",2100002229); | |
| 495 | - husbandClinicalCheck.put("doctorStr","郝艳清"); | |
| 494 | + husbandClinicalCheck.put("doctor",2100006234); | |
| 495 | + husbandClinicalCheck.put("doctorStr","张洪英"); | |
| 496 | 496 | |
| 497 | 497 | List<LisReportItemModel> itemModels = model.getItems(); |
| 498 | 498 | if (CollectionUtils.isNotEmpty(itemModels)) { |