Commit e863e42cf59604bcd2f21a93c881fe0c0926f04e
1 parent
c953b952a0
Exists in
dev
#fix:优化产后营养报告管理
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostpartumReportFacade.java
View file @
e863e42
| ... | ... | @@ -31,6 +31,7 @@ |
| 31 | 31 | String hospitalId = autoMatchFacade.getHospitalId(userId); |
| 32 | 32 | postpartumReportQuery.setHospitalId(hospitalId); |
| 33 | 33 | postpartumReportQuery.setYn(1); |
| 34 | + postpartumReportQuery.setNeed("true"); | |
| 34 | 35 | return postpartumReportService.queryPatient(postpartumReportQuery); |
| 35 | 36 | } |
| 36 | 37 |