lyhzzz 4 months ago
parent
commit
c9c7eaf0ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/manage/InvoiceMapper.xml

+ 1 - 1
src/main/resources/mapper/manage/InvoiceMapper.xml

@@ -94,7 +94,7 @@
       o.`order_sn`,
       o.`trade_time` AS payTime,
       i.`create_time` AS invoiceTime,
-      o.`money`,
+      o.`amount`, as money
       i.`type`,
       i.`title`,
       i.`code`,