Commit 80b07690b6019b98ed63641bb9dd36a3c6d143a6
1 parent
7238480c3b
Exists in
master
and in
6 other branches
update code
Showing 3 changed files with 5 additions and 2 deletions
platform-biz-service/src/main/resources/mainOrm/master/MasterLis.xml
View file @
80b0769
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java
View file @
80b0769
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/LisHandleTask.java
View file @
80b0769
... | ... | @@ -63,7 +63,7 @@ |
63 | 63 | map.put("vcCardNo", pat.getVcCardNo()); |
64 | 64 | map.put("name",pat.getUsername()); |
65 | 65 | map.put("phone",pat.getPhone()); |
66 | - map.put("checkTime",lisReportModel.getCheckTime() == null ? DateUtil.getyyyy_MM_dd_hms(lisReportModel.getPublishTime()) | |
66 | + map.put("checkTime",lisReportModel.getPublishTime() == null ? DateUtil.getyyyy_MM_dd_hms(lisReportModel.getCheckTime()) | |
67 | 67 | : DateUtil.getyyyy_MM_dd_hms(lisReportModel.getCheckTime())); |
68 | 68 | map.put("patientId",patientId); |
69 | 69 | map.put("hospitalId",lisReportModel.getHospitalId()); |