Commit dc9ca9fc by huangfusuper

修正属性名称错误

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