SQL语句查询问题

test.find("select * from departments  where  checksid = ?", depid);

depid 在sql数据库里是主键,类型为varchar,为什么就不能查询到数据?

评论区

JFinal

2018-04-12 20:55

where checksid = ? 改成 where depid = ?

热门反馈

扫码入社