Commit 0cb2d31cf165753a36c0c9e4b0abb9ca63f90f99
1 parent
265076b8a5
Exists in
master
and in
6 other branches
注释掉原来老产检劵验证
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
0cb2d31
| ... | ... | @@ -2219,9 +2219,9 @@ |
| 2219 | 2219 | } |
| 2220 | 2220 | } |
| 2221 | 2221 | AntExChuQuery antExChuQuery =new AntExChuQuery(); |
| 2222 | - antExQuery1.setHospitalId(hospitalId); | |
| 2223 | - antExQuery1.setParentId(parentId); | |
| 2224 | - antExQuery1.setYn(YnEnums.YES.getId()); | |
| 2222 | + antExChuQuery.setHospitalId(hospitalId); | |
| 2223 | + antExChuQuery.setParentId(parentId); | |
| 2224 | + antExChuQuery.setYn(YnEnums.YES.getId()); | |
| 2225 | 2225 | List<AntExChuModel> chuModelList= antenatalExaminationService.queryAntExChu(antExChuQuery); |
| 2226 | 2226 | if(CollectionUtils.isNotEmpty(chuModelList)){ |
| 2227 | 2227 | for(AntExChuModel chu:chuModelList){ |