fix: application log order by op_version desc

This commit is contained in:
zhangshuai
2024-08-07 11:11:29 +08:00
parent 3265d73dfe
commit 8932734ef6

View File

@@ -77,6 +77,7 @@
AND app.id = #{id}
</if>
</where>
ORDER BY app.op_version DESC
</select>
<select id="compare" resultMap="appResult">