Commit 6e2deeb8 authored by hanbing's avatar hanbing

[update] 方案评价-方案详情,曲线图取值修改

parent 44ee3eb5
......@@ -186,7 +186,7 @@
FROM t_cross_dir_data_hist
WHERE cross_id = #{crossId}
AND in_out_type = 1
AND dir_type != #{dirInt}
AND dir_type = #{dirInt}
AND batch_time <![CDATA[ <= ]]> #{endTimeStamp}
AND batch_time <![CDATA[ >= ]]> #{startTimeStamp}
</select>
......
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