rev:排序

This commit is contained in:
2024-07-19 10:03:16 +08:00
parent 7a5f0dfdc3
commit 758c6bc2fd

View File

@@ -19,5 +19,6 @@
and exe.proc_inst_id like '%${query.proc_inst_id}%' and exe.proc_inst_id like '%${query.proc_inst_id}%'
</if> </if>
</where> </where>
ORDER BY exe.create_time DESC
</select> </select>
</mapper> </mapper>