Commit 3c998783 by 吴博

bug: [none] fixUserCount

parent 41f72e3c
...@@ -3334,9 +3334,9 @@ public class RightsSettingBizImpl implements RightsSettingBiz { ...@@ -3334,9 +3334,9 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
adviserDto.getSubLabelId(), adviserDto.getVolLabelId(), adviserDto.getVerLabelId(), adviserDto.getThirdTempletId()); adviserDto.getSubLabelId(), adviserDto.getVolLabelId(), adviserDto.getVerLabelId(), adviserDto.getThirdTempletId());
if (null == rightsSettingDto) { if (null == rightsSettingDto) {
RightsSetting rightsSetting = rightsSettingDAO.selectByPrimaryKey(2267L); RightsSetting rightsSetting = rightsSettingDAO.selectByPrimaryKey(2267L);
RightsSettingDto rightsSettingDto1 = new RightsSettingDto(); RightsSettingDto rightsSettingDto4New = new RightsSettingDto();
BeanUtils.copyProperties(rightsSetting,rightsSettingDto1); BeanUtils.copyProperties(rightsSetting,rightsSettingDto4New);
return rightsSettingDto1; return rightsSettingDto4New;
} }
Long rightsSettingId = rightsSettingDto.getId(); Long rightsSettingId = rightsSettingDto.getId();
List<RightsReadType> rightsReadTypes = rightsReadTypeMapper.getByRightsSettingId(rightsSettingId); List<RightsReadType> rightsReadTypes = rightsReadTypeMapper.getByRightsSettingId(rightsSettingId);
......
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