|
|
@@ -16,6 +16,6 @@ import shop.alien.entity.store.vo.ActivityInviteLogVo;
|
|
|
@Mapper
|
|
|
public interface ActivityInviteLogMapper extends BaseMapper<ActivityInviteLog> {
|
|
|
|
|
|
- @Select("select ail.*, lu.user_image from activity_invite_log ail left join life_user lu on lu.id = ail.invited_user_id ")
|
|
|
+ @Select("select ail.*, lu.user_image from activity_invite_log ail left join life_user lu on lu.id = ail.invited_user_id ${ew.customSqlSegment}")
|
|
|
IPage<ActivityInviteLogVo> getInviteActivityLogList(IPage<ActivityInviteLog> iPage, @Param(Constants.WRAPPER) QueryWrapper<ActivityInviteLog> wrapper);
|
|
|
}
|