修改BUG

This commit is contained in:
songmingsong
2024-12-10 10:36:37 +08:00
parent 45d66d01e6
commit c5977252fc
5 changed files with 39 additions and 13 deletions

View File

@ -99,6 +99,7 @@ public class AppMemberServiceImpl implements AppMemberService {
if (list.isEmpty()) {
MemberEntity memberEntity = new MemberEntity();
memberEntity.setId(SnowFlakeUtil.getLongId());
memberEntity.setOpenId(openId.toString());
BeanCopierUtils.copyProperties(userInfoDTO, memberEntity);
memberMapper.add(memberEntity);
BeanCopierUtils.copyProperties(memberEntity, memberRespVO);