|
|
|
@@ -510,11 +510,11 @@ |
|
|
|
and s.`point_type` = #{pointType} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != shopNumber "> |
|
|
|
<if test=" null != shopNumber and '' != shopNumber "> |
|
|
|
and s.shop_number = #{shopNumber} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != building "> |
|
|
|
<if test=" null != building and '' != building "> |
|
|
|
and b.building_name like concat('%', #{building},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
|
|