Commit 3de683df by 朱亚洁

fixbug1023265

parent 26adcd3e
......@@ -1161,8 +1161,8 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
}
Long firstClassify = rightsSetting.getFirstClassify();
Long secondClassify = rightsSetting.getSecondClassify();
Long gradeLabelId = null;
Long subjectLabelId = null;
Long gradeLabelId = rightsSetting.getGradeLabelId();
Long subjectLabelId = rightsSetting.getSubjectLabelId();
if (rightsSetting.getRightsSettingType() == 2) {//书刊权益,分类标签从编辑书刊取
BookAdviserDto adviserDto = bookAdviserBiz.getOneMainBook(rightsSetting.getBookId());
firstClassify = adviserDto.getTempletId();
......
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