Commit c3f7d54b by guo_minglei@163.com

修改错误

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