加手机号模糊查询
This commit is contained in:
@@ -176,7 +176,7 @@
|
|||||||
from enterprise_user_${eid}
|
from enterprise_user_${eid}
|
||||||
where active = true
|
where active = true
|
||||||
<if test="keyword!=null and keyword!=''">
|
<if test="keyword!=null and keyword!=''">
|
||||||
and name like concat('%',#{keyword},'%')
|
and( name like concat('%',#{keyword},'%') or mobile like concat('%',#{keyword},'%'))
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user