|
|
@@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
lwu.user_id userId,
|
|
|
lwu.msg_status msgStatus,
|
|
|
lwu.online online,
|
|
|
- fu.nick_name nickName,
|
|
|
+ fu.nickname nickName,
|
|
|
fu.avatar avatar,
|
|
|
lwu.global_visible globalVisible,
|
|
|
lwu.single_visible singleVisible
|
|
|
@@ -61,7 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
where lwu.live_id = #{params.liveId} and fu.status = 1
|
|
|
<if test="params.liveFlag != null "> and lwu.live_flag = #{params.liveFlag}</if>
|
|
|
<if test="params.replayFlag != null "> and lwu.replay_flag = #{params.replayFlag}</if>
|
|
|
- <if test="params.userName != null and params.userName != ''"> and fu.nick_name like concat('%',#{params.userName},'%')</if>
|
|
|
+ <if test="params.userName != null and params.userName != ''"> and fu.nickname like concat('%',#{params.userName},'%')</if>
|
|
|
order by lwu.create_time desc
|
|
|
|
|
|
</select>
|
|
|
@@ -72,7 +72,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
lwu.user_id userId,
|
|
|
lwu.msg_status msgStatus,
|
|
|
lwu.online online,
|
|
|
- fu.nick_name nickName,
|
|
|
+ fu.nickname nickName,
|
|
|
fu.avatar avatar,
|
|
|
lwu.global_visible globalVisible,
|
|
|
lwu.single_visible singleVisible
|
|
|
@@ -83,7 +83,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="params.replayFlag != null "> and lwu.replay_flag = #{params.replayFlag}</if>
|
|
|
<if test="params.msgStatus != null "> and msg_status = #{params.msgStatus}</if>
|
|
|
<if test="params.online != null "> and online = #{params.online}</if>
|
|
|
- <if test="params.userName != null and params.userName != ''"> and fu.nick_name like concat('%',#{params.userName},'%')</if>
|
|
|
+ <if test="params.userName != null and params.userName != ''"> and fu.nickname like concat('%',#{params.userName},'%')</if>
|
|
|
order by lwu.create_time desc
|
|
|
|
|
|
</select>
|