|
@@ -36,7 +36,6 @@
|
36
|
36
|
t.org_id = #{orgId}
|
37
|
37
|
<if test="buildingId != null and buildingId != ''">
|
38
|
38
|
and t.building_id = #{buildingId}
|
39
|
|
- and p.nickname like concat('%', #{params.nickname}, '%')
|
40
|
39
|
</if>
|
41
|
40
|
<if test="name != null and name != ''">
|
42
|
41
|
and c.name like concat('%', #{name}, '%')
|