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