|
|
@@ -225,6 +225,11 @@ public class ContainersServiceImpl extends ServiceImpl<ContainersMapper, Contain
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
+ public void deleteByPid(Long pid) {
|
|
|
+ baseMapper.deleteByPid(pid);
|
|
|
+ }
|
|
|
+
|
|
|
+ @Override
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public R cleanBoxNo(List<Long> ids) {
|
|
|
List<Containers> containersList = this.list(new LambdaQueryWrapper<Containers>()
|