@@ -1770,7 +1770,7 @@
FROM
(
SELECT
- order_base_id, content, ROW_NUMBER() OVER ( PARTITION BY order_base_id ORDER BY fk_time DESC ) AS rn
+ order_base_id, content, ROW_NUMBER() OVER ( PARTITION BY order_base_id ORDER BY create_time DESC ) AS rn
pg_order_operator_log${year}
<where>