Commit 35856b4e by huangfusuper

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

parent 4367a109
......@@ -62,7 +62,7 @@
where id = #{id,jdbcType=INTEGER}
</select>
<select id="findAllByWaitId" resultType="com.byit.model.WaitingTask">
<select id="findAllByWaitId" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
,
......
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