String sql="Update userInf set isAdmin='y' where userID='"+userID+"' "; stmt.executeUpdate(sql);为什么执行完了,isAdmin还是没变成"y"呢