@@ -61,7 +61,6 @@ public class PatentNewServiceImpl extends BaseMybatisDao<PatentNewMapper> imple
} else {
params.put("shiro", 0);
}
- System.out.println(params.get("shiro"));
return (Pagination<PatentNewBo>) findPage("selectPatentNewList", "selectPatentNewCount", params, pageNo,
pageSize);