复制select b.stu_id,询优行校 b.term_id, b.cost_code from bib_booking_student_info a, bib_booking_fee_info b where a.busi_id = b.busi_id and a.corp_id = b.corp_id and a.term_id = b.term_id and a.stu_id = b.stu_id and b.stu_stat = 0 and a.busi_id = 100104 and a.corp_id = E000000059 and a.term_id = 0101 and a.stu_id = 59000030; 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.