|
@@ -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) {
|