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

+ 1 - 1
src/main/resources/mapper/sale/RepairInvoiceMapper.xml

@@ -3,7 +3,7 @@
 <mapper namespace="com.fdkankan.sale.mapper.IRepairInvoiceMapper">
 
     <select id="pageList" resultType="com.fdkankan.sale.vo.response.RepairInvoiceVo">
-        select  ri.*,rp.order_sn ,rp.create_time as payTime from t_repair_invoice ri
+        select  ri.*,rp.order_sn ,rp.pay_time  from t_repair_invoice ri
             left join t_repair_pay rp on ri.repair_id = rp.repair_id
         where  ri.rec_status = 'A' and rp.pay_status = 1
         <if test="param.orderSn !=null and param.orderSn !='' ">