Commit c3f7d54b by guo_minglei@163.com

修改错误

parent 719c5022
......@@ -76,14 +76,14 @@
<select id="findByRunIdAndFlowAndNode" resultMap="BaseResultMap">
select <include refid="Base_Column_List"/>
from job_task_run_log
where node_id = #{nodeId} and flow_name = #{flowName}
where run_id = #{runId} and flow_name = #{flowName}
and node_name = #{nodeName}
</select>
<select id="findByRunIdAndFlowName" resultMap="BaseResultMap">
select <include refid="Base_Column_List"/>
from job_task_run_log
where node_id = #{nodeId} and flow_name = #{flowName}
where run_id = #{runId} and flow_name = #{flowName}
</select>
<select id="findByRunId" resultMap="BaseResultMap">
......
......@@ -117,6 +117,7 @@
</foreach>
)
</if>
order by start_time desc
</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