|
@@ -36,7 +36,7 @@ public interface QwUserVideoMapper
|
|
|
"select quv.* from qw_user_video quv LEFT JOIN qw_user qu on quv.app_key=qu.app_key "+
|
|
|
"where qu.is_del=0 and qu.company_user_id is not null and qu.app_key is not null "+
|
|
|
" <if test=\"data.qwUserName != null and data.qwUserName != ''\"> and qu.qw_user_name like concat('%', #{data.qwUserName}, '%') </if>\n" +
|
|
|
- " <if test=\"data.nickname != null and data.nickname != ''\"> and quv.nickname like concat('%', #{data.nickname}, '%') </if> " +
|
|
|
+ " <if test=\"data.nickname != null and data.nickname != ''\"> and quv.nick_name like concat('%', #{data.nickname}, '%') </if> " +
|
|
|
" <if test=\"data.companyId != null \"> and qu.company_id = #{data.companyId}</if>\n" +
|
|
|
"</script>"})
|
|
|
public List<QwUserVideoVO> selectQwUserVideoListVO(@Param("data") QwUserVideoParam param);
|