select t2.BS_name,sum(t1.bill_4G) from user_record t1 inner join bs_info t2 on t1.enodeb = t2.enodeb and t1.ci=t2.ci group by t2.BS_name