lyhzzz недель назад: 3
Родитель
Сommit
a3fc9a49c0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/resources/mapper/sale/RepairMapper.xml

+ 2 - 2
src/main/resources/mapper/sale/RepairMapper.xml

@@ -183,12 +183,12 @@
 
     <select id="pageInfoList" resultType="com.fdkankan.sale.vo.response.RepairerVo">
         select distinct  r.*,rr.check_result,o.create_time as orderReceivingTime,c.customer_name ,c.company_name,
-                        o.sys_user_id as saleId,rr.sys_user_id as repairManId, rr.over_time as repairOverTime,cd.send_tracking_img
+                        o.sys_user_id as saleId,rr.sys_user_id as repairManId, rr.over_time as repairOverTime,cd.send_tracking_img,cd.send_tracking_num
         from t_repair r
         left join  t_order_receiving o on r.repair_id = o.repair_id
         left join  t_repair_register rr on r.repair_id = rr.repair_id
         left join  t_customer c on r.repair_id = c.repair_id
-        left join  t_customer_address cd on r.repair_id = c.repair_id
+        left join  t_customer_address cd on r.repair_id = cd.repair_id
         left join t_repair_pay rp on r.repair_id = rp.repair_id
         where r.rec_status = 'A'
         <if test="param.repairId != null and param.repairId != ''">