fix(接口定义): 修复部分缺陷

This commit is contained in:
fit2-zhao 2020-12-17 18:33:34 +08:00
parent 310756d5f7
commit 689be330f0
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
<select id="selectMaxResultByResourceId" parameterType="java.lang.String" resultType="io.metersphere.base.domain.ApiDefinitionExecResult">
select * from api_definition_exec_result
where resource_id = #{resourceId,jdbcType=VARCHAR} ORDER BY start_time DESC LIMIT 1
where resource_id = #{resourceId,jdbcType=VARCHAR} ORDER BY create_time DESC LIMIT 1
</select>
</mapper>