Commit 6ace65c5 by 田超

Merge branch 'fixbug/fixtemplet' into 'master'

bug: [none] fixTemplet

See merge request rays/pcloud-book!1149
parents 6948353c 9a7e57ea
...@@ -311,6 +311,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz { ...@@ -311,6 +311,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
setClassifyAndLabel(rightsSetting); setClassifyAndLabel(rightsSetting);
paramMap.put("firstClassify", rightsSetting.getFirstClassify()); paramMap.put("firstClassify", rightsSetting.getFirstClassify());
paramMap.put("secondClassify", rightsSetting.getSecondClassify()); paramMap.put("secondClassify", rightsSetting.getSecondClassify());
paramMap.put("thirdClassify", rightsSetting.getThirdClassify());
paramMap.put("gradeLabelId", rightsSetting.getGradeLabelId()); paramMap.put("gradeLabelId", rightsSetting.getGradeLabelId());
paramMap.put("subjectLabelId", rightsSetting.getSubjectLabelId()); paramMap.put("subjectLabelId", rightsSetting.getSubjectLabelId());
paramMap.put("volLabelId", rightsSetting.getVolLabelId()); paramMap.put("volLabelId", rightsSetting.getVolLabelId());
......
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