select
ect.exp_number,
exp_type,
claims_cost
from
exp_cost_tb as ect
left join
express_tb as et
on
ect.exp_number = et.exp_number
where
claims_cost is not null
order by
claims_cost desc


京公网安备 11010502036488号