SELECT am.`account_id` , am.`related_id` , am.`dept_id` , am.`staff_id` , am.`inout_date` , am.`summary` , am.`ought_money` , am.`derate_money` , am.`inout_money` , am.`haved_money` , am.`handlestaff_id` , am.`note` , si.`staff_id` , si.`name` , ri.`related_id` , ri.`related_name` FROM`account_money`AS am LEFTJOIN staffinfo AS si ON am.`staff_id`= si.`staff_id` LEFTJOIN related_company AS ri ON am.`related_id`= ri.`related_id` LIMIT 0 , 30
时间: 2024-10-05 23:09:10