Commit 9a7e57ea by 吴博

bug: [none] fixTemplet

parent 9fab325b
...@@ -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