Commit 41fc0220 authored by hanbing's avatar hanbing

[update] 方案评价,修改获取车道ID XML

parent 9340c999
......@@ -35,7 +35,7 @@
<select id="selectLaneIds" resultType="java.lang.String">
select id
from t_base_lane_info
where cross_id = #{crossId} and dir = #{dirCode}
where cross_id = #{crossId} and dir = #{dirCode} and type = 2
</select>
<select id="selectDirEmergencyCount" resultType="java.lang.Integer">
......
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