Commit 250d9a42 authored by duanruiming's avatar duanruiming

[add] 信号评价展示信控路口

parent 6e2deeb8
......@@ -106,7 +106,7 @@
<select id="selectByCrossName" resultType="net.wanji.databus.vo.RunningEvaluateCrossListVO">
select t1.cross_id as crossId, t1.sturation as sturation, t2.name as crossName
from t_cross_data_realtime t1 join t_base_cross_info t2 on t1.cross_id = t2.id
from t_cross_data_realtime t1 join t_base_cross_info t2 on t1.cross_id = t2.id and t2.is_signal = 1
<where>
<if test="crossName != null and crossName != ''">
AND t2.name LIKE CONCAT('%',#{crossName},'%')
......
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