추가정산

DB ERR : select count(a.id) as cnt from ecomm_invoice_add as a left join user_info as b on a.auth_id=b.id left join ecomm_list as c on a.e_id = c.id where a.auth_id = order by a.date desc
DB ERR : select a.*,b.name,b.com_name,c.code,c.e_tcode,c.c_name from ecomm_invoice_add as a left join user_info as b on a.auth_id=b.id left join ecomm_list as c on a.e_id = c.id where a.auth_id = order by a.date desc LIMIT 0, 30
청구일자 회사명 접수번호 도착지송장번호 수취인 청구금액 청구내역
DB ERR : select id from user_info where id =