Commit e02780d7157cc505108f0f910bee928cca5c8a5b
1 parent
ff7f420dc0
Exists in
master
and in
6 other branches
服务同步
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/BuildSerToPatientSerWorker.java
View file @
e02780d
... | ... | @@ -129,7 +129,6 @@ |
129 | 129 | } |
130 | 130 | } |
131 | 131 | //老数据服务标记 |
132 | - pser.setIsOld(1); | |
133 | 132 | patientServiceService.addPatientService(pser); |
134 | 133 | } |
135 | 134 | // System.out.println("endIndex:" + endIndex + "," + i + ":" + patients.size()); |
... | ... | @@ -141,6 +140,7 @@ |
141 | 140 | } |
142 | 141 | |
143 | 142 | public void convertPatient(Patients pt, PatientService pser2) { |
143 | + pser2.setIsOld(1); | |
144 | 144 | pser2.setCreateUser(pt.getBookbuildingDoctor()); |
145 | 145 | pser2.setCreateDate(pt.getBookbuildingDate()); |
146 | 146 | pser2.setParentid(pt.getId()); |