test.find("select * from departments where checksid = ?", depid);
depid 在sql数据库里是主键,类型为varchar,为什么就不能查询到数据?