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