Commit ad6c142dd4c40d98734f2b891fc6e2be2d46dfc7

Authored by liquanyu
1 parent ce2b85908b

同步

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 @ ad6c142
... ... @@ -720,7 +720,7 @@
720 720 stopWatch3.stop();
721 721  
722 722 DoctorUsersPatientsMaps reportdoctorUsersPatientsMaps = new DoctorUsersPatientsMaps();
723   - reportdoctorUsersPatientsMaps.setCreated(new Date());
  723 + reportdoctorUsersPatientsMaps.setCreated(reports.getCreated());
724 724 reportdoctorUsersPatientsMaps.setYn(YnEnums.YES.getId());
725 725  
726 726 //门诊患者
... ... @@ -800,7 +800,7 @@
800 800 */
801 801 private void handlBuild(com.lyms.platform.pojo.Patients patients, com.lymsh.mommybaby.maindata.model.Patients mamiPatient, StopWatch stopWatch3) {
802 802 DoctorUsersPatientsMaps doctorUsersPatientsMaps = new DoctorUsersPatientsMaps();
803   - doctorUsersPatientsMaps.setCreated(new Date());
  803 + doctorUsersPatientsMaps.setCreated(patients.getCreated());
804 804 doctorUsersPatientsMaps.setYn(YnEnums.YES.getId());
805 805  
806 806 //门诊患者