Commit 52922e57 by huangfusuper

。。

parent c59a4361
......@@ -161,8 +161,8 @@
select
<include refid="Base_Column_List" />
from run_recording
where triggerTime &gt;= #{startDate}
and triggerTime &lt;= #{endDate}
where trigger_time &gt;= #{startDate}
and trigger_time &lt;= #{endDate}
<if test="flowIds != null">
and flow_id in (
<foreach collection="flowIds" item="flowId" separator=",">
......
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