|
@@ -4,10 +4,11 @@
|
|
|
|
|
|
|
|
|
<select id="saleOrderList" resultType="com.fdkankan.sale.vo.response.RepairerVo">
|
|
|
- select r.* ,rr.check_result from t_repair r
|
|
|
+ select r.* ,rr.check_result,c.customer_name, cd.send_type,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 = cd.repair_id
|
|
|
where r.rec_status = 'A' and r.status in
|
|
|
<foreach item="status" collection="param.statusList" open="(" separator="," close=")">
|
|
|
#{status}
|