Commit a8798b18 by guo_minglei@163.com

返回类型修改

parent f3fa21b5
......@@ -148,7 +148,7 @@
where run_id = #{runId}
and flow_id = #{flowId}
</select>
<select id="findbyRunIdAndFlowIdList" resultType="com.byit.model.JobTaskRunLog">
<select id="findbyRunIdAndFlowIdList" resultMap="BaseResultMap">
select <include refid="Base_Column_List" />
from job_task_run_log
where run_id = #{runId}
......
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