|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
<select id="getParkBuildings" resultType="platform.modules.carrier.entity.Building">
|
|
<select id="getParkBuildings" resultType="platform.modules.carrier.entity.Building">
|
|
|
select * from ic_building
|
|
select * from ic_building
|
|
|
- where del_flag = 0 and is_use = 1
|
|
|
|
|
|
|
+ where del_flag = 0
|
|
|
<if test="condition.parkId != null and condition.parkId !=''">
|
|
<if test="condition.parkId != null and condition.parkId !=''">
|
|
|
and park_id = #{condition.parkId}
|
|
and park_id = #{condition.parkId}
|
|
|
</if>
|
|
</if>
|