|
|
@@ -216,6 +216,7 @@ public interface FsUserMapper
|
|
|
"select user_id, nick_name,avatar, phone FROM fs_user where is_del=0 "+
|
|
|
" <if test=\"nickName != null and nickName != ''\"> and nick_name like concat( #{nickName}, '%')</if>\n" +
|
|
|
" <if test=\"phone != null and phone != ''\"> and phone =#{phone}</if>\n" +
|
|
|
+ " <if test=\"userId != null\"> and user_id =#{userId}</if>\n" +
|
|
|
"order by user_id desc"+
|
|
|
"</script>"})
|
|
|
List<QwFsUserVO> selectQwFsUserListVO(QwFsUserParam qwFsUserParam);
|