|
@@ -151,6 +151,7 @@ public class CorpsTypeServiceImpl extends ServiceImpl<CorpsTypeMapper, CorpsType
|
|
|
/**
|
|
/**
|
|
|
* 递归查询ID
|
|
* 递归查询ID
|
|
|
*/
|
|
*/
|
|
|
|
|
+ @Override
|
|
|
public void selectChildById(Long id, List<Long> idList) {
|
|
public void selectChildById(Long id, List<Long> idList) {
|
|
|
LambdaQueryWrapper<CorpsType> idListWrapper = new LambdaQueryWrapper<>();
|
|
LambdaQueryWrapper<CorpsType> idListWrapper = new LambdaQueryWrapper<>();
|
|
|
idListWrapper.select(CorpsType::getId);
|
|
idListWrapper.select(CorpsType::getId);
|