|
|
@@ -609,7 +609,7 @@
|
|
|
where
|
|
|
1=1
|
|
|
<if test="floorId != null and floorId != ''">
|
|
|
- and bu.floor_id = a.floor_id
|
|
|
+ and bu.floor_id = #{floorId}
|
|
|
</if>
|
|
|
and t.status_cd = '0'
|
|
|
and t.community_id= #{communityId}
|
|
|
@@ -634,7 +634,7 @@
|
|
|
where
|
|
|
1=1
|
|
|
<if test="floorId != null and floorId != ''">
|
|
|
- and bu.floor_id = a.floor_id
|
|
|
+ and bu.floor_id = #{floorId}
|
|
|
</if>
|
|
|
and t.status_cd = '0'
|
|
|
and t.community_id= #{communityId}
|
|
|
@@ -660,7 +660,7 @@
|
|
|
where
|
|
|
1=1
|
|
|
<if test="floorId != null and floorId != ''">
|
|
|
- and bu.floor_id = a.floor_id
|
|
|
+ and bu.floor_id = #{floorId}
|
|
|
</if>
|
|
|
and t.status_cd = '0'
|
|
|
and t.community_id= #{communityId}
|
|
|
@@ -685,7 +685,7 @@
|
|
|
where
|
|
|
1=1
|
|
|
<if test="floorId != null and floorId != ''">
|
|
|
- and bu.floor_id = a.floor_id
|
|
|
+ and bu.floor_id = #{floorId}
|
|
|
</if>
|
|
|
and t.status_cd = '0'
|
|
|
and t.community_id= #{communityId}
|