just for test

This commit is contained in:
chenxudong 2025-12-30 09:08:00 +08:00
parent 64e2c29603
commit 8349d84738
1 changed files with 0 additions and 1 deletions

View File

@ -283,5 +283,4 @@ public class BackupTask {
edFileInfoMapper.update(Wrappers.<EdFileInfo>lambdaUpdate().set(EdFileInfo::getDataStatus, EleDataStatusEnum.PUBLISHED.code).le(EdFileInfo::getUpdatedTime, twoMinutesAgo)); edFileInfoMapper.update(Wrappers.<EdFileInfo>lambdaUpdate().set(EdFileInfo::getDataStatus, EleDataStatusEnum.PUBLISHED.code).le(EdFileInfo::getUpdatedTime, twoMinutesAgo));
} }
} }