lyhzzz 2 năm trước cách đây
mục cha
commit
efe27964f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 !='' ">