123
This commit is contained in:
@@ -15,6 +15,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="query.nickname != null and query.nickname != ''">
|
||||
and t1.nickname like concat('%',#{query.nickname},'%')
|
||||
</if>
|
||||
<if test="query.mobile != null and query.mobile != ''">
|
||||
and t1.mobile = #{query.mobile}
|
||||
</if>
|
||||
<if test="query.usercode != null and query.usercode != ''">
|
||||
and t1.usercode like concat('%',#{query.usercode},'%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user