@ -110,161 +110,161 @@ public class CameraController extends BaseController
@@ -110,161 +110,161 @@ public class CameraController extends BaseController
@ -51,25 +51,25 @@ public class CameraNetFtpController extends BaseController
@@ -51,25 +51,25 @@ public class CameraNetFtpController extends BaseController
@ -34,20 +34,20 @@ public class SysJobServiceImpl implements ISysJobService
@@ -34,20 +34,20 @@ public class SysJobServiceImpl implements ISysJobService
@ -59,7 +59,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -59,7 +59,7 @@ public class SysJobServiceImpl implements ISysJobService
/**
*通过调度任务ID查询调度信息
*
*
*@paramjobId调度任务ID
*@return调度任务对象信息
*/
@ -71,7 +71,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -71,7 +71,7 @@ public class SysJobServiceImpl implements ISysJobService
/**
*暂停任务
*
*
*@paramjob调度信息
*/
@Override
@ -91,7 +91,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -91,7 +91,7 @@ public class SysJobServiceImpl implements ISysJobService
/**
*恢复任务
*
*
*@paramjob调度信息
*/
@Override
@ -111,7 +111,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -111,7 +111,7 @@ public class SysJobServiceImpl implements ISysJobService
/**
*删除任务后,所对应的trigger也将被删除
*
*
*@paramjob调度信息
*/
@Override
@ -130,7 +130,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -130,7 +130,7 @@ public class SysJobServiceImpl implements ISysJobService
/**
*批量删除调度信息
*
*
*@paramjobIds需要删除的任务ID
*@return结果
*/
@ -147,7 +147,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -147,7 +147,7 @@ public class SysJobServiceImpl implements ISysJobService
/**
*任务调度状态修改
*
*
*@paramjob调度信息
*/
@Override
@ -169,7 +169,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -169,7 +169,7 @@ public class SysJobServiceImpl implements ISysJobService
/**
*立即运行任务
*
*
*@paramjob调度信息
*/
@Override
@ -187,7 +187,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -187,7 +187,7 @@ public class SysJobServiceImpl implements ISysJobService
/**
*新增任务
*
*
*@paramjob调度信息调度信息
*/
@Override
@ -205,7 +205,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -205,7 +205,7 @@ public class SysJobServiceImpl implements ISysJobService
/**
*更新任务的时间表达式
*
*
*@paramjob调度信息
*/
@Override
@ -223,7 +223,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -223,7 +223,7 @@ public class SysJobServiceImpl implements ISysJobService
/**
*更新任务
*
*
*@paramjob任务对象
*@paramjobGroup任务组名
*/
@ -242,7 +242,7 @@ public class SysJobServiceImpl implements ISysJobService
@@ -242,7 +242,7 @@ public class SysJobServiceImpl implements ISysJobService