|
|
@ -55,7 +55,7 @@ |
|
|
|
left join bus_vehicle_apply bv on bd.applySid = bv.sid |
|
|
|
left join bus_vehicle_order bo on bo.purchaseApplyMediumModelSid = bd.sid |
|
|
|
where bd.vehicleSid = #{modelSid} |
|
|
|
and bd.configSid = #{configSid} |
|
|
|
and bd.configSid = #{configSid} and length(bo.platformNo)>0 |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getVehicleApply" resultType="com.yxt.anrui.base.api.busvehicleapply.app.AppVehicleApplyListVo"> |
|
|
|