String handlersql="select count(*) from d_handler where unitcode=? and handlercode=?";
int handlercount=jdbcTemplate.queryForInt(handlersql,logininfo.getUnitcode(),logininfo.getHandlercode());
表里对应的上面的查询条件是有一条数据的,但是用queryForInt查出来的 handlercount=0,求解决。