|
|
|
@@ -261,10 +261,10 @@ |
|
|
|
<if test=" null != shopNumber and ''!=shopNumber"> |
|
|
|
and s.shop_number like concat('%', #{shopNumber},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != floor "> |
|
|
|
<if test=" null != floor and ''!=floor"> |
|
|
|
and s.floor = #{floor} |
|
|
|
</if> |
|
|
|
<if test=" null != building "> |
|
|
|
<if test=" null != building and ''!=building"> |
|
|
|
and s.building = #{building} |
|
|
|
|
|
|
|
</if> |
|
|
|
|