更新清理运行日志的注释

This commit is contained in:
panshuling321 2022-05-12 16:18:24 +08:00
parent aeaee7c699
commit 990135f9cc

View File

@ -17,7 +17,7 @@ public class AutoClearDataTask {
XhpcDeviceMessageMapper messageMapper;
/**
* 清理一个月前的数据
* 清理7天前的数据
*/
@Scheduled(cron = "0 0 5 * * ?")
private void autoClearDeviceMessageData(){