|
|
@ -97,8 +97,9 @@ |
|
|
|
bvcf.certificateStateValue, |
|
|
|
bvm.modelName AS modelNameQuan, |
|
|
|
bvm.`brandName` AS vehModelBrandName, |
|
|
|
(select bbc.guidedPrice from base_vehmodel_config bbc where bbc.modelSid = bv.modelSid and bbc.useOrgSid = |
|
|
|
bv.useOrgSid) as guidedPrice |
|
|
|
(select bbc.guidedPrice from base_vehmodel_config bbc where bbc.modelSid = bv.modelSid |
|
|
|
and bbc.useOrgSid =bv.useOrgSid |
|
|
|
AND bmc.sid=bbc.configurationItemsSid ) as guidedPrice |
|
|
|
FROM |
|
|
|
base_vehicle bv |
|
|
|
LEFT JOIN base_vehicle_model bvm ON bv.`modelSid` = bvm.`sid` |
|
|
|