Commit ae095a5614abbf0fe22113a1edda5bd5823e847e
1 parent
7b53fadc57
Exists in
master
and in
6 other branches
lis修改
Showing 1 changed file with 5 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/LisHandleTask.java
View file @
ae095a5
... | ... | @@ -105,7 +105,11 @@ |
105 | 105 | { |
106 | 106 | patientsQuery.setVcCardNo(lisReportModel.getVcCardNo()); |
107 | 107 | } |
108 | - list.addAll(patientsService.queryPatient1(patientsQuery, "modified")); | |
108 | + if (StringUtils.isNotEmpty(patientsQuery.getVcCardNo())) | |
109 | + { | |
110 | + list.addAll(patientsService.queryPatient1(patientsQuery, "modified")); | |
111 | + } | |
112 | + | |
109 | 113 | } |
110 | 114 | if (StringUtils.isNotEmpty(lisReportModel.getPhone())) |
111 | 115 | { |