Commit 52922e57 by huangfusuper

。。

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