rs.open "select * from chengjiao where auditing='0' order by dtime desc",conn,1,1如果auditing是字符型的话,没错如果是数字的rs.open "select * from chengjiao where auditing=0 order by dtime desc",conn,1,1