67,549
社区成员




select * from Tbmeetroom t where t.status <> 3 and "+ecid+" in (select ecid from
Tbmeetmgr where huiyishi = t.id) order by t.id desc
/**
* The array buffer into which the elements of the ArrayList are stored.
* The capacity of the ArrayList is the length of this array buffer.
*/
private transient Object[] elementData;
select t from Tbmeetroom t where t.status <> 3 and "+ecid+" in (select tr.ecid from Tbmeetmgr tr where tr.tbmeetroom.id = t.id) order by t.id desc"