|
|
@@ -152,6 +152,7 @@ public interface QwUserMapper extends BaseMapper<QwUser>
|
|
|
"left join fastgpt_role fr on fr.role_id=qu.fastGpt_role_id " +
|
|
|
"where qu.company_user_id is not null "+
|
|
|
" <if test=\"qwUserId != null and qwUserId != ''\"> and qu.qw_user_id = #{qwUserId}</if>\n" +
|
|
|
+ " <if test=\"loginStatus != null and loginStatus != ''\"> and qu.ipad_status = #{loginStatus}</if>\n" +
|
|
|
" <if test=\"appKey != null and appKey != ''\"> and qu.app_key = #{appKey}</if>\n" +
|
|
|
" <if test=\"nickName != null and nickName != ''\"> and cu.nick_name like concat( #{nickName}, '%') </if>\n" +
|
|
|
" <if test=\"qwUserName != null and qwUserName != ''\"> and qu.qw_user_name like concat('%', #{qwUserName}, '%') </if> " +
|