Commit 3863eecd by 梁辉

修改t_signature表

parent a88e5d5f
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
Target Server Version : 50724 Target Server Version : 50724
File Encoding : 65001 File Encoding : 65001
Date: 16/11/2020 14:46:01 Date: 04/12/2020 17:29:15
*/ */
SET NAMES utf8mb4; SET NAMES utf8mb4;
...@@ -209,15 +209,17 @@ CREATE TABLE `sys_dept` ( ...@@ -209,15 +209,17 @@ CREATE TABLE `sys_dept` (
PRIMARY KEY (`dept_id`) USING BTREE, PRIMARY KEY (`dept_id`) USING BTREE,
INDEX `inx_pid`(`pid`) USING BTREE, INDEX `inx_pid`(`pid`) USING BTREE,
INDEX `inx_enabled`(`enabled`) USING BTREE INDEX `inx_enabled`(`enabled`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 22 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '部门' ROW_FORMAT = Compact; ) ENGINE = InnoDB AUTO_INCREMENT = 24 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '部门' ROW_FORMAT = Compact;
-- ---------------------------- -- ----------------------------
-- Records of sys_dept -- Records of sys_dept
-- ---------------------------- -- ----------------------------
INSERT INTO `sys_dept` VALUES (7, NULL, 1, '环保局', 0, b'1', 'admin', 'admin', '2019-03-25 11:04:50', '2020-11-07 09:23:57', ' ', ' ', ' '); INSERT INTO `sys_dept` VALUES (7, NULL, 1, '环保局', 0, b'1', 'admin', 'admin', '2019-03-25 11:04:50', '2020-11-07 09:23:57', ' ', ' ', ' ', NULL);
INSERT INTO `sys_dept` VALUES (19, 7, 0, '信息部', 999, b'1', 'admin', 'admin', '2020-11-07 09:30:42', '2020-11-07 09:30:42', ' ', ' ', ' '); INSERT INTO `sys_dept` VALUES (19, 7, 0, '信息部', 999, b'1', 'admin', 'admin', '2020-11-07 09:30:42', '2020-11-07 09:30:42', ' ', ' ', ' ', NULL);
INSERT INTO `sys_dept` VALUES (20, NULL, 1, '西乡塘区金盾机动车检测站', 2, b'1', 'admin', 'admin', '2020-11-07 09:35:51', '2020-11-07 09:35:51', 'lanbin', 'XXt123456/', '12313123213'); INSERT INTO `sys_dept` VALUES (20, NULL, 2, '西乡塘区金盾机动车检测站', 2, b'1', 'admin', 'admin', '2020-11-07 09:35:51', '2020-11-07 09:35:51', 'lanbin', 'XXt123456/', '2020112601', '检验章1');
INSERT INTO `sys_dept` VALUES (21, 20, 0, '技术部', 999, b'1', 'admin', 'admin', '2020-11-07 09:36:18', '2020-11-07 09:36:18', 'lanbin', 'XXt123456/', '12313123213'); INSERT INTO `sys_dept` VALUES (21, 20, 0, '技术部', 999, b'1', 'admin', 'admin', '2020-11-07 09:36:18', '2020-11-07 09:36:18', 'lanbin', 'XXt123456/', '2020112601', '检验章1');
INSERT INTO `sys_dept` VALUES (22, NULL, 0, '科技局', 3, b'1', 'admin', 'admin', '2020-11-28 10:03:12', '2020-11-28 10:32:43', '111', '222', '333', '333');
INSERT INTO `sys_dept` VALUES (23, 20, 0, '客服部', 999, b'1', 'admin', 'admin', '2020-11-30 15:00:30', '2020-11-30 15:01:47', '12313', '2123133213', NULL, 'xxx');
-- ---------------------------- -- ----------------------------
-- Table structure for sys_dict -- Table structure for sys_dict
...@@ -313,7 +315,7 @@ CREATE TABLE `sys_log` ( ...@@ -313,7 +315,7 @@ CREATE TABLE `sys_log` (
PRIMARY KEY (`log_id`) USING BTREE, PRIMARY KEY (`log_id`) USING BTREE,
INDEX `log_create_time_index`(`create_time`) USING BTREE, INDEX `log_create_time_index`(`create_time`) USING BTREE,
INDEX `inx_log_type`(`log_type`) USING BTREE INDEX `inx_log_type`(`log_type`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 3660 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统日志' ROW_FORMAT = Compact; ) ENGINE = InnoDB AUTO_INCREMENT = 3678 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统日志' ROW_FORMAT = Compact;
-- ---------------------------- -- ----------------------------
-- Records of sys_log -- Records of sys_log
...@@ -349,6 +351,24 @@ INSERT INTO `sys_log` VALUES (3656, '修改用户:个人中心', 'INFO', 'me.z ...@@ -349,6 +351,24 @@ INSERT INTO `sys_log` VALUES (3656, '修改用户:个人中心', 'INFO', 'me.z
INSERT INTO `sys_log` VALUES (3657, '修改用户:个人中心', 'INFO', 'me.zhengjie.modules.system.rest.UserController.center()', '{\"snKey\":\"sm2kinggrid001\",\"gender\":\"\",\"nickName\":\"Lander\",\"isAdmin\":false,\"phone\":\"18775722652\",\"id\":11,\"snPassword\":\"1234567\"}', '192.168.0.36', 136, 'lander', '内网IP', 'Chrome 8', NULL, '2020-11-14 14:11:24'); INSERT INTO `sys_log` VALUES (3657, '修改用户:个人中心', 'INFO', 'me.zhengjie.modules.system.rest.UserController.center()', '{\"snKey\":\"sm2kinggrid001\",\"gender\":\"\",\"nickName\":\"Lander\",\"isAdmin\":false,\"phone\":\"18775722652\",\"id\":11,\"snPassword\":\"1234567\"}', '192.168.0.36', 136, 'lander', '内网IP', 'Chrome 8', NULL, '2020-11-14 14:11:24');
INSERT INTO `sys_log` VALUES (3658, '修改用户:个人中心', 'INFO', 'me.zhengjie.modules.system.rest.UserController.center()', '{\"snKey\":\"sm2kinggrid001\",\"gender\":\"\",\"nickName\":\"Lander\",\"isAdmin\":false,\"phone\":\"18775722652\",\"id\":11,\"snPassword\":\"1234567\"}', '192.168.0.36', 306, 'lander', '内网IP', 'Chrome 8', NULL, '2020-11-14 14:15:18'); INSERT INTO `sys_log` VALUES (3658, '修改用户:个人中心', 'INFO', 'me.zhengjie.modules.system.rest.UserController.center()', '{\"snKey\":\"sm2kinggrid001\",\"gender\":\"\",\"nickName\":\"Lander\",\"isAdmin\":false,\"phone\":\"18775722652\",\"id\":11,\"snPassword\":\"1234567\"}', '192.168.0.36', 306, 'lander', '内网IP', 'Chrome 8', NULL, '2020-11-14 14:15:18');
INSERT INTO `sys_log` VALUES (3659, '修改用户:个人中心', 'INFO', 'me.zhengjie.modules.system.rest.UserController.center()', '{\"snKey\":\"sm2kinggrid001\",\"gender\":\"\",\"nickName\":\"Lander\",\"isAdmin\":false,\"phone\":\"18775722652\",\"id\":11,\"snPassword\":\"123456\"}', '192.168.0.36', 316, 'lander', '内网IP', 'Chrome 8', NULL, '2020-11-14 14:16:17'); INSERT INTO `sys_log` VALUES (3659, '修改用户:个人中心', 'INFO', 'me.zhengjie.modules.system.rest.UserController.center()', '{\"snKey\":\"sm2kinggrid001\",\"gender\":\"\",\"nickName\":\"Lander\",\"isAdmin\":false,\"phone\":\"18775722652\",\"id\":11,\"snPassword\":\"123456\"}', '192.168.0.36', 316, 'lander', '内网IP', 'Chrome 8', NULL, '2020-11-14 14:16:17');
INSERT INTO `sys_log` VALUES (3660, '新增部门', 'INFO', 'me.zhengjie.modules.system.rest.DeptController.create()', '{\"updatedBy\":\"admin\",\"secretKey\":\"111\",\"epPassword\":\"huanbao1\",\"updateTime\":1606528992125,\"epAccount\":\"huanbao1\",\"enabled\":true,\"deptSort\":3,\"subCount\":0,\"createBy\":\"admin\",\"createTime\":1606528992125,\"snName\":\"222\",\"name\":\"科技局\",\"id\":22}', '192.168.0.37', 293, 'admin', '内网IP', 'Internet Explorer 11', NULL, '2020-11-28 10:03:12');
INSERT INTO `sys_log` VALUES (3661, '新增用户', 'INFO', 'me.zhengjie.modules.system.rest.UserController.create()', '{\"snKey\":\"111\",\"updatedBy\":\"admin\",\"gender\":\"\",\"nickName\":\"张三\",\"roles\":[{\"level\":3,\"dataScope\":\"本级\",\"id\":6}],\"jobs\":[{\"id\":15}],\"snSignature\":\"333\",\"updateTime\":1606529391529,\"dept\":{\"subCount\":0,\"id\":22},\"isAdmin\":false,\"enabled\":false,\"password\":\"$2a$10$B35tstjvEhju2KKIpOza7ef3c6Kv8Qd72ZYBXUtsbCXeJ2zxKjNWq\",\"createBy\":\"admin\",\"phone\":\"18888888888\",\"createTime\":1606529391529,\"id\":12,\"email\":\"12306@qq.com\",\"username\":\"测试\",\"snPassword\":\"222\"}', '192.168.0.37', 874, 'admin', '内网IP', 'Internet Explorer 11', NULL, '2020-11-28 10:09:52');
INSERT INTO `sys_log` VALUES (3662, '修改用户', 'INFO', 'me.zhengjie.modules.system.rest.UserController.update()', '{\"snKey\":\"111\",\"updatedBy\":\"admin\",\"gender\":\"\",\"nickName\":\"张三\",\"roles\":[],\"jobs\":[{\"updatedBy\":\"admin\",\"updateTime\":1604713040000,\"enabled\":true,\"jobSort\":3,\"createBy\":\"admin\",\"createTime\":1604713040000,\"name\":\"检测员\",\"id\":15}],\"updateTime\":1606529392000,\"dept\":{\"subCount\":0,\"name\":\"科技局\",\"id\":22},\"isAdmin\":false,\"enabled\":true,\"createBy\":\"admin\",\"phone\":\"18888888888\",\"createTime\":1606529392000,\"id\":12,\"email\":\"12306@qq.com\",\"username\":\"测试\",\"snPassword\":\"222\"}', '192.168.0.37', 645, 'admin', '内网IP', 'Internet Explorer 11', NULL, '2020-11-28 10:10:01');
INSERT INTO `sys_log` VALUES (3663, '修改用户', 'INFO', 'me.zhengjie.modules.system.rest.UserController.update()', '{\"snKey\":\"111\",\"updatedBy\":\"admin\",\"gender\":\"\",\"nickName\":\"张三\",\"roles\":[],\"jobs\":[{\"updatedBy\":\"admin\",\"updateTime\":1604713040000,\"enabled\":true,\"jobSort\":3,\"createBy\":\"admin\",\"createTime\":1604713040000,\"name\":\"检测员\",\"id\":15}],\"snSignature\":\"444\",\"updateTime\":1606529392000,\"dept\":{\"subCount\":0,\"name\":\"科技局\",\"id\":22},\"isAdmin\":false,\"enabled\":true,\"createBy\":\"admin\",\"phone\":\"18888888888\",\"createTime\":1606529392000,\"id\":12,\"email\":\"12306@qq.com\",\"username\":\"测试\",\"snPassword\":\"222\"}', '192.168.0.37', 635, 'admin', '内网IP', 'Internet Explorer 11', NULL, '2020-11-28 10:10:10');
INSERT INTO `sys_log` VALUES (3664, '修改部门', 'INFO', 'me.zhengjie.modules.system.rest.DeptController.update()', '{\"updatedBy\":\"admin\",\"secretKey\":\"333\",\"epPassword\":\"333\",\"updateTime\":1606528992000,\"epAccount\":\"111\",\"enabled\":true,\"deptSort\":3,\"subCount\":0,\"createBy\":\"admin\",\"createTime\":1606528992000,\"snName\":\"444\",\"name\":\"科技局\",\"id\":22}', '192.168.0.37', 211, 'admin', '内网IP', 'Internet Explorer 11', NULL, '2020-11-28 10:11:35');
INSERT INTO `sys_log` VALUES (3665, '修改部门', 'INFO', 'me.zhengjie.modules.system.rest.DeptController.update()', '{\"updatedBy\":\"admin\",\"secretKey\":\"333\",\"updateTime\":1606529495000,\"epAccount\":\"111\",\"enabled\":true,\"deptSort\":3,\"subCount\":0,\"createBy\":\"admin\",\"createTime\":1606528992000,\"name\":\"科技局\",\"id\":22}', '192.168.0.37', 405, 'admin', '内网IP', 'Internet Explorer 11', NULL, '2020-11-28 10:32:05');
INSERT INTO `sys_log` VALUES (3666, '修改部门', 'INFO', 'me.zhengjie.modules.system.rest.DeptController.update()', '{\"updatedBy\":\"admin\",\"secretKey\":\"333\",\"epPassword\":\"222\",\"updateTime\":1606530725000,\"epAccount\":\"111\",\"enabled\":true,\"deptSort\":3,\"subCount\":0,\"createBy\":\"admin\",\"createTime\":1606528992000,\"snName\":\"333\",\"name\":\"科技局\",\"id\":22}', '192.168.0.37', 145, 'admin', '内网IP', 'Internet Explorer 11', NULL, '2020-11-28 10:32:43');
INSERT INTO `sys_log` VALUES (3667, '新增用户', 'INFO', 'me.zhengjie.modules.system.rest.UserController.create()', '{\"snKey\":\"12313131\",\"updatedBy\":\"admin\",\"gender\":\"\",\"nickName\":\"李四\",\"roles\":[{\"level\":3,\"dataScope\":\"本级\",\"id\":6}],\"jobs\":[{\"id\":15}],\"snSignature\":\"李四\",\"updateTime\":1606719537129,\"dept\":{\"subCount\":0,\"id\":20},\"isAdmin\":false,\"enabled\":false,\"password\":\"$2a$10$EK93vZt9p5SpSYfOpUzjKOTy4o1JLvwqmqbfxVpm1.cd3rryf0roy\",\"createBy\":\"admin\",\"createTime\":1606719537129,\"id\":13,\"username\":\"123456\",\"snPassword\":\"1423434324\"}', '192.168.0.36', 632, 'admin', '内网IP', 'Chrome 8', NULL, '2020-11-30 14:58:57');
INSERT INTO `sys_log` VALUES (3668, '新增部门', 'INFO', 'me.zhengjie.modules.system.rest.DeptController.create()', '{\"updatedBy\":\"admin\",\"secretKey\":\"13213131\",\"epPassword\":\"123132131\",\"pid\":20,\"updateTime\":1606719629775,\"epAccount\":\"1231331\",\"enabled\":true,\"deptSort\":999,\"subCount\":0,\"createBy\":\"admin\",\"createTime\":1606719629775,\"snName\":\"西乡塘金盾机动车检测站\",\"name\":\"客服部\",\"id\":23}', '192.168.0.36', 136, 'admin', '内网IP', 'Chrome 8', NULL, '2020-11-30 15:00:30');
INSERT INTO `sys_log` VALUES (3669, '修改部门', 'INFO', 'me.zhengjie.modules.system.rest.DeptController.update()', '{\"updatedBy\":\"admin\",\"epPassword\":\"2123133213\",\"pid\":20,\"updateTime\":1606719630000,\"epAccount\":\"12313\",\"enabled\":true,\"deptSort\":999,\"subCount\":0,\"createBy\":\"admin\",\"createTime\":1606719630000,\"snName\":\"xxx\",\"name\":\"客服部\",\"id\":23}', '192.168.0.36', 251, 'admin', '内网IP', 'Chrome 8', NULL, '2020-11-30 15:01:47');
INSERT INTO `sys_log` VALUES (3670, '新增菜单', 'ERROR', 'me.zhengjie.modules.system.rest.MenuController.create()', '{\"cache\":false,\"hidden\":false,\"icon\":\"app\",\"permission\":\"signature:list\",\"pid\":1,\"title\":\"签章管理\",\"type\":1,\"subCount\":0,\"path\":\"signature\",\"component\":\"system/signature/index\",\"iFrame\":false,\"componentName\":\"Signature\",\"menuSort\":3}', '192.168.0.36', 109, 'admin', '内网IP', 'Chrome 8', 'me.zhengjie.exception.EntityExistException: Menu with componentName Signature existed\r\n at me.zhengjie.modules.system.service.impl.MenuServiceImpl.create(MenuServiceImpl.java:114)\r\n at me.zhengjie.modules.system.service.impl.MenuServiceImpl$$FastClassBySpringCGLIB$$a0cfbc77.invoke(<generated>)\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)\r\n at me.zhengjie.modules.system.service.impl.MenuServiceImpl$$EnhancerBySpringCGLIB$$5e170414.create(<generated>)\r\n at me.zhengjie.modules.system.rest.MenuController.create(MenuController.java:120)\r\n at me.zhengjie.modules.system.rest.MenuController$$FastClassBySpringCGLIB$$158b4bdf.invoke(<generated>)\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:69)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)\r\n at me.zhengjie.modules.system.rest.MenuController$$EnhancerBySpringCGLIB$$73c8db16.create(<generated>)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:215)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:142)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:800)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1038)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:998)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:901)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:875)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:90)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:770)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\r\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:748)\r\n', '2020-12-04 10:52:20');
INSERT INTO `sys_log` VALUES (3671, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.update()', '{\"cache\":false,\"updatedBy\":\"admin\",\"hidden\":false,\"icon\":\"edit\",\"permission\":\"report\",\"pid\":128,\"updateTime\":1604713471000,\"title\":\"检测报告\",\"type\":1,\"subCount\":0,\"path\":\"report:list\",\"component\":\"system/report/index\",\"createBy\":\"admin\",\"createTime\":1604713471000,\"iFrame\":false,\"id\":129,\"componentName\":\"Signature\",\"menuSort\":999}', '192.168.0.36', 585, 'admin', '内网IP', 'Chrome 8', NULL, '2020-12-04 10:54:37');
INSERT INTO `sys_log` VALUES (3672, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.update()', '{\"cache\":false,\"updatedBy\":\"admin\",\"hidden\":false,\"icon\":\"edit\",\"permission\":\"report\",\"pid\":128,\"updateTime\":1607050476000,\"title\":\"检测报告\",\"type\":1,\"subCount\":0,\"path\":\"report:list\",\"component\":\"system/report/index\",\"createBy\":\"admin\",\"createTime\":1604713471000,\"iFrame\":false,\"id\":129,\"componentName\":\"Report\",\"menuSort\":999}', '192.168.0.36', 280, 'admin', '内网IP', 'Chrome 8', NULL, '2020-12-04 11:11:22');
INSERT INTO `sys_log` VALUES (3673, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.create()', '{\"cache\":false,\"updatedBy\":\"admin\",\"hidden\":false,\"icon\":\"app\",\"permission\":\"signature:list\",\"pid\":1,\"updateTime\":1607051520473,\"title\":\"签章管理\",\"type\":1,\"subCount\":0,\"path\":\"signature\",\"component\":\"system/signature/index\",\"createBy\":\"admin\",\"createTime\":1607051520473,\"iFrame\":false,\"id\":130,\"componentName\":\"Signature\",\"menuSort\":3}', '192.168.0.36', 173, 'admin', '内网IP', 'Chrome 8', NULL, '2020-12-04 11:12:01');
INSERT INTO `sys_log` VALUES (3674, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":6,\"menus\":[{\"subCount\":0,\"id\":129,\"menuSort\":999},{\"subCount\":0,\"id\":130,\"menuSort\":999},{\"subCount\":0,\"id\":128,\"menuSort\":999}]}', '192.168.0.36', 318, 'admin', '内网IP', 'Chrome 8', NULL, '2020-12-04 11:12:12');
INSERT INTO `sys_log` VALUES (3675, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":130,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999}]}', '192.168.0.36', 259, 'admin', '内网IP', 'Chrome 8', NULL, '2020-12-04 11:12:20');
INSERT INTO `sys_log` VALUES (3676, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":6,\"menus\":[{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":128,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":129,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":130,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999}]}', '192.168.0.36', 1635, 'admin', '内网IP', 'Chrome 8', NULL, '2020-12-04 12:06:21');
INSERT INTO `sys_log` VALUES (3677, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":6,\"menus\":[{\"subCount\":0,\"id\":129,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":130,\"menuSort\":999},{\"subCount\":0,\"id\":128,\"menuSort\":999}]}', '192.168.0.36', 885, 'admin', '内网IP', 'Chrome 8', NULL, '2020-12-04 12:06:32');
-- ---------------------------- -- ----------------------------
-- Table structure for sys_menu -- Table structure for sys_menu
...@@ -377,12 +397,12 @@ CREATE TABLE `sys_menu` ( ...@@ -377,12 +397,12 @@ CREATE TABLE `sys_menu` (
UNIQUE INDEX `uniq_title`(`title`) USING BTREE, UNIQUE INDEX `uniq_title`(`title`) USING BTREE,
UNIQUE INDEX `uniq_name`(`name`) USING BTREE, UNIQUE INDEX `uniq_name`(`name`) USING BTREE,
INDEX `inx_pid`(`pid`) USING BTREE INDEX `inx_pid`(`pid`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 130 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统菜单' ROW_FORMAT = Compact; ) ENGINE = InnoDB AUTO_INCREMENT = 131 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统菜单' ROW_FORMAT = Compact;
-- ---------------------------- -- ----------------------------
-- Records of sys_menu -- Records of sys_menu
-- ---------------------------- -- ----------------------------
INSERT INTO `sys_menu` VALUES (1, NULL, 7, 0, '系统管理', NULL, NULL, 1, 'system', 'system', b'0', b'0', b'0', NULL, NULL, NULL, '2018-12-18 15:11:29', NULL); INSERT INTO `sys_menu` VALUES (1, NULL, 8, 0, '系统管理', NULL, NULL, 1, 'system', 'system', b'0', b'0', b'0', NULL, NULL, NULL, '2018-12-18 15:11:29', NULL);
INSERT INTO `sys_menu` VALUES (2, 1, 3, 1, '用户管理', 'User', 'system/user/index', 2, 'peoples', 'user', b'0', b'0', b'0', 'user:list', NULL, NULL, '2018-12-18 15:14:44', NULL); INSERT INTO `sys_menu` VALUES (2, 1, 3, 1, '用户管理', 'User', 'system/user/index', 2, 'peoples', 'user', b'0', b'0', b'0', 'user:list', NULL, NULL, '2018-12-18 15:14:44', NULL);
INSERT INTO `sys_menu` VALUES (3, 1, 3, 1, '角色管理', 'Role', 'system/role/index', 3, 'role', 'role', b'0', b'0', b'0', 'roles:list', NULL, NULL, '2018-12-18 15:16:07', NULL); INSERT INTO `sys_menu` VALUES (3, 1, 3, 1, '角色管理', 'Role', 'system/role/index', 3, 'role', 'role', b'0', b'0', b'0', 'roles:list', NULL, NULL, '2018-12-18 15:16:07', NULL);
INSERT INTO `sys_menu` VALUES (5, 1, 3, 1, '菜单管理', 'Menu', 'system/menu/index', 5, 'menu', 'menu', b'0', b'0', b'0', 'menu:list', NULL, NULL, '2018-12-18 15:17:28', NULL); INSERT INTO `sys_menu` VALUES (5, 1, 3, 1, '菜单管理', 'Menu', 'system/menu/index', 5, 'menu', 'menu', b'0', b'0', b'0', 'menu:list', NULL, NULL, '2018-12-18 15:17:28', NULL);
...@@ -459,7 +479,8 @@ INSERT INTO `sys_menu` VALUES (113, 98, 0, 2, '数据库编辑', NULL, '', 999, ...@@ -459,7 +479,8 @@ INSERT INTO `sys_menu` VALUES (113, 98, 0, 2, '数据库编辑', NULL, '', 999,
INSERT INTO `sys_menu` VALUES (114, 98, 0, 2, '数据库删除', NULL, '', 999, '', '', b'0', b'0', b'0', 'database:del', NULL, NULL, '2019-11-17 11:13:14', NULL); INSERT INTO `sys_menu` VALUES (114, 98, 0, 2, '数据库删除', NULL, '', 999, '', '', b'0', b'0', b'0', 'database:del', NULL, NULL, '2019-11-17 11:13:14', NULL);
INSERT INTO `sys_menu` VALUES (116, 36, 0, 1, '生成预览', 'Preview', 'generator/preview', 999, 'java', 'generator/preview/:tableName', b'0', b'1', b'1', NULL, NULL, NULL, '2019-11-26 14:54:36', NULL); INSERT INTO `sys_menu` VALUES (116, 36, 0, 1, '生成预览', 'Preview', 'generator/preview', 999, 'java', 'generator/preview/:tableName', b'0', b'1', b'1', NULL, NULL, NULL, '2019-11-26 14:54:36', NULL);
INSERT INTO `sys_menu` VALUES (128, NULL, 1, 0, '机检管理', NULL, NULL, 3, 'dashboard', 'signature', b'0', b'0', b'0', NULL, 'admin', 'admin', '2020-11-07 09:43:20', '2020-11-07 09:43:20'); INSERT INTO `sys_menu` VALUES (128, NULL, 1, 0, '机检管理', NULL, NULL, 3, 'dashboard', 'signature', b'0', b'0', b'0', NULL, 'admin', 'admin', '2020-11-07 09:43:20', '2020-11-07 09:43:20');
INSERT INTO `sys_menu` VALUES (129, 128, 0, 1, '检测报告', 'Signature', 'system/signature/index', 999, 'edit', 'signature:list', b'0', b'0', b'0', 'signature', 'admin', 'admin', '2020-11-07 09:44:31', '2020-11-07 09:44:31'); INSERT INTO `sys_menu` VALUES (129, 128, 0, 1, '检测报告', 'Report', 'system/report/index', 999, 'edit', 'report:list', b'0', b'0', b'0', 'report', 'admin', 'admin', '2020-11-07 09:44:31', '2020-12-04 11:11:22');
INSERT INTO `sys_menu` VALUES (130, 1, 0, 1, '签章管理', 'Signature', 'system/signature/index', 3, 'app', 'signature', b'0', b'0', b'0', 'signature:list', 'admin', 'admin', '2020-12-04 11:12:00', '2020-12-04 11:12:00');
-- ---------------------------- -- ----------------------------
-- Table structure for sys_quartz_job -- Table structure for sys_quartz_job
...@@ -538,8 +559,8 @@ CREATE TABLE `sys_role` ( ...@@ -538,8 +559,8 @@ CREATE TABLE `sys_role` (
-- ---------------------------- -- ----------------------------
-- Records of sys_role -- Records of sys_role
-- ---------------------------- -- ----------------------------
INSERT INTO `sys_role` VALUES (1, '超级管理员', 1, '-', '全部', NULL, 'admin', '2018-11-23 11:04:37', '2020-08-06 16:10:24'); INSERT INTO `sys_role` VALUES (1, '超级管理员', 1, '-', '全部', NULL, 'admin', '2018-11-23 11:04:37', '2020-12-04 11:12:20');
INSERT INTO `sys_role` VALUES (6, '检测员', 2, NULL, '本级', 'admin', 'admin', '2020-11-07 09:33:31', '2020-11-07 09:44:43'); INSERT INTO `sys_role` VALUES (6, '检测员', 2, NULL, '本级', 'admin', 'admin', '2020-11-07 09:33:31', '2020-12-04 12:06:32');
-- ---------------------------- -- ----------------------------
-- Table structure for sys_roles_depts -- Table structure for sys_roles_depts
...@@ -609,8 +630,11 @@ INSERT INTO `sys_roles_menus` VALUES (94, 1); ...@@ -609,8 +630,11 @@ INSERT INTO `sys_roles_menus` VALUES (94, 1);
INSERT INTO `sys_roles_menus` VALUES (97, 1); INSERT INTO `sys_roles_menus` VALUES (97, 1);
INSERT INTO `sys_roles_menus` VALUES (98, 1); INSERT INTO `sys_roles_menus` VALUES (98, 1);
INSERT INTO `sys_roles_menus` VALUES (116, 1); INSERT INTO `sys_roles_menus` VALUES (116, 1);
INSERT INTO `sys_roles_menus` VALUES (130, 1);
INSERT INTO `sys_roles_menus` VALUES (1, 6);
INSERT INTO `sys_roles_menus` VALUES (128, 6); INSERT INTO `sys_roles_menus` VALUES (128, 6);
INSERT INTO `sys_roles_menus` VALUES (129, 6); INSERT INTO `sys_roles_menus` VALUES (129, 6);
INSERT INTO `sys_roles_menus` VALUES (130, 6);
-- ---------------------------- -- ----------------------------
-- Table structure for sys_user -- Table structure for sys_user
...@@ -646,13 +670,15 @@ CREATE TABLE `sys_user` ( ...@@ -646,13 +670,15 @@ CREATE TABLE `sys_user` (
INDEX `FK5rwmryny6jthaaxkogownknqp`(`dept_id`) USING BTREE, INDEX `FK5rwmryny6jthaaxkogownknqp`(`dept_id`) USING BTREE,
INDEX `FKpq2dhypk2qgt68nauh2by22jb`(`avatar_name`) USING BTREE, INDEX `FKpq2dhypk2qgt68nauh2by22jb`(`avatar_name`) USING BTREE,
INDEX `inx_enabled`(`enabled`) USING BTREE INDEX `inx_enabled`(`enabled`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 12 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统用户' ROW_FORMAT = Compact; ) ENGINE = InnoDB AUTO_INCREMENT = 14 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统用户' ROW_FORMAT = Compact;
-- ---------------------------- -- ----------------------------
-- Records of sys_user -- Records of sys_user
-- ---------------------------- -- ----------------------------
INSERT INTO `sys_user` VALUES (1, 19, 'admin', '管理员', '男', '18888888888', '201507802@qq.com', 'avatar-20200806032259161.png', '/Users/jie/Documents/work/me/admin/eladmin/~/avatar/avatar-20200806032259161.png', '$2a$10$Egp1/gvFlt7zhlXVfEFw4OfWQCGPw0ClmMcc6FjTnvXNRVf9zdMRa', b'1', 1, NULL, 'admin', '2020-05-03 16:38:31', '2018-08-23 09:11:56', '2020-11-07 09:32:32', NULL, NULL, NULL); INSERT INTO `sys_user` VALUES (1, 19, 'admin', '管理员', '男', '18888888888', '201507802@qq.com', 'avatar-20200806032259161.png', '/Users/jie/Documents/work/me/admin/eladmin/~/avatar/avatar-20200806032259161.png', '$2a$10$Egp1/gvFlt7zhlXVfEFw4OfWQCGPw0ClmMcc6FjTnvXNRVf9zdMRa', b'1', 1, NULL, 'admin', '2020-05-03 16:38:31', '2018-08-23 09:11:56', '2020-11-07 09:32:32', NULL, NULL, NULL, NULL);
INSERT INTO `sys_user` VALUES (11, 21, 'lander', 'Lander', '男', '18775722652', NULL, 'avatar-20201109110101251.png', 'C:\\reptiles\\avatar\\avatar-20201109110101251.png', '$2a$10$3GkZtvWriwfEe8NScSU.euX7k9BAI4jsWd11TLKZfSSvvA7X3yeaS', b'0', 1, 'admin', 'lander', NULL, '2020-11-07 09:38:01', '2020-11-14 14:16:17', NULL, 'sm2kinggrid001', '123456'); INSERT INTO `sys_user` VALUES (11, 21, 'lander', 'Lander', '男', '18775722652', NULL, 'avatar-20201109110101251.png', 'C:\\reptiles\\avatar\\avatar-20201109110101251.png', '$2a$10$R1Pi942ilHF2vGbU4V4fPOfyJHKTb7t1v/8pu4e4CMCAgznRHQ3cK', b'0', 1, 'admin', 'lander', '2020-11-23 16:17:52', '2020-11-07 09:38:01', '2020-11-14 14:16:17', NULL, 'sm2kinggrid001', '123456', '蓝彬');
INSERT INTO `sys_user` VALUES (12, 22, '测试', '张三', '男', '18888888888', '12306@qq.com', NULL, NULL, '$2a$10$B35tstjvEhju2KKIpOza7ef3c6Kv8Qd72ZYBXUtsbCXeJ2zxKjNWq', b'0', 1, 'admin', 'admin', NULL, '2020-11-28 10:09:52', '2020-11-28 10:10:09', NULL, '111', '222', '333');
INSERT INTO `sys_user` VALUES (13, 20, '123456', '李四', '男', NULL, NULL, NULL, NULL, '$2a$10$EK93vZt9p5SpSYfOpUzjKOTy4o1JLvwqmqbfxVpm1.cd3rryf0roy', b'0', 0, 'admin', 'admin', NULL, '2020-11-30 14:58:57', '2020-11-30 14:58:57', NULL, '12313131', '1423434324', '李四');
-- ---------------------------- -- ----------------------------
-- Table structure for sys_users_jobs -- Table structure for sys_users_jobs
...@@ -669,6 +695,8 @@ CREATE TABLE `sys_users_jobs` ( ...@@ -669,6 +695,8 @@ CREATE TABLE `sys_users_jobs` (
-- ---------------------------- -- ----------------------------
INSERT INTO `sys_users_jobs` VALUES (1, 14); INSERT INTO `sys_users_jobs` VALUES (1, 14);
INSERT INTO `sys_users_jobs` VALUES (11, 15); INSERT INTO `sys_users_jobs` VALUES (11, 15);
INSERT INTO `sys_users_jobs` VALUES (12, 15);
INSERT INTO `sys_users_jobs` VALUES (13, 15);
-- ---------------------------- -- ----------------------------
-- Table structure for sys_users_roles -- Table structure for sys_users_roles
...@@ -686,6 +714,8 @@ CREATE TABLE `sys_users_roles` ( ...@@ -686,6 +714,8 @@ CREATE TABLE `sys_users_roles` (
-- ---------------------------- -- ----------------------------
INSERT INTO `sys_users_roles` VALUES (1, 1); INSERT INTO `sys_users_roles` VALUES (1, 1);
INSERT INTO `sys_users_roles` VALUES (11, 6); INSERT INTO `sys_users_roles` VALUES (11, 6);
INSERT INTO `sys_users_roles` VALUES (12, 6);
INSERT INTO `sys_users_roles` VALUES (13, 6);
-- ---------------------------- -- ----------------------------
-- Table structure for t_common_seal -- Table structure for t_common_seal
...@@ -722,7 +752,6 @@ CREATE TABLE `t_report_pdf` ( ...@@ -722,7 +752,6 @@ CREATE TABLE `t_report_pdf` (
-- ---------------------------- -- ----------------------------
-- Records of t_report_pdf -- Records of t_report_pdf
-- ---------------------------- -- ----------------------------
INSERT INTO `t_report_pdf` VALUES (18, 'C:\\reptiles\\report\\450107690220200601151658439\\450107690220200601151658439_GM.pdf', '450107690220200601151658439_GM.pdf', '450107690220200601151658439', '测试11111', '2020-11-09 15:00:17');
INSERT INTO `t_report_pdf` VALUES (19, 'C:\\reptiles\\report\\450107690120201109145334691\\450107690120201109145334691.pdf', '450107690120201109145334691.pdf', '450107690120201109145334691', '桂A3X391', '2020-11-09 15:07:38'); INSERT INTO `t_report_pdf` VALUES (19, 'C:\\reptiles\\report\\450107690120201109145334691\\450107690120201109145334691.pdf', '450107690120201109145334691.pdf', '450107690120201109145334691', '桂A3X391', '2020-11-09 15:07:38');
INSERT INTO `t_report_pdf` VALUES (20, 'C:\\reptiles\\report\\450107690120200529155024739\\450107690120200529155024739.pdf', '450107690120200529155024739.pdf', '450107690120200529155024739', '测试11111', '2020-11-10 13:54:10'); INSERT INTO `t_report_pdf` VALUES (20, 'C:\\reptiles\\report\\450107690120200529155024739\\450107690120200529155024739.pdf', '450107690120200529155024739.pdf', '450107690120200529155024739', '测试11111', '2020-11-10 13:54:10');
INSERT INTO `t_report_pdf` VALUES (21, 'C:\\reptiles\\report\\\\450107690220200601171136798\\450107690220200601171136798_GM.pdf', '450107690220200601171136798_GM.pdf', '450107690220200601171136798', '测试YL000', '2020-11-10 13:58:53'); INSERT INTO `t_report_pdf` VALUES (21, 'C:\\reptiles\\report\\\\450107690220200601171136798\\450107690220200601171136798_GM.pdf', '450107690220200601171136798_GM.pdf', '450107690220200601171136798', '测试YL000', '2020-11-10 13:58:53');
...@@ -732,18 +761,32 @@ INSERT INTO `t_report_pdf` VALUES (21, 'C:\\reptiles\\report\\\\4501076902202006 ...@@ -732,18 +761,32 @@ INSERT INTO `t_report_pdf` VALUES (21, 'C:\\reptiles\\report\\\\4501076902202006
-- ---------------------------- -- ----------------------------
DROP TABLE IF EXISTS `t_signature`; DROP TABLE IF EXISTS `t_signature`;
CREATE TABLE `t_signature` ( CREATE TABLE `t_signature` (
`id` int(11) NOT NULL COMMENT '自增ID', `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`name` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '签名名称', `sn_key` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '签章秘钥盘符',
`path` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '签名文件存放根路径', `sn_password` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '签章密码',
`user_id` int(11) NOT NULL COMMENT '用户id', `sn_name` varchar(100) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '章名称',
`dept_id` int(11) NOT NULL COMMENT '所属部门id',
`state` tinyint(1) NOT NULL DEFAULT 0 COMMENT '是否启用 0不启用 1启用',
`create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间',
`update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE PRIMARY KEY (`id`) USING BTREE,
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_bin ROW_FORMAT = Dynamic; INDEX `sn_key`(`sn_key`) USING BTREE COMMENT '签章盘符普通索引'
) ENGINE = InnoDB AUTO_INCREMENT = 17 CHARACTER SET = utf8 COLLATE = utf8_bin ROW_FORMAT = Dynamic;
-- ---------------------------- -- ----------------------------
-- Records of t_signature -- Records of t_signature
-- ---------------------------- -- ----------------------------
INSERT INTO `t_signature` VALUES (1, '2020112601', '123456', '检验章1', 20, 1, '2020-12-04 11:38:57', '2020-12-04 11:38:57');
INSERT INTO `t_signature` VALUES (2, '2020112603', '123456', '蓝彬', 20, 1, '2020-12-04 11:58:11', '2020-12-04 11:58:11');
INSERT INTO `t_signature` VALUES (3, '2020112608', '123456', '林东', 20, 0, '2020-12-04 11:58:37', '2020-12-04 11:58:37');
INSERT INTO `t_signature` VALUES (4, '2020112607', '123456', '钟良', 20, 1, '2020-12-04 11:58:54', '2020-12-04 11:58:54');
INSERT INTO `t_signature` VALUES (5, '2020112606', '123456', '凌伟财', 20, 1, '2020-12-04 11:59:35', '2020-12-04 11:59:35');
INSERT INTO `t_signature` VALUES (6, '2020112605', '123456', '韦杨', 20, 1, '2020-12-04 12:00:14', '2020-12-04 12:00:14');
INSERT INTO `t_signature` VALUES (7, '2020112604', '123456', '区维', 20, 1, '2020-12-04 12:00:36', '2020-12-04 12:00:36');
INSERT INTO `t_signature` VALUES (8, '2020112602', '123456', '周国军', 20, 1, '2020-12-04 12:00:54', '2020-12-04 12:00:54');
INSERT INTO `t_signature` VALUES (9, '2020112601', '123456', '检验章5', 20, 1, '2020-12-04 12:01:10', '2020-12-04 12:01:10');
INSERT INTO `t_signature` VALUES (10, '2020112601', '123456', '检验章3', 20, 1, '2020-12-04 12:01:19', '2020-12-04 12:01:19');
INSERT INTO `t_signature` VALUES (16, '123131', '111111', '检验章1', 22, 0, '2020-12-04 14:11:09', '2020-12-04 14:11:09');
-- ---------------------------- -- ----------------------------
-- Table structure for t_site -- Table structure for t_site
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment