Commit dc9ca9fc by huangfusuper

修正属性名称错误

parent ac25edc7
......@@ -229,8 +229,8 @@
select
<include refid="Base_Column_List" />
from run_recording
where trigger_time &gt;= #{loadScheduleCondition.startDate}
and trigger_time &lt;= #{loadScheduleCondition.endDate}
where trigger_time &gt;= #{loadScheduleCondition.startTime}
and trigger_time &lt;= #{loadScheduleCondition.endTime}
and schedule_type != 4
<if test="flowIds != null">
and flow_id in (
......
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