Commit 081d553380433f0c1a77ade41ff4cb126c601af5

Authored by liquanyu
1 parent b81a63fc16

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ 081d553
... ... @@ -1241,7 +1241,7 @@
1241 1241 if (isSync) {
1242 1242 syncDataToV2(patients, id, userId);
1243 1243 }
1244   - final Patients updatePatient = patient;
  1244 + final Patients updatePatient = patients;
1245 1245  
1246 1246 // 修改其他档案
1247 1247 commonThreadPool.execute(new Runnable() {