问题描述
try{Stringsql="select*fromuserwherepk_phone=?";QueryRunnerrunner=newQueryRunner(DataSourceManager.getDataSource());returnrunner.query(sql,newBeanHandler<User>(User.class),phone);}catch(Exceptione){e.printStackTrace();thrownewRuntimeException(e);}
以上为查询代码··返回结果集·时,user只有password信息··其他都为空。
解决方案
解决方案二:
把user的这个类和对应的配置文件贴出来看看
解决方案三:
把你的BeanHandler与User类源码贴出来瞧瞧!
解决方案四:
上面都说了源码贴出来,这个因为有可能字段不一致造成的
时间: 2024-09-12 04:51:01