Commit 29409f9c85b931b7b939ecfd40982036c49c0a53
1 parent
d6451d51c8
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
29409f9
... | ... | @@ -919,6 +919,9 @@ |
919 | 919 | if (org.apache.commons.collections.CollectionUtils.isNotEmpty(patients)) { |
920 | 920 | int i = 0; |
921 | 921 | for (Patients p : patients) { |
922 | + if(StringUtils.isNotEmpty(p.getHospitalId()) && "2100002324".equals(p.getHospitalId())){ | |
923 | + continue; | |
924 | + } | |
922 | 925 | Map<String, Object> result = new LinkedHashMap<>(); |
923 | 926 | result.put("条码号", p.getVcCardNo()); |
924 | 927 | result.put("姓名", p.getUsername()); |