修改完善执法装备数据同步、执法机构同步接口
This commit is contained in:
parent
e9834714b4
commit
a315582b2a
|
|
@ -49,6 +49,7 @@ public class EquipmentHistoryVideoScheduleService {
|
||||||
private int pageSize;
|
private int pageSize;
|
||||||
@Value("${media.service.date.start:2000-01-01 00:00:00}")
|
@Value("${media.service.date.start:2000-01-01 00:00:00}")
|
||||||
private String defaultStartDate;
|
private String defaultStartDate;
|
||||||
|
|
||||||
@Value("${media.service.date.end:2030-01-01 00:00:00}")
|
@Value("${media.service.date.end:2030-01-01 00:00:00}")
|
||||||
private String defaultEndDate;
|
private String defaultEndDate;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@ public class OfficerScheduleService {
|
||||||
this.ssoClientProperties = ssoClientProperties;
|
this.ssoClientProperties = ssoClientProperties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 定时任务,每天凌晨2点执行
|
* 定时任务,每天凌晨2点执行
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@ public class ReportCheckScheduleService {
|
||||||
this.materialsRepo = materialsRepo;
|
this.materialsRepo = materialsRepo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 12350投诉举报信息导入
|
* 12350投诉举报信息导入
|
||||||
* 每隔一小时执行一次
|
* 每隔一小时执行一次
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue