123
This commit is contained in:
@@ -68,7 +68,6 @@ public class BusOp {
|
||||
while (true){
|
||||
List<SysOperLog> list = sysOperLogMapper.selectList(Wrappers.lambdaUpdate(SysOperLog.class)
|
||||
.lt(SysOperLog::getOperTime, copyTimeFlag)
|
||||
.orderByDesc(SysOperLog::getOperTime)
|
||||
.last("limit 300"));
|
||||
if(current > 500 || CollectionUtils.isEmpty(list)){
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user