```sql select id, uuid, billId, -- 各种字段 from bill_rule where uuid= '1' and billId = (select billId from bill_rule where uuid= '1' and billStatus = 1 order by billDate desc limit 0,1); ```