Commit a3bc8b02 by 裴大威

Merge branch 'zyj-fixbug1023265' into 'master'

fixbug1023265

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