Ver Fonte

no message

FengChaoYu há 3 meses atrás
pai
commit
3f7f8d1279

+ 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