...
This commit is contained in:
parent
efdda05ec2
commit
b314c05072
|
@ -17,9 +17,9 @@ import java.util.Date;
|
|||
* 清理操作日志表任务
|
||||
*/
|
||||
@Component("clearLogTask")
|
||||
public class clearLogTask implements ITask {
|
||||
public class ClearLogTask implements ITask {
|
||||
|
||||
private static final Logger logger = LoggerFactory.getLogger(clearLogTask.class);
|
||||
private static final Logger logger = LoggerFactory.getLogger(ClearLogTask.class);
|
||||
|
||||
@Autowired
|
||||
private SysLogOperationDao sysLogOperationDao;
|
Loading…
Reference in New Issue