|
|
|
@ -134,7 +134,7 @@ public class SysDictionaryService implements ISysDictionaryService {
|
|
|
|
|
@ApiOperation(value = "根据父级代码查询字典项信息")
|
|
|
|
|
public List<SysDictionary> findSysDictionaryBySoftTypeAndParentCode(Integer softType, String parentCode) {
|
|
|
|
|
LOGGER.info("字典 SYS_DICTIONARY parentCode:{}", parentCode);
|
|
|
|
|
return sysDictionaryRDao.findByProperty(new String[]{"softType", "parentCodeRdd"}, new Object[]{softType, parentCode});
|
|
|
|
|
return sysDictionaryRDao.findByProperty(new String[]{"dictionarySoftType", "parentCodeRdd"}, new Object[]{softType, parentCode});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|