Commit b81a63fc16d96094d62c9b824da9cc03d915fb80

Authored by liquanyu
1 parent 9b2c8860b4

update

Showing 1 changed file with 9 additions and 8 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ b81a63f
... ... @@ -1241,14 +1241,15 @@
1241 1241 if (isSync) {
1242 1242 syncDataToV2(patients, id, userId);
1243 1243 }
1244   -// final Patients updatePatient = patient;
  1244 + final Patients updatePatient = patient;
1245 1245  
1246   -// commonThreadPool.execute(new Runnable() {
1247   -// @Override
1248   -// public void run() {
1249   -// updateCurrentAllPatientInfo(updatePatient);
1250   -// }
1251   -// });
  1246 + // 修改其他档案
  1247 + commonThreadPool.execute(new Runnable() {
  1248 + @Override
  1249 + public void run() {
  1250 + updateCurrentAllPatientInfo(updatePatient);
  1251 + }
  1252 + });
1252 1253  
1253 1254 return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功");
1254 1255 }