Commit 7d127ea2a07e13229e2b01c82bee92b6b920c94e
1 parent
2ce65746cc
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/worker/BuildSerToPatientSerWorker.java
View file @
7d127ea
| ... | ... | @@ -124,13 +124,13 @@ |
| 124 | 124 | convertPatient(pt, pser2); |
| 125 | 125 | //增值服务有服务医生 |
| 126 | 126 | pser2.setSerDoct(pt.getBookbuildingDoctor()); |
| 127 | - // patientServiceService.addPatientService(pser2); | |
| 127 | + patientServiceService.addPatientService(pser2); | |
| 128 | 128 | } |
| 129 | 129 | } else { |
| 130 | 130 | convertPatient(pt, pser2); |
| 131 | 131 | //增值服务有服务医生 |
| 132 | 132 | pser2.setSerDoct(pt.getBookbuildingDoctor()); |
| 133 | - // patientServiceService.addPatientService(pser2); | |
| 133 | + patientServiceService.addPatientService(pser2); | |
| 134 | 134 | } |
| 135 | 135 | } |
| 136 | 136 | } |
| ... | ... | @@ -148,7 +148,7 @@ |
| 148 | 148 | } |
| 149 | 149 | } |
| 150 | 150 | //老数据服务标记 |
| 151 | - // patientServiceService.addPatientService(pser); | |
| 151 | + patientServiceService.addPatientService(pser); | |
| 152 | 152 | } |
| 153 | 153 | // System.out.println("endIndex:" + endIndex + "," + i + ":" + patients.size()); |
| 154 | 154 | } |