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