浏览代码

重定位

dengsixing 1 天之前
父节点
当前提交
02121ac962
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/fdkankan/contro/service/impl/RelocationBatchServiceImpl.java

+ 1 - 1
src/main/java/com/fdkankan/contro/service/impl/RelocationBatchServiceImpl.java

@@ -46,7 +46,7 @@ public class RelocationBatchServiceImpl extends ServiceImpl<IRelocationBatchMapp
     @Override
     @Override
     public void relocationControl() {
     public void relocationControl() {
         List<RelocationBatch> list = this.list(new LambdaQueryWrapper<RelocationBatch>().eq(RelocationBatch::getStatus, 0));
         List<RelocationBatch> list = this.list(new LambdaQueryWrapper<RelocationBatch>().eq(RelocationBatch::getStatus, 0));
-        if(CollUtil.isNotEmpty(list)){
+        if(CollUtil.isEmpty(list)){
             return;
             return;
         }
         }
         for (RelocationBatch relocationBatch : list) {
         for (RelocationBatch relocationBatch : list) {