@ -99,6 +99,6 @@
select count(*)
from bus_vehicle_apply ba
left join base_manufactor_subscription bs on ba.applicationCode = bs.proSchAppNo
where bs.state = 1 and find_in_set(sid, #{join})
where bs.state = 1 and find_in_set(ba.sid, #{join})
</select>
</mapper>