Commit 86442d48 by 裴大威

hotfix 1022926

parent f50c156a
...@@ -1026,7 +1026,7 @@ public class BookGroupClassifyBizImpl implements BookGroupClassifyBiz { ...@@ -1026,7 +1026,7 @@ public class BookGroupClassifyBizImpl implements BookGroupClassifyBiz {
if (groupQrcodeInfoDTO != null) { if (groupQrcodeInfoDTO != null) {
listClassify4WechatVO.setUserNumber(groupQrcodeInfoDTO.getUserNumber()); listClassify4WechatVO.setUserNumber(groupQrcodeInfoDTO.getUserNumber());
listClassify4WechatVO.setGroupSeq(groupQrcodeInfoDTO.getGroupSeq()); listClassify4WechatVO.setGroupSeq(groupQrcodeInfoDTO.getGroupSeq());
List<String> headUrls = BookConstant.getRandomHeadUrl(groupQrcodeInfoDTO.getUserNumber() > 9 ? 9 : 7); List<String> headUrls = BookConstant.getRandomHeadUrl(groupQrcodeInfoDTO.getUserNumber() > 9 ? 9 : groupQrcodeInfoDTO.getUserNumber());
listClassify4WechatVO.setHeadUrl(headUrls); listClassify4WechatVO.setHeadUrl(headUrls);
} }
} }
......
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