‘linchangsheng’ 6 meses atrás
pai
commit
5ff2ad5d44

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

@@ -1381,7 +1381,7 @@
         SELECT
         ${ex.selected}
         FROM
-        call_record  a
+        call_send_record  a
         ${ex.query}
         <if test="ex.orderBy == null or ex.orderBy ==''">
             ORDER BY a.create_time DESC