Browse Source

no message

FengChaoYu 1 week ago
parent
commit
38b400149a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

+ 1 - 1
mall-server-api/src/main/resources/mapper/CommonMapper.xml

@@ -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
                 FROM
                     pg_order_operator_log${year}
                 <where>