Commit 32674203590517d77040c50712290dfe72803ed4
1 parent
110ac74864
Exists in
master
and in
1 other branch
快速测量
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MeasureInfoFacade.java
View file @
3267420
| ... | ... | @@ -182,6 +182,8 @@ |
| 182 | 182 | else |
| 183 | 183 | { |
| 184 | 184 | PatientsQuery patientsQuery = new PatientsQuery(); |
| 185 | + patientsQuery.setPcerteTypeId(certType); | |
| 186 | + patientsQuery.setCardNo(certNo); | |
| 185 | 187 | List<Patients> patientsList = patientsService.queryPatient(patientsQuery); |
| 186 | 188 | if (CollectionUtils.isNotEmpty(patientsList)) |
| 187 | 189 | { |