|
|
@@ -349,7 +349,7 @@ public class GroupBuyTeamMemberServiceImpl implements IGroupBuyTeamMemberService
|
|
|
@Override
|
|
|
public GroupBuyOrderVO getByMemberOrder(Long userId, Long memberId) {
|
|
|
GroupBuyOrderVO groupBuyOrderVO = new GroupBuyOrderVO();
|
|
|
- GroupBuyTeamMember member = this.baseMapper.selectOne(new LambdaQueryWrapper<GroupBuyTeamMember>()
|
|
|
+ GroupBuyTeamMemberVo member = this.baseMapper.selectVoOne(new LambdaQueryWrapper<GroupBuyTeamMember>()
|
|
|
.eq(GroupBuyTeamMember::getUserId, userId)
|
|
|
.eq(GroupBuyTeamMember::getId, memberId)
|
|
|
.last("limit 1"));
|