Browse Source

重定位

dengsixing 1 week ago
parent
commit
d4524bbbec

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

@@ -90,7 +90,7 @@ public class RelocationInitServiceImpl extends ServiceImpl<IRelocationInitMapper
     @Override
     @Override
     public void relocationInit() {
     public void relocationInit() {
         List<RelocationInit> list = this.list(new LambdaQueryWrapper<RelocationInit>().eq(RelocationInit::getStatus, 0));
         List<RelocationInit> list = this.list(new LambdaQueryWrapper<RelocationInit>().eq(RelocationInit::getStatus, 0));
-        if(CollUtil.isNotEmpty(list)){
+        if(CollUtil.isEmpty(list)){
             return;
             return;
         }
         }
         for (RelocationInit relocationInit : list) {
         for (RelocationInit relocationInit : list) {