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