'WHERE ((la.`audit_id` = ? and la.`status` = ?) OR (t.`user_id` = ? and t.`ledger_status` = ? and la.`status` = ? and la.`times` = (t.`ledger_times`-1)))' +
- ' and la.`tender_id` = t.`id`';
+ ' and la.`tender_id` = t.`id` ORDER BY la.`begin_time` DESC';