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