|
@@ -102,7 +102,7 @@
|
|
|
|
|
|
|
|
|
|
<select id="pageInfoList" resultType="com.fdkankan.sale.vo.response.RepairerVo">
|
|
<select id="pageInfoList" resultType="com.fdkankan.sale.vo.response.RepairerVo">
|
|
- select r.*,rr.check_result,o.create_time as orderReceivingTime,c.customer_name,
|
|
|
|
|
|
+ select distinct r.*,rr.check_result,o.create_time as orderReceivingTime,c.customer_name,
|
|
o.warranty_type ,o.sys_user_id as saleId,rr.sys_user_id as repairManId, rr.over_time as repairOverTime
|
|
o.warranty_type ,o.sys_user_id as saleId,rr.sys_user_id as repairManId, rr.over_time as repairOverTime
|
|
from t_repair r
|
|
from t_repair r
|
|
left join t_order_receiving o on r.repair_id = o.repair_id
|
|
left join t_order_receiving o on r.repair_id = o.repair_id
|