|
|
|
@@ -263,10 +263,10 @@ |
|
|
|
and s.shop_number like concat('%', #{shopNumber},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != floor "> |
|
|
|
and floor_id = #{floor} |
|
|
|
and s.floor_id = #{floor} |
|
|
|
</if> |
|
|
|
<if test=" null != building "> |
|
|
|
and building_id = #{building} |
|
|
|
and s.building_id = #{building} |
|
|
|
|
|
|
|
</if> |
|
|
|
order by rc.id desc |
|
|
|
|