Commit d378a9cc by guominglei

修改返回类型

parent 5b49a9a4
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
) )
</if> </if>
</select> </select>
<select id="findMaxByFlowId" resultType="com.byit.model.RunRecording"> <select id="findMaxByFlowId" resultMap="BaseResultMap">
select <include refid="Base_Column_List" /> select <include refid="Base_Column_List" />
from run_recording from run_recording
where flow_id = #{flowId} where flow_id = #{flowId}
......
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