Commit 0ff2ea88 by 田超

Merge branch 'fixbug/1024315_new' into 'master'

bug: [024315] 【uat环境】【小程序端】【每周权益】编辑端的群头像图片在页面显示不出来

See merge request rays/pcloud-book!806
parents e2fa1eb1 4c8e4884
...@@ -857,7 +857,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz { ...@@ -857,7 +857,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
List<String> headUrlList = appletGroupSearchRecordBiz List<String> headUrlList = appletGroupSearchRecordBiz
.getHeadUrlList(3, 3l); .getHeadUrlList(3, 3l);
groupActivity4AppletDTO.setHeadUrlList(headUrlList); groupActivity4AppletDTO.setHeadUrlList(headUrlList);
return; continue;
} }
//第三方群获取头像 end //第三方群获取头像 end
......
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