|
@ -166,6 +166,7 @@ |
|
|
select count(*) as vehcount |
|
|
select count(*) as vehcount |
|
|
from loan_return_veh_ledger |
|
|
from loan_return_veh_ledger |
|
|
where busVinSid = #{busVinSid} |
|
|
where busVinSid = #{busVinSid} |
|
|
|
|
|
and stockStateKey = '0001' |
|
|
union all |
|
|
union all |
|
|
select count(*) as vehcount |
|
|
select count(*) as vehcount |
|
|
from loan_return_inbound_apply |
|
|
from loan_return_inbound_apply |
|
|