|
|
@@ -16,7 +16,7 @@ import shop.alien.entity.store.vo.ActivityInviteLogVo;
|
|
|
@Mapper
|
|
|
public interface ActivityInviteLogMapper extends BaseMapper<ActivityInviteLog> {
|
|
|
|
|
|
- @Select("select ail.*, lu.user_phone as invitePhone, lu1.user_phone as invitedPhone, lu1.user_image " +
|
|
|
+ @Select("select ail.*, lu.user_phone as invitePhone, lu1.user_phone as invitedPhone, lu1.user_image, lu1.user_name as invitedNickName " +
|
|
|
"from activity_invite_log ail " +
|
|
|
"left join life_user lu on lu.id = ail.invite_user_id and lu.delete_flag = 0 " +
|
|
|
"left join life_user lu1 on lu1.id = ail.invited_user_id and lu1.delete_flag = 0 ${ew.customSqlSegment}")
|