Commit d897966e authored by hanbing's avatar hanbing

方案管理,新路口ID返回车道信息

parent 9ac4fb2d
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
select select
id,dir_type,in_out_type,cross_id,length,is_pedestrian,gmt_create,gmt_modified id,dir_type,in_out_type,cross_id,length,is_pedestrian,gmt_create,gmt_modified
from t_base_cross_dir_info from t_base_cross_dir_info
where cross_id = #{crossId} and dir_type = #{dirType} where cross_id = #{crossId} and dir_type = #{dirType} and in_out_type = 1
</select> </select>
<select id="selectByCrossId" resultType="net.wanji.web.po.scheme.CrossDirInfoPO"> <select id="selectByCrossId" resultType="net.wanji.web.po.scheme.CrossDirInfoPO">
......
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