This commit is contained in:
wangliwen 2022-07-26 16:13:02 +08:00
parent efdda05ec2
commit b314c05072
1 changed files with 2 additions and 2 deletions

View File

@ -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;