Commit 20ea1707 by 吴博

bug:[1027864] 填充书籍分类

parent 651f9d88
......@@ -1977,6 +1977,8 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
fillAdviserName(rightsSettingDtoPageBeanNew.getRecordList());
fillPartyName(rightsSettingDtoPageBeanNew.getRecordList());
fillBookGroupUrl(rightsSettingDtoPageBeanNew.getRecordList());
//填充书籍分类
fillLabelNames4DTO(rightsSettingDtoPageBeanNew.getRecordList());
} else {
paramMap.put("firstClassify", rightsSetting.getFirstClassify());
paramMap.put("secondClassify", rightsSetting.getSecondClassify());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment