Commit 98c8411937eee5503f8c29f7dddd0e9cde2cedf4
1 parent
110789191e
Exists in
master
and in
6 other branches
服务同步
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/BuildSerToPatientSerWorker.java
View file @
98c8411
| ... | ... | @@ -65,9 +65,11 @@ |
| 65 | 65 | patientsQuery.setYn(YnEnums.YES.getId()); |
| 66 | 66 | patientsQuery.setNeed("need"); |
| 67 | 67 | patientsQuery.setType(1); |
| 68 | + | |
| 68 | 69 | List<Patients> patients = patientsService.queryPatient(patientsQuery); |
| 69 | 70 | for (Patients pt : patients) { |
| 70 | 71 | if (pt.getServiceType() == null) { |
| 72 | + System.out.println("跳过数据:"+pt.getId()); | |
| 71 | 73 | continue; |
| 72 | 74 | } |
| 73 | 75 |