Commit 186a671a81c0a12d7aeae0155082615ba6740f84

Authored by tranny
1 parent cfd5e67913

妇女档案同步修改

Showing 1 changed file with 2 additions and 2 deletions

platform-job-index/src/main/java/com/lyms/platform/job/index/restore/data/SyncDataWork.java View file @ 186a671
... ... @@ -887,13 +887,13 @@
887 887 logger.info(stopWatch3.toString());
888 888  
889 889  
890   - syncResidents(hospitalId);
  890 +
891 891 } catch (Exception e) {
892 892 ERROR_LOGGER.error("handl patient :" + patients.getId() + ", hospitalId:" + hospitalId, e);
893 893 }
894 894 }
895 895 }
896   -
  896 + syncResidents(hospitalId);
897 897  
898 898 logger.info("begin load baby by: " + hospitalId + ",costTime:" + (System.currentTimeMillis() - l));
899 899 loadRpBaby(hospitalId);