|
|
@ -209,7 +209,7 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectO" resultType="com.yxt.anrui.base.api.basevehmodelconfig.BaseVehmodelVo"> |
|
|
|
select bvc.guidedPrice, bm.modelName, bmc.otherConfig |
|
|
|
select bvc.guidedPrice, bm.modelName, bmc.otherConfig,bm.carBrand as brandSid |
|
|
|
from base_vehmodel_config bvc |
|
|
|
left join base_vehicle_model bm on bvc.modelSid = bm.sid |
|
|
|
left join base_model_config bmc on bvc.configurationItemsSid = bmc.sid |
|
|
|