lyhzzz 2 سال پیش
والد
کامیت
f81724042a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/sale/RepairMapper.xml

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

@@ -102,7 +102,7 @@
 
 
     <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
         from t_repair r
         left join  t_order_receiving o on r.repair_id = o.repair_id