@ -21,7 +21,7 @@
AND ugp.NICKNAME LIKE concat('%', trim(#{nickname}), '%')
</if>
<if test="mobile != null and mobile != ''">
AND ugp.MOBILE = trim(#{mobile})
AND ugp.MOBILE LIKE concat('%', trim(#{mobile}), '%')
ORDER BY
ugp.LORD_FLAG DESC,