Commit 27e36dfaaf3a7d845d1ed040a175934fed8ba2cd
1 parent
34f3c72627
Exists in
master
and in
6 other branches
德州产检管理添加处理意见查询历史数据处理
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
27e36df
... | ... | @@ -1719,9 +1719,9 @@ |
1719 | 1719 | |
1720 | 1720 | antExQuery.setHospitalId(hospitalId); |
1721 | 1721 | } |
1722 | - if (StringUtils.isNotEmpty(cid)) | |
1722 | + if (StringUtils.isNotEmpty(fid)) | |
1723 | 1723 | { |
1724 | - antExQuery.setId(cid); | |
1724 | + antExQuery.setId(fid); | |
1725 | 1725 | } |
1726 | 1726 | |
1727 | 1727 | List<AntenatalExaminationModel> antenatalExaminationModelList = antenatalExaminationService.queryAntenatalExamination(antExQuery.convertToQuery()); |