Browse Source

no message

FengChaoYu 3 months ago
parent
commit
3f7f8d1279
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

@@ -1772,7 +1772,7 @@
                 SELECT
                     order_base_id, content, ROW_NUMBER() OVER ( PARTITION BY order_base_id ORDER BY fk_time DESC ) AS rn
                 FROM
-                    pg_order_operator_log#{companyId}
+                    pg_order_operator_log#{year}
                 <where>
                     <if test="ids != null and ids.size > 0">
                         AND a.websit_id IN