字典添加所属模块

yun-zuoyi
yunhao.wang 6 years ago
parent 06a995ab3e
commit 10c6b8d011

@ -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

Loading…
Cancel
Save