fix: application log order by op_version desc
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
AND app.id = #{id}
|
||||
</if>
|
||||
</where>
|
||||
ORDER BY app.op_version DESC
|
||||
</select>
|
||||
|
||||
<select id="compare" resultMap="appResult">
|
||||
|
||||
Reference in New Issue
Block a user