|
|
@ -119,7 +119,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public SysDictTypeVo selectDictTypeByType(String dictType) {
|
|
|
|
public SysDictTypeVo selectDictTypeByType(String dictType) {
|
|
|
|
return baseMapper.selectVoById(new LambdaQueryWrapper<SysDictType>().eq(SysDictType::getDictType, dictType));
|
|
|
|
return baseMapper.selectVoOne(new LambdaQueryWrapper<SysDictType>().eq(SysDictType::getDictType, dictType));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|