boolean delivery =((Boolean)criteria.get("delivery")).booleanValue(); //boolean delivery =(boolean)criteria.get("delivery"); 错误.object不能转化为boolean