优化来函信息页面的搜索及分页搜索

This commit is contained in:
zhanghongqing
2018-02-09 18:18:57 +08:00
parent 0d4b7f7f06
commit 9cfe4859aa
2 changed files with 5 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ public class Page<T> {
*/
public Page(HttpServletRequest request, HttpServletResponse response){
//this(request, response,Integer.valueOf(Configurations.getIntProperty("page.pageSize", 30)));
this(request, response,Integer.valueOf(Configurations.getIntProperty("page.pageSize", 30)));
}
/**
@@ -338,7 +338,7 @@ public class Page<T> {
sb.append(funcName+"("+pageNo+",this.value,'"+funcParam+"');\" onclick=\"this.select();\"/> 条,");
sb.append("" + count + ""+(message!=null?message:"")+"</a></li>\n");
sb.insert(0,"<ul>\n").append("</ul>\n");
// sb.insert(0,"<ul>\n").append("</ul>\n");
sb.append("<div style=\"clear:both;\"></div>");