Commit 519e94e1 authored by maoying's avatar maoying

修改重点部位根据建筑id查询脚本

parent 76b37a4d
......@@ -50,9 +50,6 @@
#{buildingId}
</foreach>
</if>
<if test="buildingId != null and buildingId != -1 and buildingId != '-1'">
AND c.`building_id`= #{buildingId}
</if>
<if test="fireEnduranceRate != null and fireEnduranceRate != ''">
AND c.`fire_endurance_rate`= #{fireEnduranceRate}
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment