Commit 42691cdb by huangfusuper

修改 根据RunID查询工作流实例的Mapper错误

parent 52e75519
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
select select
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from run_recording from run_recording
where runId=#{runId,jdbcType=VARCHAR} and is_inner = '1' where run_id=#{runId,jdbcType=VARCHAR} and is_inner = '1'
</select> </select>
<!--查询运行中的--> <!--查询运行中的-->
<select id="findRunningRunRecording" resultMap="BaseResultMap"> <select id="findRunningRunRecording" resultMap="BaseResultMap">
......
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