This commit is contained in:
张良(004796)
2024-05-10 16:42:32 +08:00
parent 0308919d04
commit ae0143d7bc
3 changed files with 5 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ public class BusOp {
List<SysOperLog> list = sysOperLogMapper.selectList(Wrappers.lambdaUpdate(SysOperLog.class)
.lt(SysOperLog::getOperTime, copyTimeFlag)
.last("limit 300"));
if(current > 500 || CollectionUtils.isEmpty(list)){
if(current > 1000 || CollectionUtils.isEmpty(list)){
break;
}
current++;