|
|
@ -34,9 +34,9 @@ |
|
|
|
c.mobile, |
|
|
|
s.`name` AS salesCompany |
|
|
|
FROM |
|
|
|
as_customer_vehicle AS v |
|
|
|
LEFT JOIN anrui_crm.crm_customer_temp AS c ON v.customerSid = c.sid |
|
|
|
LEFT JOIN anrui_portal.sys_organization AS s ON c.createOrgSid = s.sid |
|
|
|
anrui_crm.crm_customer_temp AS c |
|
|
|
LEFT JOIN as_customer_vehicle AS v ON c.sid = v.customerSid |
|
|
|
LEFT JOIN anrui_portal.sys_organization AS s ON c.createOrgSid = s.sid |
|
|
|
<where> ${ew.sqlSegment} </where> |
|
|
|
</select> |
|
|
|
</mapper> |
|
|
|