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