Commit 7079f975 by huangjy

fix:子女端绑定头像问题

parent e1558dff
......@@ -302,6 +302,7 @@ public class PlatElderChildrenInfoServiceImpl extends ServiceImpl<PlatElderChild
newChildrenInfo.setOpenid(childrenInfo.getOpenid());
newChildrenInfo.setPhone(childrenInfo.getPhone());
newChildrenInfo.setName(childrenInfo.getName());
newChildrenInfo.setAvatar(childrenInfo.getAvatar());
PlatOrgSplitDTO vo = platOrgService.getOrgSplitVO(platElder.getOrgId());
......
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 sign in to comment