|
@@ -97,11 +97,12 @@
|
|
|
|
|
|
<select id="checkAccountList" 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
|
|
|
+ o.sys_user_id as saleId,rr.sys_user_id as repairManId,p.pay_img
|
|
|
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_repair_pay p on r.repair_id = p.repair_id
|
|
|
where r.rec_status = 'A' and r.status in
|
|
|
<foreach item="status" collection="param.statusList" open="(" separator="," close=")">
|
|
|
#{status}
|