执法记录仪拉取时间更改
This commit is contained in:
parent
edcee38819
commit
39415752dd
@ -44,7 +44,7 @@ public class Mcs8Task {
|
||||
try {
|
||||
PoliceCameraManufacturer manufacturer = policeCameraManufacturerFactory.getPoliceCameraManufacturer(project.getProjectSn());
|
||||
if (manufacturer != null) {
|
||||
manufacturer.pullFile(DateUtil.offsetMinute(now, -10), now);
|
||||
manufacturer.pullFile(DateUtil.offsetDay(now, -7), now);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.error("定时从Mcs8获取执法记录仪文件err,{}", project.getProjectName(), e);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user