소스 검색

34089 修复订单支付时间有的为空

lyhzzz 2 년 전
부모
커밋
b19572ec4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/manage/InvoiceMapper.xml

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

@@ -8,7 +8,7 @@
       SELECT distinct
       i.`id`,
       o.`order_sn`,
-      o.`finish_time` AS payTime,
+      o.`order_time` AS payTime,
       i.`create_time` AS invoiceTime,
       i.`money`,
       i.`type`,