123
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user