Commit 54134f09 authored by 赵啸非's avatar 赵啸非

修改提交分辨率更新

parent 6da6a96d
...@@ -16,7 +16,6 @@ import com.mortals.xhx.common.model.DefaultTbQueueMsgHeaders; ...@@ -16,7 +16,6 @@ import com.mortals.xhx.common.model.DefaultTbQueueMsgHeaders;
import com.mortals.xhx.common.model.MessageHeader; import com.mortals.xhx.common.model.MessageHeader;
import com.mortals.xhx.module.device.model.DeviceEntity; import com.mortals.xhx.module.device.model.DeviceEntity;
import com.mortals.xhx.module.device.model.DeviceLogEntity; import com.mortals.xhx.module.device.model.DeviceLogEntity;
import com.mortals.xhx.module.device.model.DeviceLogQuery;
import com.mortals.xhx.module.device.model.DeviceQuery; import com.mortals.xhx.module.device.model.DeviceQuery;
import com.mortals.xhx.module.device.service.DeviceLogService; import com.mortals.xhx.module.device.service.DeviceLogService;
import com.mortals.xhx.module.device.service.DeviceService; import com.mortals.xhx.module.device.service.DeviceService;
...@@ -79,9 +78,9 @@ public class DeviceRestartTaskImpl implements ITaskExcuteService { ...@@ -79,9 +78,9 @@ public class DeviceRestartTaskImpl implements ITaskExcuteService {
} }
}); });
//定时删除日志 7天前 //定时删除日志 7天前
DeviceLogQuery contidion = new DeviceLogQuery(); /* DeviceLogQuery contidion = new DeviceLogQuery();
contidion.setCreateTimeEnd(DateUtils.getDateTimeStr(DateUtils.addCurrDate(-3),DateUtils.P_yyyy_MM_dd_HH_mm_ss)); contidion.setCreateTimeEnd(DateUtils.getDateTimeStr(DateUtils.addCurrDate(-3),DateUtils.P_yyyy_MM_dd_HH_mm_ss));
deviceLogService.getDao().delete(contidion); deviceLogService.getDao().delete(contidion);*/
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment