Commit b46d764a authored by hanbing's avatar hanbing

车道列表只返回进口车道

parent 4105de81
......@@ -43,7 +43,7 @@
select
id,code,sort,type,dir,turn,category,cross_id,rid,length,width,gmt_create,gmt_modified
from t_base_lane_info
where cross_id = #{crossId}
where cross_id = #{crossId} and type = 2
</select>
<select id="selectByCrossIdDirCode" resultMap="BaseResultMap">
......
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