();
- maps.put("pageList", pageList);
- maps.put("totalCount", totalCount);
+ result.put("pageList", pageList);
+ result.put("totalCount", totalCount);
return result;
}
diff --git a/generator-web/src/main/resources/templates/index.ftl b/generator-web/src/main/resources/templates/index.ftl
index 5ca66f99..2a98e672 100644
--- a/generator-web/src/main/resources/templates/index.ftl
+++ b/generator-web/src/main/resources/templates/index.ftl
@@ -156,7 +156,7 @@ CREATE TABLE `userinfo` (
-
+