Commit ec8b5713e2d4de77d05a911ad4af1d5167627365
1 parent
411154efb3
Exists in
master
and in
1 other branch
产检
Showing 1 changed file with 6 additions and 6 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
ec8b571
| ... | ... | @@ -2728,8 +2728,8 @@ |
| 2728 | 2728 | AntExChuQuery antExChuQuery = new AntExChuQuery(); |
| 2729 | 2729 | |
| 2730 | 2730 | //http://jira.healthbaby.com.cn/browse/WEB-2733 |
| 2731 | - //antExChuQuery.setPid(patients.getPid()); | |
| 2732 | - antExChuQuery.setParentId(patients.getId()); | |
| 2731 | + antExChuQuery.setPid(patients.getPid()); | |
| 2732 | + //antExChuQuery.setParentId(patients.getId()); | |
| 2733 | 2733 | antExChuQuery.setYn(YnEnums.YES.getId()); |
| 2734 | 2734 | Date max = null; |
| 2735 | 2735 | if (!sortList.isEmpty()) { |
| ... | ... | @@ -2748,8 +2748,8 @@ |
| 2748 | 2748 | antExQuery.setYn(YnEnums.YES.getId()); |
| 2749 | 2749 | |
| 2750 | 2750 | //http://jira.healthbaby.com.cn/browse/WEB-2733 |
| 2751 | - //antExQuery.setPid(patients.getPid()); | |
| 2752 | - antExQuery.setParentId(patients.getId()); | |
| 2751 | + antExQuery.setPid(patients.getPid()); | |
| 2752 | + //antExQuery.setParentId(patients.getId()); | |
| 2753 | 2753 | |
| 2754 | 2754 | |
| 2755 | 2755 | antExQuery.setStart(max); |
| ... | ... | @@ -2767,8 +2767,8 @@ |
| 2767 | 2767 | antExQuery1.setHospitalId(hospitalId); |
| 2768 | 2768 | |
| 2769 | 2769 | //http://jira.healthbaby.com.cn/browse/WEB-2733 |
| 2770 | - //antExQuery1.setPid(patients.getPid()); | |
| 2771 | - antExQuery1.setParentId(patients.getId()); | |
| 2770 | + antExQuery1.setPid(patients.getPid()); | |
| 2771 | + //antExQuery1.setParentId(patients.getId()); | |
| 2772 | 2772 | |
| 2773 | 2773 | antExQuery1.setYn(YnEnums.YES.getId()); |
| 2774 | 2774 | antExQuery1.setStart(max); |