anderx лет назад: 4
Родитель
Сommit
2f7e396860

+ 0 - 1
src/main/java/com/goafanti/patent/service/impl/PatentNewServiceImpl.java

@@ -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);
 	}