初始化sql添加
diff --git a/src/main/resources/data.sql b/src/main/resources/data.sql
index 3bc48fc..7962596 100644
--- a/src/main/resources/data.sql
+++ b/src/main/resources/data.sql
@@ -105,6 +105,10 @@
INSERT INTO tb_function(id,createtime,isleaf,lastsaved,menuicon,menuurl,name,ordernum,parentid,grade) VALUES (23, NULL, 0, NULL, 'layui-icon-chart-screen', '#', '数据中心', 50, -1,3);
INSERT INTO tb_function(id,createtime,isleaf,lastsaved,menuicon,menuurl,name,ordernum,parentid,grade) VALUES (24, NULL, 1, NULL, 'layui-icon-chart-screen', '/doorlistMgr/searchDoorlist', '设备名单查询', 51, 23,3);
INSERT INTO tb_function(id,createtime,isleaf,lastsaved,menuicon,menuurl,name,ordernum,parentid,grade) VALUES (25, NULL, 1, NULL, 'layui-icon-chart-screen', '/query/tdoorstream', '流水信息查询', 52, 23,3);
+INSERT INTO "tb_function"("id", "createtime", "isleaf", "lastsaved", "menuicon", "menuurl", "name", "ordernum", "parentid", "grade") VALUES (29, NULL, 0, NULL, 'layui-icon-app', '#', '会议签到', 8, -1, NULL);
+INSERT INTO "tb_function"("id", "createtime", "isleaf", "lastsaved", "menuicon", "menuurl", "name", "ordernum", "parentid", "grade") VALUES (30, NULL, 0, NULL, 'layui-icon-people', '#', '客户信息维护', 6, -1, NULL);
+INSERT INTO "tb_function"("id", "createtime", "isleaf", "lastsaved", "menuicon", "menuurl", "name", "ordernum", "parentid", "grade") VALUES (31, NULL, 1, NULL, '', '/system/custtypeindex', '客户类别管理', 9, 3, NULL);
+INSERT INTO "tb_function"("id", "createtime", "isleaf", "lastsaved", "menuicon", "menuurl", "name", "ordernum", "parentid", "grade") VALUES (32, NULL, 1, NULL, '', '/system/deptindex', '部门管理', 10, 3, NULL);
@@ -179,6 +183,10 @@
INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890023', 23, NULL, 'abcdefghijklmnopqrstuvwxyz012346');
INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890024', 24, NULL, 'abcdefghijklmnopqrstuvwxyz012346');
INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890025', 25, NULL, 'abcdefghijklmnopqrstuvwxyz012346');
+INSERT INTO "tb_role_function"("id", "functionid", "permissions", "roleid") VALUES ('297e9e7b70e140ee0170e16ce4db0001', 32, NULL, 'abcdefghijklmnopqrstuvwxyz012345');
+INSERT INTO "tb_role_function"("id", "functionid", "permissions", "roleid") VALUES ('297e9e7b70e140ee0170e16ce4db0000', 31, NULL, 'abcdefghijklmnopqrstuvwxyz012345');
+INSERT INTO "tb_role_function"("id", "functionid", "permissions", "roleid") VALUES ('297e9e7b70e140ee0170e16ce4db0002', 30, NULL, 'abcdefghijklmnopqrstuvwxyz012345');
+INSERT INTO "tb_role_function"("id", "functionid", "permissions", "roleid") VALUES ('297e9e7b70e140ee0170e16ce4db0003', 29, NULL, 'abcdefghijklmnopqrstuvwxyz012345');
-- ----------------------------
-- Records of tb_systemparam