Browse Source

租户菜单添加表单组管理

xuezizhuo 1 year ago
parent
commit
01fd5e47b1

+ 25 - 0
zkqy-system/src/main/java/com/zkqy/system/service/impl/SysTenantServiceImpl.java

@@ -1236,6 +1236,31 @@ public class SysTenantServiceImpl implements ISysTenantService
                 "        \"updateBy\": null,\n" +
                 "        \"updateTime\": null,\n" +
                 "        \"remark\": null,\n" +
+                "        \"menuId\": 5877,\n" +
+                "        \"menuName\": \"表单组管理\",\n" +
+                "        \"parentName\": null,\n" +
+                "        \"parentId\": 1103,\n" +
+                "        \"orderNum\": 7,\n" +
+                "        \"path\": \"formGroupMange\",\n" +
+                "        \"component\": \"system/formGroupMange/index\",\n" +
+                "        \"query\": null,\n" +
+                "        \"isFrame\": \"1\",\n" +
+                "        \"isCache\": \"0\",\n" +
+                "        \"menuType\": \"C\",\n" +
+                "        \"visible\": \"0\",\n" +
+                "        \"status\": \"0\",\n" +
+                "        \"perms\": \"\",\n" +
+                "        \"icon\": \"build\",\n" +
+                "        \"children\": [],\n" +
+                "        \"tenantName\": null,\n" +
+                "        \"tenantId\": null\n" +
+                "    },\n" +
+                "    {\n" +
+                "        \"createBy\": null,\n" +
+                "        \"createTime\": \"2023-10-11 09:28:10\",\n" +
+                "        \"updateBy\": null,\n" +
+                "        \"updateTime\": null,\n" +
+                "        \"remark\": null,\n" +
                 "        \"menuId\": 4216,\n" +
                 "        \"menuName\": \"生产管理\",\n" +
                 "        \"parentName\": null,\n" +

+ 25 - 0
zkqy-system/src/main/resources/sql/initialize_sys_tenant_menu.json

@@ -1049,6 +1049,31 @@
         "tenantName": null,
         "tenantId": null
     },
+    {
+        "createBy": null,
+        "createTime": "2023-10-11 09:28:10",
+        "updateBy": null,
+        "updateTime": null,
+        "remark": null,
+        "menuId": 5877,
+        "menuName": "表单组管理",
+        "parentName": null,
+        "parentId": 1103,
+        "orderNum": 7,
+        "path": "formGroupMange",
+        "component": "system/formGroupMange/index",
+        "query": null,
+        "isFrame": "1",
+        "isCache": "0",
+        "menuType": "C",
+        "visible": "0",
+        "status": "0",
+        "perms": "",
+        "icon": "build",
+        "children": [],
+        "tenantName": null,
+        "tenantId": null
+    },
     {
         "createBy": null,
         "createTime": "2023-10-11 09:28:10",