|
@ -31,7 +31,7 @@ public class OldPeoplePhysicalExaminationSynJob implements Job {
|
|
|
String enddate = DateUtil.getNextDay(DateUtil.getStringDateShort(),-1) + " 23:59:59";
|
|
|
|
|
|
//根据起止时间查询家签慢病患者定标情况,并同步到本地数据库
|
|
|
jwPrescriptionService.getPatientDiseaseContentMapByTime(startdate,enddate);
|
|
|
jwPrescriptionService.getOldPeoplePhysicalExaminationByTime(startdate,enddate);
|
|
|
|
|
|
logger.info("END========老年人体检记录同步JOB");
|
|
|
}catch (Exception e){
|