Commit 140ecde4 by pansy

fix [1024242] getRightSetting Error

parent f8cff574
...@@ -857,6 +857,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz { ...@@ -857,6 +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;
} }
//第三方群获取头像 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