Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-07-26 16:13:18 +08:00
commit 3c5c26b7de
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ import java.util.Date;
* 清理操作日志表任务 * 清理操作日志表任务
*/ */
@Component("clearLogTask") @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 @Autowired
private SysLogOperationDao sysLogOperationDao; private SysLogOperationDao sysLogOperationDao;