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