Commit 26c740b0ca30be64ef284e2ced59221707158533
1 parent
5ccc6fdf41
Exists in
master
and in
6 other branches
增加soureceid
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/WorkHR.java
View file @
26c740b
| ... | ... | @@ -83,10 +83,10 @@ |
| 83 | 83 | riskPatientsResult.setlName(patients.getBookbuildingDoctor()); |
| 84 | 84 | } |
| 85 | 85 | } |
| 86 | - | |
| 86 | + antExQuery.setStart(patients.getLastMenses()); | |
| 87 | 87 | antExQuery.setPid(patients.getPid()); |
| 88 | 88 | antExQuery.setYn(YnEnums.YES.getId()); |
| 89 | - | |
| 89 | + antExChuQuery1.setStart(patients.getLastMenses()); | |
| 90 | 90 | antExChuQuery1.setPid(patients.getPid()); |
| 91 | 91 | antExChuQuery1.setYn(YnEnums.YES.getId()); |
| 92 | 92 | stopWatch.start("query antexc list"); |