Commit 00af15a2 authored by hanbing's avatar hanbing

[update] 问题路口列表,返回关联路口信息,添加sql筛选条件

parent fcdee888
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<select id="selectInDirsByCrossId" resultType="java.lang.Integer"> <select id="selectInDirsByCrossId" resultType="java.lang.Integer">
SELECT dir_type SELECT dir_type
FROM t_base_cross_dir_info FROM t_base_cross_dir_info
WHERE cross_id = #{crossId} WHERE cross_id = #{crossId} and in_out_type = 1
</select> </select>
</mapper> </mapper>
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