Browse Source

重定位

dengsixing 1 tuần trước cách đây
mục cha
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
     public void relocationInit() {
         List<RelocationInit> list = this.list(new LambdaQueryWrapper<RelocationInit>().eq(RelocationInit::getStatus, 0));
-        if(CollUtil.isNotEmpty(list)){
+        if(CollUtil.isEmpty(list)){
             return;
         }
         for (RelocationInit relocationInit : list) {