Commit e13e8ced by 阮思源

修改变量名

parent e154ef9d
......@@ -195,8 +195,8 @@ public class GroupTagBizImpl implements GroupTagBiz {
if (!ListUtils.isEmpty(brandList)) {
groupTagDTO.setBrandList(brandList);
}
if (new Integer(2).equals(groupMasterDTO.getJoinGroupType())) {
groupMasterDTO.setCodeUrl(findCodeUrl(groupMasterDTO.getBookGroupId(), groupMasterDTO.getClassifyId(), groupMasterDTO.getGroupQrcodeId()));
if (new Integer(2).equals(groupTagDTO.getJoinGroupType())) {
groupTagDTO.setCodeUrl(findCodeUrl(groupTagDTO.getBookGroupId(), groupTagDTO.getClassifyId(), groupTagDTO.getGroupQrcodeId()));
}
}
}
......@@ -403,8 +403,8 @@ public class GroupTagBizImpl implements GroupTagBiz {
groupTagDTO.setPurLabelName(labelMap.get(groupTagDTO.getPurLabelId()));
}
}
if (new Integer(2).equals(groupMasterDTO.getJoinGroupType())) {
groupMasterDTO.setCodeUrl(findCodeUrl(groupMasterDTO.getBookGroupId(), groupMasterDTO.getClassifyId(), groupMasterDTO.getGroupQrcodeId()));
if (new Integer(2).equals(groupTagDTO.getJoinGroupType())) {
groupTagDTO.setCodeUrl(findCodeUrl(groupTagDTO.getBookGroupId(), groupTagDTO.getClassifyId(), groupTagDTO.getGroupQrcodeId()));
}
}
}
......
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