Browse Source

加入配置中心

tuonina 6 years ago
parent
commit
90bc966867
100 changed files with 203 additions and 7463 deletions
  1. 4 1
      .gitignore
  2. 29 1
      README.md
  3. 13 60
      build.gradle
  4. 1 0
      config
  5. 16 0
      envir-config/build.gradle
  6. 16 0
      eureka-core/build.gradle
  7. 50 0
      eureka-web/build.gradle
  8. 21 0
      eureka-web/src/main/java/cn/gygxzc/cloud/tina/eureka/MainApplication.java
  9. 14 0
      eureka-web/src/main/resources/application-dev.yml
  10. 15 0
      eureka-web/src/main/resources/application-prod.yml
  11. 20 0
      eureka-web/src/main/resources/bootstrap.yml
  12. 4 5
      settings.gradle
  13. 0 1043
      sql/archives_mgr.sql
  14. 0 245
      sql/archives_receive.sql
  15. 0 548
      sql/archives_save.sql
  16. 0 282
      sql/archives_shared.sql
  17. 0 378
      sql/archives_sys.sql
  18. 0 244
      sql/archives_utilization.sql
  19. 0 353
      sql/archives_xxl-job.sql
  20. 0 21
      zen-api/build.gradle
  21. 0 14
      zen-api/src/main/java/cn/gygxzc/envir/sys/dao/IUserDao.java
  22. 0 27
      zen-api/src/main/java/cn/gygxzc/tina/config/properties/ShiroRedisCacheProperties.java
  23. 0 44
      zen-api/src/main/java/cn/gygxzc/tina/config/properties/ShiroSessionProperties.java
  24. 0 8
      zen-api/src/main/kotlin/cn/gygxzc/envir/biz/Biz.kt
  25. 0 12
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/jwt/JwtConfig.kt
  26. 0 9
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/jwt/JwtPayload.kt
  27. 0 45
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/jwt/JwtUtils.kt
  28. 0 119
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/orm/Generator.kt
  29. 0 162
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/ShiroConfig.kt
  30. 0 21
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/ZenHttpSession.kt
  31. 0 66
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/cache/JwtRedisCache.kt
  32. 0 94
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/cache/RedisConfiguration.kt
  33. 0 119
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/cache/ShiroRedisCache.kt
  34. 0 21
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/cache/ShiroRedisCacheManager.kt
  35. 0 74
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/cache/ShiroRedisSessionDAO.kt
  36. 0 61
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/common/ZenAuthToken.kt
  37. 0 54
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/common/ZenPermission.kt
  38. 0 106
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/common/ZenSimpleByteSource.kt
  39. 0 40
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/filter/AjaxAuthorizationFilter.kt
  40. 0 50
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/filter/JwtPathMatchingFilter.kt
  41. 0 103
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/filter/UrlPermissionsFilter.kt
  42. 0 41
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/filter/ZenCorsAnonymousFilter.kt
  43. 0 39
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/filter/ZenCorsPathMatchingFilter.kt
  44. 0 63
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/realm/ZenShiroRealm.kt
  45. 0 309
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/session/ZenWebSessionManager.kt
  46. 0 50
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/Byte2Hex.kt
  47. 0 119
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/MD5Salt.kt
  48. 0 109
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/SSOUtil.kt
  49. 0 82
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/SerializeUtils.kt
  50. 0 42
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/ShiroRedisUtil.kt
  51. 0 42
      zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/ShiroUtils.java
  52. 0 81
      zen-api/src/main/kotlin/cn/gygxzc/envir/sys/model/SysUser.kt
  53. 0 13
      zen-api/src/main/kotlin/cn/gygxzc/envir/sys/service/ILoginService.kt
  54. 0 62
      zen-api/src/main/kotlin/cn/gygxzc/envir/sys/service/impl/LoginService.kt
  55. 0 21
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/common/DictTypeTree.kt
  56. 0 56
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/common/MenuTree.kt
  57. 0 40
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/common/RoleTree.kt
  58. 0 11
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/constants/CacheKeyConstants.kt
  59. 0 36
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysDept.kt
  60. 0 24
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysDeptUser.kt
  61. 0 32
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysDictType.kt
  62. 0 36
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysDictValue.kt
  63. 0 44
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysEventLogin.kt
  64. 0 44
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysEventOper.kt
  65. 0 43
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysNotice.kt
  66. 0 44
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysParam.kt
  67. 0 56
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysRole.kt
  68. 0 74
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysUploadInfo.kt
  69. 0 28
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysUserRole.kt
  70. 0 43
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/service/IPermissionService.kt
  71. 0 83
      zen-api/src/main/kotlin/com/gxzc/zen/api/sys/service/impl/PermissionServiceImpl.kt
  72. 0 14
      zen-api/src/main/kotlin/com/gxzc/zen/logging/annotation/LogAnnotation.kt
  73. 0 56
      zen-api/src/main/kotlin/com/gxzc/zen/logging/model/LogAuth.kt
  74. 0 55
      zen-api/src/main/kotlin/com/gxzc/zen/logging/model/LogBiz.kt
  75. 0 66
      zen-api/src/main/kotlin/com/gxzc/zen/logging/model/LogDB.kt
  76. 0 86
      zen-api/src/main/kotlin/com/gxzc/zen/logging/model/LogRequest.kt
  77. 0 12
      zen-api/src/main/kotlin/com/gxzc/zen/logging/model/MQLog.kt
  78. 0 43
      zen-api/src/main/kotlin/com/gxzc/zen/msg/ws/config/WebSocketConfig.kt
  79. 0 12
      zen-api/src/main/kotlin/com/gxzc/zen/msg/ws/config/WebSocketProperties.kt
  80. 0 46
      zen-api/src/main/kotlin/com/gxzc/zen/orm/config/CustomMetaObjectHandler.kt
  81. 0 39
      zen-api/src/main/kotlin/com/gxzc/zen/orm/config/MybatisPlusConfig.kt
  82. 0 30
      zen-api/src/main/kotlin/com/gxzc/zen/orm/data/authority/DAHelper.kt
  83. 0 24
      zen-api/src/main/kotlin/com/gxzc/zen/orm/data/authority/DataAuthority.kt
  84. 0 43
      zen-api/src/main/kotlin/com/gxzc/zen/orm/data/authority/DataAuthorityBuilder.kt
  85. 0 43
      zen-api/src/main/kotlin/com/gxzc/zen/orm/data/authority/visitor/DataAuthoritySelectVisitor.kt
  86. 0 141
      zen-api/src/main/resources/templates/entity.java.vm
  87. 0 92
      zen-api/src/main/resources/templates/entity.kt.vm
  88. 0 25
      zen-api/src/main/resources/templates/mapper.java.vm
  89. 0 22
      zen-api/src/main/resources/templates/service.java.vm
  90. 0 32
      zen-api/src/main/resources/templates/serviceImpl.java.vm
  91. 0 19
      zen-api/src/test/kotlin/com/gxzc/zen/api/PasswordGen.kt
  92. 0 35
      zen-api/src/test/kotlin/com/gxzc/zen/api/TestCollectionUtil.kt
  93. 0 110
      zen-api/src/test/kotlin/com/gxzc/zen/api/TestDictTypeTreeRedis.kt
  94. 0 24
      zen-api/src/test/kotlin/com/gxzc/zen/api/TestKotlinReplace.kt
  95. 0 22
      zen-api/src/test/kotlin/com/gxzc/zen/api/TestTreePath.kt
  96. 0 39
      zen-api/src/test/kotlin/com/gxzc/zen/api/base/BaseTestKt.kt
  97. 0 20
      zen-core/build.gradle
  98. 0 33
      zen-core/src/main/kotlin/cn/gygxzc/tina/cache/redis/RedisConfig.kt
  99. 0 22
      zen-core/src/main/kotlin/cn/gygxzc/tina/cache/redis/RedisKeyGenerator.kt
  100. 0 61
      zen-core/src/main/kotlin/cn/gygxzc/tina/cache/redis/TinaJedisConnectionConfiguration.kt

+ 4 - 1
.gitignore

@@ -156,4 +156,7 @@ transaction-logs/
 *.lck
 
 /*.epoch
-/*.lck
+/*.lck
+
+
+config/

+ 29 - 1
README.md

@@ -6,4 +6,32 @@
 - 采用restFul风格的URL
 - 返回数据的格式,全部采用ResponseDto ,data字段为传递的数据
 - 前后端分离,采用json格式进行数据传输
-- 根据 ResponseDto 的code字段判断请求操作是否成功。如果失败,返回非200的请求码
+- 根据 ResponseDto 的code字段判断请求操作是否成功。如果失败,返回非200的请求码
+
+
+## Docker部署说明
+项目结构若采用docker部署,步骤如下:
+
+- 登陆到镜像中心
+
+使用命令终端运行命令:docker login --username=gxzcalyqy registry.cn-qingdao.aliyuncs.com
+提示登陆成功,则操作成功。
+
+- 打包
+
+在项目根目录下,使用命令终端运行命令:gradlew dockerBuilder 或者直接执行任务,dockerBuilder,两种是一样的。
+
+该步骤会自动打包,并且上传到配置的镜像中心。
+
+- docker运行
+
+在终端中运行命令:docker run -t --name registry -p 11001:11001 -e "EUREKA_INSTANCE_IP-ADDRESS=192.168.1.98" registry.cn-qingdao.aliyuncs.com/gxzc-envir/registry:1.0
+
+
+## 更新日志
+
+### 2018/10/19
+
+- 添加docker打包task
+- 添加配置中心
+- 去除多余的依赖

+ 13 - 60
build.gradle

@@ -1,35 +1,14 @@
 buildscript {
     ext {
-        kotlin_version = '1.2.51'
+        kotlin_version = '1.2.61'
         springBootVersion = '2.0.1.RELEASE'
         springCloudVersion = 'Finchley.SR1'
-        mybatisPlusVersion = '3.0.3'
         junit_version = '4.12'
         commons_io_version = '2.5'
         commons_lang3_version = '3.5'
         commons_codec_version = '1.10'
         commons_fileupload_version = '1.3.2'
         slf4j_api_version = '1.7.25'
-        ehcache_version = '3.4.0'
-        ehcache_core_version = '2.6.11'
-        mysql_connector_version = '5.1.45'
-        alidruid_version = '1.1.6'
-        mybatis_plus_version = '2.2.0'
-        mybatis_plus_boot_version = '1.0.5'
-        activiti_starter_version = '6.0.0'
-//        rocketmq_starter_version = '1.1.0-RELEASE'
-        rocketmq_starter_version = '0.1.0'
-        xxljob_version = '1.9.0'
-        swagger_version = '2.7.0'
-        fastjson_version = '1.2.44'
-        pinyin4j_version = '2.5.1'
-//        kisso_version = '3.6.13'
-        caffeine_version = '2.6.1'
-        shiro_version = '1.4.0'
-        dubbo_starter_version = '0.1.0'
-        dubbo_version = "2.6.1"
-        jsqlparser_version = '1.2'
-        fastdfs_client_version = '1.26.2'
     }
     repositories {
         mavenCentral()
@@ -43,8 +22,8 @@ buildscript {
 }
 
 allprojects {
-    group = "com.gxzc.zen"
-    version = "1.0-SNAPSHOT"
+    group = "cn.gygxzc.cloud.tina"
+    version = "1.0"
 }
 
 subprojects {
@@ -74,6 +53,11 @@ subprojects {
         }
     }
 
+    configurations{
+        all*.exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
+        all*.exclude group: 'org.hibernate.validator'
+    }
+
 
     dependencies {
         // Kotlin
@@ -84,55 +68,21 @@ subprojects {
         // SpringBoot Starter
 
         compile('org.springframework.cloud:spring-cloud-config-server')
+        compile('org.springframework.boot:spring-boot-starter-jetty')
+
         compile('org.springframework.cloud:spring-cloud-starter-netflix-eureka-server')
 //        compile('org.springframework.cloud:spring-cloud-starter-openfeign')
 //
-        compile('org.springframework.boot:spring-boot-starter')
-        compile('org.springframework.boot:spring-boot-starter-web')
-        compile('org.springframework.boot:spring-boot-starter-aop')
-        compile('org.springframework.boot:spring-boot-starter-actuator')
-        compile('org.springframework.boot:spring-boot-starter-websocket')
-        compile('org.springframework.boot:spring-boot-starter-jta-atomikos')
-
-//        cache
-        compile('org.springframework.boot:spring-boot-starter-cache')
-        
-        testCompile('org.springframework.boot:spring-boot-starter-test')
-        // mq
-
-       
-
-        compile group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.9.6'
-
         // commons
         compile("commons-io:commons-io:$commons_io_version")
         compile("org.apache.commons:commons-lang3:$commons_lang3_version")
         compile("commons-codec:commons-codec:$commons_codec_version")
-        compile("commons-fileupload:commons-fileupload:$commons_fileupload_version")
 
         // logger
         compile("org.slf4j:slf4j-api:$slf4j_api_version")
-
         compile("javax.servlet:javax.servlet-api:3.1.0")
         compile("javax.servlet:servlet-api:2.5")
 
-      
-        // db
-        compile("mysql:mysql-connector-java:$mysql_connector_version")
-        
-       
-
-        // swagger
-        compile("io.springfox:springfox-swagger2:$swagger_version")
-        compile("io.springfox:springfox-swagger-ui:$swagger_version")
-        
-
-
-        compile("org.apache.velocity:velocity-engine-core:2.0")
-        // sql parser
-        compile("com.github.jsqlparser:jsqlparser:$jsqlparser_version")
-
-
         ext.jarTree = fileTree(dir: 'libs', include: '**/*.jar')
         compile jarTree
     }
@@ -142,4 +92,7 @@ subprojects {
             jvmTarget = "1.8"
         }
     }
+
+    bootJar { enabled = false }
+    jar { enabled = true }
 }

+ 1 - 0
config

@@ -0,0 +1 @@
+Subproject commit f62be8db6d0874658ad436babe016b535a89d19c

+ 16 - 0
envir-config/build.gradle

@@ -0,0 +1,16 @@
+plugins {
+    id 'java'
+}
+
+group 'cn.gygxzc.cloud.tina'
+version '1.0'
+
+sourceCompatibility = 1.8
+
+repositories {
+    mavenCentral()
+}
+
+dependencies {
+    testCompile group: 'junit', name: 'junit', version: '4.12'
+}

+ 16 - 0
eureka-core/build.gradle

@@ -0,0 +1,16 @@
+plugins {
+    id 'java'
+}
+
+group 'cn.gygxzc.cloud.tina'
+version '1.0'
+
+sourceCompatibility = 1.8
+
+repositories {
+    mavenCentral()
+}
+
+dependencies {
+    testCompile group: 'junit', name: 'junit', version: '4.12'
+}

+ 50 - 0
eureka-web/build.gradle

@@ -0,0 +1,50 @@
+buildscript {
+
+    repositories {
+        mavenCentral()
+    }
+
+    dependencies {
+        classpath('se.transmode.gradle:gradle-docker:1.2')
+    }
+}
+
+apply plugin: 'docker'
+apply plugin: 'application'
+
+
+//复制jar到指定的文件夹中
+task copyJar() {
+    print('copy  jar ')
+    copy {
+        from("build/libs/zen-web-${version}.jar")
+        into('../envir-jar/')
+    }
+}
+
+bootJar { enabled = true }
+jar { enabled = false }
+
+docker{
+    baseImage 'openjdk:8-jdk-alpine'
+    maintainer 'tina 976056042@qq.com'
+    registry 'registry.cn-qingdao.aliyuncs.com'
+}
+
+task dockerBuilder(type: Docker) {
+    registry='registry.cn-qingdao.aliyuncs.com/gxzc-envir'
+    applicationName = 'registry'
+    tagVersion = jar.version
+    addFile("./${jar.baseName}-${jar.version}.jar","app.jar")
+    entryPoint(["java","-Djava.security.egd=file:/dev/./urandom","-jar",'app.jar'])
+    exposePort(11001)
+    doFirst {
+        copy {
+            from jar
+            into stageDir
+        }
+    }
+    push = true
+}
+
+dockerBuilder.dependsOn(bootJar)

+ 21 - 0
eureka-web/src/main/java/cn/gygxzc/cloud/tina/eureka/MainApplication.java

@@ -0,0 +1,21 @@
+package cn.gygxzc.cloud.tina.eureka;
+
+import org.springframework.boot.SpringApplication;
+import org.springframework.boot.autoconfigure.SpringBootApplication;
+import org.springframework.cloud.config.server.EnableConfigServer;
+import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
+
+/**
+ * Created by niantuo on 2018/10/19.
+ * 注册中心服务
+ */
+
+@EnableEurekaServer
+@EnableConfigServer
+@SpringBootApplication(scanBasePackages = {"cn.gygxzc"})
+public class MainApplication {
+
+    public static void main(String[] args) {
+        SpringApplication.run(MainApplication.class, args);
+    }
+}

+ 14 - 0
eureka-web/src/main/resources/application-dev.yml

@@ -0,0 +1,14 @@
+#服务注册于发现配置
+eureka:
+  instance:
+    hostname: localhost
+    prefer-ip-address: true
+  client:
+    register-with-eureka: true
+    fetch-registry: true
+    service-url:
+      defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/
+  server:
+    enable-self-preservation: false
+    eviction-interval-timer-in-ms: 60000
+

+ 15 - 0
eureka-web/src/main/resources/application-prod.yml

@@ -0,0 +1,15 @@
+#服务注册于发现配置
+eureka:
+  instance:
+    hostname: localhost
+    prefer-ip-address: true
+    ip-address: 192.168.1.206
+  client:
+    register-with-eureka: true
+    fetch-registry: true
+    service-url:
+      defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/
+  server:
+    enable-self-preservation: false
+    eviction-interval-timer-in-ms: 60000
+

+ 20 - 0
eureka-web/src/main/resources/bootstrap.yml

@@ -0,0 +1,20 @@
+# 服务端口号
+server:
+  port: 11001
+
+spring:
+  application:
+    name: registry
+  profiles:
+    active: dev
+  cloud:
+    config:
+      server:
+        bootstrap: false
+        git:
+          username: tn
+          password: 123456
+          uri: https://git.gygxzc.cn/Envir_Group/Config_Resp
+          search-paths: /**
+          basedir: ./config
+      label: master

+ 4 - 5
settings.gradle

@@ -1,6 +1,5 @@
-rootProject.name = 'zen'
-include 'zen-core'
-include 'zen-api'
-include 'zen-web'
-include 'zen-job'
+rootProject.name = 'Envir_Registry'
+include 'eureka-core'
+include 'envir-config'
+include 'eureka-web'
 

+ 0 - 1043
sql/archives_mgr.sql

@@ -1,1043 +0,0 @@
-/*
-Navicat MariaDB Data Transfer
-
-Source Server         : archives
-Source Server Version : 100032
-Source Host           : 192.168.1.92:3307
-Source Database       : archives_mgr
-
-Target Server Type    : MariaDB
-Target Server Version : 100032
-File Encoding         : 65001
-
-Date: 2018-04-13 10:57:56
-*/
-
-SET FOREIGN_KEY_CHECKS=0;
-
--- ----------------------------
--- Table structure for mgr_archiver_directory
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archiver_directory`;
-CREATE TABLE `mgr_archiver_directory` (
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '逻辑删除表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `create_by` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `id` bigint(20) NOT NULL AUTO_INCREMENT,
-  `filesNo` varchar(255) DEFAULT NULL COMMENT '案卷级档号',
-  `fondsId` varchar(255) DEFAULT NULL COMMENT '全宗号',
-  `filesId` varchar(255) DEFAULT NULL COMMENT '案卷号',
-  `directory` varchar(255) DEFAULT NULL COMMENT '目录号',
-  `year` varchar(255) DEFAULT NULL COMMENT '年度',
-  `retentionPeriod` varchar(255) DEFAULT NULL COMMENT '保管期限',
-  `custodyCode` varchar(255) DEFAULT NULL COMMENT '保管期限代码',
-  `fileNumber` varchar(255) DEFAULT NULL COMMENT '文件编号',
-  `archivesNominate` varchar(500) DEFAULT NULL COMMENT '案卷题名',
-  `beginTime` varchar(255) DEFAULT NULL COMMENT '起时间',
-  `stopTime` varchar(255) DEFAULT NULL COMMENT '止时间',
-  `responsible` varchar(255) DEFAULT NULL COMMENT '责任者',
-  `formaationTime` varchar(255) DEFAULT NULL COMMENT '成文时间',
-  `pageNumber` varchar(255) DEFAULT NULL COMMENT '页数',
-  `people` varchar(255) DEFAULT NULL COMMENT '人物',
-  `boxId` varchar(255) DEFAULT NULL COMMENT '盒号',
-  `appendix` varchar(255) DEFAULT NULL COMMENT '附注',
-  `ConfidentialityTime` varchar(255) DEFAULT NULL COMMENT '保密期限',
-  `securityClassification` varchar(255) DEFAULT NULL COMMENT '密级',
-  `archivesName` varchar(255) DEFAULT NULL COMMENT '档案馆名称',
-  `subjectTerm` varchar(255) DEFAULT NULL COMMENT '主题词',
-  `archiveId` varchar(255) DEFAULT NULL COMMENT '档案馆代码',
-  `appendixName` varchar(255) DEFAULT NULL COMMENT '附件题名',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='(接收模块)案卷文件临时表';
-
--- ----------------------------
--- Records of mgr_archiver_directory
--- ----------------------------
-INSERT INTO `mgr_archiver_directory` VALUES ('0', null, '2018-04-06 15:37:12', null, '2018-04-06 15:37:12', null, '14', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('0', null, '2018-04-06 15:37:12', null, '2018-04-06 15:37:12', null, '15', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '16', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '17', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '18', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '19', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '20', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '21', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '22', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '23', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '24', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '25', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '26', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `mgr_archiver_directory` VALUES ('1', null, null, null, null, null, '27', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-
--- ----------------------------
--- Table structure for mgr_archives_classification
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_classification`;
-CREATE TABLE `mgr_archives_classification` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '分类表ID',
-  `classification_code` varchar(50) DEFAULT NULL COMMENT '分类代码',
-  `name` varchar(50) DEFAULT NULL COMMENT '分类名称',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父ID',
-  `connection_code` varchar(10) DEFAULT NULL COMMENT '连接符',
-  `classification_model` varchar(255) DEFAULT NULL COMMENT '分类模式',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='分类表';
-
--- ----------------------------
--- Records of mgr_archives_classification
--- ----------------------------
-INSERT INTO `mgr_archives_classification` VALUES ('2', '1234948491', '测试测试分类', null, '+', '32', '0', '测试测试', '2018-03-19 07:38:14', 'admin', null, null);
-INSERT INTO `mgr_archives_classification` VALUES ('3', '1564', '测试测试添加', null, '-', '3,3', '1', '测试', '2018-03-19 07:43:52', 'admin', null, null);
-INSERT INTO `mgr_archives_classification` VALUES ('4', '2009', '2009', null, '#', '3,3', '1', '2009', '2018-03-19 09:07:04', 'admin', '2018-03-19 10:21:45', 'admin');
-INSERT INTO `mgr_archives_classification` VALUES ('5', '2001', '2001', null, '|', '2,2,3', '1', '2001', '2018-03-19 09:08:07', 'admin', null, null);
-INSERT INTO `mgr_archives_classification` VALUES ('6', '2003', '2003', null, '-', '1,2,3', '1', '2003', '2018-03-19 09:09:27', 'admin', null, null);
-
--- ----------------------------
--- Table structure for mgr_archives_complicationdetail
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_complicationdetail`;
-CREATE TABLE `mgr_archives_complicationdetail` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编研详细信息ID',
-  `fonds_no` varchar(50) DEFAULT NULL COMMENT '全宗号',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父ID',
-  `year` varchar(20) DEFAULT NULL COMMENT '年度',
-  `unit_name` varchar(50) DEFAULT NULL COMMENT '部门名称',
-  `part_no` varchar(10) DEFAULT NULL COMMENT '件号',
-  `title` varchar(20) DEFAULT NULL COMMENT '题名',
-  `archives_no` varchar(50) DEFAULT NULL COMMENT '档号',
-  `author` varchar(20) DEFAULT NULL COMMENT '作者',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='编研详细信息';
-
--- ----------------------------
--- Records of mgr_archives_complicationdetail
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_complicationfilehang
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_complicationfilehang`;
-CREATE TABLE `mgr_archives_complicationfilehang` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编研挂接ID',
-  `url` varchar(50) DEFAULT NULL COMMENT '文件保存地址',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父ID',
-  `title` varchar(20) DEFAULT NULL COMMENT '标题',
-  `page_no` varchar(20) DEFAULT NULL COMMENT '页数',
-  `sort_no` int(11) DEFAULT NULL COMMENT '序号',
-  `author` varchar(20) DEFAULT NULL COMMENT '作者',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='编研文件挂接信息';
-
--- ----------------------------
--- Records of mgr_archives_complicationfilehang
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_complicationmanage
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_complicationmanage`;
-CREATE TABLE `mgr_archives_complicationmanage` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编研库ID',
-  `warehouse_name` varchar(50) DEFAULT NULL COMMENT '编研库名',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父ID',
-  `type` varchar(20) DEFAULT NULL COMMENT '编研类型',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='编研库信息';
-
--- ----------------------------
--- Records of mgr_archives_complicationmanage
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_constants
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_constants`;
-CREATE TABLE `mgr_archives_constants` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '综合信息库ID',
-  `repertory_name` varchar(50) DEFAULT NULL COMMENT '库名',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父ID',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='综合信息管理库';
-
--- ----------------------------
--- Records of mgr_archives_constants
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_datamanage
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_datamanage`;
-CREATE TABLE `mgr_archives_datamanage` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '资料ID',
-  `title` varchar(50) DEFAULT NULL COMMENT '标题',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父ID',
-  `author` varchar(20) DEFAULT NULL COMMENT '作者',
-  `press` varchar(50) DEFAULT NULL COMMENT '出版社',
-  `press_time` varchar(20) DEFAULT NULL COMMENT '出版日期',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='资料管理';
-
--- ----------------------------
--- Records of mgr_archives_datamanage
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_devicemanage
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_devicemanage`;
-CREATE TABLE `mgr_archives_devicemanage` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '设备ID',
-  `device_name` varchar(50) DEFAULT NULL COMMENT '设备名称',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父ID',
-  `device_number` int(10) DEFAULT NULL COMMENT '设备数量',
-  `device_status` varchar(10) DEFAULT NULL COMMENT '设备状态',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='设备管理';
-
--- ----------------------------
--- Records of mgr_archives_devicemanage
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_document
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_document`;
-CREATE TABLE `mgr_archives_document` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `file_id` bigint(20) DEFAULT NULL COMMENT '案卷id',
-  `enable` bit(1) DEFAULT b'1' COMMENT '可用性',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注/附注',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '登记人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '登记日期',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '修改人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间',
-  `tree_node_id` bigint(20) DEFAULT NULL COMMENT '目录树节点id',
-  `self_flag` int(11) DEFAULT '2' COMMENT '标识自己是什么(如:1案卷、2卷内文件、3件、4其他)。其中没有案卷时卷内文件改名为件。',
-  `filing_by` varchar(20) DEFAULT NULL COMMENT '归档人',
-  `filing_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '归档日期',
-  `fonds_no` varchar(20) DEFAULT NULL COMMENT '全宗号',
-  `type_id` bigint(20) DEFAULT NULL COMMENT '档案类型id',
-  `catalogue_code` int(11) DEFAULT NULL COMMENT '案卷目录号',
-  `file_code` varchar(20) DEFAULT NULL COMMENT '案卷号',
-  `archival_code` varchar(20) DEFAULT NULL COMMENT '案卷级档号',
-  `page_code` varchar(20) DEFAULT NULL COMMENT '页号',
-  `part_no` varchar(20) DEFAULT NULL COMMENT '件号',
-  `responsible_person` varchar(50) DEFAULT NULL COMMENT '责任者',
-  `document_code` varchar(10) DEFAULT NULL COMMENT '文件编号',
-  `document_title` varchar(50) DEFAULT NULL COMMENT '文件题名',
-  `pages_count` int(11) DEFAULT NULL COMMENT '页数',
-  `written_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '成文时间',
-  `year` varchar(10) DEFAULT NULL COMMENT '年度',
-  `box_code` varchar(20) DEFAULT NULL COMMENT '盒号',
-  `security_classification` int(11) DEFAULT NULL COMMENT '密级。(0无密;1秘密;2机密;3绝密;4其他)',
-  `archives_type_code` int(11) DEFAULT NULL COMMENT '分类号',
-  `electronic_record_title` varchar(50) DEFAULT NULL COMMENT '电子档案名称',
-  `descriptor` varchar(100) DEFAULT NULL COMMENT '主题词',
-  `organization_problem` varchar(100) DEFAULT NULL COMMENT '机构(问题)',
-  `personage` varchar(20) DEFAULT NULL COMMENT '人物',
-  `archives_name` varchar(100) DEFAULT NULL COMMENT '档案馆名称',
-  `attachment_title` varchar(255) DEFAULT NULL COMMENT '附件题名',
-  `control_sign` varchar(10) DEFAULT NULL COMMENT '控制标识',
-  `archives_code` varchar(10) DEFAULT NULL COMMENT '档案馆代码',
-  `produce_way` varchar(20) DEFAULT NULL COMMENT '电子档案生成方式',
-  `secrecy_period` varchar(10) DEFAULT NULL COMMENT '保密期限',
-  `retention_period` varchar(10) DEFAULT NULL COMMENT '保管期限',
-  `filing_status` int(1) DEFAULT '0' COMMENT '档案归档状态(0未归档;1归档)',
-  `del_flag` int(1) DEFAULT '0' COMMENT '删除标识(0未删除;1删除)',
-  `is_open` bigint(1) DEFAULT '0' COMMENT '是否开放。默认为0,未开放,1为开放。',
-  `open_enable` bigint(1) DEFAULT '1' COMMENT '是否可申请开放鉴定',
-  `digitization_time` varchar(100) DEFAULT NULL COMMENT '数字化时间',
-  `digitization_obj_describe` varchar(100) DEFAULT NULL COMMENT '数字化对象描述',
-  `digitization_authorize_describe` varchar(100) DEFAULT NULL COMMENT '数字化授权描述',
-  `format_name` varchar(20) DEFAULT NULL COMMENT '格式名称',
-  `format_version` varchar(20) DEFAULT NULL COMMENT '格式版本',
-  `color_space` varchar(20) DEFAULT '' COMMENT '色彩空间',
-  `compress_scheme` varchar(20) DEFAULT NULL COMMENT '压缩方案',
-  `compression_ratio` varchar(10) DEFAULT NULL COMMENT '压缩率',
-  `horizontal_resolution` varchar(10) DEFAULT '' COMMENT '水平分辨率',
-  `vertical_resolution` varchar(10) DEFAULT '' COMMENT '垂直分辨率',
-  `image_width` varchar(10) DEFAULT NULL COMMENT '图像宽度',
-  `image_height` varchar(10) DEFAULT NULL COMMENT '图像高度',
-  `equipment_type` varchar(20) DEFAULT '' COMMENT '设备类型',
-  `equipment_manufacturer` varchar(50) DEFAULT '' COMMENT '设备制造商',
-  `equipment_model` varchar(20) DEFAULT '' COMMENT '设备型号',
-  `equipment_series_number` varchar(50) DEFAULT '' COMMENT '设备系列号',
-  `equipment_photoreceptor` varchar(20) DEFAULT '' COMMENT '设备感光器',
-  `digital_software_name` varchar(50) DEFAULT NULL COMMENT '数字化软件名称',
-  `digital_software_version` varchar(20) DEFAULT NULL COMMENT '数字化软件版本',
-  `digital_software_manufacturer` varchar(50) DEFAULT NULL COMMENT '数字化软件生产商',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8 COMMENT='文书档案文件';
-
--- ----------------------------
--- Records of mgr_archives_document
--- ----------------------------
-INSERT INTO `mgr_archives_document` VALUES ('33', '93', '', '1', null, '2018-04-10 10:41:18', null, '2018-04-10 10:41:18', null, '1', 'admin', '2018-04-10 10:41:18', 'QXGDAJ', '11111', '1', 'x.x.x.x', '123', '1', '1', null, '1', '1', '1', '2018-04-10 10:41:18', '1', '1', '1', '1', '1', '1', '1', '1', null, 'E:\\\\test\\\\in\\\\a\\\\b\\\\新建 Microsoft Word 文档.docx', null, null, null, '1', '1', '1', '0', '0', '1', '', null, null, null, null, '', '', '', '', '', null, null, '', '', '', '', '', null, null, null);
-INSERT INTO `mgr_archives_document` VALUES ('34', '93', '', '2', null, '2018-04-10 10:41:19', null, '2018-04-10 10:41:19', null, '1', 'admin', '2018-04-10 10:41:19', 'QXGDAJ', '11111', '1', 'x.x.x.x', '2', '2', '2', null, '2', '2', '2', '2018-04-10 10:41:19', '2', '2', '2', '2', '2', '2', '2', '2', null, 'E:\\\\test\\\\in\\\\a\\\\c\\\\新建 Microsoft PowerPoint 演示文稿.pptx', null, null, null, '2', '2', '1', '0', '0', '1', '', null, null, null, null, '', '', '', '', '', null, null, '', '', '', '', '', null, null, null);
-INSERT INTO `mgr_archives_document` VALUES ('35', '94', '', '2', null, '2018-04-10 10:41:19', null, '2018-04-10 10:41:19', null, '1', 'admin', '2018-04-10 10:41:19', 'QXGDAJ', '11111', '1', 'x.x.x.x', '212', '2', '2', null, '2', '2', '2', '2018-04-10 10:41:19', '2', '2', '2', '2', '2', '2', '2', '2', null, 'E:\\\\test\\\\in\\\\a\\\\d\\\\新建文本文档.txt', null, null, null, '2', '2', '1', '0', '0', '1', '', null, null, null, null, '', '', '', '', '', null, null, '', '', '', '', '', null, null, null);
-INSERT INTO `mgr_archives_document` VALUES ('36', '94', '', '1', null, '2018-04-10 10:42:25', null, '2018-04-10 10:42:25', null, '1', 'admin', '2018-04-10 10:42:25', 'QXGDAJ', '11111', '1', 'x.x.x.x', '1', '1', '1', null, '1', '1', '1', '2018-04-10 10:42:25', '1', '1', '1', '1', '1', '1', '1', '1', null, 'E:\\\\test\\\\in\\\\a\\\\e\\\\新建 Microsoft Visio 绘图.vsdx', null, null, null, '1', '1', '1', '0', '0', '1', '', null, null, null, null, '', '', '', '', '', null, null, '', '', '', '', '', null, null, null);
-INSERT INTO `mgr_archives_document` VALUES ('37', '68', '\0', '5', null, '2018-04-10 09:44:57', null, '2018-04-10 09:44:57', null, '1', null, '2018-04-10 09:44:57', null, null, null, null, '5', '5', '5', null, '5', '5', '5', '2018-04-10 09:44:57', '5', '5', '5', '5', '5', '5', '5', '5', null, '5', null, null, null, '5', '5', '0', '0', '0', '1', '', null, null, null, null, '', '', '', '', '', null, null, '', '', '', '', '', null, null, null);
-INSERT INTO `mgr_archives_document` VALUES ('38', '68', '', '2', null, '2018-04-10 09:42:15', null, '2018-04-10 09:42:15', null, '1', null, '2018-04-10 09:42:15', null, null, null, null, '2', '2', '2', null, '2', '2', '2', '2018-04-10 09:42:15', '2', '2', '2', '2', '2', '2', '2', '2', null, '2', null, null, null, '2', '2', '0', '0', '0', '1', '', null, null, null, null, '', '', '', '', '', null, null, '', '', '', '', '', null, null, null);
-INSERT INTO `mgr_archives_document` VALUES ('48', '106', '', null, null, null, null, null, '194', '2', null, null, '001', null, '1', '1', '2-1-1-0001', '0001', '001', '西南局秘书处,毕节县委组织部', '', '中央关于对脱党份子的党籍和工作的处理和计算党龄问题的指示', '2', '0049-10-20 00:00:00', '1956', '001', '0', null, '2-1-1', '', '', '', null, '', '', '', null, '', '永久', '0', '0', '0', '1', '2018-01-11T14:50:22/2018-01-11T14:50:28', '', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2108,2122', '3036,3036', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司');
-INSERT INTO `mgr_archives_document` VALUES ('49', '106', '', null, null, null, null, null, '194', '2', null, null, '001', null, '1', '1', '2-1-1-0003', '0003', '002', '西南局秘书处', '', '中央组织部关于转移党员组织关系的补充规定', '3', '0051-09-04 00:00:00', '1956', '001', '4', null, '2-1-1', '', '', '', null, '', '', '', null, '', '永久', '0', '0', '0', '1', '2018-01-11T14:50:30/2018-01-11T14:50:30', '', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3180,3140', '4530,2256', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司');
-INSERT INTO `mgr_archives_document` VALUES ('50', '68', '', '3', null, '2018-04-08 15:29:54', null, '2018-04-08 15:29:54', null, '1', null, '2018-04-08 15:29:54', null, null, null, null, '3', '3', '3', null, '3', '3', '3', '2018-04-02 16:00:00', '3', '3', '3', '3', '3', '3', '3', '3', null, '3', null, null, null, '3', '3', '0', '0', '0', '1', null, null, null, null, null, '', '', '', '', '', null, null, '', '', '', '', '', null, null, null);
-
--- ----------------------------
--- Table structure for mgr_archives_electronic_record
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_electronic_record`;
-CREATE TABLE `mgr_archives_electronic_record` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) DEFAULT b'1' COMMENT '可用性(1可用;0不可用)',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建日期',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '修改人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '修改日期',
-  `document_id` bigint(20) DEFAULT NULL COMMENT '文件id(mgr_archives_document表的id)',
-  `electronic_record_title` varchar(50) DEFAULT NULL COMMENT '电子文件标题',
-  `electronic_record_attachment` varchar(255) DEFAULT NULL COMMENT '文件路径',
-  `connect_configure_name` varchar(20) DEFAULT NULL COMMENT '挂接配置名',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='电子档案文件';
-
--- ----------------------------
--- Records of mgr_archives_electronic_record
--- ----------------------------
-INSERT INTO `mgr_archives_electronic_record` VALUES ('1', '', null, 'admin', '2018-04-11 09:31:45', null, null, '38', '2', 'd://savepath//document\\2.png', null);
-INSERT INTO `mgr_archives_electronic_record` VALUES ('3', '', null, 'admin', '2018-04-11 09:47:11', null, null, '50', '3', 'd://savepath//document\\3.jpg', null);
-
--- ----------------------------
--- Table structure for mgr_archives_file
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_file`;
-CREATE TABLE `mgr_archives_file` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) DEFAULT b'1' COMMENT '可用性(1可用;0不可用)',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注/附注',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '修改人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间',
-  `tree_node_id` bigint(20) DEFAULT NULL COMMENT '目录树节点id',
-  `self_flag` int(11) DEFAULT '1' COMMENT '标识自己是什么(如:1案卷、2卷内文件、3件、4其他)。其中没有案卷时卷内文件改名为件。',
-  `filing_by` varchar(20) DEFAULT NULL COMMENT '归档人',
-  `filing_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '归档日期',
-  `archival_code` varchar(20) DEFAULT NULL COMMENT '案卷级档号',
-  `fonds_no` varchar(20) DEFAULT NULL COMMENT '全宗号',
-  `fonds_name` varchar(50) DEFAULT NULL,
-  `type_id` bigint(20) DEFAULT NULL COMMENT '档案类型id',
-  `catalogue_code` int(11) DEFAULT NULL COMMENT '目录号',
-  `file_code` varchar(10) DEFAULT NULL COMMENT '案卷号',
-  `year` varchar(10) DEFAULT NULL COMMENT '年度',
-  `retention_period` varchar(10) DEFAULT NULL COMMENT '保管期限',
-  `retention_period_code` varchar(10) DEFAULT NULL COMMENT '保管期限代码',
-  `file_title` varchar(500) DEFAULT NULL COMMENT '案卷题名',
-  `start_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '起时间',
-  `end_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '止时间',
-  `responsible_person` varchar(50) DEFAULT NULL COMMENT '责任者',
-  `written_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '成文时间',
-  `pages_count` int(11) DEFAULT NULL COMMENT '页数',
-  `document_count` int(11) DEFAULT NULL COMMENT '文件件数',
-  `personage` varchar(20) DEFAULT NULL COMMENT '人物',
-  `box_code` varchar(20) DEFAULT NULL COMMENT '盒号',
-  `secrecy_period` varchar(10) DEFAULT NULL COMMENT '保密期限',
-  `security_classification` int(11) DEFAULT '0' COMMENT '密级(0无密;1秘密;2机密;3绝密;)',
-  `archives_name` varchar(100) DEFAULT NULL COMMENT '档案馆名称',
-  `descriptor` varchar(100) DEFAULT NULL COMMENT '主题词',
-  `archives_code` varchar(10) DEFAULT NULL COMMENT '档案馆代码',
-  `attachment_title` varchar(100) DEFAULT NULL COMMENT '附件题名',
-  `RFID` varchar(20) DEFAULT NULL COMMENT 'RFID',
-  `filing_status` int(1) DEFAULT '0' COMMENT '归档状态(0:未归档,1归档)',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8 COMMENT='文书档案案卷';
-
--- ----------------------------
--- Records of mgr_archives_file
--- ----------------------------
-INSERT INTO `mgr_archives_file` VALUES ('68', '', '1', 'admin', '2018-04-04 11:00:07', null, '2018-04-04 11:00:07', '194', '1', null, '2018-04-04 11:00:07', '111', '001', '1七星关区委办', null, '1', '1', '1', '1', null, '1a', '2018-04-04 11:00:07', '2018-04-04 11:00:07', '1', '2018-04-04 11:00:07', null, null, null, null, '1', '0', null, null, null, null, null, '0');
-INSERT INTO `mgr_archives_file` VALUES ('93', '', '3', 'admin', '2018-04-04 11:00:10', null, '2018-04-04 11:00:10', '194', '1', null, '2018-04-04 11:00:10', '3', '001', '1七星关区委办', null, '3', '3', '3', '3', null, '3b', '2018-04-04 11:00:10', '2018-04-04 11:00:10', '3', '2018-04-04 11:00:10', null, null, null, null, '3', '0', null, null, null, null, null, '1');
-INSERT INTO `mgr_archives_file` VALUES ('94', '', '1', 'admin', '2018-04-04 11:21:11', null, '2018-04-04 11:21:11', '195', '1', null, '2018-04-04 11:21:11', '1', '002', '2七星关区宣传部', null, '1', '1', '1', '1', null, '用于测试删除案卷', '2018-04-04 11:21:11', '2018-04-04 11:21:11', '1', '2018-04-04 11:21:11', null, null, null, null, '1', '0', null, null, null, null, null, '1');
-INSERT INTO `mgr_archives_file` VALUES ('105', '', null, null, null, null, null, '194', '1', null, null, '2-1-2', '001', null, '24', '1', '2', '1953', '永久', 'Y', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '0049-12-01 00:00:00', '0053-11-30 00:00:00', '毕节县组织部', null, '78', null, '', '002', null, '0', '毕节市七星关区档案馆', '', null, '', null, '0');
-INSERT INTO `mgr_archives_file` VALUES ('106', '', null, null, '2018-04-06 16:30:20', null, '2018-04-06 16:30:20', '194', '1', null, '2018-04-06 16:30:20', '2-1-1', '001', null, '24', '1', '1', '1956', '永久', 'Y', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '0049-10-20 00:00:00', '0056-07-30 00:00:00', '贵州省毕节县委员会', null, '46', null, '', '001', null, '0', '毕节市七星关区档案馆', '', null, '', null, '0');
-
--- ----------------------------
--- Table structure for mgr_archives_file_note
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_file_note`;
-CREATE TABLE `mgr_archives_file_note` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) DEFAULT b'1' COMMENT '可用性(0不可用;1可用)',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注/附注',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '修改人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间',
-  `fonds_name` varchar(50) DEFAULT NULL COMMENT '全宗名称',
-  `fonds_no` varchar(20) DEFAULT NULL COMMENT '全宗号',
-  `detail` varchar(500) DEFAULT NULL COMMENT '档案说明',
-  `collator` varchar(20) DEFAULT NULL COMMENT '整理人',
-  `inspector` varchar(20) DEFAULT NULL COMMENT '检查人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='文书档案备考表';
-
--- ----------------------------
--- Records of mgr_archives_file_note
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_filestorageset
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_filestorageset`;
-CREATE TABLE `mgr_archives_filestorageset` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '文件存储ID',
-  `config_name` varchar(50) DEFAULT NULL COMMENT '配置名',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父ID',
-  `config_type` varchar(10) DEFAULT NULL COMMENT '配置方式',
-  `file_url` varchar(30) DEFAULT NULL COMMENT '文件存储路径',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='文件存储设置表';
-
--- ----------------------------
--- Records of mgr_archives_filestorageset
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_fonds
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_fonds`;
-CREATE TABLE `mgr_archives_fonds` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '全宗ID',
-  `fonds_no` varchar(32) DEFAULT NULL COMMENT '全宗号',
-  `fonds_name` varchar(50) DEFAULT NULL COMMENT '全宗名',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8 COMMENT='全宗表';
-
--- ----------------------------
--- Records of mgr_archives_fonds
--- ----------------------------
-INSERT INTO `mgr_archives_fonds` VALUES ('41', '001', '1七星关区委办', '1', '1七星关区委办', '2018-03-31 02:13:18', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('42', '002', '2七星关区宣传部', '1', '2七星关区宣传部', '2018-03-31 02:15:23', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('43', '003', '3七星关区妇联', '1', '3七星关区妇联', '2018-03-31 02:15:36', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('44', '004', '4七星关区纪委', '1', '4七星关区纪委', '2018-03-31 02:15:49', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('45', '005', '5七星关区政府办', '1', '5七星关区政府办', '2018-03-31 02:16:07', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('46', '006', '6七星关区教育局', '1', '七星关区教育局', '2018-03-31 02:16:23', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('47', '007', '7七星关区档案局', '1', '7七星关区档案局', '2018-03-31 02:16:37', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('48', '008', '8七星关区住建局', '1', '8七星关区住建局', '2018-03-31 02:16:49', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('49', '009', '9七星关区人社局', '1', '七星关区人社局', '2018-03-31 02:17:08', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('50', '0011', '11七星关区毕节县商会', '1', '七星关区毕节县商会', '2018-03-31 02:17:43', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('51', '0012', '12计生局', '1', '12计生局', '2018-03-31 02:18:03', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('52', '0013', '13七星关区党校', '1', '七星关区党校', '2018-03-31 02:18:22', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('53', '0014', '14七星关区城管', '1', '七星关区城管', '2018-03-31 02:18:40', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('54', '0015', '15七星关区信访办', '1', '信访办', '2018-03-31 02:19:23', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('55', '0016', '16海子街镇', '1', '海子街镇', '2018-03-31 02:19:47', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('56', '0017', '17杨家湾镇', '1', '杨家湾镇', '2018-03-31 02:20:23', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('57', '0018', '18林口镇', '1', '林口镇', '2018-03-31 02:20:41', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('58', '0019', '19普宜镇', '1', '普宜镇', '2018-03-31 02:21:14', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('59', '0021', '21生机镇', '1', '生机镇', '2018-03-31 02:21:35', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('60', '0020', '20田坝桥镇', '1', '田坝桥镇', '2018-03-31 02:22:15', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('61', '0022', '22七星关区红十字会', '1', '七星关区红十字会', '2018-03-31 02:22:41', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('62', '0023', '23地区海事局', '1', '地区海事局', '2018-03-31 02:23:08', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('63', '0024', '涉外', '1', '涉外', '2018-03-31 02:44:14', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('64', '0025', '结婚', '1', '结婚', '2018-03-31 02:44:25', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('65', '0026', '离婚', '1', '离婚', '2018-03-31 02:44:35', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('66', '0027', '七星关区质监站', '1', '七星关区质监站', '2018-03-31 02:44:59', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('67', '0028', '0028会计核算中心', '1', '会计核算中心', '2018-03-31 02:45:27', 'admin', null, null);
-INSERT INTO `mgr_archives_fonds` VALUES ('68', '0029', '独生子女档案', '1', '独生子女档案', '2018-03-31 02:48:51', 'admin', null, null);
-
--- ----------------------------
--- Table structure for mgr_archives_open_appraisal_apply
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_open_appraisal_apply`;
-CREATE TABLE `mgr_archives_open_appraisal_apply` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '申请人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '申请时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '修改人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间',
-  `enable` bit(1) DEFAULT b'1' COMMENT '可用性(1可用;0不可用)',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注/附注',
-  `archival_code` varchar(20) DEFAULT NULL COMMENT '档号。若当前是案卷则表示案卷级档号;若当前是件,则表示文件级档号。',
-  `pId` bigint(20) DEFAULT NULL COMMENT '案卷id',
-  `document_ids` varchar(1024) DEFAULT NULL COMMENT '卷内文件id列表',
-  `apply_content` varchar(255) DEFAULT NULL COMMENT '申请内容',
-  `apply_attachment` varchar(255) DEFAULT NULL COMMENT '申请档案开放上传附件资料',
-  `apply_by` varchar(20) DEFAULT NULL COMMENT '申请人',
-  `apply_date` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '申请日期',
-  `save_type` int(11) DEFAULT '1' COMMENT '当前保存的类型,如:1表示案卷,3表件,4其他。和案卷、卷内文件、件等的self_flag对应。',
-  `is_commit` bigint(1) DEFAULT '0' COMMENT '是否提交申请鉴定。默认为0,未提交,1为提交状态。',
-  `is_check` int(1) DEFAULT '0' COMMENT '是否审批通过。0:未审批;1:审批通过;2:审批不通过。默认为0',
-  `is_register` int(1) DEFAULT '0' COMMENT '是否进行鉴定结果登记。0:未登记;1:已登记。',
-  `appraisal_result` int(1) DEFAULT '0' COMMENT '鉴定结果。0:未鉴定;1:允许开放;2:不允许开放。默认为0.',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='档案开放鉴定';
-
--- ----------------------------
--- Records of mgr_archives_open_appraisal_apply
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_open_appraisal_check
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_open_appraisal_check`;
-CREATE TABLE `mgr_archives_open_appraisal_check` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '审批时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '修改人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间',
-  `enable` bigint(1) DEFAULT '1' COMMENT '可用性(1可用;0不可用)',
-  `check_by` varchar(20) DEFAULT NULL COMMENT '审批人',
-  `check_date` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '审批日期',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注/附注',
-  `apply_id` bigint(20) DEFAULT NULL COMMENT '申请id',
-  `check_content` varchar(500) DEFAULT NULL COMMENT '审核意见',
-  `is_check` int(1) DEFAULT '0' COMMENT '是否审批通过。0:未审批;1:审批通过;2:审批不通过。默认为0',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='开放鉴定审批';
-
--- ----------------------------
--- Records of mgr_archives_open_appraisal_check
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_open_appraisal_register
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_open_appraisal_register`;
-CREATE TABLE `mgr_archives_open_appraisal_register` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bigint(1) DEFAULT '1' COMMENT '可用性(1可用;0不可用)',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注/附注',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `update_by` varchar(20) DEFAULT NULL,
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间',
-  `apply_id` bigint(20) DEFAULT NULL COMMENT '申请id',
-  `check_id` bigint(20) DEFAULT NULL COMMENT '审批id',
-  `register_content` varchar(500) DEFAULT NULL COMMENT '登记开放鉴定结果相关内容',
-  `register_attachment` varchar(255) DEFAULT NULL COMMENT '鉴定结果相关附件',
-  `is_register` int(1) DEFAULT NULL COMMENT '是否进行鉴定结果登记。0:未登记;1:已登记。',
-  `appraisal_result` int(1) DEFAULT '0' COMMENT '鉴定结果。0:未鉴定;1:允许开放;2:不允许开放。默认为0',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='开放鉴定结果登记';
-
--- ----------------------------
--- Records of mgr_archives_open_appraisal_register
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_archives_relation
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_relation`;
-CREATE TABLE `mgr_archives_relation` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '目录树关系表ID',
-  `node_id` bigint(20) DEFAULT NULL COMMENT '节点ID(0:其他类型;只保存档案类型和全宗的ID)',
-  `node_name` varchar(50) DEFAULT NULL COMMENT '节点名称',
-  `pnode_id` bigint(20) DEFAULT NULL COMMENT '父节点ID',
-  `node_type` int(10) unsigned NOT NULL COMMENT '节点类型(1:根节点;2:档案类型;3:全宗;4:分类)',
-  `node_code` varchar(255) DEFAULT NULL COMMENT '节点代码,节点标识',
-  `archival_id` bigint(20) DEFAULT NULL COMMENT '档案类型ID',
-  `archival_catalog` varchar(100) DEFAULT NULL COMMENT '档案类型管理模式(档案目录是否包含案卷,项目等)',
-  `fonds_id` bigint(20) DEFAULT NULL COMMENT '分类节点下的全宗ID',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=238 DEFAULT CHARSET=utf8 COMMENT='目录树关系表';
-
--- ----------------------------
--- Records of mgr_archives_relation
--- ----------------------------
-INSERT INTO `mgr_archives_relation` VALUES ('111', '1', '七星关区档案局', null, '1', '123456789', null, null, null, '1', '七星关区档案局', '2018-03-27 10:11:53', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('169', '0', '文书档案', '111', '2', '0000001111', null, null, null, '1', '文书档案分类', '2018-03-31 02:46:17', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('170', '23', '文书档案(新)', '169', '2', '0000001111', null, '2,0', null, '1', '文书档案分类', '2018-03-31 02:46:17', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('171', '24', '文书档案(旧)', '169', '2', '0000001111', null, '1,2,0', null, '1', '文书档案分类', '2018-03-31 02:46:17', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('172', '41', '1七星关区委办', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('173', '42', '2七星关区宣传部', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('174', '43', '3七星关区妇联', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('175', '44', '4七星关区纪委', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('176', '45', '5七星关区政府办', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('177', '46', '6七星关区教育局', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('178', '47', '7七星关区档案局', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('179', '48', '8七星关区住建局', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('180', '49', '9七星关区人社局', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('181', '50', '11七星关区毕节县商会', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('182', '51', '12计生局', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('183', '52', '13七星关区党校', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('184', '53', '14七星关区城管', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('185', '54', '15七星关区信访办', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('186', '55', '16海子街镇', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:51', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('187', '56', '17杨家湾镇', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('188', '57', '18林口镇', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('189', '58', '19普宜镇', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('190', '59', '21生机镇', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('191', '60', '20田坝桥镇', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('192', '61', '22七星关区红十字会', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('193', '62', '23地区海事局', '170', '3', '', '23', '2,0', null, '1', '', '2018-03-31 02:46:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('194', '41', '1七星关区委办', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:18', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('195', '42', '2七星关区宣传部', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:18', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('196', '43', '3七星关区妇联', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('197', '44', '4七星关区纪委', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('198', '45', '5七星关区政府办', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('199', '46', '6七星关区教育局', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('200', '47', '7七星关区档案局', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('201', '48', '8七星关区住建局', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('202', '49', '9七星关区人社局', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('203', '50', '11七星关区毕节县商会', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('204', '51', '12计生局', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('205', '52', '13七星关区党校', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('206', '53', '14七星关区城管', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('207', '54', '15七星关区信访办', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('208', '55', '16海子街镇', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('209', '56', '17杨家湾镇', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('210', '57', '18林口镇', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:20', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('211', '58', '19普宜镇', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:20', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('212', '59', '21生机镇', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:20', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('213', '60', '20田坝桥镇', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:20', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('214', '61', '22七星关区红十字会', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:20', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('215', '62', '23地区海事局', '171', '3', '', '24', '1,2,0', null, '1', '', '2018-03-31 02:47:20', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('216', '0', '专门档案', '111', '2', '00000222222', '24', null, null, '1', '专门档案', '2018-03-31 02:48:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('217', '25', '婚姻档案', '216', '2', '00000222222', '24', '0', null, '1', '专门档案', '2018-03-31 02:48:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('218', '32', '危改档案', '216', '2', '00000222222', '24', '0', null, '1', '专门档案', '2018-03-31 02:48:19', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('219', '33', '独生子女档案', '216', '2', '', '0', '0,1', null, '1', '', '2018-03-31 02:49:53', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('220', '0', '科技档案', '111', '4', '000003333333', '0', '', null, '0', '科技档案分类', '2018-03-31 02:50:48', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('221', '43', '3七星关区妇联', '220', '3', '000003333333', '0', '', null, '0', '科技档案分类', '2018-03-31 02:51:16', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('222', '66', '七星关区质监站', '220', '3', '000003333333', '0', '', null, '0', '科技档案分类', '2018-03-31 02:51:16', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('223', '27', '科技档案', '111', '2', '000003333333', '0', '0', null, '1', '科技档案分类', '2018-03-31 02:52:16', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('224', '43', '3七星关区妇联', '223', '3', '000003333333', '27', '0', null, '1', '科技档案分类', '2018-03-31 02:52:30', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('225', '66', '七星关区质监站', '223', '3', '000003333333', '27', '0', null, '1', '科技档案分类', '2018-03-31 02:52:30', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('226', '26', '会计档案', '111', '2', '000003333333', '27', '0', null, '1', '科技档案分类', '2018-03-31 02:53:05', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('227', '67', '0028会计核算中心', '226', '3', '000003333333', '26', '0', null, '1', '科技档案分类', '2018-03-31 02:53:27', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('228', '64', '结婚', '217', '3', '000003333333', '25', '0', null, '1', '科技档案分类', '2018-03-31 02:53:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('229', '65', '离婚', '217', '3', '000003333333', '25', '0', null, '1', '科技档案分类', '2018-03-31 02:53:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('230', '63', '涉外', '217', '3', '000003333333', '25', '0', null, '1', '科技档案分类', '2018-03-31 02:53:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('231', '0', '并发症', '182', '4', '00000333444', '23', '2,0', '51', '1', '并发症', '2018-03-31 02:55:17', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('232', '0', '两户认定', '111', '4', '0000033555', '23', '2,0', null, '0', '两户认定', '2018-03-31 02:55:45', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('233', '0', '两户认定', '182', '4', '0000033555', '23', '2,0', '51', '1', '两户认定', '2018-03-31 02:56:38', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('234', '0', '节育奖励', '182', '4', '00000336666', '23', '2,0', '51', '1', '节育奖励', '2018-03-31 02:57:09', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('235', '0', '少生快富', '182', '4', '00000337777', '23', '2,0', '51', '1', '少生快富', '2018-03-31 02:57:41', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('236', '0', '独生子女', '182', '4', '000003388888', '23', '2,0', '51', '1', '独生子女', '2018-03-31 02:58:15', 'admin', null, null);
-INSERT INTO `mgr_archives_relation` VALUES ('237', '0', '生育计划', '182', '4', '1231564', '23', '2,0', '51', '1', '生育计划', '2018-04-02 02:09:37', 'admin', null, null);
-
--- ----------------------------
--- Table structure for mgr_archives_relation_copy
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_relation_copy`;
-CREATE TABLE `mgr_archives_relation_copy` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '目录树关系表ID',
-  `node_id` bigint(20) DEFAULT NULL COMMENT '节点ID',
-  `node_name` varchar(50) DEFAULT NULL COMMENT '节点名称',
-  `pnode_id` bigint(20) DEFAULT NULL COMMENT '父节点ID',
-  `node_type` int(10) unsigned NOT NULL COMMENT '节点类型',
-  `node_code` varchar(255) DEFAULT NULL COMMENT '节点代码',
-  `archival_id` bigint(20) DEFAULT NULL COMMENT '档案类型ID',
-  `archival_catalog` varchar(100) DEFAULT NULL COMMENT '档案类型管理模式(档案目录)',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8 COMMENT='目录树关系表';
-
--- ----------------------------
--- Records of mgr_archives_relation_copy
--- ----------------------------
-INSERT INTO `mgr_archives_relation_copy` VALUES ('47', '1', '七星关区档案局', null, '1', '0001', null, null, '1', '备注', '2018-03-24 03:12:48', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('48', '0', '文书档案', '47', '2', '0002', null, null, '0', null, '2018-03-24 03:13:43', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('49', '14', '档案类型测试', '48', '2', '0002', null, '1,2', '0', null, '2018-03-24 03:13:43', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('50', '10', '测试', '48', '2', '0002', null, '2', '0', null, '2018-03-24 03:13:43', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('51', '0', '文书档案', '47', '2', '0002', null, null, '1', null, '2018-03-24 03:14:50', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('52', '14', '档案类型测试', '51', '2', '0002', null, '1,2', '1', null, '2018-03-24 03:14:50', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('53', '10', '测试', '51', '2', '0002', null, '2', '1', null, '2018-03-24 03:14:50', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('54', '0', '全宗分类001', '53', '3', '0000001', null, '2', '1', null, '2018-03-24 03:20:45', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('55', '7', '测试全宗6', '54', '3', '0000001', null, '2', '1', null, '2018-03-24 03:20:46', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('56', '9', '测试全宗7', '54', '3', '0000001', null, '2', '0', null, '2018-03-24 03:20:46', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('57', '10', '测试全宗9', '54', '3', '0000001', null, '2', '1', null, '2018-03-24 03:20:46', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('58', '11', '测试全宗10', '54', '3', '0000001', null, '2', '1', null, '2018-03-24 03:20:46', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('59', '12', '全宗测试001', '54', '3', '0000001', null, '2', '1', null, '2018-03-24 03:20:46', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('60', '0', '测试分类', '56', '4', '123456', null, '2', '0', null, '2018-03-24 03:22:42', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('61', '0', '测试测试分类', '57', '4', '135153496', null, '2', '1', '测试彩色', '2018-03-24 08:01:41', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('62', '0', '测试测试分类', '57', '4', '135153496', null, '2', '1', '测试彩色', '2018-03-24 08:02:40', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('63', '0', '测试测试分类', '57', '4', '135153496', null, '2', '1', '测试彩色', '2018-03-24 08:02:59', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('64', '0', '再分类', '63', '4', '13418940', null, '2', '1', '备注', '2018-03-24 08:13:52', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('65', '0', '再分类', '62', '4', '13418940', null, '2', '1', '备注', '2018-03-24 08:15:29', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('66', '11', '独生子女', '47', '2', '', null, '1,2', '1', '', '2018-03-24 08:18:01', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('67', '12', '独生子女档案', '47', '2', '', null, '2,1', '1', '', '2018-03-24 08:18:01', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('68', '9', '测试全宗7', '67', '3', '', null, '2,1', '1', '', '2018-03-24 08:18:17', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('69', '10', '测试全宗9', '67', '3', '', null, '2,1', '1', '', '2018-03-24 08:18:17', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('70', '36', '七星关档案局12', '67', '3', '', null, '2,1', '1', '', '2018-03-24 08:18:17', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('71', '35', '七星关档案局1', '67', '3', '', null, '2,1', '1', '', '2018-03-24 08:18:17', 'admin', null, null);
-INSERT INTO `mgr_archives_relation_copy` VALUES ('72', '37', '七星关档案局123', '67', '3', '', null, '2,1', '1', '', '2018-03-24 08:18:17', 'admin', null, null);
-
--- ----------------------------
--- Table structure for mgr_archives_setarchivalcode
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_setarchivalcode`;
-CREATE TABLE `mgr_archives_setarchivalcode` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '档号ID',
-  `file_rule` varchar(255) DEFAULT NULL COMMENT '案卷级档号规则',
-  `record_rule` varchar(255) DEFAULT NULL COMMENT '案件级档号规则',
-  `archivaltype_id` bigint(20) NOT NULL COMMENT '档案类型ID',
-  `link_code` varchar(10) DEFAULT NULL COMMENT '连接符',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COMMENT='档号设置表';
-
--- ----------------------------
--- Records of mgr_archives_setarchivalcode
--- ----------------------------
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('7', '全宗号,案卷,年度', '年度,案卷,年度', '8', '-', '1', null, '2018-03-27 08:34:20', 'liusen', '2018-03-27 09:27:54', 'admin');
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('8', '全宗号-案卷-年度', '年度-案卷-年度', '7', '-', '1', null, '2018-03-27 09:31:47', 'liusen', '2018-03-27 10:44:45', 'admin');
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('9', '全宗号+案卷+年度', '全宗号+年度+件号', '11', '+', '1', null, '2018-03-27 09:32:59', 'liusen ', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('10', '', '', '7', '+', '0', null, '2018-03-27 11:02:15', '草拟吗', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('11', '', '', '7', '+', '0', null, '2018-03-27 11:02:33', '草拟吗', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('12', '', '', '7', '+', '0', null, '2018-03-27 11:06:47', '草拟大爷', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('13', '', '', '8', '+', '0', null, '2018-03-27 11:07:58', '草你妈的逼', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('14', '', '', '9', '-', '0', null, '2018-03-27 11:09:42', '擦擦擦', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('15', '', '', '9', '-', '0', null, '2018-03-27 11:09:42', '擦擦擦', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('16', '年度+件号+件号', '全宗号+年度+件号', '12', '+', '1', null, '2018-03-27 11:10:40', '啛啛喳喳错', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('17', '年度-件号-案卷', '件号-全宗号-件号', '10', '-', '1', null, '2018-03-27 11:11:40', '啛啛喳喳', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('18', '全宗号+案卷+件号', '年度+案卷+件号', '10', '+', '1', null, '2018-03-27 11:12:42', '草拟吗', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('19', '年度+案卷+年度', '年度+件号+年度', '8', '+', '1', null, '2018-03-27 11:13:09', '草拟吗', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('20', '案卷+年度+年度', '年度+件号+件号', '7', '+', '1', null, '2018-03-27 11:14:02', '15634561', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('21', '全宗号-年度-件号', '年度-案卷-年度', '8', '-', '1', null, '2018-03-27 11:15:06', '草拟吗逼', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('22', '全宗号+案卷+年度', '案卷+件号+年度', '8', '+', '1', null, '2018-03-27 11:18:26', '13156', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('23', '全宗号-案卷-年度', '全宗号-年度-年度', '9', '-', '1', null, '2018-03-27 11:21:26', '查查塞擦声', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('24', '全宗号-年度-年度', '年度-案卷-年度', '7', '-', '1', null, '2018-03-27 11:24:51', '23213456', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('25', '年度-案卷-年度', '案卷-件号-件号', '9', '-', '1', null, '2018-03-27 11:25:51', '擦拭大Vas', null, null);
-INSERT INTO `mgr_archives_setarchivalcode` VALUES ('26', '全宗号+案卷+件号', '年度+件号+年度', '8', '+', '1', null, '2018-03-27 11:28:41', '134156', null, null);
-
--- ----------------------------
--- Table structure for mgr_archives_type
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_type`;
-CREATE TABLE `mgr_archives_type` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '档案类型ID',
-  `name` varchar(50) DEFAULT NULL COMMENT '类型名',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父ID',
-  `manage_model` varchar(50) DEFAULT NULL COMMENT '档案管理模式',
-  `archival_catalog` varchar(50) DEFAULT NULL COMMENT '档案类型的档案目录(包含案卷还是件)(0:只包含件;1:包含案卷;2:包含分类表;3:包含项目)',
-  `filepage_number` int(10) unsigned DEFAULT NULL COMMENT '立卷设置卷内页数',
-  `type_code` varchar(255) DEFAULT NULL COMMENT '档案类型代码',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 COMMENT='档案类型表';
-
--- ----------------------------
--- Records of mgr_archives_type
--- ----------------------------
-INSERT INTO `mgr_archives_type` VALUES ('23', '文书档案(新)', null, '3', '2,0', null, null, '1', '文书档案(新)', '2018-03-31 02:40:23', '', null, null);
-INSERT INTO `mgr_archives_type` VALUES ('24', '文书档案(旧)', null, '2', '1,2,0', null, null, '1', '文书档案(旧)', '2018-03-31 02:40:38', '', null, null);
-INSERT INTO `mgr_archives_type` VALUES ('25', '婚姻档案', null, '1', '0', null, null, '1', '婚姻档案', '2018-03-31 02:41:22', '', null, null);
-INSERT INTO `mgr_archives_type` VALUES ('26', '会计档案', null, '1', '0', null, null, '1', '会计档案', '2018-03-31 02:41:51', '', null, null);
-INSERT INTO `mgr_archives_type` VALUES ('27', '科技档案', null, '1', '0', null, null, '1', '科技档案', '2018-03-31 02:42:01', '', null, null);
-INSERT INTO `mgr_archives_type` VALUES ('28', '图片档案', null, '1', '0', null, null, '1', '图片档案', '2018-03-31 02:42:18', '', null, null);
-INSERT INTO `mgr_archives_type` VALUES ('29', '照片档案', null, '1', '0', null, null, '1', '照片档案', '2018-03-31 02:42:30', '', null, null);
-INSERT INTO `mgr_archives_type` VALUES ('30', '实物档案', null, '1', '0', null, null, '1', '实物档案', '2018-03-31 02:42:44', '', null, null);
-INSERT INTO `mgr_archives_type` VALUES ('31', '视频档案', null, '1', '0', null, null, '1', '视频档案', '2018-03-31 02:43:02', '', null, null);
-INSERT INTO `mgr_archives_type` VALUES ('32', '危改档案', null, '1', '0', null, null, '1', '危改档案', '2018-03-31 02:43:22', '', null, null);
-INSERT INTO `mgr_archives_type` VALUES ('33', '独生子女档案', null, '1', '0,1', null, null, '1', '独生子女', '2018-03-31 02:49:38', '', null, null);
-
--- ----------------------------
--- Table structure for mgr_archives_warehousemanage
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_archives_warehousemanage`;
-CREATE TABLE `mgr_archives_warehousemanage` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '库房ID',
-  `name` varchar(50) DEFAULT NULL COMMENT '库房名',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父ID',
-  `manager` varchar(20) DEFAULT NULL COMMENT '管理员',
-  `temperature` double DEFAULT NULL COMMENT '温度',
-  `humidity` double DEFAULT NULL COMMENT '湿度',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='库房管理';
-
--- ----------------------------
--- Records of mgr_archives_warehousemanage
--- ----------------------------
-
--- ----------------------------
--- Table structure for mgr_file_information
--- ----------------------------
-DROP TABLE IF EXISTS `mgr_file_information`;
-CREATE TABLE `mgr_file_information` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删除标识,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `singn` varchar(10) DEFAULT '0' COMMENT '档案归档状态(0未归档;1归档)',
-  `fonds_Id` varchar(1024) DEFAULT NULL COMMENT '全宗号',
-  `directory` varchar(255) DEFAULT NULL COMMENT '案卷目录号',
-  `files_Id` varchar(255) DEFAULT NULL COMMENT '案卷号',
-  `files_no` varchar(1024) DEFAULT NULL COMMENT '案卷级档号',
-  `doument_no` varchar(1024) DEFAULT NULL COMMENT '文件级档号',
-  `page_Id` varchar(255) DEFAULT NULL COMMENT '页号',
-  `doument_Id` varchar(255) DEFAULT NULL COMMENT '件号',
-  `responsible` varchar(255) DEFAULT NULL COMMENT '责任者',
-  `file_number` varchar(255) DEFAULT NULL COMMENT '文件编号',
-  `file_name` varchar(255) DEFAULT NULL COMMENT '文件题名',
-  `page_number` varchar(255) DEFAULT NULL COMMENT '页数',
-  `formation_time` varchar(255) DEFAULT NULL COMMENT '成文时间',
-  `year` varchar(255) DEFAULT NULL COMMENT '年度',
-  `box_Id` varchar(255) DEFAULT NULL,
-  `security_classification` varchar(255) DEFAULT NULL COMMENT '密级',
-  `electronic_name` varchar(255) DEFAULT NULL COMMENT '电子档案名',
-  `subject_headings` varchar(255) DEFAULT NULL COMMENT '主题词',
-  `institution` varchar(255) DEFAULT NULL COMMENT '机构(问题)',
-  `people` varchar(255) DEFAULT NULL COMMENT '人物',
-  `archives_name` varchar(255) DEFAULT NULL COMMENT '档案馆名称',
-  `adjunct` varchar(255) DEFAULT NULL COMMENT '附件题名',
-  `controlIndicators` varchar(255) DEFAULT NULL COMMENT '控制标识',
-  `archive_Id` varchar(255) DEFAULT NULL COMMENT '档案馆代码',
-  `archive_generation` varchar(255) DEFAULT NULL COMMENT '档案生成方式',
-  `note` varchar(255) DEFAULT NULL COMMENT '附注',
-  `confidentiality_time` varchar(255) DEFAULT NULL COMMENT '保密期限',
-  `retentionPeriod` varchar(255) DEFAULT NULL COMMENT '保管期限',
-  `digital_time` varchar(255) DEFAULT NULL COMMENT '数字化时间',
-  `digital_description` varchar(255) DEFAULT NULL COMMENT '数字化授权描述',
-  `format_name` varchar(255) DEFAULT NULL COMMENT '格式名称',
-  `format_version` varchar(255) DEFAULT NULL COMMENT '格式版本',
-  `color_space` varchar(255) DEFAULT NULL COMMENT '色彩空间',
-  `compression_scheme` varchar(255) DEFAULT NULL COMMENT '压缩方式',
-  `compression_ratio` varchar(255) DEFAULT NULL COMMENT '压缩率',
-  `horizontal_resolution` varchar(255) DEFAULT NULL COMMENT '水平分辨率',
-  `vertical_resolution` varchar(255) DEFAULT NULL COMMENT '垂直分辨率',
-  `image_height` varchar(255) DEFAULT NULL COMMENT '图像高度',
-  `image_width` varchar(255) DEFAULT NULL COMMENT '图像宽度',
-  `device_type` varchar(255) DEFAULT NULL COMMENT '设备类型',
-  `device_manufacturers` varchar(255) DEFAULT NULL COMMENT '设备制造商',
-  `devic_modle` varchar(255) DEFAULT NULL COMMENT '设备型号',
-  `devic_Id` varchar(255) DEFAULT NULL COMMENT '设备系列号',
-  `photoreceptor` varchar(255) DEFAULT NULL COMMENT '设备感光器',
-  `software_name` varchar(255) DEFAULT NULL COMMENT '数字化软件名称',
-  `softwareVersion` varchar(255) DEFAULT NULL COMMENT '数字化软件版本',
-  `manufacturers` varchar(255) DEFAULT NULL COMMENT '数值化软件生产商',
-  `digital_Object` varchar(255) DEFAULT NULL COMMENT '数字化对象描述',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=786 DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='(接收模块)卷内文件临时表';
-
--- ----------------------------
--- Records of mgr_file_information
--- ----------------------------
-INSERT INTO `mgr_file_information` VALUES ('644', '', null, null, '2018-04-26 10:02:38', null, '2018-04-08 10:05:16', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0001', '0001', '001', '西南局秘书处,毕节县委组织部', '', '中央关于对脱党份子的党籍和工作的处理和计算党龄问题的指示', '2', '19491120', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:22/2018-01-11T14:50:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2108,2122', '3036,3036', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('645', '', null, null, '2018-04-08 10:57:39', null, '2018-04-08 10:57:39', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0003', '0003', '002', '西南局秘书处', '', '中央组织部关于转移党员组织关系的补充规定', '3', '19511004', '1956', '001', '4', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:50:30/2018-01-11T14:50:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3180,3140', '4530,2256', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('646', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0007', '0007', '005', '西南局组织部', '', '关于对少数民族正副专员、正副县长小灶待遇意见', '1', '19530618', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:32/2018-01-11T14:50:32', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3230', '2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('647', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0008', '0008', '006', '中国共产党中央办公室,中国人民银行总行', '', '关于党费上解存在问题希注意', '1', '19531115', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:34/2018-01-11T14:50:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3054', '3262', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('648', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0009', '0009', '007', '西南局组织部', '', '党员统计工作通知', '1', '19540305', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:36/2018-01-11T14:50:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3112', '2220', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('649', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0010', '0010', '008', '西南局组织部,西南局政治部组织部', '', '关于执行[中央组织部关于全国党、政、军、群各系统调查转处证明材料范围及手续的规定]的补充约定', '1', '19540419', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:38/2018-01-11T14:50:38', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3130', '2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('650', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0011', '0011', '009', '中共共产党中央办公厅,中国人民银行总行', '', '修订错缴解中央党费核退办法希自文到日起执行', '2', '19540810', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:40/2018-01-11T14:50:40', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3054,3060', '4368,4368', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('651', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0013', '0013', '010', '中共中央组织部,中央人民革命军事委员会总政治部,民政府人民革命局军事委员会总干部部', '', '关于局对转业干部个人档案材料的保密问题', '2', '19540916', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:42/2018-01-11T14:50:42', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3018,3018', '4286,4268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('652', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0015', '0015', '011', '总政组织部', '', '对转业党员介绍信的意见', '1', '19550521', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:42/2018-01-11T14:50:42', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3112', '2244', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('653', '', null, null, '2018-04-08 10:57:44', null, '2018-04-08 10:57:44', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0016', '0016', '012', '中共中央组织部', '', '关于全国党政军群各系统调查、转处证明材料范围及手续的修正规定', '17', '19550705', '1956', '001', '2', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:50:44/2018-01-11T14:51:02', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3012,3032,3034,3038,3028,3038,3042,3026,3040,3042,3042,3042,2016,3026,2020,2018,3038', '2120,2132,2146,2144,2166,2154,2120,2140,2178,2160,2182,2152,1450,2156,1418,1444,2138', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('654', '', null, null, '2018-04-08 09:24:59', null, '2018-04-08 09:27:35', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0033', '0033', '013', '中共中央组织部', '', '关于转业党员介绍信的通知', '1', '19550718', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:04/2018-01-11T14:51:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104', '2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('655', '', null, null, '2018-04-08 10:57:46', null, '2018-04-08 10:57:46', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0034', '0034', '014', '中国共产党中央国家机关委员会', '', '调查材料单位职称表', '1', '19550804', '1956', '001', '2', '2-1-1', '', '', '', null, '', '', '', null, '保密时间不详', '', '永久', '2018-01-11T14:51:04/2018-01-11T14:51:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3108', '4564', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('656', '', null, null, '2018-04-13 09:25:06', null, '2018-04-08 09:27:43', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0035', '0035', '015', '中国共产党中央办公厅,中国人民银行总行', '', '关于取消代收全国党费合同的联合通知', '2', '19550810', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:06/2018-01-11T14:51:10', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3042,3040', '4336,4336', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('657', '', null, null, '2018-04-27 09:25:09', null, '2018-04-08 09:27:46', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0037', '0037', '016', '中国共产党中央办公厅', '00119', '中共中央办公厅关于改变全国党费上缴办法的通知', '6', '19550813', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:12/2018-01-11T14:51:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3056,3052,3058,3052,3048,3056', '2174,2172,2186,2188,2192,2162', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('658', '', null, null, '2018-04-08 10:57:47', null, '2018-04-08 10:57:47', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0043', '0043', '017', '中央组织部', '', '中央组织部关于各机关借阅本部档案资料的范围和手续的暂行规定', '2', '19560116', '1956', '001', '2', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3066,3068', '2140,4352', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('659', '', null, null, '2018-04-04 09:25:15', null, '2018-04-08 09:27:52', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0045', '0045', '018', '中共中央组织部', '', '无头档案的保管问题', '1', '19560830', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104', '2216', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('660', '', null, null, '2018-04-02 09:25:19', null, '2018-04-08 09:27:56', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0046', '0046', '019', '中共中央办公厅特别会计室', '', '停止上缴党费的通知', '1', '19560724', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3174,3420,3158,3104', '2232,2568,2250,2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('661', '', null, null, '2018-04-03 09:25:22', null, '2018-04-08 09:27:59', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0005', '0005', '003', '中共中央西南局组织部', '', '建党意见', '2', '19521003', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:30/2018-01-11T14:50:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3146', '2258', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('662', '', null, null, '2018-03-28 09:25:26', null, '2018-04-08 09:28:03', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0006', '0006', '004', '中央组织部', '', '关于调整、评定中央新调干部及各级新提干部待遇级别的通知', '1', '19530205', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:32/2018-01-11T14:50:32', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3162', '2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('663', '', null, null, '2018-03-27 09:25:29', null, '2018-04-08 09:28:06', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0001', '0001', '001', '中共贵州省委', '', '中共贵州省委关于机关建团的指示', '2', '19500101', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:24/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2048,2110', '2835,2874', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('664', '', null, null, '2018-03-26 09:25:33', null, '2018-04-08 09:28:10', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0003', '0003', '002', '西南组织部', '', '西南组织部关于享有老年优待金者享受保健待遇问题的通知', '1', '19501010', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:26/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2282', '1578', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('665', '', null, null, '2018-04-02 09:25:36', null, '2018-04-08 09:28:13', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0004', '0004', '003', '省委组织部', '', '干部犯错误的通报', '1', '19500312', '1953\r\n1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:26/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '4397', '2992', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('666', '', null, null, '2018-02-28 09:25:40', null, '2018-04-08 09:28:19', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0005', '0005', '004', '省委组织部', '', '省委组织部关于统计工作的通知', '2', '19510214', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2244,2256', '1614,1614', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('667', '', null, null, '2018-02-27 09:25:46', null, '2018-04-08 09:28:24', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0007', '0007', '005', '省委组织部', '', '供给制人员治病介绍信的通知', '1', '19510517', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '2256', '1566', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('668', '', null, null, '2018-04-11 09:25:50', null, '2018-04-08 09:28:28', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0008', '0008', '006', '省委组织部', '', '关于填写团龄与党龄问题的通知', '1', '19510728', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '1974', '1282', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('669', '', null, null, '2018-03-27 09:25:59', null, '2018-04-08 09:28:36', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0009', '0009', '007', '省委组织部', '', '关于干部医药、镶牙、配亚宁等费支报问题的规定', '1', '19510813', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '2472', '1910', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('670', '', null, null, '2018-04-10 09:25:55', null, '2018-04-08 09:28:33', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0010', '0010', '008', '贵州省人民政府民政厅,贵州省委组织部,贵州军区干部管理部', '', '中央关于军队转业联合通知', '2', '19510909', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3198', '3562', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('671', '', null, null, '2018-04-19 09:26:03', null, '2018-04-08 09:28:40', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0011', '0011', '009', '中共省委组织部', '', '登记干部简历表的意见', '1', '19511023', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '200', '200', '1486', '2038', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('672', '', null, null, '2018-04-27 09:26:07', null, '2018-04-08 09:28:45', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0012', '0012', '010', '贵州省委组织部', '', '关于填报[党员统计表]的通知', '1', '19511105', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '200', '200', '1460', '1032', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('673', '', null, null, '2018-04-04 09:26:11', null, '2018-04-08 09:28:48', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0013', '0013', '011', '贵州省委组织部', '', '关于党委会的建立、撤销及变动应报材料规定', '1', '19511129', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3074', '2294', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('674', '', null, null, '2018-04-03 09:26:16', null, '2018-04-08 09:28:53', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0014', '0014', '013', '贵州省委组织部', '00154', '关于整党建党工作问题', '2', '19511207', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3030,3030', '2162,4326', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('675', '', null, null, '2018-04-27 09:26:20', null, '2018-04-08 09:28:57', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0016', '0016', '014', '中国共产党贵州省委员会', '', '贵州省委关于建党工作的指示', '2', '19511208', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:44/2018-01-11T14:51:54', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3196,3146', '2204,2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('676', '', null, null, '2018-04-21 09:26:24', null, '2018-04-08 09:29:01', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0018', '0018', '015', '贵州省委组织部', '', '关于转移党员组织关系的补充规定', '1', '19511212', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:00/2018-01-11T14:52:00', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3132', '2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('677', '', null, null, '2018-04-28 09:26:28', null, '2018-04-08 09:29:05', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0019', '0019', '016', '中共贵州省委组织部', '', '西南局组织部队镇远地委马溪村建党试验工作的批示', '1', '19511228', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3052', '2206', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('678', '', null, null, '2018-04-29 09:26:32', null, '2018-04-08 09:29:08', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0020', '0020', '017', '贵州省委组织部', '', '关于转移党员组织关系的补充规定', '1', '19511229', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3156', '2186', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('679', '', null, null, '2018-04-08 10:57:51', null, '2018-04-08 10:57:51', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0021', '0021', '018', '贵州省委组织部', '', '中共县委与人民团体编制员额表', '2', '', '1953', '001', '4', '2-1-2', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3092,2554', '2182,2076', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('680', '', null, null, '2018-05-04 09:26:42', null, '2018-04-08 09:29:18', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0023', '0023', '019', '贵州省委组织部', '', '关于军队中转业建设党员介绍关系转移办法通知', '1', '19520114', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:04/2018-01-11T14:52:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104,3138,3106', '2324,2280,2250', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('681', '', null, null, '2018-06-08 09:26:45', null, '2018-04-08 09:29:23', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0026', '0026', '020', '中共贵州省委组织部', '', '关于军队中转业建设党员组织关系转移办法', '6', '19520304', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:04/2018-01-11T14:52:10', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3134,3168,3138,3094,3146,3170', '2272,2276,2272,2264,2252,2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('682', '', null, null, '2018-04-27 09:26:50', null, '2018-04-08 09:29:28', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0032', '0032', '021', '贵州省委组织部,西南局组织部', '', '关于执行政务院供给制工作人员增加津贴的通知', '1', '19520414', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:12/2018-01-11T14:52:12', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3166', '2250', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('683', '', null, null, '2018-05-03 09:26:55', null, '2018-04-08 09:29:32', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0033', '0033', '022', '中共贵州省委组织部', '', '1952年党委和人民团体编制说明', '4', '19520418', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:12/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2950,2256,3146,3160', '2246,3178,2258,2270', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('684', '', null, null, '2018-05-03 09:26:59', null, '2018-04-08 09:29:36', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0037', '0037', '023', '中共贵州省委组织部', '', '关于干部增加津贴问题通知', '1', '19520429', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:14/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3168', '2276', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('685', '', null, null, '2018-05-03 09:27:03', null, '2018-04-08 09:29:40', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0038', '0038', '024', '中共贵州省委组织部', '', '通知[干部增加津贴问题]', '1', '19520602', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:14/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2238', '1576', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('686', '', null, null, '2018-04-08 10:57:55', null, '2018-04-08 10:57:55', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0040', '0040', '025', '中共贵州省委组织部', '', '关于迅速配备合作社干部的通知', '1', '19520606', '1953', '001', '4', '2-1-2', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:52:16/2018-01-11T14:52:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3164', '2238', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('687', '', null, null, '2018-03-28 09:27:11', null, '2018-04-08 09:29:54', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0039', '0039', '026', '中共贵州省委组织部,西南组织部', '', '三反运动统计通知', '1', '19520605', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:16/2018-01-11T14:52:16', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3074', '2246', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('688', '', null, null, '2018-04-26 09:27:22', null, '2018-04-08 09:30:00', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0041', '0041', '027', '中共贵州省委组织部,贵州省人民政府人事厅', '', '军队转业干部流动情况通知', '1', '19520611', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:20/2018-01-11T14:52:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3196', '2350', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('689', '', null, null, '2018-04-05 09:27:27', null, '2018-04-08 09:30:03', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0042', '0042', '028 ', '省委组织部', '', '整党的准备工作的通知', '1', '19520614', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:20/2018-01-11T14:52:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3184', '4430', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('690', '', null, null, '2018-05-04 09:27:29', null, '2018-04-08 09:30:07', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0043', '0043', '029', '中共贵州省委组织部', '', '三反运动中大胆提拔干部的通知', '1', '19520625', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3162', '2246', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('691', '', null, null, '2018-04-08 10:01:05', null, '2018-04-08 10:03:42', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0045', '0045', '030', '中共中央西南局组织部,西南军区政治部组织部,贵州省委组织部', '', '关于调查、转处证明材料的补充通知', '1', '19520710', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3059', '2212', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('692', '', null, null, '2018-04-27 10:01:08', null, '2018-04-08 10:03:46', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0049', '0049', '031', '省委组织部', '', '批复毕节县委组织部关于建党计划的意见', '1', '19520818', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3134', '2236', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('693', '', null, null, '2018-05-05 10:01:13', null, '2018-04-08 10:03:50', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0044', '0044', '032', '中共贵州省委组织部,贵州军区政治部组织科', '', '关于执行西南局组织部及西南军政组织部调查、转处证明材料的通知', '1', '19520710', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3116', '2222', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('694', '', null, null, '2018-04-28 10:01:17', null, '2018-04-08 10:03:54', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0046', '0046', '033', '中共贵州省委组织部', '', '关于地委、县委组织部增设配备党员管理科与建党组织员的通知', '1', '19520717', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3134', '2180', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('695', '', null, null, '2018-04-19 10:01:20', null, '2018-04-08 10:03:58', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0047', '0047', '034', '贵州省委组织部,西南局组织部', '', '关于填写[中国共产党党员登记表]及[中国共产党入党志愿书]的通知', '1', '19520718', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3058', '4446', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('696', '', null, null, '2018-04-26 10:01:25', null, '2018-04-08 10:04:03', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0048', '0048', '035', '贵州省委组织部', '', '党员关关字号介绍信使用问题的通知', '1', '19520726', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3146', '2220', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('697', '', null, null, '2018-03-28 10:01:29', null, '2018-04-08 10:04:07', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0050', '0050', '036', '贵州省委组织部', '', '为了贯彻西南局组织部10月3日电话传达的通知', '1', '19521006', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:28/2018-01-11T14:52:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3152', '2262', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('698', '', null, null, '2018-04-04 10:01:35', null, '2018-04-08 10:04:15', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0051', '0051', '037', '贵州省委组织部', '', '地(市)委组织部关于干部管理制度暂行规定', '4', '19521211', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:32/2018-01-11T14:52:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3192,3102,3118,3186', '2284,2256,2306,2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('699', '', null, null, '2018-05-03 10:01:51', null, '2018-04-08 10:04:28', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0055', '0055', '038', '贵州省委组织部', '', '党群系统供给制工作人员增加津贴开支计算标准表', '1', '19520405', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:36/2018-01-11T14:52:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '4514', '3158', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('700', '', null, null, '2018-04-18 10:01:55', null, '2018-04-08 10:04:32', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0056', '0056', '039', '贵州省委组织部', '', '西南各级党群系统供给制工作人员增加津贴关于调整、评定中央新调干部及各级新提干部待遇级别的通知', '1', '19530310', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:36/2018-01-11T14:52:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3150', '2264', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('701', '', null, null, '2018-04-26 10:01:58', null, '2018-04-08 10:04:35', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0057', '0057', '041', '贵州省委组织部', '', '为了统一各级合作社机构名称和合作社系统干部的管理的通知', '1', '19530318', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:38/2018-01-11T14:52:38', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3142', '2294', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('702', '', null, null, '2018-05-04 10:02:03', null, '2018-04-08 10:04:49', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0058', '0058', '042', '贵州省委组织部', '', '西南局组织部关于党群系统干部修假通知', '4', '19530325', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:38/2018-01-11T14:52:42', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3136,3118,3128,3124', '2264,2260,2280,2268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('703', '', null, null, '2018-04-28 10:02:16', null, '2018-04-08 10:04:53', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0062', '0062', '044', '贵州省委组织部,西南局组织部', '', '地方公安部队中党组织由军委总政治部统一管理的通知', '1', '19530406', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:44', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3156', '2266', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('704', '', null, null, '2018-05-03 10:02:20', null, '2018-04-08 10:04:58', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0063', '0063', '046', '贵州省委组织部,西南局组织部', '', '西南局组织部关于店员入党如何确定候补期的问题补充通知', '1', '19530409', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:44', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3174', '2290', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('705', '', null, null, '2018-05-04 10:02:24', null, '2018-04-08 10:05:04', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0064', '0064', '048', '贵州省委组织部', '', '对目前建党工作的几点意见', '4', '19530409', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:46', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3166,3176,3172,3172', '2292,2298,2302,2296', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('706', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0068', '0068', '049', '贵州省委组织部', '', '企业事业部门超编制人员如何处理的通知', '1', '19530410', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3148', '2268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('707', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0069', '0069', '050', '贵州省委组织部', '', '接转党员关系应注意的意见', '1', '19530415', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3188', '2300', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('708', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0070', '0070', '052', '贵州省委组织部,西南局组织部', '', '宣布党员半年报表作废的通知', '1', '19530512', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3174', '2314', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('709', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0071', '0071', '053', '贵州省区政治部,贵州省委组织部', '', '少数民族正副专员、正副县长享受中小灶待遇的通知', '1', '19530624', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:52/2018-01-11T14:52:52', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3198', '2286', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('710', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0072', '0072', '054', '贵州省委组织部,贵州省委纪委会', '', '关于延长候补党员候补期的时间等两个问题候补党员应取消候补期的规定', '1', '19530929', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3124', '2258', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('711', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0073', '0073', '055', '中共贵州省委组织部', '', '关于县、区人民武装部干部入党问题的通知', '1', '19531028', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2990', '2120', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('712', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0074', '0074', '056', '中共贵州省委组织部', '', '对关于[被判处机关管制之人员现在恢复了工作,在管制以前一段的工作时间是否计算工对[延长候补党员延长候补期的两个问题]作出回答', '1', '19531123', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3140', '2270', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('713', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0075', '0075', '057', '省委组织部', '', '统一11月5日送来关于延长候补党员候补期的时间等两个问题的意见并作出了修改', '2', '19531105', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:58', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3132,3128', '2264,2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('714', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0077', '0077', '058', '省委组织部', '', '对[被判处机关管制之人员现在恢复了工作计算工龄]的通知', '2', '19531225', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:53:00/2018-01-11T14:53:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3130,3140,3352,2097,2098,2097,2097,2099,2068,2070', '2268,2256,2552,1484,1490,1492,1491,1490,1484,1484', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('715', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0001', '0001', '001', '西南局秘书处,毕节县委组织部', '', '中央关于对脱党份子的党籍和工作的处理和计算党龄问题的指示', '2', '19491120', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:22/2018-01-11T14:50:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2108,2122', '3036,3036', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('716', '', null, null, '2018-04-08 10:57:59', null, '2018-04-08 10:57:59', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0003', '0003', '002', '西南局秘书处', '', '中央组织部关于转移党员组织关系的补充规定', '3', '19511004', '1956', '001', '4', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:50:30/2018-01-11T14:50:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3180,3140', '4530,2256', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('717', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0007', '0007', '005', '西南局组织部', '', '关于对少数民族正副专员、正副县长小灶待遇意见', '1', '19530618', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:32/2018-01-11T14:50:32', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3230', '2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('718', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0008', '0008', '006', '中国共产党中央办公室,中国人民银行总行', '', '关于党费上解存在问题希注意', '1', '19531115', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:34/2018-01-11T14:50:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3054', '3262', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('719', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0009', '0009', '007', '西南局组织部', '', '党员统计工作通知', '1', '19540305', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:36/2018-01-11T14:50:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3112', '2220', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('720', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0010', '0010', '008', '西南局组织部,西南局政治部组织部', '', '关于执行[中央组织部关于全国党、政、军、群各系统调查转处证明材料范围及手续的规定]的补充约定', '1', '19540419', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:38/2018-01-11T14:50:38', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3130', '2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('721', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0011', '0011', '009', '中共共产党中央办公厅,中国人民银行总行', '', '修订错缴解中央党费核退办法希自文到日起执行', '2', '19540810', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:40/2018-01-11T14:50:40', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3054,3060', '4368,4368', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('722', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0013', '0013', '010', '中共中央组织部,中央人民革命军事委员会总政治部,民政府人民革命局军事委员会总干部部', '', '关于局对转业干部个人档案材料的保密问题', '2', '19540916', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:42/2018-01-11T14:50:42', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3018,3018', '4286,4268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('723', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0015', '0015', '011', '总政组织部', '', '对转业党员介绍信的意见', '1', '19550521', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:42/2018-01-11T14:50:42', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3112', '2244', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('724', '', null, null, '2018-04-08 10:58:07', null, '2018-04-08 10:58:07', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0016', '0016', '012', '中共中央组织部', '', '关于全国党政军群各系统调查、转处证明材料范围及手续的修正规定', '17', '19550705', '1956', '001', '2', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:50:44/2018-01-11T14:51:02', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3012,3032,3034,3038,3028,3038,3042,3026,3040,3042,3042,3042,2016,3026,2020,2018,3038', '2120,2132,2146,2144,2166,2154,2120,2140,2178,2160,2182,2152,1450,2156,1418,1444,2138', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('725', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0033', '0033', '013', '中共中央组织部', '', '关于转业党员介绍信的通知', '1', '19550718', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:04/2018-01-11T14:51:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104', '2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('726', '', null, null, '2018-04-08 10:58:08', null, '2018-04-08 10:58:08', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0034', '0034', '014', '中国共产党中央国家机关委员会', '', '调查材料单位职称表', '1', '19550804', '1956', '001', '2', '2-1-1', '', '', '', null, '', '', '', null, '保密时间不详', '', '永久', '2018-01-11T14:51:04/2018-01-11T14:51:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3108', '4564', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('727', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0035', '0035', '015', '中国共产党中央办公厅,中国人民银行总行', '', '关于取消代收全国党费合同的联合通知', '2', '19550810', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:06/2018-01-11T14:51:10', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3042,3040', '4336,4336', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('728', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0037', '0037', '016', '中国共产党中央办公厅', '00119', '中共中央办公厅关于改变全国党费上缴办法的通知', '6', '19550813', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:12/2018-01-11T14:51:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3056,3052,3058,3052,3048,3056', '2174,2172,2186,2188,2192,2162', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('729', '', null, null, '2018-04-08 10:58:09', null, '2018-04-08 10:58:09', '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0043', '0043', '017', '中央组织部', '', '中央组织部关于各机关借阅本部档案资料的范围和手续的暂行规定', '2', '19560116', '1956', '001', '2', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3066,3068', '2140,4352', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('730', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0045', '0045', '018', '中共中央组织部', '', '无头档案的保管问题', '1', '19560830', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104', '2216', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('731', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0046', '0046', '019', '中共中央办公厅特别会计室', '', '停止上缴党费的通知', '1', '19560724', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3174,3420,3158,3104', '2232,2568,2250,2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('732', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0005', '0005', '003', '中共中央西南局组织部', '', '建党意见', '2', '19521003', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:30/2018-01-11T14:50:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3146', '2258', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('733', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0006', '0006', '004', '中央组织部', '', '关于调整、评定中央新调干部及各级新提干部待遇级别的通知', '1', '19530205', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:32/2018-01-11T14:50:32', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3162', '2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('734', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0001', '0001', '001', '中共贵州省委', '', '中共贵州省委关于机关建团的指示', '2', '19500101', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:24/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2048,2110', '2835,2874', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('735', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0003', '0003', '002', '西南组织部', '', '西南组织部关于享有老年优待金者享受保健待遇问题的通知', '1', '19501010', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:26/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2282', '1578', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('736', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0004', '0004', '003', '省委组织部', '', '干部犯错误的通报', '1', '19500312', '1953\r\n1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:26/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '4397', '2992', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('737', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0005', '0005', '004', '省委组织部', '', '省委组织部关于统计工作的通知', '2', '19510214', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2244,2256', '1614,1614', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('738', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0007', '0007', '005', '省委组织部', '', '供给制人员治病介绍信的通知', '1', '19510517', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '2256', '1566', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('739', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0008', '0008', '006', '省委组织部', '', '关于填写团龄与党龄问题的通知', '1', '19510728', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '1974', '1282', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('740', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0009', '0009', '007', '省委组织部', '', '关于干部医药、镶牙、配亚宁等费支报问题的规定', '1', '19510813', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '2472', '1910', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('741', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0010', '0010', '008', '贵州省人民政府民政厅,贵州省委组织部,贵州军区干部管理部', '', '中央关于军队转业联合通知', '2', '19510909', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3198', '3562', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('742', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0011', '0011', '009', '中共省委组织部', '', '登记干部简历表的意见', '1', '19511023', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '200', '200', '1486', '2038', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('743', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0012', '0012', '010', '贵州省委组织部', '', '关于填报[党员统计表]的通知', '1', '19511105', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '200', '200', '1460', '1032', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('744', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0013', '0013', '011', '贵州省委组织部', '', '关于党委会的建立、撤销及变动应报材料规定', '1', '19511129', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3074', '2294', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('745', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0014', '0014', '013', '贵州省委组织部', '00154', '关于整党建党工作问题', '2', '19511207', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3030,3030', '2162,4326', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('746', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0016', '0016', '014', '中国共产党贵州省委员会', '', '贵州省委关于建党工作的指示', '2', '19511208', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:44/2018-01-11T14:51:54', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3196,3146', '2204,2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('747', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0018', '0018', '015', '贵州省委组织部', '', '关于转移党员组织关系的补充规定', '1', '19511212', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:00/2018-01-11T14:52:00', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3132', '2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('748', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0019', '0019', '016', '中共贵州省委组织部', '', '西南局组织部队镇远地委马溪村建党试验工作的批示', '1', '19511228', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3052', '2206', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('749', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0020', '0020', '017', '贵州省委组织部', '', '关于转移党员组织关系的补充规定', '1', '19511229', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3156', '2186', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('750', '', null, null, '2018-04-08 10:58:12', null, '2018-04-08 10:58:12', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0021', '0021', '018', '贵州省委组织部', '', '中共县委与人民团体编制员额表', '2', '', '1953', '001', '4', '2-1-2', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3092,2554', '2182,2076', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('751', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0023', '0023', '019', '贵州省委组织部', '', '关于军队中转业建设党员介绍关系转移办法通知', '1', '19520114', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:04/2018-01-11T14:52:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104,3138,3106', '2324,2280,2250', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('752', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0026', '0026', '020', '中共贵州省委组织部', '', '关于军队中转业建设党员组织关系转移办法', '6', '19520304', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:04/2018-01-11T14:52:10', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3134,3168,3138,3094,3146,3170', '2272,2276,2272,2264,2252,2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('753', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0032', '0032', '021', '贵州省委组织部,西南局组织部', '', '关于执行政务院供给制工作人员增加津贴的通知', '1', '19520414', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:12/2018-01-11T14:52:12', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3166', '2250', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('754', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0033', '0033', '022', '中共贵州省委组织部', '', '1952年党委和人民团体编制说明', '4', '19520418', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:12/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2950,2256,3146,3160', '2246,3178,2258,2270', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('755', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0037', '0037', '023', '中共贵州省委组织部', '', '关于干部增加津贴问题通知', '1', '19520429', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:14/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3168', '2276', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('756', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0038', '0038', '024', '中共贵州省委组织部', '', '通知[干部增加津贴问题]', '1', '19520602', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:14/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2238', '1576', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('757', '', null, null, '2018-04-08 10:58:15', null, '2018-04-08 10:58:15', '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0040', '0040', '025', '中共贵州省委组织部', '', '关于迅速配备合作社干部的通知', '1', '19520606', '1953', '001', '4', '2-1-2', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:52:16/2018-01-11T14:52:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3164', '2238', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('758', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0039', '0039', '026', '中共贵州省委组织部,西南组织部', '', '三反运动统计通知', '1', '19520605', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:16/2018-01-11T14:52:16', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3074', '2246', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('759', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0041', '0041', '027', '中共贵州省委组织部,贵州省人民政府人事厅', '', '军队转业干部流动情况通知', '1', '19520611', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:20/2018-01-11T14:52:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3196', '2350', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('760', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0042', '0042', '028 ', '省委组织部', '', '整党的准备工作的通知', '1', '19520614', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:20/2018-01-11T14:52:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3184', '4430', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('761', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0043', '0043', '029', '中共贵州省委组织部', '', '三反运动中大胆提拔干部的通知', '1', '19520625', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3162', '2246', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('762', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0045', '0045', '030', '中共中央西南局组织部,西南军区政治部组织部,贵州省委组织部', '', '关于调查、转处证明材料的补充通知', '1', '19520710', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3059', '2212', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('763', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0049', '0049', '031', '省委组织部', '', '批复毕节县委组织部关于建党计划的意见', '1', '19520818', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3134', '2236', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('764', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0044', '0044', '032', '中共贵州省委组织部,贵州军区政治部组织科', '', '关于执行西南局组织部及西南军政组织部调查、转处证明材料的通知', '1', '19520710', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3116', '2222', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('765', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0046', '0046', '033', '中共贵州省委组织部', '', '关于地委、县委组织部增设配备党员管理科与建党组织员的通知', '1', '19520717', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3134', '2180', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('766', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0047', '0047', '034', '贵州省委组织部,西南局组织部', '', '关于填写[中国共产党党员登记表]及[中国共产党入党志愿书]的通知', '1', '19520718', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3058', '4446', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('767', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0048', '0048', '035', '贵州省委组织部', '', '党员关关字号介绍信使用问题的通知', '1', '19520726', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3146', '2220', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('768', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0050', '0050', '036', '贵州省委组织部', '', '为了贯彻西南局组织部10月3日电话传达的通知', '1', '19521006', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:28/2018-01-11T14:52:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3152', '2262', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('769', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0051', '0051', '037', '贵州省委组织部', '', '地(市)委组织部关于干部管理制度暂行规定', '4', '19521211', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:32/2018-01-11T14:52:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3192,3102,3118,3186', '2284,2256,2306,2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('770', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0055', '0055', '038', '贵州省委组织部', '', '党群系统供给制工作人员增加津贴开支计算标准表', '1', '19520405', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:36/2018-01-11T14:52:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '4514', '3158', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('771', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0056', '0056', '039', '贵州省委组织部', '', '西南各级党群系统供给制工作人员增加津贴关于调整、评定中央新调干部及各级新提干部待遇级别的通知', '1', '19530310', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:36/2018-01-11T14:52:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3150', '2264', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('772', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0057', '0057', '041', '贵州省委组织部', '', '为了统一各级合作社机构名称和合作社系统干部的管理的通知', '1', '19530318', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:38/2018-01-11T14:52:38', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3142', '2294', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('773', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0058', '0058', '042', '贵州省委组织部', '', '西南局组织部关于党群系统干部修假通知', '4', '19530325', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:38/2018-01-11T14:52:42', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3136,3118,3128,3124', '2264,2260,2280,2268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('774', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0062', '0062', '044', '贵州省委组织部,西南局组织部', '', '地方公安部队中党组织由军委总政治部统一管理的通知', '1', '19530406', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:44', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3156', '2266', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('775', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0063', '0063', '046', '贵州省委组织部,西南局组织部', '', '西南局组织部关于店员入党如何确定候补期的问题补充通知', '1', '19530409', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:44', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3174', '2290', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('776', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0064', '0064', '048', '贵州省委组织部', '', '对目前建党工作的几点意见', '4', '19530409', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:46', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3166,3176,3172,3172', '2292,2298,2302,2296', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('777', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0068', '0068', '049', '贵州省委组织部', '', '企业事业部门超编制人员如何处理的通知', '1', '19530410', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3148', '2268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('778', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0069', '0069', '050', '贵州省委组织部', '', '接转党员关系应注意的意见', '1', '19530415', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3188', '2300', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('779', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0070', '0070', '052', '贵州省委组织部,西南局组织部', '', '宣布党员半年报表作废的通知', '1', '19530512', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3174', '2314', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('780', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0071', '0071', '053', '贵州省区政治部,贵州省委组织部', '', '少数民族正副专员、正副县长享受中小灶待遇的通知', '1', '19530624', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:52/2018-01-11T14:52:52', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3198', '2286', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('781', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0072', '0072', '054', '贵州省委组织部,贵州省委纪委会', '', '关于延长候补党员候补期的时间等两个问题候补党员应取消候补期的规定', '1', '19530929', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3124', '2258', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('782', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0073', '0073', '055', '中共贵州省委组织部', '', '关于县、区人民武装部干部入党问题的通知', '1', '19531028', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2990', '2120', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('783', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0074', '0074', '056', '中共贵州省委组织部', '', '对关于[被判处机关管制之人员现在恢复了工作,在管制以前一段的工作时间是否计算工对[延长候补党员延长候补期的两个问题]作出回答', '1', '19531123', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3140', '2270', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('784', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0075', '0075', '057', '省委组织部', '', '统一11月5日送来关于延长候补党员候补期的时间等两个问题的意见并作出了修改', '2', '19531105', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:58', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3132,3128', '2264,2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `mgr_file_information` VALUES ('785', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0077', '0077', '058', '省委组织部', '', '对[被判处机关管制之人员现在恢复了工作计算工龄]的通知', '2', '19531225', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:53:00/2018-01-11T14:53:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3130,3140,3352,2097,2098,2097,2097,2099,2068,2070', '2268,2256,2552,1484,1490,1492,1491,1490,1484,1484', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');

+ 0 - 245
sql/archives_receive.sql

@@ -1,245 +0,0 @@
-/*
-Navicat MariaDB Data Transfer
-
-Source Server         : archives
-Source Server Version : 100032
-Source Host           : 192.168.1.92:3307
-Source Database       : archives_receive
-
-Target Server Type    : MariaDB
-Target Server Version : 100032
-File Encoding         : 65001
-
-Date: 2018-04-13 10:57:43
-*/
-
-SET FOREIGN_KEY_CHECKS=0;
-
--- ----------------------------
--- Table structure for rec_accession_examine
--- ----------------------------
-DROP TABLE IF EXISTS `rec_accession_examine`;
-CREATE TABLE `rec_accession_examine` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '逻辑删除表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `accession_unit` varchar(20) DEFAULT NULL COMMENT '接收单位',
-  `facade_inspect` varchar(1024) DEFAULT NULL COMMENT '外观检查记录',
-  `virus_appraisal` varchar(1024) DEFAULT NULL COMMENT '病毒检测记录',
-  `validity` varchar(255) DEFAULT NULL COMMENT '有效性考证记录',
-  `Integrality` varchar(255) DEFAULT NULL COMMENT '完整性考证记录',
-  `truth` varchar(255) DEFAULT NULL COMMENT '真实性考证记录',
-  `preparer` varchar(20) DEFAULT NULL COMMENT '填表人',
-  `verifier` varchar(20) DEFAULT NULL COMMENT '审核人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='档案验收登记表';
-
--- ----------------------------
--- Records of rec_accession_examine
--- ----------------------------
-INSERT INTO `rec_accession_examine` VALUES ('1', '1', null, '2018-04-11 01:36:25', 'admin', null, null, '21', '32', '32', '是', '否', '否', null, null);
-
--- ----------------------------
--- Table structure for rec_accession_receipt
--- ----------------------------
-DROP TABLE IF EXISTS `rec_accession_receipt`;
-CREATE TABLE `rec_accession_receipt` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '逻辑删除标识,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `visit_unit` varchar(255) NOT NULL COMMENT '来访单位',
-  `sbmitter` varchar(20) DEFAULT NULL COMMENT '提交人',
-  `recipirnt` varchar(20) DEFAULT NULL COMMENT '接收人',
-  `archives_number` int(255) DEFAULT NULL COMMENT '案卷数',
-  `accession_unit` varchar(50) NOT NULL COMMENT '接收单位',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='纸质档案登记表';
-
--- ----------------------------
--- Records of rec_accession_receipt
--- ----------------------------
-
--- ----------------------------
--- Table structure for rec_archiver_directory
--- ----------------------------
-DROP TABLE IF EXISTS `rec_archiver_directory`;
-CREATE TABLE `rec_archiver_directory` (
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '逻辑删除表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `create_by` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `id` bigint(20) NOT NULL AUTO_INCREMENT,
-  `filesNo` varchar(255) DEFAULT NULL COMMENT '案卷级档号',
-  `fondsId` varchar(255) DEFAULT NULL COMMENT '全宗号',
-  `filesId` varchar(255) DEFAULT NULL COMMENT '案卷号',
-  `directory` varchar(255) DEFAULT NULL COMMENT '目录号',
-  `year` varchar(255) DEFAULT NULL COMMENT '年度',
-  `retentionPeriod` varchar(255) DEFAULT NULL COMMENT '保管期限',
-  `custodyCode` varchar(255) DEFAULT NULL COMMENT '保管期限代码',
-  `fileNumber` varchar(255) DEFAULT NULL COMMENT '文件编号',
-  `archivesNominate` varchar(500) DEFAULT NULL COMMENT '案卷题名',
-  `beginTime` varchar(255) DEFAULT NULL COMMENT '起时间',
-  `stopTime` varchar(255) DEFAULT NULL COMMENT '止时间',
-  `responsible` varchar(255) DEFAULT NULL COMMENT '责任者',
-  `formaationTime` varchar(255) DEFAULT NULL COMMENT '成文时间',
-  `pageNumber` varchar(255) DEFAULT NULL COMMENT '页数',
-  `people` varchar(255) DEFAULT NULL COMMENT '人物',
-  `boxId` varchar(255) DEFAULT NULL COMMENT '盒号',
-  `appendix` varchar(255) DEFAULT NULL COMMENT '附注',
-  `ConfidentialityTime` varchar(255) DEFAULT NULL COMMENT '保密期限',
-  `securityClassification` varchar(255) DEFAULT NULL COMMENT '密级',
-  `archivesName` varchar(255) DEFAULT NULL COMMENT '档案馆名称',
-  `subjectTerm` varchar(255) DEFAULT NULL COMMENT '主题词',
-  `archiveId` varchar(255) DEFAULT NULL COMMENT '档案馆代码',
-  `appendixName` varchar(255) DEFAULT NULL COMMENT '附件题名',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='案卷文件';
-
--- ----------------------------
--- Records of rec_archiver_directory
--- ----------------------------
-
--- ----------------------------
--- Table structure for rec_electronic_accession
--- ----------------------------
-DROP TABLE IF EXISTS `rec_electronic_accession`;
-CREATE TABLE `rec_electronic_accession` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删除标识,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `cerate_department` varchar(50) DEFAULT NULL COMMENT '形成部门',
-  `cccomplish_date` varchar(50) DEFAULT NULL COMMENT '完成日期',
-  `carrier_id` int(11) NOT NULL COMMENT '载体编号',
-  `address` varchar(50) DEFAULT NULL COMMENT '通讯地址',
-  `phone` int(20) DEFAULT NULL COMMENT '联系电话',
-  `contact` varchar(255) DEFAULT NULL COMMENT '联系人',
-  `hardware_environment` varchar(255) DEFAULT NULL COMMENT '硬件环境',
-  `software_environment` varchar(255) DEFAULT NULL COMMENT '软件环境',
-  `related_software` varchar(255) DEFAULT NULL COMMENT '相关软件',
-  `database_system` varchar(255) DEFAULT NULL COMMENT '数据库系统',
-  `operating_system` varchar(255) DEFAULT NULL COMMENT '操作系统',
-  `record_structure` varchar(255) DEFAULT NULL COMMENT '记录结构',
-  `record_type` varchar(255) DEFAULT NULL COMMENT '记录类型',
-  `format` varchar(255) DEFAULT NULL COMMENT '格式',
-  `record_number` int(50) DEFAULT NULL COMMENT '记录总数',
-  `bytes_number` int(255) DEFAULT NULL COMMENT '总记录数',
-  `model_id` varchar(20) DEFAULT NULL COMMENT '型号',
-  `number` int(255) DEFAULT NULL COMMENT '数量',
-  `backups_number` int(255) DEFAULT NULL COMMENT '备份数',
-  `file_carrier_relation` varchar(255) DEFAULT NULL COMMENT '文件与载体的关系(一件一盘、一件多盘、多件多盘、多件一盘)',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='电子档案接收信息表';
-
--- ----------------------------
--- Records of rec_electronic_accession
--- ----------------------------
-INSERT INTO `rec_electronic_accession` VALUES ('1', '', null, 'admin', '2018-04-11 01:36:08', null, null, '234', '456', '35', '456', '534', '546', '68', null, '456', null, null, null, '786', null, '78', '786', '789', '78', '768', '87');
-
--- ----------------------------
--- Table structure for rec_file_information
--- ----------------------------
-DROP TABLE IF EXISTS `rec_file_information`;
-CREATE TABLE `rec_file_information` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删除标识,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `singn` varchar(10) DEFAULT '0' COMMENT '档案归档状态(0未归档;1归档)',
-  `fonds_Id` varchar(1024) DEFAULT NULL COMMENT '全宗号',
-  `directory` varchar(255) DEFAULT NULL COMMENT '案卷目录号',
-  `files_Id` varchar(255) DEFAULT NULL COMMENT '案卷号',
-  `files_no` varchar(1024) DEFAULT NULL COMMENT '案卷级档号',
-  `doument_no` varchar(1024) DEFAULT NULL COMMENT '文件级档号',
-  `page_Id` varchar(255) DEFAULT NULL COMMENT '页号',
-  `doument_Id` varchar(255) DEFAULT NULL COMMENT '件号',
-  `responsible` varchar(255) DEFAULT NULL COMMENT '责任者',
-  `file_number` varchar(255) DEFAULT NULL COMMENT '文件编号',
-  `file_name` varchar(255) DEFAULT NULL COMMENT '文件题名',
-  `page_number` varchar(255) DEFAULT NULL COMMENT '页数',
-  `formation_time` varchar(255) DEFAULT NULL COMMENT '成文时间',
-  `year` varchar(255) DEFAULT NULL COMMENT '年度',
-  `box_Id` varchar(255) DEFAULT NULL,
-  `security_classification` varchar(255) DEFAULT NULL COMMENT '密级',
-  `electronic_name` varchar(255) DEFAULT NULL COMMENT '电子档案名',
-  `subject_headings` varchar(255) DEFAULT NULL COMMENT '主题词',
-  `institution` varchar(255) DEFAULT NULL COMMENT '机构(问题)',
-  `people` varchar(255) DEFAULT NULL COMMENT '人物',
-  `archives_name` varchar(255) DEFAULT NULL COMMENT '档案馆名称',
-  `adjunct` varchar(255) DEFAULT NULL COMMENT '附件题名',
-  `controlIndicators` varchar(255) DEFAULT NULL COMMENT '控制标识',
-  `archive_Id` varchar(255) DEFAULT NULL COMMENT '档案馆代码',
-  `archive_generation` varchar(255) DEFAULT NULL COMMENT '档案生成方式',
-  `note` varchar(255) DEFAULT NULL COMMENT '附注',
-  `confidentiality_time` varchar(255) DEFAULT NULL COMMENT '保密期限',
-  `retentionPeriod` varchar(255) DEFAULT NULL COMMENT '保管期限',
-  `digital_time` varchar(255) DEFAULT NULL COMMENT '数字化时间',
-  `digital_description` varchar(255) DEFAULT NULL COMMENT '数字化授权描述',
-  `format_name` varchar(255) DEFAULT NULL COMMENT '格式名称',
-  `format_version` varchar(255) DEFAULT NULL COMMENT '格式版本',
-  `color_space` varchar(255) DEFAULT NULL COMMENT '色彩空间',
-  `compression_scheme` varchar(255) DEFAULT NULL COMMENT '压缩方式',
-  `compression_ratio` varchar(255) DEFAULT NULL COMMENT '压缩率',
-  `horizontal_resolution` varchar(255) DEFAULT NULL COMMENT '水平分辨率',
-  `vertical_resolution` varchar(255) DEFAULT NULL COMMENT '垂直分辨率',
-  `image_height` varchar(255) DEFAULT NULL COMMENT '图像高度',
-  `image_width` varchar(255) DEFAULT NULL COMMENT '图像宽度',
-  `device_type` varchar(255) DEFAULT NULL COMMENT '设备类型',
-  `device_manufacturers` varchar(255) DEFAULT NULL COMMENT '设备制造商',
-  `devic_modle` varchar(255) DEFAULT NULL COMMENT '设备型号',
-  `devic_Id` varchar(255) DEFAULT NULL COMMENT '设备系列号',
-  `photoreceptor` varchar(255) DEFAULT NULL COMMENT '设备感光器',
-  `software_name` varchar(255) DEFAULT NULL COMMENT '数字化软件名称',
-  `softwareVersion` varchar(255) DEFAULT NULL COMMENT '数字化软件版本',
-  `manufacturers` varchar(255) DEFAULT NULL COMMENT '数值化软件生产商',
-  `digital_Object` varchar(255) DEFAULT NULL COMMENT '数字化对象描述',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='卷内文件';
-
--- ----------------------------
--- Records of rec_file_information
--- ----------------------------
-
--- ----------------------------
--- Table structure for rec_record
--- ----------------------------
-DROP TABLE IF EXISTS `rec_record`;
-CREATE TABLE `rec_record` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '逻辑删除标识,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `visit_unit` varchar(20) DEFAULT NULL COMMENT '来访单位',
-  `year` varchar(20) DEFAULT NULL COMMENT '年度',
-  `accseeion_reason` varchar(50) DEFAULT NULL COMMENT '接收原因',
-  `accession_time` varchar(50) DEFAULT NULL COMMENT '接收时间',
-  `archives_number` int(255) DEFAULT NULL COMMENT '案卷数量',
-  `save_time` varchar(50) DEFAULT NULL COMMENT '保管期限',
-  `file_number` int(20) DEFAULT NULL COMMENT '案卷目录数',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COMMENT='纸质档案接收信息表';
-
--- ----------------------------
--- Records of rec_record
--- ----------------------------
-INSERT INTO `rec_record` VALUES ('16', '1', null, '2018-04-10 07:01:47', 'admin', null, null, '21', '21', '21', null, '21', '21', '21');
-INSERT INTO `rec_record` VALUES ('17', '1', null, '2018-04-11 01:35:46', 'admin', null, null, '21', '21', '21', null, '21', '21', '21');

+ 0 - 548
sql/archives_save.sql

@@ -1,548 +0,0 @@
-/*
-Navicat MariaDB Data Transfer
-
-Source Server         : archives
-Source Server Version : 100032
-Source Host           : 192.168.1.92:3307
-Source Database       : archives_save
-
-Target Server Type    : MariaDB
-Target Server Version : 100032
-File Encoding         : 65001
-
-Date: 2018-04-13 10:57:32
-*/
-
-SET FOREIGN_KEY_CHECKS=0;
-
--- ----------------------------
--- Table structure for save_backups_offline
--- ----------------------------
-DROP TABLE IF EXISTS `save_backups_offline`;
-CREATE TABLE `save_backups_offline` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备份说明',
-  `create_time` datetime DEFAULT NULL COMMENT '经办时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '经办人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `backups_mode` varchar(20) DEFAULT NULL COMMENT '备份方式',
-  `backups_batch` varchar(50) DEFAULT NULL COMMENT '批次',
-  `backups_capacity` varchar(20) DEFAULT NULL COMMENT '每份备份大小       ',
-  `security_classification` varchar(20) DEFAULT NULL COMMENT '涉密情况',
-  `connect_tab` varchar(50) DEFAULT NULL COMMENT '交接表',
-  `leader_audit` int(1) DEFAULT NULL COMMENT '领导审核',
-  `rate_progress` int(1) DEFAULT NULL COMMENT '进度',
-  `medium` varchar(20) DEFAULT NULL COMMENT '备份介质',
-  `num` varchar(20) DEFAULT NULL COMMENT '备份套数',
-  `label` tinyint(10) DEFAULT NULL COMMENT '是否生成目录',
-  `backups_offline_tab` varchar(50) DEFAULT NULL COMMENT '离线备份表名',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8 COMMENT='离线备份表';
-
--- ----------------------------
--- Records of save_backups_offline
--- ----------------------------
-INSERT INTO `save_backups_offline` VALUES ('29', '', '', '2018-04-13 02:47:47', 'admin', null, null, null, null, '34', '434', '4', '43', '34', 'fd', '3', null, '1523587667162');
-
--- ----------------------------
--- Table structure for save_backups_online
--- ----------------------------
-DROP TABLE IF EXISTS `save_backups_online`;
-CREATE TABLE `save_backups_online` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间,存入日期',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `backups_period` int(10) DEFAULT NULL COMMENT '备份周期',
-  `backups_status` varchar(20) DEFAULT NULL COMMENT '备份状态',
-  `exception` varchar(255) NOT NULL COMMENT '异常说明',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='在线备份表';
-
--- ----------------------------
--- Records of save_backups_online
--- ----------------------------
-INSERT INTO `save_backups_online` VALUES ('1', '', null, '2018-03-14 11:37:15', 'admin', null, 'admin', '7', '已经备份', '');
-INSERT INTO `save_backups_online` VALUES ('2', '', null, '2018-03-14 11:41:09', 'admin', null, 'admin', '9', '还未备份', '');
-
--- ----------------------------
--- Table structure for save_backups_record
--- ----------------------------
-DROP TABLE IF EXISTS `save_backups_record`;
-CREATE TABLE `save_backups_record` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注,备份说明',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `backups_type` varchar(20) DEFAULT NULL COMMENT '备份类别 有在线备份1 和离线备份2',
-  `status` varchar(20) DEFAULT NULL COMMENT '备份状态表',
-  `backups_offline_tab` varchar(50) DEFAULT NULL COMMENT '离线备份表',
-  `offline_status` int(1) DEFAULT '0' COMMENT '离线备份的状态检测',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 COMMENT='备份记录表';
-
--- ----------------------------
--- Records of save_backups_record
--- ----------------------------
-INSERT INTO `save_backups_record` VALUES ('33', '', null, '2018-04-13 02:47:47', 'admin', null, null, '离线备份', '审核中', '1523587667162', '0');
-
--- ----------------------------
--- Table structure for save_backusps_status
--- ----------------------------
-DROP TABLE IF EXISTS `save_backusps_status`;
-CREATE TABLE `save_backusps_status` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间,存入日期',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) NOT NULL COMMENT '更新人',
-  `packaged` int(1) DEFAULT NULL COMMENT '备份已打包',
-  `leader_audited` int(1) DEFAULT NULL COMMENT '领导已审核',
-  `local_transfer` int(1) DEFAULT NULL COMMENT '本地人员交接中',
-  `transportation_received` int(1) DEFAULT NULL COMMENT '运输人员已接收',
-  `storekeeper_received` int(1) DEFAULT NULL COMMENT '库房人员已接收',
-  `achieves_stored` int(1) DEFAULT NULL COMMENT '档案已入库',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='备份状态表';
-
--- ----------------------------
--- Records of save_backusps_status
--- ----------------------------
-
--- ----------------------------
--- Table structure for save_connect
--- ----------------------------
-DROP TABLE IF EXISTS `save_connect`;
-CREATE TABLE `save_connect` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间,移出时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人,移出填表人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `connect_name` varchar(20) DEFAULT NULL COMMENT '交接工作名',
-  `connect_content` varchar(255) DEFAULT NULL COMMENT '内容描述',
-  `connect_num` varchar(50) DEFAULT NULL COMMENT '移交电子数量',
-  `connect_unit` varchar(10) DEFAULT NULL COMMENT '移交数据量',
-  `serial` varchar(50) DEFAULT NULL COMMENT '载体起止顺序号',
-  `specification` varchar(50) DEFAULT NULL COMMENT '载体规格',
-  `accuracy_detection` int(1) DEFAULT NULL COMMENT '准确性检测',
-  `integrity_testing` int(1) DEFAULT NULL COMMENT '完整性检测',
-  `availability_detection` int(1) DEFAULT NULL COMMENT '可用性检测',
-  `safety_inspection` int(1) DEFAULT NULL COMMENT '安全性检测',
-  `appearance_detection` int(1) DEFAULT NULL COMMENT '载体外观检测',
-  `transfer_reviewer` varchar(10) DEFAULT NULL COMMENT '移交审核人',
-  `transfer_stamp` int(1) DEFAULT NULL COMMENT '移交单位签章',
-  `accession_reviewer` varchar(10) DEFAULT NULL COMMENT '接收审核人',
-  `accession_stamp` int(1) DEFAULT NULL COMMENT '接收单位签章',
-  `rate_progress` int(1) DEFAULT NULL COMMENT '进度',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='交接表';
-
--- ----------------------------
--- Records of save_connect
--- ----------------------------
-
--- ----------------------------
--- Table structure for save_disposition
--- ----------------------------
-DROP TABLE IF EXISTS `save_disposition`;
-CREATE TABLE `save_disposition` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `medium_num` varchar(20) DEFAULT NULL COMMENT '光盘编号',
-  `disposal_type` varchar(10) DEFAULT NULL COMMENT '处置类型',
-  `disposal_reason` varchar(50) DEFAULT NULL COMMENT '处置原因',
-  `reviewer` varchar(10) DEFAULT NULL COMMENT '审批人',
-  `disposal_opinion` varchar(10) DEFAULT NULL COMMENT '审批意见',
-  `disposal_person` varchar(10) DEFAULT NULL COMMENT '处置人',
-  `security_supervisor` varchar(10) DEFAULT NULL COMMENT '监销人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='处置表';
-
--- ----------------------------
--- Records of save_disposition
--- ----------------------------
-INSERT INTO `save_disposition` VALUES ('1', '', 'dfddv', '2018-03-07 16:21:55', 'admin', null, null, 'fds', 'fdsfd', 'sfdsf', 'common', 'df', 'sdfds', 'fs');
-INSERT INTO `save_disposition` VALUES ('2', '', null, '2018-03-22 08:42:08', 'admin', null, null, 'f\'d\'s', 'fsfsfsf', 'f\'d\'s\'f\'f', 'f\'s\'f\'s\'f', 'f\'d\'s', 'f\'s\'f', 'f\'d\'s\'');
-
--- ----------------------------
--- Table structure for save_label
--- ----------------------------
-DROP TABLE IF EXISTS `save_label`;
-CREATE TABLE `save_label` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间,存入日期',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `batch` varchar(50) DEFAULT NULL COMMENT '批次',
-  `num` varchar(20) DEFAULT NULL COMMENT '介质编号',
-  `medium` varchar(20) DEFAULT NULL COMMENT '介质',
-  `capacity` int(10) DEFAULT NULL COMMENT '每张介质大小',
-  `begin_time` date DEFAULT NULL COMMENT '全宗号',
-  `end_time` date DEFAULT NULL COMMENT '类别号',
-  `security_classification` varchar(20) DEFAULT NULL COMMENT '密级',
-  `retention_period` varchar(10) DEFAULT NULL COMMENT '保管期限',
-  `is_excel` tinyint(10) DEFAULT NULL COMMENT '是否生成excel表',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=277 DEFAULT CHARSET=utf8 COMMENT='备份标签表';
-
--- ----------------------------
--- Records of save_label
--- ----------------------------
-INSERT INTO `save_label` VALUES ('238', '', 'gdfd', '2018-04-11 01:16:44', 'admin', null, null, '123', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('239', '', 'gdfd', '2018-04-11 01:16:44', 'admin', null, null, '123', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('240', '', 'gdfd', '2018-04-11 01:16:44', 'admin', null, null, '123', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('241', '', '54', '2018-04-11 03:12:44', 'admin', null, null, '123', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('242', '', '54', '2018-04-11 03:12:44', 'admin', null, null, '123', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('243', '', '54', '2018-04-11 03:12:44', 'admin', null, null, '123', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('244', '', '54', '2018-04-11 03:15:58', 'admin', null, null, '123', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('245', '', '54', '2018-04-11 03:15:58', 'admin', null, null, '123', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('246', '', '54', '2018-04-11 03:15:58', 'admin', null, null, '123', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('247', '', '54', '2018-04-11 03:18:45', 'admin', null, null, '123', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('248', '', '54', '2018-04-11 03:18:45', 'admin', null, null, '123', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('249', '', '54', '2018-04-11 03:18:45', 'admin', null, null, '123', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('250', '', '54', '2018-04-11 03:20:58', 'admin', null, null, '123', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('251', '', '54', '2018-04-11 03:20:58', 'admin', null, null, '123', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('252', '', '54', '2018-04-11 03:20:58', 'admin', null, null, '123', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('253', '', '54', '2018-04-11 03:22:09', 'admin', null, null, '123', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('254', '', '54', '2018-04-11 03:22:09', 'admin', null, null, '123', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('255', '', '54', '2018-04-11 03:22:09', 'admin', null, null, '123', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('256', '', '544', '2018-04-11 03:22:55', 'admin', null, null, '5245', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('257', '', '544', '2018-04-11 03:22:55', 'admin', null, null, '5245', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('258', '', '544', '2018-04-11 03:22:55', 'admin', null, null, '5245', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('259', '', '', '2018-04-11 03:23:45', 'admin', null, null, '', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('260', '', '', '2018-04-11 03:23:45', 'admin', null, null, '', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('261', '', '', '2018-04-11 03:23:45', 'admin', null, null, '', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('262', '', '', '2018-04-11 03:24:31', 'admin', null, null, '', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('263', '', '', '2018-04-11 03:24:31', 'admin', null, null, '', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('264', '', '', '2018-04-11 03:24:31', 'admin', null, null, '', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('265', '', '', '2018-04-11 03:32:51', 'admin', null, null, '', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('266', '', '', '2018-04-11 03:32:51', 'admin', null, null, '', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('267', '', '', '2018-04-11 03:32:51', 'admin', null, null, '', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('268', '', '', '2018-04-11 03:33:59', 'admin', null, null, '', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('269', '', '', '2018-04-11 03:33:59', 'admin', null, null, '', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('270', '', '', '2018-04-11 03:33:59', 'admin', null, null, '', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('271', '', '', '2018-04-11 03:37:01', 'admin', null, null, '', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('272', '', '', '2018-04-11 03:37:01', 'admin', null, null, '', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('273', '', '', '2018-04-11 03:37:01', 'admin', null, null, '', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('274', '', '787', '2018-04-12 02:50:18', 'admin', null, null, '52572', '1套', '碟1', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('275', '', '787', '2018-04-12 02:50:18', 'admin', null, null, '52572', '1套', '碟2', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-INSERT INTO `save_label` VALUES ('276', '', '787', '2018-04-12 02:50:18', 'admin', null, null, '52572', '1套', '碟3', '3', '2018-04-10', '2018-04-10', '秘密', '30', null);
-
--- ----------------------------
--- Table structure for save_leader_audit
--- ----------------------------
-DROP TABLE IF EXISTS `save_leader_audit`;
-CREATE TABLE `save_leader_audit` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间,存入日期',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `type` varchar(20) DEFAULT NULL COMMENT '表类型',
-  `tab` varchar(50) DEFAULT NULL COMMENT '表名',
-  `status` varchar(50) DEFAULT NULL COMMENT '审核状态',
-  `statuss` int(1) DEFAULT '0' COMMENT '(0:待审核 1:通过 -1:不通过)',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8 COMMENT='领导审核表';
-
--- ----------------------------
--- Records of save_leader_audit
--- ----------------------------
-INSERT INTO `save_leader_audit` VALUES ('21', '', '', '2018-04-13 02:47:47', 'admin', null, null, '离线备份表', '1523587667162', '待审核', '0');
-
--- ----------------------------
--- Table structure for save_migration
--- ----------------------------
-DROP TABLE IF EXISTS `save_migration`;
-CREATE TABLE `save_migration` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `medium_num` varchar(20) DEFAULT NULL COMMENT '光盘号',
-  `data_format` varchar(20) DEFAULT NULL COMMENT '数据格式',
-  `data_size` varchar(20) DEFAULT NULL COMMENT '数据大小',
-  `migration_reason` varchar(50) DEFAULT NULL COMMENT '迁移原因',
-  `reviewer` varchar(10) DEFAULT NULL COMMENT '审批人',
-  `new_medium` varchar(10) DEFAULT NULL COMMENT '新载体',
-  `new_medium_num` varchar(20) DEFAULT NULL COMMENT '新载体编号',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='迁移表';
-
--- ----------------------------
--- Records of save_migration
--- ----------------------------
-INSERT INTO `save_migration` VALUES ('1', '', 'dssv', '2018-03-22 17:09:54', null, null, 'admin', 'sd', 'fdsf', 'dsfdsf', 'fsf', 'f', 'sfd', 'sf');
-INSERT INTO `save_migration` VALUES ('2', '', null, '2018-03-22 09:15:58', 'admin', null, null, 'fdsfs', 'fsf', 'fsdfd', 'sfs', 'sfsdf', 'fsdfsfd', 'sfd');
-INSERT INTO `save_migration` VALUES ('3', '', null, '2018-03-22 09:16:13', 'admin', null, null, 'dsd', 'dds', 'sd', 'dds', 'dsd', 'dsdsds', 'd');
-
--- ----------------------------
--- Table structure for save_proin
--- ----------------------------
-DROP TABLE IF EXISTS `save_proin`;
-CREATE TABLE `save_proin` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '清点时间,创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人,清点人员',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `medium_num` varchar(50) DEFAULT NULL COMMENT '光盘号',
-  `archives_type` varchar(20) DEFAULT NULL COMMENT '档案类型',
-  `filing_num` varchar(50) DEFAULT NULL COMMENT '起止档号或归档号',
-  `medium_content` varchar(255) DEFAULT NULL COMMENT '光盘内容',
-  `file_format` varchar(10) DEFAULT NULL COMMENT '文件格式',
-  `data_size` varchar(10) DEFAULT NULL COMMENT '数据大小',
-  `backup_count` int(1) DEFAULT NULL COMMENT '备份套数',
-  `save_position` varchar(50) DEFAULT NULL COMMENT '存放位置',
-  `batch` varchar(50) DEFAULT NULL COMMENT '档案批次',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=768 DEFAULT CHARSET=utf8 COMMENT='入库表';
-
--- ----------------------------
--- Records of save_proin
--- ----------------------------
-INSERT INTO `save_proin` VALUES ('1', '', 'wefefwfw', '2018-03-14 11:01:07', 'sdvsvs', null, null, 'vssdvs', 'vdsvdsv', 'vdsvs', 'svs', 'sv', 'svdsvs', '1', 'svvdvddsvv', null);
-INSERT INTO `save_proin` VALUES ('2', '', null, '2018-03-17 09:51:15', null, null, null, '1123123123', '12313', '1123123', '123123', '123', '123', '123', '123123', null);
-INSERT INTO `save_proin` VALUES ('3', '', null, '2018-03-19 02:50:43', null, null, null, 'ffdsfsd', 'fdsf', 'f\'f\'d\'s', 'fsf', 'd\'s\'f', 'sfs', '2', 'fsfsf', '1.2.3.4.5');
-INSERT INTO `save_proin` VALUES ('4', '', null, '2018-03-19 02:50:43', null, null, null, 'ffdsfsd', 'fdsf', 'f\'f\'d\'s', 'fsf', 'd\'s\'f', 'sfs', '2', 'fsfsf', '1.2.3.4.5');
-INSERT INTO `save_proin` VALUES ('8', '', null, '2018-03-19 06:50:37', null, null, null, '', 'dsds', 'dsds', '', 'ds', '', null, '', '1.2.3.4.5');
-INSERT INTO `save_proin` VALUES ('9', '', null, '2018-03-19 06:54:12', null, null, null, 'd', 'sdfsf', 'ddsdsd', 'sfsf', 'sdsdd', 'sfsf', '12', 'sf', null);
-INSERT INTO `save_proin` VALUES ('10', '', null, '2018-03-19 06:54:49', null, null, null, 'd', 'sdfsf', 'ddsdsd', 'sfsf', 'sdsdd', 'sfsf', '12', 'sf', null);
-INSERT INTO `save_proin` VALUES ('747', '', null, '2018-03-13 14:55:09', null, null, null, 'dsds', 'dsd', 'sdsd', 'sdsd', 's', null, null, null, '1.2.3.4.5');
-INSERT INTO `save_proin` VALUES ('761', '', null, '2018-03-22 01:07:26', null, null, null, '', '', '', '', '', '', null, '', '1.2.3.4.5');
-INSERT INTO `save_proin` VALUES ('762', '', null, '2018-03-22 01:07:41', null, null, null, '', '', '111111111111111111111111', '', '', '', '11', '', '1.2.3.4.5');
-INSERT INTO `save_proin` VALUES ('763', '', null, '2018-03-22 02:34:56', 'admin', null, null, 'sdfdsfs', 'sfs', 'fsfsf', 'fsfs', 'fds', 'sfsf', '1', 'sf', '1.2.3.4.5');
-INSERT INTO `save_proin` VALUES ('764', '', null, '2018-03-22 02:35:06', 'admin', null, null, 'sdfdsfs', 'sfs', 'fsfsf', 'fsfs', 'fds', 'sfsf', '1', 'sf', '1.2.3.4.5');
-INSERT INTO `save_proin` VALUES ('765', '', null, '2018-03-22 02:35:41', 'admin', null, null, 'g', 'd', 'd', 'g', 'd', 'gd', null, '', '1.2.3.4.5');
-INSERT INTO `save_proin` VALUES ('766', '', null, '2018-03-22 02:36:26', 'admin', null, null, 'dg', 'dg', 'dg', 'gg', 'd', 'd', null, '', '1.2.3.4.5');
-INSERT INTO `save_proin` VALUES ('767', '', null, '2018-03-22 02:36:31', 'admin', null, null, 'fdgdgdgg', 'gdg', 'fdg', 'gdg', 'dg', 'dgdg', null, '', '1.2.3.4.5');
-
--- ----------------------------
--- Table structure for save_recovery
--- ----------------------------
-DROP TABLE IF EXISTS `save_recovery`;
-CREATE TABLE `save_recovery` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间,存入日期',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `application_tab` varchar(50) DEFAULT NULL COMMENT '恢复申请表',
-  `record_tab` varchar(50) DEFAULT NULL COMMENT '恢复信息表',
-  `restoration_state` int(1) DEFAULT '0' COMMENT '(0:申请表待审核 1:申请表审核成功 -1申请表审核失败 2恢复完成,包括恢复信息表的提交)',
-  `status` varchar(50) DEFAULT NULL COMMENT '显示恢复的整个过程状态',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COMMENT='恢复表';
-
--- ----------------------------
--- Records of save_recovery
--- ----------------------------
-INSERT INTO `save_recovery` VALUES ('8', '', null, '2018-04-12 03:35:35', 'admin', '2018-04-13 02:19:49', 'admin', '1523504135386', '1523585989027', '1', '审核通过');
-INSERT INTO `save_recovery` VALUES ('9', '', null, '2018-04-12 04:54:44', 'admin', '2018-04-12 04:55:39', 'admin', '1523508884315', null, '-1', '审核不通过');
-INSERT INTO `save_recovery` VALUES ('10', '', null, '2018-04-12 07:36:43', 'admin', '2018-04-12 07:36:55', 'admin', '1523518603628', null, '1', '审核通过');
-INSERT INTO `save_recovery` VALUES ('11', '', null, '2018-04-12 09:07:08', 'admin', '2018-04-12 09:09:54', 'admin', '1523524028387', null, '1', '审核通过');
-INSERT INTO `save_recovery` VALUES ('12', '', null, '2018-04-12 09:46:32', 'admin', null, null, '1523526392185', null, '0', '待审核');
-
--- ----------------------------
--- Table structure for save_recovery_application
--- ----------------------------
-DROP TABLE IF EXISTS `save_recovery_application`;
-CREATE TABLE `save_recovery_application` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间,申请时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人,申请人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `instruction` varchar(255) DEFAULT NULL COMMENT '申请说明',
-  `rate_progress` int(1) DEFAULT '0' COMMENT '进度 -1审核不通过  0审核中  1审核通过  2恢复成功 不是2的话都显示还未恢复',
-  `tab` varchar(20) DEFAULT NULL COMMENT '表名',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='恢复申请表';
-
--- ----------------------------
--- Records of save_recovery_application
--- ----------------------------
-INSERT INTO `save_recovery_application` VALUES ('14', '', null, '2018-04-12 03:35:35', 'admin', '2018-04-12 04:54:05', 'admin', 'sdsvsvdsvaaa', '1', '1523504135386');
-INSERT INTO `save_recovery_application` VALUES ('15', '', null, '2018-04-12 04:54:44', 'admin', '2018-04-12 04:55:39', 'admin', 'sadvdsvsvsvdsv21313131', '-1', '1523508884315');
-INSERT INTO `save_recovery_application` VALUES ('16', '', null, '2018-04-12 07:36:43', 'admin', '2018-04-12 07:36:56', 'admin', 'sdvssvsdvssfsfdsffffffffbfdbshfdmagjdslahkdsahkdsahgsa', '1', '1523518603628');
-INSERT INTO `save_recovery_application` VALUES ('17', '', null, '2018-04-12 09:07:08', 'admin', '2018-04-12 09:09:54', 'admin', 'sdfsdgsdgsgs', '1', '1523524028387');
-INSERT INTO `save_recovery_application` VALUES ('18', '', null, '2018-04-12 09:46:32', 'admin', null, null, 'sdfssvs', '0', '1523526392185');
-
--- ----------------------------
--- Table structure for save_recovery_record
--- ----------------------------
-DROP TABLE IF EXISTS `save_recovery_record`;
-CREATE TABLE `save_recovery_record` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间,恢复时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人,操作人员',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `restoration_num` varchar(50) DEFAULT NULL COMMENT '恢复档案号',
-  `restoration_content` varchar(255) DEFAULT NULL COMMENT '恢复内容',
-  `tab` varchar(50) DEFAULT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='恢复信息表';
-
--- ----------------------------
--- Records of save_recovery_record
--- ----------------------------
-INSERT INTO `save_recovery_record` VALUES ('1', '', null, '2018-03-15 06:58:36', 'admin', null, null, 'fwfwef', 'wfefw', null);
-INSERT INTO `save_recovery_record` VALUES ('2', '', null, '2018-03-15 07:32:03', 'admin', null, null, 'fdsfsf', 'fdsf', null);
-INSERT INTO `save_recovery_record` VALUES ('3', '', null, '2018-03-27 01:39:14', 'admin', null, null, 'dsd', 'sds', '1213321312321');
-INSERT INTO `save_recovery_record` VALUES ('4', '', null, '2018-04-13 02:10:31', 'admin', null, null, 'ewfw', 'fwfwfwewfwefwfwefwfw', '1523585431728');
-INSERT INTO `save_recovery_record` VALUES ('5', '', null, '2018-04-13 02:12:09', 'admin', null, null, 'sffsd', 'dvsvssv', '1523585529109');
-INSERT INTO `save_recovery_record` VALUES ('6', '', null, '2018-04-13 02:19:49', 'admin', null, null, 'fdsfsf', 'dsfsf', '1523585989027');
-
--- ----------------------------
--- Table structure for save_repository
--- ----------------------------
-DROP TABLE IF EXISTS `save_repository`;
-CREATE TABLE `save_repository` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间,存入日期',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `batch` varchar(50) DEFAULT NULL COMMENT '档案批次',
-  `proin_tab` varchar(50) DEFAULT NULL COMMENT '入库表',
-  `dosposition_tab` varchar(50) DEFAULT NULL COMMENT '处置表',
-  `sampling_tab` varchar(50) DEFAULT NULL COMMENT '检测表',
-  `migration_tab` varchar(50) DEFAULT NULL COMMENT '迁移表',
-  `sampling_time` int(3) DEFAULT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='仓库表';
-
--- ----------------------------
--- Records of save_repository
--- ----------------------------
-INSERT INTO `save_repository` VALUES ('1', '', 'dssdds', '2018-03-15 16:50:15', null, null, 'admin', '1.2.3.4.5', 'ds', 'dsdsd', 'sdd', 'sdsds', '12');
-INSERT INTO `save_repository` VALUES ('2', '', 'fsf', '2018-03-15 10:00:40', 'admin', null, null, 'fdsf', null, null, null, null, null);
-INSERT INTO `save_repository` VALUES ('3', '', 'sssfdsffsfdsfsfs', '2018-03-16 01:29:00', 'admin', null, null, 'dssssssssssssssssss', null, null, null, null, null);
-INSERT INTO `save_repository` VALUES ('4', '', 'dsfsfsfs', '2018-03-20 07:26:43', null, null, null, '1.2.3.4.5', null, null, null, null, null);
-INSERT INTO `save_repository` VALUES ('5', '', '', '2018-03-20 07:34:13', null, null, null, '', null, null, null, null, null);
-INSERT INTO `save_repository` VALUES ('6', '', '', '2018-03-20 07:34:26', null, null, null, '', null, null, null, null, null);
-INSERT INTO `save_repository` VALUES ('7', '', 'dwq', '2018-03-20 08:39:41', null, null, null, 'dqdqqw', null, null, null, null, null);
-INSERT INTO `save_repository` VALUES ('8', '', '啊哈范德萨发的酸辣粉沙发撒发生发法萨芬撒范德萨范德萨发顺丰 第三方第三方大师法第三方', '2018-03-21 02:19:39', null, null, null, '2.3.4.5', null, null, null, null, null);
-INSERT INTO `save_repository` VALUES ('9', '', 'fsfsfs', '2018-03-21 02:48:52', null, null, null, 'sdfsf', null, null, null, null, null);
-INSERT INTO `save_repository` VALUES ('10', '', 'fsfsfsdsd', '2018-03-21 07:38:55', null, null, null, 'dfsf', null, null, null, null, null);
-INSERT INTO `save_repository` VALUES ('11', '', '', '2018-03-22 01:17:35', null, null, null, '', null, null, null, null, null);
-
--- ----------------------------
--- Table structure for save_sampling
--- ----------------------------
-DROP TABLE IF EXISTS `save_sampling`;
-CREATE TABLE `save_sampling` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `medium_num` varchar(20) DEFAULT NULL COMMENT '光盘号',
-  `bler` varchar(10) DEFAULT NULL COMMENT '块错误率  CD-R光盘的块错误率是指每秒测得的错误块数量,CD-R光盘技术规范规定:BLER<220数据块/秒',
-  `e32` varchar(10) DEFAULT NULL COMMENT '不可校正错误  读CD-R光盘时不能被解码器校正的错误的总数称为E32,CD-R光盘技术规范规定:E32 = 0',
-  `sym` varchar(10) DEFAULT NULL,
-  `jitter` varchar(10) DEFAULT NULL,
-  `pie` varchar(10) DEFAULT NULL COMMENT '奇偶校验内码错误  PI 与PO分别是ECC(错误校正编码)块中的奇偶校验内码和外码,DVD 光盘用PI 与PO 校验中发现错误的次数与程度来评价其记录质量,DVD-R和DVD+R技术规范规定PIE不能超过280',
-  `pof` varchar(10) DEFAULT NULL COMMENT '奇偶校验外码失败  当DVDR读出解码器经过第一轮纠错后,不能校正ECC块内数据就叫奇偶校验外码失败,DVD-R和DVD+R技术规范都规定POF = 0',
-  `asym` varchar(10) DEFAULT NULL,
-  `dc_jitter` varchar(10) DEFAULT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='检测表';
-
--- ----------------------------
--- Records of save_sampling
--- ----------------------------
-INSERT INTO `save_sampling` VALUES ('1', '', 'sd', '2018-03-22 17:45:31', null, null, 'admin', 'sd', 'ds', 'd', 'd', 'd', 'd', 'd', 'd', 'd');
-INSERT INTO `save_sampling` VALUES ('2', '', null, '2018-03-22 09:45:59', 'admin', null, null, '1', '1', '1', '1', null, '1', '1', '1', '1');
-
--- ----------------------------
--- Table structure for save_setcircle
--- ----------------------------
-DROP TABLE IF EXISTS `save_setcircle`;
-CREATE TABLE `save_setcircle` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间,存入日期',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `backups_circle` int(10) DEFAULT NULL COMMENT '备份周期',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='在线备份周期设置表';
-
--- ----------------------------
--- Records of save_setcircle
--- ----------------------------
-INSERT INTO `save_setcircle` VALUES ('8', '', null, '2018-03-13 02:03:26', 'admin', null, null, '5435325');
-INSERT INTO `save_setcircle` VALUES ('9', '', null, '2018-03-14 04:00:39', 'admin', null, null, '121212');
-INSERT INTO `save_setcircle` VALUES ('10', '', null, '2018-03-24 08:15:07', 'admin', null, null, '12');
-INSERT INTO `save_setcircle` VALUES ('11', '', null, '2018-03-24 08:15:49', 'admin', null, null, '12');
-INSERT INTO `save_setcircle` VALUES ('12', '', null, '2018-03-24 08:17:36', 'admin', null, null, '12');
-INSERT INTO `save_setcircle` VALUES ('13', '', null, '2018-03-24 08:17:57', 'admin', null, null, '122');
-INSERT INTO `save_setcircle` VALUES ('14', '', null, '2018-03-24 08:19:12', 'admin', null, null, '12223');
-INSERT INTO `save_setcircle` VALUES ('15', '', null, '2018-03-24 08:19:43', 'admin', null, null, '12223');
-INSERT INTO `save_setcircle` VALUES ('16', '', null, '2018-03-26 01:14:57', 'admin', null, null, '1');
-INSERT INTO `save_setcircle` VALUES ('17', '', null, '2018-03-28 01:19:14', 'admin', null, null, '1');
-INSERT INTO `save_setcircle` VALUES ('18', '', null, '2018-04-02 09:32:36', 'admin', null, null, '12');
-
--- ----------------------------
--- Table structure for test
--- ----------------------------
-DROP TABLE IF EXISTS `test`;
-CREATE TABLE `test` (
-  `sum` int(10) DEFAULT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of test
--- ----------------------------
-INSERT INTO `test` VALUES ('1');
-INSERT INTO `test` VALUES ('2');
-INSERT INTO `test` VALUES ('3');
-INSERT INTO `test` VALUES ('4');
-INSERT INTO `test` VALUES ('5');
-INSERT INTO `test` VALUES ('6');
-INSERT INTO `test` VALUES ('7');
-INSERT INTO `test` VALUES ('8');
-INSERT INTO `test` VALUES ('9');
-INSERT INTO `test` VALUES ('10');

+ 0 - 282
sql/archives_shared.sql

@@ -1,282 +0,0 @@
-/*
-Navicat MariaDB Data Transfer
-
-Source Server         : archives
-Source Server Version : 100032
-Source Host           : 192.168.1.92:3307
-Source Database       : archives_shared
-
-Target Server Type    : MariaDB
-Target Server Version : 100032
-File Encoding         : 65001
-
-Date: 2018-04-13 10:57:21
-*/
-
-SET FOREIGN_KEY_CHECKS=0;
-
--- ----------------------------
--- Table structure for share_directory_rec_mgr
--- ----------------------------
-DROP TABLE IF EXISTS `share_directory_rec_mgr`;
-CREATE TABLE `share_directory_rec_mgr` (
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '逻辑删除表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `create_by` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `id` bigint(20) NOT NULL AUTO_INCREMENT,
-  `filesNo` varchar(255) DEFAULT NULL COMMENT '案卷级档号',
-  `fondsId` varchar(255) DEFAULT NULL COMMENT '全宗号',
-  `filesId` varchar(255) DEFAULT NULL COMMENT '案卷号',
-  `directory` varchar(255) DEFAULT NULL COMMENT '目录号',
-  `year` varchar(255) DEFAULT NULL COMMENT '年度',
-  `retentionPeriod` varchar(255) DEFAULT NULL COMMENT '保管期限',
-  `custodyCode` varchar(255) DEFAULT NULL COMMENT '保管期限代码',
-  `fileNumber` varchar(255) DEFAULT NULL COMMENT '文件编号',
-  `archivesNominate` varchar(500) DEFAULT NULL COMMENT '案卷题名',
-  `beginTime` varchar(255) DEFAULT NULL COMMENT '起时间',
-  `stopTime` varchar(255) DEFAULT NULL COMMENT '止时间',
-  `responsible` varchar(255) DEFAULT NULL COMMENT '责任者',
-  `formaationTime` varchar(255) DEFAULT NULL COMMENT '成文时间',
-  `pageNumber` varchar(255) DEFAULT NULL COMMENT '页数',
-  `people` varchar(255) DEFAULT NULL COMMENT '人物',
-  `boxId` varchar(255) DEFAULT NULL COMMENT '盒号',
-  `appendix` varchar(255) DEFAULT NULL COMMENT '附注',
-  `ConfidentialityTime` varchar(255) DEFAULT NULL COMMENT '保密期限',
-  `securityClassification` varchar(255) DEFAULT NULL COMMENT '密级',
-  `archivesName` varchar(255) DEFAULT NULL COMMENT '档案馆名称',
-  `subjectTerm` varchar(255) DEFAULT NULL COMMENT '主题词',
-  `archiveId` varchar(255) DEFAULT NULL COMMENT '档案馆代码',
-  `appendixName` varchar(255) DEFAULT NULL COMMENT '附件题名',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='案卷文件';
-
--- ----------------------------
--- Records of share_directory_rec_mgr
--- ----------------------------
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '14', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '15', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '16', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '17', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '18', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '19', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '20', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '21', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '22', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '23', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '24', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '25', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '26', '2-1-2', '2', '2', '1', '1953', '永久', 'Y', '', '中共贵州省委、省委组织部、关于建团,干部犯错误通报、统计工作、供给制人员治病、填写党龄、干部医药费、军队转业,干部简历表、党员统计、党委会建立、整党、建党、党员介绍信、人民团体编制、党员登记表、干部增加津贴、三反运动中提拔干部、调查材料、干部管理、干部休假,店员入党候补期等问题的指示,决议、规定、通知。', '19500101', '19531230', '毕节县组织部', '', '78', '', '002', '', null, '', '毕节市七星关区档案馆', '', '', '');
-INSERT INTO `share_directory_rec_mgr` VALUES ('1', null, null, null, null, null, '27', '2-1-1', '2', '1', '1', '1956', '永久', 'Y', '', '中共中央办公厅、组织部、西南局组织部关于党员、干部工作指示、规定、通知、干部调查材料信规定', '19491120', '19560830', '贵州省毕节县委员会', '', '46', '', '001', '', null, '', '毕节市七星关区档案馆', '', '', '');
-
--- ----------------------------
--- Table structure for share_information_rec_mgr
--- ----------------------------
-DROP TABLE IF EXISTS `share_information_rec_mgr`;
-CREATE TABLE `share_information_rec_mgr` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删除标识,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `singn` varchar(10) DEFAULT '0' COMMENT '档案归档状态(0未归档;1归档)',
-  `fonds_Id` varchar(1024) DEFAULT NULL COMMENT '全宗号',
-  `directory` varchar(255) DEFAULT NULL COMMENT '案卷目录号',
-  `files_Id` varchar(255) DEFAULT NULL COMMENT '案卷号',
-  `files_no` varchar(1024) DEFAULT NULL COMMENT '案卷级档号',
-  `doument_no` varchar(1024) DEFAULT NULL COMMENT '文件级档号',
-  `page_Id` varchar(255) DEFAULT NULL COMMENT '页号',
-  `doument_Id` varchar(255) DEFAULT NULL COMMENT '件号',
-  `responsible` varchar(255) DEFAULT NULL COMMENT '责任者',
-  `file_number` varchar(255) DEFAULT NULL COMMENT '文件编号',
-  `file_name` varchar(255) DEFAULT NULL COMMENT '文件题名',
-  `page_number` varchar(255) DEFAULT NULL COMMENT '页数',
-  `formation_time` varchar(255) DEFAULT NULL COMMENT '成文时间',
-  `year` varchar(255) DEFAULT NULL COMMENT '年度',
-  `box_Id` varchar(255) DEFAULT NULL,
-  `security_classification` varchar(255) DEFAULT NULL COMMENT '密级',
-  `electronic_name` varchar(255) DEFAULT NULL COMMENT '电子档案名',
-  `subject_headings` varchar(255) DEFAULT NULL COMMENT '主题词',
-  `institution` varchar(255) DEFAULT NULL COMMENT '机构(问题)',
-  `people` varchar(255) DEFAULT NULL COMMENT '人物',
-  `archives_name` varchar(255) DEFAULT NULL COMMENT '档案馆名称',
-  `adjunct` varchar(255) DEFAULT NULL COMMENT '附件题名',
-  `controlIndicators` varchar(255) DEFAULT NULL COMMENT '控制标识',
-  `archive_Id` varchar(255) DEFAULT NULL COMMENT '档案馆代码',
-  `archive_generation` varchar(255) DEFAULT NULL COMMENT '档案生成方式',
-  `note` varchar(255) DEFAULT NULL COMMENT '附注',
-  `confidentiality_time` varchar(255) DEFAULT NULL COMMENT '保密期限',
-  `retentionPeriod` varchar(255) DEFAULT NULL COMMENT '保管期限',
-  `digital_time` varchar(255) DEFAULT NULL COMMENT '数字化时间',
-  `digital_description` varchar(255) DEFAULT NULL COMMENT '数字化授权描述',
-  `format_name` varchar(255) DEFAULT NULL COMMENT '格式名称',
-  `format_version` varchar(255) DEFAULT NULL COMMENT '格式版本',
-  `color_space` varchar(255) DEFAULT NULL COMMENT '色彩空间',
-  `compression_scheme` varchar(255) DEFAULT NULL COMMENT '压缩方式',
-  `compression_ratio` varchar(255) DEFAULT NULL COMMENT '压缩率',
-  `horizontal_resolution` varchar(255) DEFAULT NULL COMMENT '水平分辨率',
-  `vertical_resolution` varchar(255) DEFAULT NULL COMMENT '垂直分辨率',
-  `image_height` varchar(255) DEFAULT NULL COMMENT '图像高度',
-  `image_width` varchar(255) DEFAULT NULL COMMENT '图像宽度',
-  `device_type` varchar(255) DEFAULT NULL COMMENT '设备类型',
-  `device_manufacturers` varchar(255) DEFAULT NULL COMMENT '设备制造商',
-  `devic_modle` varchar(255) DEFAULT NULL COMMENT '设备型号',
-  `devic_Id` varchar(255) DEFAULT NULL COMMENT '设备系列号',
-  `photoreceptor` varchar(255) DEFAULT NULL COMMENT '设备感光器',
-  `software_name` varchar(255) DEFAULT NULL COMMENT '数字化软件名称',
-  `softwareVersion` varchar(255) DEFAULT NULL COMMENT '数字化软件版本',
-  `manufacturers` varchar(255) DEFAULT NULL COMMENT '数值化软件生产商',
-  `digital_Object` varchar(255) DEFAULT NULL COMMENT '数字化对象描述',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=786 DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='卷内文件';
-
--- ----------------------------
--- Records of share_information_rec_mgr
--- ----------------------------
-INSERT INTO `share_information_rec_mgr` VALUES ('643', '', '', '', '2018-03-27 14:56:52', '', '2018-03-27 14:56:52', '1', 'asdad', 'sada', 'asdad', '2-1-1', 'asdad', 'adsasd', 'adasda', 'dasdasd', 'sadad', 'asdasd', 'asdadad', 'adasd', 'dadad', 'adasd', 'd', 'aad', 'adasdasdasd', 'as', 'dasda', 'asd', 'as', 'ddsad', 'asd', 'sada', 'sada', 'sada', 'asd', 'asd', 'asd', 'asd', 'asd', 'asd', 'asd', 'asd', 'asda', 'adsad', 'adsd', 'ada', 'asdad', 'adsadasd', 'adad', 'asda', 'asda', 'asda', 'asdad', 'dsasd', 'ada');
-INSERT INTO `share_information_rec_mgr` VALUES ('644', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0001', '0001', '001', '西南局秘书处,毕节县委组织部', '', '中央关于对脱党份子的党籍和工作的处理和计算党龄问题的指示', '2', '19491120', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:22/2018-01-11T14:50:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2108,2122', '3036,3036', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('645', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0003', '0003', '002', '西南局秘书处', '', '中央组织部关于转移党员组织关系的补充规定', '3', '19511004', '1956', '001', '密件', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:50:30/2018-01-11T14:50:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3180,3140', '4530,2256', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('646', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0007', '0007', '005', '西南局组织部', '', '关于对少数民族正副专员、正副县长小灶待遇意见', '1', '19530618', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:32/2018-01-11T14:50:32', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3230', '2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('647', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0008', '0008', '006', '中国共产党中央办公室,中国人民银行总行', '', '关于党费上解存在问题希注意', '1', '19531115', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:34/2018-01-11T14:50:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3054', '3262', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('648', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0009', '0009', '007', '西南局组织部', '', '党员统计工作通知', '1', '19540305', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:36/2018-01-11T14:50:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3112', '2220', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('649', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0010', '0010', '008', '西南局组织部,西南局政治部组织部', '', '关于执行[中央组织部关于全国党、政、军、群各系统调查转处证明材料范围及手续的规定]的补充约定', '1', '19540419', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:38/2018-01-11T14:50:38', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3130', '2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('650', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0011', '0011', '009', '中共共产党中央办公厅,中国人民银行总行', '', '修订错缴解中央党费核退办法希自文到日起执行', '2', '19540810', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:40/2018-01-11T14:50:40', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3054,3060', '4368,4368', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('651', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0013', '0013', '010', '中共中央组织部,中央人民革命军事委员会总政治部,民政府人民革命局军事委员会总干部部', '', '关于局对转业干部个人档案材料的保密问题', '2', '19540916', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:42/2018-01-11T14:50:42', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3018,3018', '4286,4268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('652', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0015', '0015', '011', '总政组织部', '', '对转业党员介绍信的意见', '1', '19550521', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:42/2018-01-11T14:50:42', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3112', '2244', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('653', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0016', '0016', '012', '中共中央组织部', '', '关于全国党政军群各系统调查、转处证明材料范围及手续的修正规定', '17', '19550705', '1956', '001', '机密', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:50:44/2018-01-11T14:51:02', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3012,3032,3034,3038,3028,3038,3042,3026,3040,3042,3042,3042,2016,3026,2020,2018,3038', '2120,2132,2146,2144,2166,2154,2120,2140,2178,2160,2182,2152,1450,2156,1418,1444,2138', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('654', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0033', '0033', '013', '中共中央组织部', '', '关于转业党员介绍信的通知', '1', '19550718', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:04/2018-01-11T14:51:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104', '2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('655', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0034', '0034', '014', '中国共产党中央国家机关委员会', '', '调查材料单位职称表', '1', '19550804', '1956', '001', '机密', '2-1-1', '', '', '', null, '', '', '', null, '保密时间不详', '', '永久', '2018-01-11T14:51:04/2018-01-11T14:51:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3108', '4564', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('656', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0035', '0035', '015', '中国共产党中央办公厅,中国人民银行总行', '', '关于取消代收全国党费合同的联合通知', '2', '19550810', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:06/2018-01-11T14:51:10', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3042,3040', '4336,4336', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('657', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0037', '0037', '016', '中国共产党中央办公厅', '00119', '中共中央办公厅关于改变全国党费上缴办法的通知', '6', '19550813', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:12/2018-01-11T14:51:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3056,3052,3058,3052,3048,3056', '2174,2172,2186,2188,2192,2162', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('658', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0043', '0043', '017', '中央组织部', '', '中央组织部关于各机关借阅本部档案资料的范围和手续的暂行规定', '2', '19560116', '1956', '001', '机密', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3066,3068', '2140,4352', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('659', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0045', '0045', '018', '中共中央组织部', '', '无头档案的保管问题', '1', '19560830', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104', '2216', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('660', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0046', '0046', '019', '中共中央办公厅特别会计室', '', '停止上缴党费的通知', '1', '19560724', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3174,3420,3158,3104', '2232,2568,2250,2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('661', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0005', '0005', '003', '中共中央西南局组织部', '', '建党意见', '2', '19521003', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:30/2018-01-11T14:50:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3146', '2258', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('662', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0006', '0006', '004', '中央组织部', '', '关于调整、评定中央新调干部及各级新提干部待遇级别的通知', '1', '19530205', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:32/2018-01-11T14:50:32', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3162', '2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('663', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0001', '0001', '001', '中共贵州省委', '', '中共贵州省委关于机关建团的指示', '2', '19500101', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:24/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2048,2110', '2835,2874', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('664', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0003', '0003', '002', '西南组织部', '', '西南组织部关于享有老年优待金者享受保健待遇问题的通知', '1', '19501010', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:26/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2282', '1578', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('665', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0004', '0004', '003', '省委组织部', '', '干部犯错误的通报', '1', '19500312', '1953\r\n1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:26/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '4397', '2992', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('666', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0005', '0005', '004', '省委组织部', '', '省委组织部关于统计工作的通知', '2', '19510214', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2244,2256', '1614,1614', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('667', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0007', '0007', '005', '省委组织部', '', '供给制人员治病介绍信的通知', '1', '19510517', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '2256', '1566', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('668', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0008', '0008', '006', '省委组织部', '', '关于填写团龄与党龄问题的通知', '1', '19510728', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '1974', '1282', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('669', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0009', '0009', '007', '省委组织部', '', '关于干部医药、镶牙、配亚宁等费支报问题的规定', '1', '19510813', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '2472', '1910', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('670', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0010', '0010', '008', '贵州省人民政府民政厅,贵州省委组织部,贵州军区干部管理部', '', '中央关于军队转业联合通知', '2', '19510909', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3198', '3562', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('671', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0011', '0011', '009', '中共省委组织部', '', '登记干部简历表的意见', '1', '19511023', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '200', '200', '1486', '2038', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('672', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0012', '0012', '010', '贵州省委组织部', '', '关于填报[党员统计表]的通知', '1', '19511105', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '200', '200', '1460', '1032', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('673', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0013', '0013', '011', '贵州省委组织部', '', '关于党委会的建立、撤销及变动应报材料规定', '1', '19511129', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3074', '2294', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('674', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0014', '0014', '013', '贵州省委组织部', '00154', '关于整党建党工作问题', '2', '19511207', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3030,3030', '2162,4326', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('675', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0016', '0016', '014', '中国共产党贵州省委员会', '', '贵州省委关于建党工作的指示', '2', '19511208', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:44/2018-01-11T14:51:54', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3196,3146', '2204,2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('676', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0018', '0018', '015', '贵州省委组织部', '', '关于转移党员组织关系的补充规定', '1', '19511212', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:00/2018-01-11T14:52:00', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3132', '2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('677', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0019', '0019', '016', '中共贵州省委组织部', '', '西南局组织部队镇远地委马溪村建党试验工作的批示', '1', '19511228', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3052', '2206', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('678', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0020', '0020', '017', '贵州省委组织部', '', '关于转移党员组织关系的补充规定', '1', '19511229', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3156', '2186', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('679', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0021', '0021', '018', '贵州省委组织部', '', '中共县委与人民团体编制员额表', '2', '', '1953', '001', '密件', '2-1-2', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3092,2554', '2182,2076', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('680', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0023', '0023', '019', '贵州省委组织部', '', '关于军队中转业建设党员介绍关系转移办法通知', '1', '19520114', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:04/2018-01-11T14:52:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104,3138,3106', '2324,2280,2250', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('681', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0026', '0026', '020', '中共贵州省委组织部', '', '关于军队中转业建设党员组织关系转移办法', '6', '19520304', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:04/2018-01-11T14:52:10', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3134,3168,3138,3094,3146,3170', '2272,2276,2272,2264,2252,2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('682', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0032', '0032', '021', '贵州省委组织部,西南局组织部', '', '关于执行政务院供给制工作人员增加津贴的通知', '1', '19520414', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:12/2018-01-11T14:52:12', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3166', '2250', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('683', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0033', '0033', '022', '中共贵州省委组织部', '', '1952年党委和人民团体编制说明', '4', '19520418', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:12/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2950,2256,3146,3160', '2246,3178,2258,2270', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('684', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0037', '0037', '023', '中共贵州省委组织部', '', '关于干部增加津贴问题通知', '1', '19520429', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:14/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3168', '2276', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('685', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0038', '0038', '024', '中共贵州省委组织部', '', '通知[干部增加津贴问题]', '1', '19520602', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:14/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2238', '1576', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('686', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0040', '0040', '025', '中共贵州省委组织部', '', '关于迅速配备合作社干部的通知', '1', '19520606', '1953', '001', '密件', '2-1-2', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:52:16/2018-01-11T14:52:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3164', '2238', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('687', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0039', '0039', '026', '中共贵州省委组织部,西南组织部', '', '三反运动统计通知', '1', '19520605', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:16/2018-01-11T14:52:16', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3074', '2246', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('688', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0041', '0041', '027', '中共贵州省委组织部,贵州省人民政府人事厅', '', '军队转业干部流动情况通知', '1', '19520611', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:20/2018-01-11T14:52:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3196', '2350', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('689', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0042', '0042', '028 ', '省委组织部', '', '整党的准备工作的通知', '1', '19520614', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:20/2018-01-11T14:52:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3184', '4430', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('690', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0043', '0043', '029', '中共贵州省委组织部', '', '三反运动中大胆提拔干部的通知', '1', '19520625', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3162', '2246', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('691', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0045', '0045', '030', '中共中央西南局组织部,西南军区政治部组织部,贵州省委组织部', '', '关于调查、转处证明材料的补充通知', '1', '19520710', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3059', '2212', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('692', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0049', '0049', '031', '省委组织部', '', '批复毕节县委组织部关于建党计划的意见', '1', '19520818', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3134', '2236', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('693', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0044', '0044', '032', '中共贵州省委组织部,贵州军区政治部组织科', '', '关于执行西南局组织部及西南军政组织部调查、转处证明材料的通知', '1', '19520710', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3116', '2222', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('694', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0046', '0046', '033', '中共贵州省委组织部', '', '关于地委、县委组织部增设配备党员管理科与建党组织员的通知', '1', '19520717', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3134', '2180', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('695', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0047', '0047', '034', '贵州省委组织部,西南局组织部', '', '关于填写[中国共产党党员登记表]及[中国共产党入党志愿书]的通知', '1', '19520718', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3058', '4446', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('696', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0048', '0048', '035', '贵州省委组织部', '', '党员关关字号介绍信使用问题的通知', '1', '19520726', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3146', '2220', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('697', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0050', '0050', '036', '贵州省委组织部', '', '为了贯彻西南局组织部10月3日电话传达的通知', '1', '19521006', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:28/2018-01-11T14:52:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3152', '2262', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('698', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0051', '0051', '037', '贵州省委组织部', '', '地(市)委组织部关于干部管理制度暂行规定', '4', '19521211', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:32/2018-01-11T14:52:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3192,3102,3118,3186', '2284,2256,2306,2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('699', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0055', '0055', '038', '贵州省委组织部', '', '党群系统供给制工作人员增加津贴开支计算标准表', '1', '19520405', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:36/2018-01-11T14:52:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '4514', '3158', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('700', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0056', '0056', '039', '贵州省委组织部', '', '西南各级党群系统供给制工作人员增加津贴关于调整、评定中央新调干部及各级新提干部待遇级别的通知', '1', '19530310', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:36/2018-01-11T14:52:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3150', '2264', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('701', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0057', '0057', '041', '贵州省委组织部', '', '为了统一各级合作社机构名称和合作社系统干部的管理的通知', '1', '19530318', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:38/2018-01-11T14:52:38', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3142', '2294', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('702', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0058', '0058', '042', '贵州省委组织部', '', '西南局组织部关于党群系统干部修假通知', '4', '19530325', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:38/2018-01-11T14:52:42', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3136,3118,3128,3124', '2264,2260,2280,2268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('703', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0062', '0062', '044', '贵州省委组织部,西南局组织部', '', '地方公安部队中党组织由军委总政治部统一管理的通知', '1', '19530406', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:44', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3156', '2266', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('704', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0063', '0063', '046', '贵州省委组织部,西南局组织部', '', '西南局组织部关于店员入党如何确定候补期的问题补充通知', '1', '19530409', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:44', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3174', '2290', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('705', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0064', '0064', '048', '贵州省委组织部', '', '对目前建党工作的几点意见', '4', '19530409', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:46', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3166,3176,3172,3172', '2292,2298,2302,2296', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('706', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0068', '0068', '049', '贵州省委组织部', '', '企业事业部门超编制人员如何处理的通知', '1', '19530410', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3148', '2268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('707', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0069', '0069', '050', '贵州省委组织部', '', '接转党员关系应注意的意见', '1', '19530415', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3188', '2300', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('708', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0070', '0070', '052', '贵州省委组织部,西南局组织部', '', '宣布党员半年报表作废的通知', '1', '19530512', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3174', '2314', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('709', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0071', '0071', '053', '贵州省区政治部,贵州省委组织部', '', '少数民族正副专员、正副县长享受中小灶待遇的通知', '1', '19530624', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:52/2018-01-11T14:52:52', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3198', '2286', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('710', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0072', '0072', '054', '贵州省委组织部,贵州省委纪委会', '', '关于延长候补党员候补期的时间等两个问题候补党员应取消候补期的规定', '1', '19530929', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3124', '2258', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('711', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0073', '0073', '055', '中共贵州省委组织部', '', '关于县、区人民武装部干部入党问题的通知', '1', '19531028', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2990', '2120', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('712', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0074', '0074', '056', '中共贵州省委组织部', '', '对关于[被判处机关管制之人员现在恢复了工作,在管制以前一段的工作时间是否计算工对[延长候补党员延长候补期的两个问题]作出回答', '1', '19531123', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3140', '2270', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('713', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0075', '0075', '057', '省委组织部', '', '统一11月5日送来关于延长候补党员候补期的时间等两个问题的意见并作出了修改', '2', '19531105', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:58', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3132,3128', '2264,2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('714', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0077', '0077', '058', '省委组织部', '', '对[被判处机关管制之人员现在恢复了工作计算工龄]的通知', '2', '19531225', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:53:00/2018-01-11T14:53:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3130,3140,3352,2097,2098,2097,2097,2099,2068,2070', '2268,2256,2552,1484,1490,1492,1491,1490,1484,1484', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('715', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0001', '0001', '001', '西南局秘书处,毕节县委组织部', '', '中央关于对脱党份子的党籍和工作的处理和计算党龄问题的指示', '2', '19491120', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:22/2018-01-11T14:50:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2108,2122', '3036,3036', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('716', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0003', '0003', '002', '西南局秘书处', '', '中央组织部关于转移党员组织关系的补充规定', '3', '19511004', '1956', '001', '密件', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:50:30/2018-01-11T14:50:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3180,3140', '4530,2256', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('717', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0007', '0007', '005', '西南局组织部', '', '关于对少数民族正副专员、正副县长小灶待遇意见', '1', '19530618', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:32/2018-01-11T14:50:32', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3230', '2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('718', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0008', '0008', '006', '中国共产党中央办公室,中国人民银行总行', '', '关于党费上解存在问题希注意', '1', '19531115', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:34/2018-01-11T14:50:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3054', '3262', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('719', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0009', '0009', '007', '西南局组织部', '', '党员统计工作通知', '1', '19540305', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:36/2018-01-11T14:50:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3112', '2220', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('720', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0010', '0010', '008', '西南局组织部,西南局政治部组织部', '', '关于执行[中央组织部关于全国党、政、军、群各系统调查转处证明材料范围及手续的规定]的补充约定', '1', '19540419', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:38/2018-01-11T14:50:38', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3130', '2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('721', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0011', '0011', '009', '中共共产党中央办公厅,中国人民银行总行', '', '修订错缴解中央党费核退办法希自文到日起执行', '2', '19540810', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:40/2018-01-11T14:50:40', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3054,3060', '4368,4368', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('722', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0013', '0013', '010', '中共中央组织部,中央人民革命军事委员会总政治部,民政府人民革命局军事委员会总干部部', '', '关于局对转业干部个人档案材料的保密问题', '2', '19540916', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:42/2018-01-11T14:50:42', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3018,3018', '4286,4268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('723', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0015', '0015', '011', '总政组织部', '', '对转业党员介绍信的意见', '1', '19550521', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:42/2018-01-11T14:50:42', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3112', '2244', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('724', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0016', '0016', '012', '中共中央组织部', '', '关于全国党政军群各系统调查、转处证明材料范围及手续的修正规定', '17', '19550705', '1956', '001', '机密', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:50:44/2018-01-11T14:51:02', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3012,3032,3034,3038,3028,3038,3042,3026,3040,3042,3042,3042,2016,3026,2020,2018,3038', '2120,2132,2146,2144,2166,2154,2120,2140,2178,2160,2182,2152,1450,2156,1418,1444,2138', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('725', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0033', '0033', '013', '中共中央组织部', '', '关于转业党员介绍信的通知', '1', '19550718', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:04/2018-01-11T14:51:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104', '2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('726', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0034', '0034', '014', '中国共产党中央国家机关委员会', '', '调查材料单位职称表', '1', '19550804', '1956', '001', '机密', '2-1-1', '', '', '', null, '', '', '', null, '保密时间不详', '', '永久', '2018-01-11T14:51:04/2018-01-11T14:51:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3108', '4564', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('727', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0035', '0035', '015', '中国共产党中央办公厅,中国人民银行总行', '', '关于取消代收全国党费合同的联合通知', '2', '19550810', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:06/2018-01-11T14:51:10', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3042,3040', '4336,4336', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('728', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0037', '0037', '016', '中国共产党中央办公厅', '00119', '中共中央办公厅关于改变全国党费上缴办法的通知', '6', '19550813', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:12/2018-01-11T14:51:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3056,3052,3058,3052,3048,3056', '2174,2172,2186,2188,2192,2162', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('729', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0043', '0043', '017', '中央组织部', '', '中央组织部关于各机关借阅本部档案资料的范围和手续的暂行规定', '2', '19560116', '1956', '001', '机密', '2-1-1', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3066,3068', '2140,4352', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('730', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0045', '0045', '018', '中共中央组织部', '', '无头档案的保管问题', '1', '19560830', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104', '2216', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('731', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0046', '0046', '019', '中共中央办公厅特别会计室', '', '停止上缴党费的通知', '1', '19560724', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:16/2018-01-11T14:51:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3174,3420,3158,3104', '2232,2568,2250,2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('732', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0005', '0005', '003', '中共中央西南局组织部', '', '建党意见', '2', '19521003', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:30/2018-01-11T14:50:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3146', '2258', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('733', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '1', '2-1-1', '2-1-1-0006', '0006', '004', '中央组织部', '', '关于调整、评定中央新调干部及各级新提干部待遇级别的通知', '1', '19530205', '1956', '001', '', '2-1-1', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:50:32/2018-01-11T14:50:32', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3162', '2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('734', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0001', '0001', '001', '中共贵州省委', '', '中共贵州省委关于机关建团的指示', '2', '19500101', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:24/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2048,2110', '2835,2874', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('735', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0003', '0003', '002', '西南组织部', '', '西南组织部关于享有老年优待金者享受保健待遇问题的通知', '1', '19501010', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:26/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2282', '1578', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('736', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0004', '0004', '003', '省委组织部', '', '干部犯错误的通报', '1', '19500312', '1953\r\n1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:26/2018-01-11T14:51:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '4397', '2992', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('737', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0005', '0005', '004', '省委组织部', '', '省委组织部关于统计工作的通知', '2', '19510214', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2244,2256', '1614,1614', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('738', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0007', '0007', '005', '省委组织部', '', '供给制人员治病介绍信的通知', '1', '19510517', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '2256', '1566', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('739', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0008', '0008', '006', '省委组织部', '', '关于填写团龄与党龄问题的通知', '1', '19510728', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '1974', '1282', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('740', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0009', '0009', '007', '省委组织部', '', '关于干部医药、镶牙、配亚宁等费支报问题的规定', '1', '19510813', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:28/2018-01-11T14:51:28', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '2472', '1910', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('741', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0010', '0010', '008', '贵州省人民政府民政厅,贵州省委组织部,贵州军区干部管理部', '', '中央关于军队转业联合通知', '2', '19510909', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3198', '3562', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('742', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0011', '0011', '009', '中共省委组织部', '', '登记干部简历表的意见', '1', '19511023', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '200', '200', '1486', '2038', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('743', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0012', '0012', '010', '贵州省委组织部', '', '关于填报[党员统计表]的通知', '1', '19511105', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '200', '200', '1460', '1032', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('744', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0013', '0013', '011', '贵州省委组织部', '', '关于党委会的建立、撤销及变动应报材料规定', '1', '19511129', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:30', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3074', '2294', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('745', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0014', '0014', '013', '贵州省委组织部', '00154', '关于整党建党工作问题', '2', '19511207', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:30/2018-01-11T14:51:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3030,3030', '2162,4326', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('746', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0016', '0016', '014', '中国共产党贵州省委员会', '', '贵州省委关于建党工作的指示', '2', '19511208', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:51:44/2018-01-11T14:51:54', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3196,3146', '2204,2226', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('747', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0018', '0018', '015', '贵州省委组织部', '', '关于转移党员组织关系的补充规定', '1', '19511212', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:00/2018-01-11T14:52:00', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3132', '2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('748', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0019', '0019', '016', '中共贵州省委组织部', '', '西南局组织部队镇远地委马溪村建党试验工作的批示', '1', '19511228', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3052', '2206', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('749', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0020', '0020', '017', '贵州省委组织部', '', '关于转移党员组织关系的补充规定', '1', '19511229', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3156', '2186', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('750', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0021', '0021', '018', '贵州省委组织部', '', '中共县委与人民团体编制员额表', '2', '', '1953', '001', '密件', '2-1-2', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:52:02/2018-01-11T14:52:02', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3092,2554', '2182,2076', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('751', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0023', '0023', '019', '贵州省委组织部', '', '关于军队中转业建设党员介绍关系转移办法通知', '1', '19520114', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:04/2018-01-11T14:52:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3104,3138,3106', '2324,2280,2250', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('752', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0026', '0026', '020', '中共贵州省委组织部', '', '关于军队中转业建设党员组织关系转移办法', '6', '19520304', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:04/2018-01-11T14:52:10', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3134,3168,3138,3094,3146,3170', '2272,2276,2272,2264,2252,2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('753', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0032', '0032', '021', '贵州省委组织部,西南局组织部', '', '关于执行政务院供给制工作人员增加津贴的通知', '1', '19520414', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:12/2018-01-11T14:52:12', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3166', '2250', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('754', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0033', '0033', '022', '中共贵州省委组织部', '', '1952年党委和人民团体编制说明', '4', '19520418', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:12/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2950,2256,3146,3160', '2246,3178,2258,2270', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('755', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0037', '0037', '023', '中共贵州省委组织部', '', '关于干部增加津贴问题通知', '1', '19520429', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:14/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3168', '2276', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('756', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0038', '0038', '024', '中共贵州省委组织部', '', '通知[干部增加津贴问题]', '1', '19520602', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:14/2018-01-11T14:52:14', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2238', '1576', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('757', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0040', '0040', '025', '中共贵州省委组织部', '', '关于迅速配备合作社干部的通知', '1', '19520606', '1953', '001', '密件', '2-1-2', '', '', '', null, '', '', '', null, '保密期限不详', '', '永久', '2018-01-11T14:52:16/2018-01-11T14:52:16', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3164', '2238', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('758', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0039', '0039', '026', '中共贵州省委组织部,西南组织部', '', '三反运动统计通知', '1', '19520605', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:16/2018-01-11T14:52:16', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3074', '2246', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('759', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0041', '0041', '027', '中共贵州省委组织部,贵州省人民政府人事厅', '', '军队转业干部流动情况通知', '1', '19520611', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:20/2018-01-11T14:52:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3196', '2350', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('760', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0042', '0042', '028 ', '省委组织部', '', '整党的准备工作的通知', '1', '19520614', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:20/2018-01-11T14:52:20', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3184', '4430', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('761', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0043', '0043', '029', '中共贵州省委组织部', '', '三反运动中大胆提拔干部的通知', '1', '19520625', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3162', '2246', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('762', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0045', '0045', '030', '中共中央西南局组织部,西南军区政治部组织部,贵州省委组织部', '', '关于调查、转处证明材料的补充通知', '1', '19520710', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3059', '2212', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('763', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0049', '0049', '031', '省委组织部', '', '批复毕节县委组织部关于建党计划的意见', '1', '19520818', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3134', '2236', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('764', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0044', '0044', '032', '中共贵州省委组织部,贵州军区政治部组织科', '', '关于执行西南局组织部及西南军政组织部调查、转处证明材料的通知', '1', '19520710', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3116', '2222', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('765', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0046', '0046', '033', '中共贵州省委组织部', '', '关于地委、县委组织部增设配备党员管理科与建党组织员的通知', '1', '19520717', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:24/2018-01-11T14:52:24', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3134', '2180', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('766', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0047', '0047', '034', '贵州省委组织部,西南局组织部', '', '关于填写[中国共产党党员登记表]及[中国共产党入党志愿书]的通知', '1', '19520718', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3058', '4446', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('767', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0048', '0048', '035', '贵州省委组织部', '', '党员关关字号介绍信使用问题的通知', '1', '19520726', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:26/2018-01-11T14:52:26', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3146', '2220', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('768', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0050', '0050', '036', '贵州省委组织部', '', '为了贯彻西南局组织部10月3日电话传达的通知', '1', '19521006', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:28/2018-01-11T14:52:28', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3152', '2262', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('769', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0051', '0051', '037', '贵州省委组织部', '', '地(市)委组织部关于干部管理制度暂行规定', '4', '19521211', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:32/2018-01-11T14:52:34', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3192,3102,3118,3186', '2284,2256,2306,2260', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('770', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0055', '0055', '038', '贵州省委组织部', '', '党群系统供给制工作人员增加津贴开支计算标准表', '1', '19520405', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:36/2018-01-11T14:52:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '4514', '3158', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('771', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0056', '0056', '039', '贵州省委组织部', '', '西南各级党群系统供给制工作人员增加津贴关于调整、评定中央新调干部及各级新提干部待遇级别的通知', '1', '19530310', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:36/2018-01-11T14:52:36', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3150', '2264', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('772', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0057', '0057', '041', '贵州省委组织部', '', '为了统一各级合作社机构名称和合作社系统干部的管理的通知', '1', '19530318', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:38/2018-01-11T14:52:38', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3142', '2294', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('773', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0058', '0058', '042', '贵州省委组织部', '', '西南局组织部关于党群系统干部修假通知', '4', '19530325', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:38/2018-01-11T14:52:42', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3136,3118,3128,3124', '2264,2260,2280,2268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('774', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0062', '0062', '044', '贵州省委组织部,西南局组织部', '', '地方公安部队中党组织由军委总政治部统一管理的通知', '1', '19530406', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:44', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3156', '2266', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('775', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0063', '0063', '046', '贵州省委组织部,西南局组织部', '', '西南局组织部关于店员入党如何确定候补期的问题补充通知', '1', '19530409', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:44', '', 'jpg', '2.2', 'sRGB', null, '4%', '300', '300', '3174', '2290', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('776', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0064', '0064', '048', '贵州省委组织部', '', '对目前建党工作的几点意见', '4', '19530409', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:44/2018-01-11T14:52:46', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3166,3176,3172,3172', '2292,2298,2302,2296', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('777', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0068', '0068', '049', '贵州省委组织部', '', '企业事业部门超编制人员如何处理的通知', '1', '19530410', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3148', '2268', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('778', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0069', '0069', '050', '贵州省委组织部', '', '接转党员关系应注意的意见', '1', '19530415', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3188', '2300', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('779', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0070', '0070', '052', '贵州省委组织部,西南局组织部', '', '宣布党员半年报表作废的通知', '1', '19530512', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:50/2018-01-11T14:52:50', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3174', '2314', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('780', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0071', '0071', '053', '贵州省区政治部,贵州省委组织部', '', '少数民族正副专员、正副县长享受中小灶待遇的通知', '1', '19530624', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:52/2018-01-11T14:52:52', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3198', '2286', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('781', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0072', '0072', '054', '贵州省委组织部,贵州省委纪委会', '', '关于延长候补党员候补期的时间等两个问题候补党员应取消候补期的规定', '1', '19530929', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3124', '2258', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('782', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0073', '0073', '055', '中共贵州省委组织部', '', '关于县、区人民武装部干部入党问题的通知', '1', '19531028', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '2990', '2120', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('783', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0074', '0074', '056', '中共贵州省委组织部', '', '对关于[被判处机关管制之人员现在恢复了工作,在管制以前一段的工作时间是否计算工对[延长候补党员延长候补期的两个问题]作出回答', '1', '19531123', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:56', '', 'jpg', '2.2', 'sRGB', null, '2%', '300', '300', '3140', '2270', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('784', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0075', '0075', '057', '省委组织部', '', '统一11月5日送来关于延长候补党员候补期的时间等两个问题的意见并作出了修改', '2', '19531105', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:52:56/2018-01-11T14:52:58', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3132,3128', '2264,2272', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');
-INSERT INTO `share_information_rec_mgr` VALUES ('785', '', null, null, null, null, null, '毕节市七星关区档案馆', '2', '1', '2', '2-1-2', '2-1-2-0077', '0077', '058', '省委组织部', '', '对[被判处机关管制之人员现在恢复了工作计算工龄]的通知', '2', '19531225', '1953', '001', '', '2-1-2', '', '', '', null, '', '', '', null, '', '', '永久', '2018-01-11T14:53:00/2018-01-11T14:53:04', '', 'jpg', '2.2', 'sRGB', null, '3%', '300', '300', '3130,3140,3352,2097,2098,2097,2097,2099,2068,2070', '2268,2256,2552,1484,1490,1492,1491,1490,1484,1484', '扫描仪', 'Panasonic', 'KV-S7097', '525655000075', 'CCD', '东方信腾档案数字化加工流程管理平台', '8.9.0.0', '深圳市东方信腾数码技术有限公司', '');

+ 0 - 378
sql/archives_sys.sql

@@ -1,378 +0,0 @@
-/*
-Navicat MariaDB Data Transfer
-
-Source Server         : archives
-Source Server Version : 100032
-Source Host           : 192.168.1.92:3307
-Source Database       : archives_sys
-
-Target Server Type    : MariaDB
-Target Server Version : 100032
-File Encoding         : 65001
-
-Date: 2018-04-13 10:57:06
-*/
-
-SET FOREIGN_KEY_CHECKS=0;
-
--- ----------------------------
--- Table structure for sys_dept
--- ----------------------------
-DROP TABLE IF EXISTS `sys_dept`;
-CREATE TABLE `sys_dept` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '部门主键ID',
-  `parent_id` bigint(20) DEFAULT NULL COMMENT '父节点ID',
-  `name` varchar(50) DEFAULT NULL COMMENT '部门名称',
-  `principal` varchar(32) DEFAULT NULL COMMENT '负责人',
-  `sort` int(2) DEFAULT NULL COMMENT '排序号',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 COMMENT='部门管理';
-
--- ----------------------------
--- Records of sys_dept
--- ----------------------------
-INSERT INTO `sys_dept` VALUES ('1', null, '开发部', '更新人:刘森', null, '1', null, '2018-04-08 08:48:42', null, '2018-04-08 09:46:09', null);
-INSERT INTO `sys_dept` VALUES ('3', null, '开发部', 'ls', null, '1', null, '2018-04-08 09:43:00', null, null, null);
-INSERT INTO `sys_dept` VALUES ('4', null, '开发部', 'ls', null, '1', null, '2018-04-08 09:53:41', null, null, null);
-INSERT INTO `sys_dept` VALUES ('5', null, '开发部', 'ls', null, '1', null, '2018-04-08 09:54:47', null, null, null);
-INSERT INTO `sys_dept` VALUES ('6', null, '开发部', 'ls', null, '1', null, '2018-04-08 09:56:29', null, null, null);
-INSERT INTO `sys_dept` VALUES ('7', null, '开发部', 'ls', null, '1', null, '2018-04-08 10:02:21', null, null, null);
-INSERT INTO `sys_dept` VALUES ('8', null, '开发部', 'ls', null, '1', null, '2018-04-08 10:04:53', null, null, null);
-INSERT INTO `sys_dept` VALUES ('9', null, '开发部', 'ls', null, '1', null, '2018-04-08 10:07:39', null, null, null);
-INSERT INTO `sys_dept` VALUES ('10', null, '开发部', 'ls', null, '1', null, '2018-04-09 02:00:57', null, null, null);
-INSERT INTO `sys_dept` VALUES ('11', null, '开发部', 'ls', null, '1', null, '2018-04-09 02:12:21', null, null, null);
-INSERT INTO `sys_dept` VALUES ('12', null, '开发部', 'ls', null, '1', null, '2018-04-09 02:25:01', null, null, null);
-INSERT INTO `sys_dept` VALUES ('13', null, '开发部', 'ls', null, '1', null, '2018-04-09 02:30:02', null, null, null);
-INSERT INTO `sys_dept` VALUES ('14', null, '开发部', 'ls', null, '1', null, '2018-04-09 02:32:45', null, null, null);
-INSERT INTO `sys_dept` VALUES ('15', null, '开发部', 'ls', null, '1', null, '2018-04-09 02:36:50', null, null, null);
-INSERT INTO `sys_dept` VALUES ('16', null, '开发部', 'ls', null, '1', null, '2018-04-09 03:39:05', null, null, null);
-INSERT INTO `sys_dept` VALUES ('17', null, '开发部', 'ls', null, '1', null, '2018-04-10 08:01:35', null, null, null);
-INSERT INTO `sys_dept` VALUES ('18', null, '开发部', 'ls', null, '1', null, '2018-04-10 08:07:10', null, null, null);
-INSERT INTO `sys_dept` VALUES ('19', null, '开发部', 'ls', null, '1', null, '2018-04-10 08:40:28', null, null, null);
-
--- ----------------------------
--- Table structure for sys_dept_user
--- ----------------------------
-DROP TABLE IF EXISTS `sys_dept_user`;
-CREATE TABLE `sys_dept_user` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '部门用户主键ID',
-  `dept_id` bigint(20) DEFAULT NULL COMMENT '部门ID',
-  `user_id` bigint(20) DEFAULT NULL COMMENT '用户ID',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`),
-  KEY `idx_dept_id` (`dept_id`),
-  KEY `idx_user_id` (`user_id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='部门用户表';
-
--- ----------------------------
--- Records of sys_dept_user
--- ----------------------------
-
--- ----------------------------
--- Table structure for sys_dic
--- ----------------------------
-DROP TABLE IF EXISTS `sys_dic`;
-CREATE TABLE `sys_dic` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键ID',
-  `key` varchar(50) DEFAULT NULL COMMENT '字典代码',
-  `value` varchar(100) DEFAULT NULL COMMENT '字典值',
-  `label` varchar(255) DEFAULT NULL COMMENT '标签',
-  `sort` int(2) DEFAULT NULL COMMENT '排序号',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '字典描述',
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='字典表';
-
--- ----------------------------
--- Records of sys_dic
--- ----------------------------
-INSERT INTO `sys_dic` VALUES ('1', 'gender', '1', '男', '1', '', '性别', null, null, '2018-03-20 02:48:01', null);
-INSERT INTO `sys_dic` VALUES ('2', 'gender', '0', '女', '2', '', '', null, null, '2018-03-20 02:48:01', null);
-INSERT INTO `sys_dic` VALUES ('3', 'gender', '-1', '保密', '3', '\0', null, null, null, null, null);
-INSERT INTO `sys_dic` VALUES ('4', 'enable', '1', '启用', '1', '', '启用状态(逻辑删标志)', null, null, '2018-04-03 08:28:53', 'admin');
-INSERT INTO `sys_dic` VALUES ('5', 'enable', '0', '禁用', '2', '', '禁用状态(逻辑删标志)', null, null, '2018-03-20 02:48:01', null);
-INSERT INTO `sys_dic` VALUES ('6', '4_is_check', '0', '未审批', '1', '', '管理_开放鉴定审批', '2018-03-24 09:37:31', 'admin', null, null);
-INSERT INTO `sys_dic` VALUES ('7', '4_is_check', '1', '审批通过', '2', '', '管理_开放鉴定审批通过', '2018-03-24 09:38:23', 'admin', null, null);
-INSERT INTO `sys_dic` VALUES ('8', '4_is_check', '2', '审批不通过', '3', '', '管理_开放鉴定审批', '2018-03-24 09:39:24', 'admin', null, null);
-INSERT INTO `sys_dic` VALUES ('9', '4_appraisal_result', '0', '未鉴定', '1', '', '管理_开放鉴定登记', '2018-03-26 09:59:03', 'admin', null, null);
-INSERT INTO `sys_dic` VALUES ('10', '4_appraisal_result', '1', '允许开放', '2', '', '管理_开放鉴定登记', '2018-03-26 10:00:28', 'admin', null, null);
-INSERT INTO `sys_dic` VALUES ('11', '4_appraisal_result', '2', '不允许开放', '3', '', '管理_开放鉴定登记', '2018-03-26 10:01:15', 'admin', null, null);
-
--- ----------------------------
--- Table structure for sys_event_login
--- ----------------------------
-DROP TABLE IF EXISTS `sys_event_login`;
-CREATE TABLE `sys_event_login` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键ID',
-  `title` varchar(50) DEFAULT NULL COMMENT '日志标题',
-  `request_uri` varchar(100) DEFAULT NULL COMMENT '请求地址',
-  `sort` int(2) DEFAULT NULL COMMENT '排序号',
-  `account` varchar(50) NOT NULL COMMENT '账户名',
-  `client_host` varchar(50) DEFAULT NULL COMMENT '登录IP地址',
-  `user_agent` varchar(200) DEFAULT NULL COMMENT '用户代理',
-  `status` int(2) NOT NULL DEFAULT '1' COMMENT '请求状态',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '字典描述',
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`),
-  KEY `idx_account` (`account`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='登录日志表';
-
--- ----------------------------
--- Records of sys_event_login
--- ----------------------------
-
--- ----------------------------
--- Table structure for sys_event_oper
--- ----------------------------
-DROP TABLE IF EXISTS `sys_event_oper`;
-CREATE TABLE `sys_event_oper` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键ID',
-  `title` varchar(50) DEFAULT NULL COMMENT '日志标题',
-  `request_uri` varchar(100) DEFAULT NULL COMMENT '请求地址',
-  `sort` int(2) DEFAULT NULL COMMENT '排序号',
-  `account` varchar(50) NOT NULL COMMENT '账户名',
-  `client_host` varchar(50) DEFAULT NULL COMMENT '登录IP地址',
-  `parameter` varchar(1024) DEFAULT NULL COMMENT '请求参数',
-  `method` varchar(50) DEFAULT NULL COMMENT '请求方法',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '字典描述',
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`),
-  KEY `idx_account` (`account`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='操作日志表';
-
--- ----------------------------
--- Records of sys_event_oper
--- ----------------------------
-
--- ----------------------------
--- Table structure for sys_menu
--- ----------------------------
-DROP TABLE IF EXISTS `sys_menu`;
-CREATE TABLE `sys_menu` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '菜单ID',
-  `platform_id` tinyint(1) NOT NULL DEFAULT '0' COMMENT '平台ID(0:通用,1:系统,2:接收,3:保存,4:管理,5:利用)',
-  `parent_id` bigint(20) NOT NULL COMMENT '上级菜单ID(root:0)',
-  `name` varchar(100) DEFAULT NULL COMMENT '菜单名称',
-  `permission` varchar(500) DEFAULT NULL COMMENT '授权,如(user:list,user:create)',
-  `type` smallint(2) DEFAULT NULL COMMENT '菜单类型(0:目录;1:菜单;2:按钮)',
-  `url` varchar(100) DEFAULT NULL COMMENT '请求地址',
-  `expand` tinyint(1) NOT NULL DEFAULT '0' COMMENT '展开状态(1:展开;0:收缩)',
-  `sort` int(2) DEFAULT NULL COMMENT '排序号',
-  `is_leaf` tinyint(1) NOT NULL DEFAULT '1' COMMENT '叶子节点(0:树枝节点;1:叶子节点)',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='菜单表';
-
--- ----------------------------
--- Records of sys_menu
--- ----------------------------
-
--- ----------------------------
--- Table structure for sys_menu_role
--- ----------------------------
-DROP TABLE IF EXISTS `sys_menu_role`;
-CREATE TABLE `sys_menu_role` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '用户角色表主键ID',
-  `menu_id` bigint(20) DEFAULT NULL COMMENT '菜单ID',
-  `role_id` bigint(20) DEFAULT NULL COMMENT '角色ID',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户菜单表';
-
--- ----------------------------
--- Records of sys_menu_role
--- ----------------------------
-
--- ----------------------------
--- Table structure for sys_notice
--- ----------------------------
-DROP TABLE IF EXISTS `sys_notice`;
-CREATE TABLE `sys_notice` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '公告编号',
-  `notice_title` varchar(128) NOT NULL COMMENT '公告标题',
-  `notice_type` varchar(8) NOT NULL COMMENT '公告类型',
-  `send_time` datetime DEFAULT NULL COMMENT '发布时间',
-  `sources_url` varchar(2048) DEFAULT NULL COMMENT '来源地址',
-  `content` text COMMENT '内容',
-  `status` varchar(2) NOT NULL DEFAULT '1' COMMENT '发布状态',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='通知公告表';
-
--- ----------------------------
--- Records of sys_notice
--- ----------------------------
-
--- ----------------------------
--- Table structure for sys_param
--- ----------------------------
-DROP TABLE IF EXISTS `sys_param`;
-CREATE TABLE `sys_param` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键ID',
-  `key` varchar(50) DEFAULT NULL COMMENT '参数key',
-  `value` varchar(100) DEFAULT NULL COMMENT '参数值',
-  `label` varchar(255) DEFAULT NULL COMMENT '标签',
-  `sort` int(2) DEFAULT NULL COMMENT '排序号',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='系统参数表';
-
--- ----------------------------
--- Records of sys_param
--- ----------------------------
-
--- ----------------------------
--- Table structure for sys_permission
--- ----------------------------
-DROP TABLE IF EXISTS `sys_permission`;
-CREATE TABLE `sys_permission` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '权限ID',
-  `platform_id` tinyint(2) NOT NULL DEFAULT '0' COMMENT '平台ID(0:通用,1:系统,2:接收,3:保存,4:管理,5:利用)',
-  `name` varchar(100) DEFAULT NULL COMMENT '权限名称',
-  `perm` varchar(100) DEFAULT NULL COMMENT '权限代码',
-  `description` varchar(100) DEFAULT NULL COMMENT '权限描述',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='权限表';
-
--- ----------------------------
--- Records of sys_permission
--- ----------------------------
-INSERT INTO `sys_permission` VALUES ('1', '1', '角色相关权限', 'sys.role', null, '1', null, null, null, null, null);
-INSERT INTO `sys_permission` VALUES ('2', '1', '用户相关权限', 'sys.user', null, '1', null, null, null, null, null);
-
--- ----------------------------
--- Table structure for sys_role
--- ----------------------------
-DROP TABLE IF EXISTS `sys_role`;
-CREATE TABLE `sys_role` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '角色ID',
-  `name` varchar(50) DEFAULT NULL COMMENT '角色名称',
-  `code` varchar(255) NOT NULL DEFAULT '' COMMENT '角色代码',
-  `perms` varchar(500) DEFAULT NULL COMMENT '权限列表',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='角色表';
-
--- ----------------------------
--- Records of sys_role
--- ----------------------------
-INSERT INTO `sys_role` VALUES ('1', '超级管理员', 'ROLE_ADMIN', '0:user:crud,0:role:crud', '1', null, null, null, null, null);
-INSERT INTO `sys_role` VALUES ('2', '系统管理员', 'ROLE_SYSTEM', '0:user:crud,0:role:crud,0:test:cru', '1', null, null, null, '2018-03-30 08:53:19', 'admin');
-INSERT INTO `sys_role` VALUES ('3', 'TEST', 'ROLE_TEST', '2:test:crud,1:test:c,1:testa:c', '0', '', '2018-03-30 02:27:31', 'admin', '2018-04-10 01:26:01', 'admin');
-INSERT INTO `sys_role` VALUES ('4', 'Test2', 'ROLE_TEST2', '1:test:c,2:test:r', '1', '123123', '2018-04-02 08:12:04', 'admin', null, null);
-INSERT INTO `sys_role` VALUES ('5', '备份', 'ROLE_BACKUP', '0:backup:crd', '1', '', '2018-04-12 09:33:53', 'admin', '2018-04-12 13:33:06', 'liusen');
-INSERT INTO `sys_role` VALUES ('6', '审批', 'ROLE_SP', '1:backup2:cr', '1', '', '2018-04-12 09:34:39', 'admin', '2018-04-12 13:09:40', 'liusen');
-
--- ----------------------------
--- Table structure for sys_user
--- ----------------------------
-DROP TABLE IF EXISTS `sys_user`;
-CREATE TABLE `sys_user` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '用户主键ID',
-  `account` varchar(20) DEFAULT NULL COMMENT '登陆帐户',
-  `username` varchar(30) DEFAULT NULL COMMENT '姓名',
-  `password` varchar(50) DEFAULT NULL COMMENT '密码',
-  `salt` varchar(20) DEFAULT NULL COMMENT '密码盐值',
-  `phone` varchar(50) DEFAULT NULL COMMENT '电话',
-  `email` varchar(64) DEFAULT NULL COMMENT '邮箱',
-  `position` varchar(64) DEFAULT NULL COMMENT '职位',
-  `address` varchar(256) DEFAULT NULL COMMENT '详细地址',
-  `staff_no` varchar(32) DEFAULT NULL COMMENT '工号',
-  `ext1` varchar(100) DEFAULT NULL COMMENT '备用字段',
-  `ext2` varchar(100) DEFAULT NULL COMMENT '备用字段',
-  `ext3` varchar(100) DEFAULT NULL COMMENT '备用字段',
-  `ext4` varchar(100) DEFAULT NULL COMMENT '备用字段',
-  `enable` bit(1) NOT NULL DEFAULT b'1',
-  `gender` tinyint(4) DEFAULT '-1' COMMENT '性别,定义 1:男 0:女 -1:保密',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`),
-  UNIQUE KEY `account` (`account`)
-) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='用户管理';
-
--- ----------------------------
--- Records of sys_user
--- ----------------------------
-INSERT INTO `sys_user` VALUES ('1', 'admin', 'admin', '13df2464fbdaea9269bb1419fec136da', 'kidntkdij', '13333333333', '123@123.com', '欸之', '地球上某个奇怪的小山村', '213822', null, null, null, null, '', '-1', '1', null, null, '2018-04-02 09:00:10', 'admin');
-INSERT INTO `sys_user` VALUES ('2', 'liusen', 'ls', '8b3fe2a3ba637abca33e35f17259cbfb', '졅ᯄ뇺핿觲瀍掩⯟', '1234564', '', '', '', '', null, null, null, null, '', '-1', '', '2018-04-12 09:35:13', 'admin', '2018-04-12 13:08:41', 'liusen');
-
--- ----------------------------
--- Table structure for sys_user_role
--- ----------------------------
-DROP TABLE IF EXISTS `sys_user_role`;
-CREATE TABLE `sys_user_role` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '用户角色表主键ID',
-  `role_id` bigint(20) DEFAULT NULL COMMENT '角色ID',
-  `user_id` bigint(20) DEFAULT NULL COMMENT '用户ID',
-  `enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '启用状态',
-  `remark` varchar(1024) DEFAULT NULL,
-  `create_time` datetime DEFAULT NULL,
-  `create_by` varchar(50) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL,
-  `update_by` varchar(50) DEFAULT NULL COMMENT '更新人',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='用户角色表';
-
--- ----------------------------
--- Records of sys_user_role
--- ----------------------------
-INSERT INTO `sys_user_role` VALUES ('1', '1', '1', '1', null, null, null, null, null);
-INSERT INTO `sys_user_role` VALUES ('2', '2', '1', '1', null, null, null, null, null);
-INSERT INTO `sys_user_role` VALUES ('3', '5', '2', '1', null, '2018-04-12 09:35:13', 'admin', null, null);

+ 0 - 244
sql/archives_utilization.sql

@@ -1,244 +0,0 @@
-/*
-Navicat MariaDB Data Transfer
-
-Source Server         : archives
-Source Server Version : 100032
-Source Host           : 192.168.1.92:3307
-Source Database       : archives_utilization
-
-Target Server Type    : MariaDB
-Target Server Version : 100032
-File Encoding         : 65001
-
-Date: 2018-04-13 10:56:54
-*/
-
-SET FOREIGN_KEY_CHECKS=0;
-
--- ----------------------------
--- Table structure for utilization_borrow
--- ----------------------------
-DROP TABLE IF EXISTS `utilization_borrow`;
-CREATE TABLE `utilization_borrow` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `duration` varchar(50) DEFAULT NULL COMMENT '借阅期限',
-  `deadline` datetime DEFAULT NULL COMMENT '应归还时间',
-  `status` varchar(50) DEFAULT NULL COMMENT '归还状态',
-  `return_time` datetime DEFAULT NULL COMMENT '实际归还时间',
-  `company` varchar(50) DEFAULT NULL COMMENT '单位名',
-  `name` varchar(50) DEFAULT NULL COMMENT '姓名',
-  `phone` varchar(20) DEFAULT NULL COMMENT '电话',
-  `archives_name` varchar(255) DEFAULT NULL COMMENT '档案名',
-  `credential` varchar(20) DEFAULT NULL COMMENT '凭证',
-  `comment` varchar(255) DEFAULT NULL COMMENT '备注',
-  `fondsId` bigint(20) DEFAULT NULL COMMENT '全宗号',
-  `catalogId` varchar(50) DEFAULT NULL COMMENT '目录号',
-  `filesId` varchar(50) DEFAULT NULL COMMENT '案卷号',
-  `serialNo` varchar(50) DEFAULT NULL COMMENT '序号',
-  `organization` varchar(50) DEFAULT NULL COMMENT '机构',
-  `boxNo` varchar(50) DEFAULT NULL COMMENT '盒号',
-  `pieceNo` varchar(50) DEFAULT NULL COMMENT '件号',
-  `years` varchar(20) DEFAULT NULL COMMENT '年度',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of utilization_borrow
--- ----------------------------
-INSERT INTO `utilization_borrow` VALUES ('1', '', null, '2018-03-22 09:20:19', 'admin', '2018-03-24 10:02:05', 'admin', '11', null, null, null, null, '1', '2', '4564', null, null, '3', '4', '5', '6', '7', '8', '9', '10');
-INSERT INTO `utilization_borrow` VALUES ('2', '', null, '2018-03-24 08:17:19', 'admin', '2018-03-24 09:11:30', 'admin', '12', null, null, null, null, 'why', '2', '3', null, null, '4', '5', '6', '7', '8', '9', '10', '11');
-INSERT INTO `utilization_borrow` VALUES ('3', '', null, '2018-03-26 09:18:16', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_borrow` VALUES ('4', '', null, '2018-03-26 09:23:25', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_borrow` VALUES ('5', '', null, '2018-03-26 09:28:18', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_borrow` VALUES ('6', '', null, '2018-03-26 09:31:23', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('7', '', null, '2018-03-26 09:31:32', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('8', '', null, '2018-03-26 09:31:35', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('9', '', null, '2018-03-26 09:31:39', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('10', '', null, '2018-03-26 09:31:42', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('11', '', null, '2018-03-26 09:31:44', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('12', '', null, '2018-03-26 09:31:46', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('13', '', null, '2018-03-26 09:31:48', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('14', '', null, '2018-03-26 09:32:03', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('15', '', null, '2018-03-26 09:32:05', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('16', '', null, '2018-03-26 09:32:07', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('17', '', null, '2018-03-26 09:32:07', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('18', '', null, '2018-03-26 09:32:10', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('19', '', null, '2018-03-26 09:32:10', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('20', '', null, '2018-03-26 09:32:21', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('21', '', null, '2018-03-26 09:32:21', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('22', '', null, '2018-03-26 09:32:21', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('23', '', null, '2018-03-26 09:32:22', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('24', '', null, '2018-03-26 09:32:22', 'admin', null, null, '8', null, null, null, null, '19', '18', '17', null, null, '116', '15', '14', '13', '12', '11', '10', '9');
-INSERT INTO `utilization_borrow` VALUES ('25', '', null, '2018-04-11 08:16:58', 'admin', null, null, '64', null, null, null, null, '', '', '', null, null, null, '', '', '', '', '', '', '');
-
--- ----------------------------
--- Table structure for utilization_cachet
--- ----------------------------
-DROP TABLE IF EXISTS `utilization_cachet`;
-CREATE TABLE `utilization_cachet` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `company` varchar(50) DEFAULT NULL COMMENT '单位',
-  `content` varchar(255) DEFAULT NULL COMMENT '补盖内容',
-  `cachet_id` varchar(50) DEFAULT NULL COMMENT '印章编号',
-  `amount` int(4) DEFAULT NULL COMMENT '补盖件数',
-  `name` varchar(20) DEFAULT NULL COMMENT '补盖章人',
-  `credential` varchar(20) DEFAULT NULL COMMENT '是否有介绍信',
-  `comment` varchar(255) DEFAULT NULL COMMENT '备注',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of utilization_cachet
--- ----------------------------
-INSERT INTO `utilization_cachet` VALUES ('1', '', null, '2018-03-20 09:23:58', 'admin', null, null, '1', '2', '3', '4', '5', '6', '7');
-INSERT INTO `utilization_cachet` VALUES ('2', '', null, '2018-03-20 09:24:13', 'admin', null, null, '1', '2', '3', '4', '5', '6', '7');
-INSERT INTO `utilization_cachet` VALUES ('3', '', null, '2018-03-20 09:26:17', 'admin', '2018-03-27 02:00:21', 'admin', '77777', '6666', '5', '4', '3', '2', '1');
-
--- ----------------------------
--- Table structure for utilization_evaluation
--- ----------------------------
-DROP TABLE IF EXISTS `utilization_evaluation`;
-CREATE TABLE `utilization_evaluation` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `evaluate_score` varchar(10) NOT NULL COMMENT '评分',
-  `evaluate_content` varchar(255) DEFAULT NULL COMMENT '评价内容',
-  `evaluate_time` datetime NOT NULL COMMENT '评价时间',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of utilization_evaluation
--- ----------------------------
-
--- ----------------------------
--- Table structure for utilization_id_card
--- ----------------------------
-DROP TABLE IF EXISTS `utilization_id_card`;
-CREATE TABLE `utilization_id_card` (
-  `id` bigint(20) NOT NULL COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `name` varchar(50) DEFAULT NULL COMMENT '姓名',
-  `gender` tinyint(4) DEFAULT '-1' COMMENT '性别',
-  `ethnic` varchar(255) DEFAULT NULL COMMENT '民族',
-  `birthday` varchar(255) DEFAULT NULL COMMENT '出生日期',
-  `address` varchar(255) DEFAULT NULL COMMENT '地址',
-  `id_card_no` int(11) DEFAULT NULL COMMENT '身份证号',
-  `issuing_authority` varchar(255) DEFAULT NULL COMMENT '发卡机关',
-  `issuing_date` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '发卡日期',
-  `valid_date` varchar(255) DEFAULT NULL COMMENT '卡有效期',
-  `photo` blob COMMENT '照片'
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of utilization_id_card
--- ----------------------------
-
--- ----------------------------
--- Table structure for utilization_register
--- ----------------------------
-DROP TABLE IF EXISTS `utilization_register`;
-CREATE TABLE `utilization_register` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `property` varchar(50) DEFAULT NULL COMMENT '证件类型',
-  `name` varchar(50) DEFAULT NULL COMMENT '姓名',
-  `phone` varchar(20) DEFAULT NULL COMMENT '电话',
-  `idcard_number` varchar(50) DEFAULT NULL COMMENT '身份证号',
-  `credentials_file` varchar(255) DEFAULT NULL COMMENT '身份证明文件',
-  `company_name` varchar(255) DEFAULT NULL COMMENT '单位名',
-  `archives_name` varchar(255) DEFAULT NULL COMMENT '档案名',
-  `apply_purpose` varchar(255) DEFAULT NULL COMMENT '申请目的',
-  `fondsId` bigint(20) DEFAULT NULL COMMENT '全宗号',
-  `catalogId` varchar(50) DEFAULT NULL COMMENT '目录号',
-  `filesId` varchar(50) DEFAULT NULL COMMENT '案卷号',
-  `serialNo` varchar(50) DEFAULT NULL COMMENT '序号',
-  `organization` varchar(50) DEFAULT NULL COMMENT '机构',
-  `boxNo` varchar(50) DEFAULT NULL COMMENT '盒号',
-  `pieceNo` varchar(50) DEFAULT NULL COMMENT '件号',
-  `years` varchar(20) DEFAULT NULL COMMENT '年度',
-  `excerpt` bigint(10) DEFAULT NULL COMMENT '摘抄',
-  `copy` bigint(10) DEFAULT NULL COMMENT '复印',
-  `take_photo` bigint(10) DEFAULT NULL COMMENT '拍照',
-  `scan` bigint(10) DEFAULT NULL COMMENT '扫描',
-  `effect` varchar(100) DEFAULT NULL COMMENT '利用效果',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of utilization_register
--- ----------------------------
-INSERT INTO `utilization_register` VALUES ('1', '', null, null, null, null, null, '', '', '133333333', '66666', '', null, '', '', '9888', null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_register` VALUES ('2', '', null, null, null, null, null, '', '', '133333333', '66666', '', null, '', '', '9888', null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_register` VALUES ('3', '', null, '2018-03-16 03:52:08', 'admin', null, null, null, null, null, null, null, null, null, 'reer', null, null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_register` VALUES ('4', '', null, '2018-03-19 07:39:52', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_register` VALUES ('5', '', null, '2018-03-19 07:40:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_register` VALUES ('6', '', null, '2018-03-19 09:51:29', 'admin', null, null, '4', '2', '3', '5', null, '1', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', null);
-INSERT INTO `utilization_register` VALUES ('7', '', null, '2018-03-19 09:52:25', 'admin', null, null, '4', '2', '3', '5', null, '1', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', null);
-INSERT INTO `utilization_register` VALUES ('8', '', null, '2018-03-19 09:55:36', 'admin', null, null, '16', '18', '17', '15', null, '19', '14', '13', '12', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1', null);
-INSERT INTO `utilization_register` VALUES ('9', '', null, '2018-03-19 09:56:21', 'admin', null, null, '16', '18', '17', '15', null, '19', '14', '13', '12', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1', null);
-INSERT INTO `utilization_register` VALUES ('10', '', null, '2018-03-19 09:56:21', 'admin', null, null, '16', '18', '17', '15', null, '19', '14', '13', '12', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1', null);
-INSERT INTO `utilization_register` VALUES ('11', '', null, '2018-03-19 09:56:21', 'admin', null, null, '16', '18', '17', '15', null, '19', '14', '13', '12', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1', null);
-INSERT INTO `utilization_register` VALUES ('12', '', null, '2018-03-19 09:56:21', 'admin', null, null, '16', '18', '17', '15', null, '19', '14', '13', '12', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1', null);
-INSERT INTO `utilization_register` VALUES ('13', '', null, '2018-03-19 09:56:21', 'admin', null, null, '16', '18', '17', '15', null, '19', '14', '13', '12', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1', null);
-INSERT INTO `utilization_register` VALUES ('14', '', null, '2018-03-19 09:56:21', 'admin', null, null, '16', '18', '17', '15', null, '19', '14', '13', '12', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1', null);
-INSERT INTO `utilization_register` VALUES ('15', '', null, '2018-03-19 09:56:23', 'admin', null, null, '16', '18', '17', '15', null, '19', '14', '13', '12', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1', null);
-INSERT INTO `utilization_register` VALUES ('16', '', null, '2018-03-19 09:56:25', 'admin', null, null, '16', '18', '17', '15', null, '19', '14', '13', '12', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1', null);
-INSERT INTO `utilization_register` VALUES ('17', '', null, '2018-03-19 09:56:26', 'admin', null, null, '16', '18', '17', '15', null, '19', '14', '13', '12', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1', null);
-INSERT INTO `utilization_register` VALUES ('18', '', null, '2018-04-03 02:54:16', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_register` VALUES ('19', '', null, '2018-04-03 03:36:48', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_register` VALUES ('20', '', null, '2018-04-03 03:40:03', 'admin', null, null, null, 'www', '666', 'eee', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_register` VALUES ('21', '', null, '2018-04-03 03:46:41', 'admin', null, null, null, '666', '888', '777', null, null, '999', null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-INSERT INTO `utilization_register` VALUES ('22', '', null, '2018-04-10 09:35:32', 'admin', null, null, null, '', '', '', null, null, '', null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-
--- ----------------------------
--- Table structure for utilization_statistics
--- ----------------------------
-DROP TABLE IF EXISTS `utilization_statistics`;
-CREATE TABLE `utilization_statistics` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
-  `enable` bit(1) NOT NULL DEFAULT b'1' COMMENT '逻辑删表示,0表示删除',
-  `remark` varchar(1024) DEFAULT NULL COMMENT '备注',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_by` varchar(20) DEFAULT NULL COMMENT '创建人',
-  `update_time` datetime DEFAULT NULL COMMENT '更新时间',
-  `update_by` varchar(20) DEFAULT NULL COMMENT '更新人',
-  `years` varchar(50) DEFAULT NULL COMMENT '年度',
-  `fonds` varchar(50) DEFAULT NULL COMMENT '全宗号',
-  `times` bigint(20) DEFAULT NULL COMMENT '次',
-  `person_time` bigint(20) DEFAULT NULL COMMENT '人次',
-  `volume` bigint(20) DEFAULT NULL COMMENT '卷',
-  `piece` bigint(20) DEFAULT NULL COMMENT '件',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of utilization_statistics
--- ----------------------------

+ 0 - 353
sql/archives_xxl-job.sql

@@ -1,353 +0,0 @@
-/*
-Navicat MariaDB Data Transfer
-
-Source Server         : archives
-Source Server Version : 100032
-Source Host           : 192.168.1.92:3307
-Source Database       : archives_xxl-job
-
-Target Server Type    : MariaDB
-Target Server Version : 100032
-File Encoding         : 65001
-
-Date: 2018-04-13 10:54:33
-*/
-
-SET FOREIGN_KEY_CHECKS=0;
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_BLOB_TRIGGERS
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_BLOB_TRIGGERS`;
-CREATE TABLE `XXL_JOB_QRTZ_BLOB_TRIGGERS` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `TRIGGER_NAME` varchar(200) NOT NULL,
-  `TRIGGER_GROUP` varchar(200) NOT NULL,
-  `BLOB_DATA` blob,
-  PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
-  CONSTRAINT `XXL_JOB_QRTZ_BLOB_TRIGGERS_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `XXL_JOB_QRTZ_TRIGGERS` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_BLOB_TRIGGERS
--- ----------------------------
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_CALENDARS
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_CALENDARS`;
-CREATE TABLE `XXL_JOB_QRTZ_CALENDARS` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `CALENDAR_NAME` varchar(200) NOT NULL,
-  `CALENDAR` blob NOT NULL,
-  PRIMARY KEY (`SCHED_NAME`,`CALENDAR_NAME`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_CALENDARS
--- ----------------------------
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_CRON_TRIGGERS
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_CRON_TRIGGERS`;
-CREATE TABLE `XXL_JOB_QRTZ_CRON_TRIGGERS` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `TRIGGER_NAME` varchar(200) NOT NULL,
-  `TRIGGER_GROUP` varchar(200) NOT NULL,
-  `CRON_EXPRESSION` varchar(200) NOT NULL,
-  `TIME_ZONE_ID` varchar(80) DEFAULT NULL,
-  PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
-  CONSTRAINT `XXL_JOB_QRTZ_CRON_TRIGGERS_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `XXL_JOB_QRTZ_TRIGGERS` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_CRON_TRIGGERS
--- ----------------------------
-INSERT INTO `XXL_JOB_QRTZ_CRON_TRIGGERS` VALUES ('quartzScheduler', '1', '1', '* * * * 1/1 ? *', 'Asia/Shanghai');
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_FIRED_TRIGGERS
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_FIRED_TRIGGERS`;
-CREATE TABLE `XXL_JOB_QRTZ_FIRED_TRIGGERS` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `ENTRY_ID` varchar(95) NOT NULL,
-  `TRIGGER_NAME` varchar(200) NOT NULL,
-  `TRIGGER_GROUP` varchar(200) NOT NULL,
-  `INSTANCE_NAME` varchar(200) NOT NULL,
-  `FIRED_TIME` bigint(13) NOT NULL,
-  `SCHED_TIME` bigint(13) NOT NULL,
-  `PRIORITY` int(11) NOT NULL,
-  `STATE` varchar(16) NOT NULL,
-  `JOB_NAME` varchar(200) DEFAULT NULL,
-  `JOB_GROUP` varchar(200) DEFAULT NULL,
-  `IS_NONCONCURRENT` varchar(1) DEFAULT NULL,
-  `REQUESTS_RECOVERY` varchar(1) DEFAULT NULL,
-  PRIMARY KEY (`SCHED_NAME`,`ENTRY_ID`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_FIRED_TRIGGERS
--- ----------------------------
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_JOB_DETAILS
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_JOB_DETAILS`;
-CREATE TABLE `XXL_JOB_QRTZ_JOB_DETAILS` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `JOB_NAME` varchar(200) NOT NULL,
-  `JOB_GROUP` varchar(200) NOT NULL,
-  `DESCRIPTION` varchar(250) DEFAULT NULL,
-  `JOB_CLASS_NAME` varchar(250) NOT NULL,
-  `IS_DURABLE` varchar(1) NOT NULL,
-  `IS_NONCONCURRENT` varchar(1) NOT NULL,
-  `IS_UPDATE_DATA` varchar(1) NOT NULL,
-  `REQUESTS_RECOVERY` varchar(1) NOT NULL,
-  `JOB_DATA` blob,
-  PRIMARY KEY (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_JOB_DETAILS
--- ----------------------------
-INSERT INTO `XXL_JOB_QRTZ_JOB_DETAILS` VALUES ('quartzScheduler', '1', '1', null, 'com.xxl.job.admin.core.jobbean.RemoteHttpJobBean', '0', '0', '0', '0', 0xACED0005737200156F72672E71756172747A2E4A6F62446174614D61709FB083E8BFA9B0CB020000787200266F72672E71756172747A2E7574696C732E537472696E674B65794469727479466C61674D61708208E8C3FBC55D280200015A0013616C6C6F77735472616E7369656E74446174617872001D6F72672E71756172747A2E7574696C732E4469727479466C61674D617013E62EAD28760ACE0200025A000564697274794C00036D617074000F4C6A6176612F7574696C2F4D61703B787000737200116A6176612E7574696C2E486173684D61700507DAC1C31660D103000246000A6C6F6164466163746F724900097468726573686F6C6478703F40000000000010770800000010000000007800);
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_LOCKS
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_LOCKS`;
-CREATE TABLE `XXL_JOB_QRTZ_LOCKS` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `LOCK_NAME` varchar(40) NOT NULL,
-  PRIMARY KEY (`SCHED_NAME`,`LOCK_NAME`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_LOCKS
--- ----------------------------
-INSERT INTO `XXL_JOB_QRTZ_LOCKS` VALUES ('quartzScheduler', 'STATE_ACCESS');
-INSERT INTO `XXL_JOB_QRTZ_LOCKS` VALUES ('quartzScheduler', 'TRIGGER_ACCESS');
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_PAUSED_TRIGGER_GRPS
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_PAUSED_TRIGGER_GRPS`;
-CREATE TABLE `XXL_JOB_QRTZ_PAUSED_TRIGGER_GRPS` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `TRIGGER_GROUP` varchar(200) NOT NULL,
-  PRIMARY KEY (`SCHED_NAME`,`TRIGGER_GROUP`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_PAUSED_TRIGGER_GRPS
--- ----------------------------
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_SCHEDULER_STATE
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_SCHEDULER_STATE`;
-CREATE TABLE `XXL_JOB_QRTZ_SCHEDULER_STATE` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `INSTANCE_NAME` varchar(200) NOT NULL,
-  `LAST_CHECKIN_TIME` bigint(13) NOT NULL,
-  `CHECKIN_INTERVAL` bigint(13) NOT NULL,
-  PRIMARY KEY (`SCHED_NAME`,`INSTANCE_NAME`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_SCHEDULER_STATE
--- ----------------------------
-INSERT INTO `XXL_JOB_QRTZ_SCHEDULER_STATE` VALUES ('quartzScheduler', 'DESKTOP-6C9GD591523352158996', '1523448720719', '5000');
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_SIMPLE_TRIGGERS
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_SIMPLE_TRIGGERS`;
-CREATE TABLE `XXL_JOB_QRTZ_SIMPLE_TRIGGERS` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `TRIGGER_NAME` varchar(200) NOT NULL,
-  `TRIGGER_GROUP` varchar(200) NOT NULL,
-  `REPEAT_COUNT` bigint(7) NOT NULL,
-  `REPEAT_INTERVAL` bigint(12) NOT NULL,
-  `TIMES_TRIGGERED` bigint(10) NOT NULL,
-  PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
-  CONSTRAINT `XXL_JOB_QRTZ_SIMPLE_TRIGGERS_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `XXL_JOB_QRTZ_TRIGGERS` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_SIMPLE_TRIGGERS
--- ----------------------------
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_SIMPROP_TRIGGERS
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_SIMPROP_TRIGGERS`;
-CREATE TABLE `XXL_JOB_QRTZ_SIMPROP_TRIGGERS` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `TRIGGER_NAME` varchar(200) NOT NULL,
-  `TRIGGER_GROUP` varchar(200) NOT NULL,
-  `STR_PROP_1` varchar(512) DEFAULT NULL,
-  `STR_PROP_2` varchar(512) DEFAULT NULL,
-  `STR_PROP_3` varchar(512) DEFAULT NULL,
-  `INT_PROP_1` int(11) DEFAULT NULL,
-  `INT_PROP_2` int(11) DEFAULT NULL,
-  `LONG_PROP_1` bigint(20) DEFAULT NULL,
-  `LONG_PROP_2` bigint(20) DEFAULT NULL,
-  `DEC_PROP_1` decimal(13,4) DEFAULT NULL,
-  `DEC_PROP_2` decimal(13,4) DEFAULT NULL,
-  `BOOL_PROP_1` varchar(1) DEFAULT NULL,
-  `BOOL_PROP_2` varchar(1) DEFAULT NULL,
-  PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
-  CONSTRAINT `XXL_JOB_QRTZ_SIMPROP_TRIGGERS_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `XXL_JOB_QRTZ_TRIGGERS` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_SIMPROP_TRIGGERS
--- ----------------------------
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_TRIGGER_GROUP
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_TRIGGER_GROUP`;
-CREATE TABLE `XXL_JOB_QRTZ_TRIGGER_GROUP` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `app_name` varchar(64) NOT NULL COMMENT '执行器AppName',
-  `title` varchar(12) NOT NULL COMMENT '执行器名称',
-  `order` tinyint(4) NOT NULL DEFAULT '0' COMMENT '排序',
-  `address_type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '执行器地址类型:0=自动注册、1=手动录入',
-  `address_list` varchar(512) DEFAULT NULL COMMENT '执行器地址列表,多地址逗号分隔',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_TRIGGER_GROUP
--- ----------------------------
-INSERT INTO `XXL_JOB_QRTZ_TRIGGER_GROUP` VALUES ('1', 'xxl-job-sys', '示例执行器', '1', '0', '0.0.0.0:10001');
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_TRIGGER_INFO
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_TRIGGER_INFO`;
-CREATE TABLE `XXL_JOB_QRTZ_TRIGGER_INFO` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `job_group` int(11) NOT NULL COMMENT '执行器主键ID',
-  `job_cron` varchar(128) NOT NULL COMMENT '任务执行CRON',
-  `job_desc` varchar(255) NOT NULL,
-  `add_time` datetime DEFAULT NULL,
-  `update_time` datetime DEFAULT NULL,
-  `author` varchar(64) DEFAULT NULL COMMENT '作者',
-  `alarm_email` varchar(255) DEFAULT NULL COMMENT '报警邮件',
-  `executor_route_strategy` varchar(50) DEFAULT NULL COMMENT '执行器路由策略',
-  `executor_handler` varchar(255) DEFAULT NULL COMMENT '执行器任务handler',
-  `executor_param` varchar(512) DEFAULT NULL COMMENT '执行器任务参数',
-  `executor_block_strategy` varchar(50) DEFAULT NULL COMMENT '阻塞处理策略',
-  `executor_fail_strategy` varchar(50) DEFAULT NULL COMMENT '失败处理策略',
-  `glue_type` varchar(50) NOT NULL COMMENT 'GLUE类型',
-  `glue_source` text COMMENT 'GLUE源代码',
-  `glue_remark` varchar(128) DEFAULT NULL COMMENT 'GLUE备注',
-  `glue_updatetime` datetime DEFAULT NULL COMMENT 'GLUE更新时间',
-  `child_jobid` varchar(255) DEFAULT NULL COMMENT '子任务ID,多个逗号分隔',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_TRIGGER_INFO
--- ----------------------------
-INSERT INTO `XXL_JOB_QRTZ_TRIGGER_INFO` VALUES ('1', '1', '* * * * 1/1 ? *', 'xx', '2018-04-10 17:18:32', '2018-04-10 17:29:07', 'xx', '', 'FIRST', 'demoJobHandler', '', 'SERIAL_EXECUTION', 'FAIL_ALARM', 'BEAN', '', 'GLUE代码初始化', '2018-04-10 17:18:32', '');
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_TRIGGER_LOG
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_TRIGGER_LOG`;
-CREATE TABLE `XXL_JOB_QRTZ_TRIGGER_LOG` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `job_group` int(11) NOT NULL COMMENT '执行器主键ID',
-  `job_id` int(11) NOT NULL COMMENT '任务,主键ID',
-  `glue_type` varchar(50) DEFAULT NULL COMMENT 'GLUE类型',
-  `executor_address` varchar(255) DEFAULT NULL COMMENT '执行器地址,本次执行的地址',
-  `executor_handler` varchar(255) DEFAULT NULL COMMENT '执行器任务handler',
-  `executor_param` varchar(512) DEFAULT NULL COMMENT '执行器任务参数',
-  `trigger_time` datetime DEFAULT NULL COMMENT '调度-时间',
-  `trigger_code` int(11) NOT NULL COMMENT '调度-结果',
-  `trigger_msg` varchar(2048) DEFAULT NULL COMMENT '调度-日志',
-  `handle_time` datetime DEFAULT NULL COMMENT '执行-时间',
-  `handle_code` int(11) NOT NULL COMMENT '执行-状态',
-  `handle_msg` varchar(2048) DEFAULT NULL COMMENT '执行-日志',
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=435 DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_TRIGGER_LOG
--- ----------------------------
-INSERT INTO `XXL_JOB_QRTZ_TRIGGER_LOG` VALUES ('433', '1', '1', 'BEAN', '0.0.0.0:10001', 'demoJobHandler', '', '2018-04-10 17:29:10', '200', '调度机器:192.168.1.204<br>执行器-注册方式:自动注册<br>执行器-地址列表:[0.0.0.0:10001]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>失败处理策略:失败告警<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:0.0.0.0:10001<br>code:200<br>msg:null', '2018-04-10 17:31:24', '200', '');
-INSERT INTO `XXL_JOB_QRTZ_TRIGGER_LOG` VALUES ('434', '1', '1', 'BEAN', '0.0.0.0:10001', 'demoJobHandler', '', '2018-04-10 17:32:07', '200', '调度机器:192.168.1.204<br>执行器-注册方式:自动注册<br>执行器-地址列表:[0.0.0.0:10001]<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>失败处理策略:失败告警<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>触发调度:<br>address:0.0.0.0:10001<br>code:200<br>msg:null', '2018-04-10 17:32:17', '200', '');
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_TRIGGER_LOGGLUE
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_TRIGGER_LOGGLUE`;
-CREATE TABLE `XXL_JOB_QRTZ_TRIGGER_LOGGLUE` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `job_id` int(11) NOT NULL COMMENT '任务,主键ID',
-  `glue_type` varchar(50) DEFAULT NULL COMMENT 'GLUE类型',
-  `glue_source` text COMMENT 'GLUE源代码',
-  `glue_remark` varchar(128) NOT NULL COMMENT 'GLUE备注',
-  `add_time` timestamp NULL DEFAULT NULL,
-  `update_time` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_TRIGGER_LOGGLUE
--- ----------------------------
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_TRIGGER_REGISTRY
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_TRIGGER_REGISTRY`;
-CREATE TABLE `XXL_JOB_QRTZ_TRIGGER_REGISTRY` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `registry_group` varchar(255) NOT NULL,
-  `registry_key` varchar(255) NOT NULL,
-  `registry_value` varchar(255) NOT NULL,
-  `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_TRIGGER_REGISTRY
--- ----------------------------
-INSERT INTO `XXL_JOB_QRTZ_TRIGGER_REGISTRY` VALUES ('3', 'EXECUTOR', 'xxl-job-sys', '0.0.0.0:10001', '2018-04-11 20:15:15');
-
--- ----------------------------
--- Table structure for XXL_JOB_QRTZ_TRIGGERS
--- ----------------------------
-DROP TABLE IF EXISTS `XXL_JOB_QRTZ_TRIGGERS`;
-CREATE TABLE `XXL_JOB_QRTZ_TRIGGERS` (
-  `SCHED_NAME` varchar(120) NOT NULL,
-  `TRIGGER_NAME` varchar(200) NOT NULL,
-  `TRIGGER_GROUP` varchar(200) NOT NULL,
-  `JOB_NAME` varchar(200) NOT NULL,
-  `JOB_GROUP` varchar(200) NOT NULL,
-  `DESCRIPTION` varchar(250) DEFAULT NULL,
-  `NEXT_FIRE_TIME` bigint(13) DEFAULT NULL,
-  `PREV_FIRE_TIME` bigint(13) DEFAULT NULL,
-  `PRIORITY` int(11) DEFAULT NULL,
-  `TRIGGER_STATE` varchar(16) NOT NULL,
-  `TRIGGER_TYPE` varchar(8) NOT NULL,
-  `START_TIME` bigint(13) NOT NULL,
-  `END_TIME` bigint(13) DEFAULT NULL,
-  `CALENDAR_NAME` varchar(200) DEFAULT NULL,
-  `MISFIRE_INSTR` smallint(2) DEFAULT NULL,
-  `JOB_DATA` blob,
-  PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
-  KEY `SCHED_NAME` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`),
-  CONSTRAINT `XXL_JOB_QRTZ_TRIGGERS_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) REFERENCES `XXL_JOB_QRTZ_JOB_DETAILS` (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- ----------------------------
--- Records of XXL_JOB_QRTZ_TRIGGERS
--- ----------------------------
-INSERT INTO `XXL_JOB_QRTZ_TRIGGERS` VALUES ('quartzScheduler', '1', '1', '1', '1', null, '1523352391000', '1523352390000', '5', 'PAUSED', 'CRON', '1523351695000', '0', null, '2', '');

+ 0 - 21
zen-api/build.gradle

@@ -1,21 +0,0 @@
-buildscript {
-    repositories {
-        mavenCentral()
-    }
-    dependencies {
-        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
-        classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
-        classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
-    }
-}
-
-
-dependencies {
-    compile 'io.jsonwebtoken:jjwt-api:0.10.5'
-    runtime 'io.jsonwebtoken:jjwt-impl:0.10.5',
-            'io.jsonwebtoken:jjwt-jackson:0.10.5'
-    compile project(":zen-core")
-
-    // shiro
-    compile("org.apache.shiro:shiro-spring:$shiro_version")
-}

+ 0 - 14
zen-api/src/main/java/cn/gygxzc/envir/sys/dao/IUserDao.java

@@ -1,14 +0,0 @@
-package cn.gygxzc.envir.sys.dao;
-
-import cn.gygxzc.envir.sys.model.SysUser;
-import com.gxzc.zen.common.base.IBaseMapper;
-import org.springframework.stereotype.Repository;
-
-/**
- * Created by niantuo on 2018/9/21.
- * 向数据库获取用户信息
- */
-
-@Repository
-public interface IUserDao extends IBaseMapper<SysUser> {
-}

+ 0 - 27
zen-api/src/main/java/cn/gygxzc/tina/config/properties/ShiroRedisCacheProperties.java

@@ -1,27 +0,0 @@
-package cn.gygxzc.tina.config.properties;
-
-import org.springframework.boot.context.properties.ConfigurationProperties;
-import org.springframework.data.redis.connection.RedisStandaloneConfiguration;
-
-/**
- * @program: Zen-Framework
- * @description: ${description}
- * @author: tuonina
- * @create: 2018-09-20 21:23
- **/
-@ConfigurationProperties(prefix = "shiro.redis")
-public class ShiroRedisCacheProperties extends RedisStandaloneConfiguration {
-
-    /**
-     * 是否启动该redis缓存
-     */
-    private boolean enable = true;
-
-    public void setEnable(boolean enable) {
-        this.enable = enable;
-    }
-
-    public boolean isEnable() {
-        return enable;
-    }
-}

+ 0 - 44
zen-api/src/main/java/cn/gygxzc/tina/config/properties/ShiroSessionProperties.java

@@ -1,44 +0,0 @@
-package cn.gygxzc.tina.config.properties;
-
-import org.springframework.boot.context.properties.ConfigurationProperties;
-
-import java.time.Duration;
-
-/**
- * @program: Zen-Framework
- * @description: ${description}
- * @author: tuonina
- * @create: 2018-09-20 21:52
- **/
-@ConfigurationProperties(prefix = "shiro.session")
-public class ShiroSessionProperties {
-
-    private String prefix;
-    private Duration expired = Duration.ofDays(1);
-    private String jwtKey;
-
-
-    public void setJwtKey(String jwtKey) {
-        this.jwtKey = jwtKey;
-    }
-
-    public String getJwtKey() {
-        return jwtKey;
-    }
-
-    public String getPrefix() {
-        return prefix;
-    }
-
-    public void setPrefix(String prefix) {
-        this.prefix = prefix;
-    }
-
-    public Duration getExpired() {
-        return expired;
-    }
-
-    public void setExpired(Duration expired) {
-        this.expired = expired;
-    }
-}

+ 0 - 8
zen-api/src/main/kotlin/cn/gygxzc/envir/biz/Biz.kt

@@ -1,8 +0,0 @@
-package cn.gygxzc.envir.biz
-
-/**
- * Created by niantuo on 2018/9/21.
- * 自己的业务逻辑可以写在这里面
- */
-    
- 

+ 0 - 12
zen-api/src/main/kotlin/cn/gygxzc/envir/config/jwt/JwtConfig.kt

@@ -1,12 +0,0 @@
-package cn.gygxzc.envir.config.jwt
-
-import java.security.Key
-import java.time.Duration
-
-/**
- * Created by niantuo on 2018/9/21.
- */
-
-data class JwtConfig(var expired: Duration,
-                     var key: Key) {
-}

+ 0 - 9
zen-api/src/main/kotlin/cn/gygxzc/envir/config/jwt/JwtPayload.kt

@@ -1,9 +0,0 @@
-package cn.gygxzc.envir.config.jwt
-
-/**
- * Created by niantuo on 2018/9/21.
- */
-
-data class JwtPayload(var id:String,
-                      var username:String) {
-}

+ 0 - 45
zen-api/src/main/kotlin/cn/gygxzc/envir/config/jwt/JwtUtils.kt

@@ -1,45 +0,0 @@
-package cn.gygxzc.envir.config.jwt
-
-import io.jsonwebtoken.Jwts
-import io.jsonwebtoken.SignatureAlgorithm
-import java.security.Key
-import java.util.*
-
-/**
- * Created by niantuo on 2018/9/21.
- * 签发jwt方法,
- */
-
-object JwtUtils {
-
-
-    /**
-     * 暂时如此,后期可以考虑ip,域名这些加强验证
-     */
-    fun sign(payload: JwtPayload, jwtConfig: JwtConfig): String {
-        val calendar = Calendar.getInstance(Locale.CANADA)
-        calendar.add(Calendar.HOUR_OF_DAY, jwtConfig.expired.toHours().toInt())
-        return Jwts.builder()
-                .setId(payload.id)
-                .setSubject(payload.username)
-                .setExpiration(calendar.time)
-                .signWith(jwtConfig.key,SignatureAlgorithm.HS256)
-                .compact()
-    }
-
-
-    /**
-     * 解析出放进去的结果
-     */
-    @Throws(Exception::class)
-    fun parseJwt(key: Key, jwtToken: String): JwtPayload {
-        val parser = Jwts.parser()
-                .setSigningKey(key)
-                .parseClaimsJws(jwtToken)
-        val id = parser.body.id
-        val username = parser.body.subject
-        return JwtPayload(id, username)
-    }
-
-
-}

+ 0 - 119
zen-api/src/main/kotlin/cn/gygxzc/envir/config/orm/Generator.kt

@@ -1,119 +0,0 @@
-package cn.gygxzc.envir.config.orm
-
-import com.baomidou.mybatisplus.annotation.DbType
-import com.baomidou.mybatisplus.generator.AutoGenerator
-import com.baomidou.mybatisplus.generator.InjectionConfig
-import com.baomidou.mybatisplus.generator.config.*
-import com.baomidou.mybatisplus.generator.config.converts.MySqlTypeConvert
-import com.baomidou.mybatisplus.generator.config.po.TableInfo
-import com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-import java.io.File
-
-/**
- * 代码生成器
- * @author NorthLan
- * @date 2018/1/24
- * @url https://noahlan.me
- */
-fun main(args: Array<String>) {
-    generate(true, "NorthLan", "test", DataSourceConfig().also {
-        it.dbType = DbType.MYSQL
-        it.typeConvert = MySqlTypeConvert()
-        it.driverName = "com.mysql.jdbc.Driver"
-        it.username = "archives"
-        it.password = "archives"
-        it.url = "jdbc:mysql://192.168.1.10:3306/archives_sys?characterEncoding=utf8"
-        //        it.url = "jdbc:mysql://127.0.0.1:3306/archives_mgr?characterEncoding=utf8"
-        //        it.username = "root"
-        //        it.password = "root"
-    })
-}
-
-/**
- * 代码生成器具体执行方法<br>
- * @param isKotlin 是否生成kotlin代码
- * @param author 作者
- * @param pkgType 包类别 (sys/bus)
- * @param dataSourceConfig 数据源配置
- */
-fun generate(isKotlin: Boolean, author: String, pkgType: String, dataSourceConfig: DataSourceConfig) {
-    val mpg = AutoGenerator()
-
-    val path = File("zen-api").absolutePath
-
-    // 全局配置
-    mpg.globalConfig = GlobalConfig().also {
-        it.outputDir = if (isKotlin) {
-            "$path/src/main/kotlin"
-        } else {
-            "$path/src/main/java"
-        }
-        it.isFileOverride = true
-        it.isActiveRecord = false
-        it.isEnableCache = false
-        it.isOpen = false
-        it.author = author
-        it.isKotlin = isKotlin
-        it.isBaseResultMap = true
-        it.isBaseColumnList = false
-        it.mapperName = "%sMapper"
-        it.xmlName = "%sMapper"
-        it.serviceName = "I%sService"
-        it.serviceImplName = "%sServiceImpl"
-    }
-
-    // 数据源
-    mpg.dataSource = dataSourceConfig
-
-    // 策略配置
-    mpg.strategy = StrategyConfig().also {
-        it.isEntityLombokModel = true
-        it.isEntityLombokModel = true
-        it.isCapitalMode = false
-        it.naming = NamingStrategy.underline_to_camel
-//        it.setTablePrefix("t")
-        it.superEntityClass = "com.gxzc.zen.common.base.BaseModel"
-        it.setSuperEntityColumns("id", "create_by", "create_time", "update_by", "update_time", "remark", "enable")
-        it.superMapperClass = "com.gxzc.zen.common.base.IBaseMapper"
-        it.superServiceClass = "com.gxzc.zen.common.base.IBaseService"
-        it.superServiceImplClass = "com.baomidou.mybatisplus.service.impl.ServiceImpl"
-//            superControllerClass = ""
-        it.setInclude("sys_upload_info")
-        it.isEntityBooleanColumnRemoveIsPrefix = true
-        it.logicDeleteFieldName = "enable"
-//            setExclude("")
-    }
-
-    // 包配置
-    mpg.packageInfo = PackageConfig().also {
-        it.parent = "com.gxzc.zen.api.$pkgType"
-        it.entity = "model"
-    }
-
-
-    val cfg = object : InjectionConfig() {
-        override fun initMap() {
-        }
-    }.also {
-        it.fileOutConfigList = ArrayList<FileOutConfig>().also {
-            it.add(object : FileOutConfig("/templates/mapper.xml.vm") {
-                override fun outputFile(tableInfo: TableInfo?): String {
-                    return "$path/src/main/resources/mapping/$pkgType/${tableInfo?.mapperName}.xml"
-                }
-            })
-        }
-    }
-
-    mpg.cfg = cfg
-
-    mpg.template = TemplateConfig().also {
-        it.controller = null // 不生成controller
-        it.xml = null
-//        it.service = null
-//        it.mapper = null
-    }
-
-    mpg.execute()
-}
-
-

+ 0 - 162
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/ShiroConfig.kt

@@ -1,162 +0,0 @@
-package cn.gygxzc.envir.config.shiro
-
-import cn.gygxzc.envir.config.jwt.JwtConfig
-import cn.gygxzc.envir.config.shiro.cache.JwtRedisCache
-import cn.gygxzc.envir.config.shiro.cache.RedisConfiguration
-import cn.gygxzc.envir.config.shiro.cache.ShiroRedisSessionDAO
-import cn.gygxzc.envir.config.shiro.filter.*
-import cn.gygxzc.envir.config.shiro.realm.ZenShiroRealm
-import cn.gygxzc.envir.config.shiro.session.ZenWebSessionManager
-import org.apache.shiro.authc.credential.HashedCredentialsMatcher
-import org.apache.shiro.cache.CacheManager
-import org.apache.shiro.mgt.SecurityManager
-import org.apache.shiro.realm.AuthorizingRealm
-import org.apache.shiro.session.mgt.SessionManager
-import org.apache.shiro.spring.LifecycleBeanPostProcessor
-import org.apache.shiro.spring.web.ShiroFilterFactoryBean
-import org.apache.shiro.web.filter.authc.AnonymousFilter
-import org.apache.shiro.web.mgt.DefaultWebSecurityManager
-import org.apache.shiro.web.servlet.SimpleCookie
-import org.springframework.boot.autoconfigure.condition.ConditionalOnClass
-import org.springframework.boot.web.servlet.FilterRegistrationBean
-import org.springframework.context.annotation.Bean
-import org.springframework.context.annotation.Configuration
-import org.springframework.context.annotation.DependsOn
-import org.springframework.core.annotation.Order
-import org.springframework.web.filter.DelegatingFilterProxy
-import javax.servlet.DispatcherType
-import javax.servlet.Filter
-
-
-/**
- * Shiro配置
- * @author NorthLan
- * @date 2018/4/21
- * @url https://noahlan.com
- */
-@Configuration
-@ConditionalOnClass(value = [RedisConfiguration::class])
-class ShiroConfig {
-
-    @Bean("shiroLifecycleBeanPostProcessor")
-    fun lifecycleBeanPostProcessor(): LifecycleBeanPostProcessor {
-        return LifecycleBeanPostProcessor()
-    }
-
-    @Bean
-    @DependsOn(value = ["shiroLifecycleBeanPostProcessor", "shrioRedisCacheManager"])
-    fun userRealm(cacheManager: CacheManager): ZenShiroRealm {
-        val shiroRealm = ZenShiroRealm()
-                .apply {
-                    isCachingEnabled = true
-                    isAuthenticationCachingEnabled = true
-                    isAuthorizationCachingEnabled = true
-                    //加密验证方法
-                    credentialsMatcher = HashedCredentialsMatcher().also {
-                        it.hashAlgorithmName = "md5"
-                        it.hashIterations = 2 // 两次md5
-                    }
-                }
-        shiroRealm.cacheManager = cacheManager
-        return shiroRealm
-    }
-
-    @Bean(name = ["sessionManager"])
-    fun defaultWebSessionManager(redisCacheManager: CacheManager,
-                                 redisSessionDAO: ShiroRedisSessionDAO): ZenWebSessionManager {
-        return ZenWebSessionManager().apply {
-            setCacheManager(redisCacheManager)
-            globalSessionTimeout = 604800 * 1000
-            isDeleteInvalidSessions = true
-            isSessionValidationSchedulerEnabled = true
-            isDeleteInvalidSessions = true
-            sessionDAO = redisSessionDAO
-            sessionIdCookie = SimpleCookie(ZenHttpSession.DEFAULT_SESSION_ID_NAME).apply {
-                isHttpOnly = true
-                maxAge = 604800
-            }
-        }
-    }
-
-    @Bean(name = ["securityManager"])
-    fun securityManager(userRealm: AuthorizingRealm,
-                        redisCacheManager: CacheManager,
-                        sessionManager: SessionManager): DefaultWebSecurityManager {
-        return DefaultWebSecurityManager().apply {
-            setRealm(userRealm)
-            cacheManager = redisCacheManager
-            setSessionManager(sessionManager)
-        }
-    }
-
-    @Bean("shiroFilterRegistrationBean")
-    @DependsOn("shiroFilter")
-    fun filterRegistrationBean(): FilterRegistrationBean<DelegatingFilterProxy> {
-        return FilterRegistrationBean<DelegatingFilterProxy>().apply {
-            filter = DelegatingFilterProxy("shiroFilter")
-            isEnabled = true
-            addUrlPatterns("/*")
-            setDispatcherTypes(DispatcherType.REQUEST)
-        }
-    }
-
-    @Bean(name = ["shiroFilter"])
-    @Order(2)
-    fun shiroFilter(securityManager: SecurityManager,
-                    config: JwtConfig, jwtRedisCache: JwtRedisCache): ShiroFilterFactoryBean {
-        return ShiroFilterFactoryBean().apply {
-            setSecurityManager(securityManager)
-
-            filters = hashMapOf<String, Filter>(
-                    "canon" to ZenCorsAnonymousFilter(),
-                    "cors" to ZenCorsPathMatchingFilter(),
-                    "perms" to UrlPermissionsFilter(),
-                    "authc" to AjaxAuthorizationFilter(),
-                    "anon" to AnonymousFilter(),
-                    "jwt" to JwtPathMatchingFilter(config, jwtRedisCache)
-            )
-            /**
-             * anon(匿名)  org.apache.shiro.web.filter.authc.AnonymousFilter
-             * authc(身份验证)       org.apache.shiro.web.filter.authc.FormAuthenticationFilter
-             * authcBasic(http基本验证)    org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter
-             * logout(退出)        org.apache.shiro.web.filter.authc.LogoutFilter
-             * noSessionCreation(不创建session) org.apache.shiro.web.filter.session.NoSessionCreationFilter
-             * perms(许可验证)  org.apache.shiro.web.filter.authz.PermissionsAuthorizationFilter
-             * port(端口验证)   org.apache.shiro.web.filter.authz.PortFilter
-             * rest  (rest方面)  org.apache.shiro.web.filter.authz.HttpMethodPermissionFilter
-             * roles(权限验证)  org.apache.shiro.web.filter.authz.RolesAuthorizationFilter
-             * ssl (ssl方面)   org.apache.shiro.web.filter.authz.SslFilter
-             * member (用户方面)  org.apache.shiro.web.filter.authc.UserFilter
-             * user  表示用户不一定已通过认证,只要曾被Shiro记住过登录状态的用户就可以正常发起请求,比如rememberMe
-             */
-            filterChainDefinitionMap = linkedMapOf<String, String>( // BUG 此处一定要使用 linkedHashMap 否则顺序有问题
-                    "/auth/setcookie" to "canon", // 设置cookie
-                    "/auth/check" to "canon", // 检查登录状态
-                    "/auth/logout" to "canon", // 登出
-                    "/test/**" to "canon", // 测试 免登录
-                    "/upload/**" to "canon", // 上传免登录
-                    "/fdfsupload/**" to "canon", // 上传免登录
-                    "/api/**" to "canon", // api 免登陆
-                    "/ws/**" to "canon", // websocket 免登陆
-                    "/" to "canon",
-                    "/v1/login/**" to "canon",
-                    ////////////////////// 静态资源 /////////////////////
-                    "/v2/api-docs" to "canon",
-                    "/swagger-resources/**" to "anon",
-                    "/swagger-ui.html" to "anon",
-                    "/webjars*" to "anon",
-                    "/webjars/**" to "anon",
-                    "/druid/**" to "anon",
-                    "/druid/sql.json" to "anon",
-                    "/**/favicon.*" to "anon",
-                    "/eureka*" to "anon",
-                    "/eureka/**" to "anon",
-                    "/v1/sys" to "anon",
-                    ////////////////////// 静态资源 /////////////////////
-                    "/**" to "cors,jwt,authc" // 对于其他未配置的所有url 先设置cors头 再进行登陆判定 最后判定权限
-            )
-        }
-    }
-
-
-}

+ 0 - 21
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/ZenHttpSession.kt

@@ -1,21 +0,0 @@
-package cn.gygxzc.envir.config.shiro
-
-/**
- * 静态枚举
- * @author NorthLan
- * @date 2018/4/25
- * @url https://noahlan.com
- */
-object ZenHttpSession {
-    const val DEFAULT_SESSION_ID_NAME = "ZENJSID"
-
-    /**
-     * 用户Session缓存数据key
-     */
-    const val SESSION_KEY_USER_INFO = "INFO" // 用户基本信息
-    const val SESSION_KEY_USER_ID = "ID" // id
-    const val SESSION_KEY_USER_ROLES = "ROLES" // 角色列表
-    const val SESSION_KEY_USER_PERMS = "PERMS" // 权限列表?
-    //    const val SESSION_KEY_USER_RESOURCES = "RESOURCES" // 资源列表
-    const val SESSION_KEY_USER_MENU = "MENU" // 菜单
-}

+ 0 - 66
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/cache/JwtRedisCache.kt

@@ -1,66 +0,0 @@
-package cn.gygxzc.envir.config.shiro.cache
-
-import cn.gygxzc.envir.config.shiro.common.ZenAuthToken
-import com.google.gson.Gson
-import org.apache.shiro.cache.Cache
-import org.springframework.data.redis.core.HashOperations
-import org.springframework.data.redis.core.RedisTemplate
-
-/**
- * Created by niantuo on 2018/9/21.
- * 帮助jwt缓存信息的缓存管理
- */
-
-class JwtRedisCache(redisTemplate: RedisTemplate<String, Any>)
-    : Cache<String, ZenAuthToken> {
-
-    companion object {
-        private const val mCacheKey = "JwtToken"
-        private val mGson = Gson()
-    }
-
-    private val mHashOperations: HashOperations<String, String, String> = redisTemplate.opsForHash<String, String>()
-
-
-    override fun values(): MutableCollection<ZenAuthToken?> {
-        return keys().map { get(it) }
-                .filter { it != null }
-                .toMutableList()
-    }
-
-    override fun clear() {
-        val keys = mHashOperations.keys(mCacheKey)
-        keys.forEach { mHashOperations.delete(mCacheKey, it) }
-    }
-
-    override fun put(p0: String, p1: ZenAuthToken): ZenAuthToken {
-        mHashOperations.put(mCacheKey, p0, mGson.toJson(p1))
-        return p1
-    }
-
-    override fun remove(p0: String?): ZenAuthToken? {
-        if (p0 == null) return null
-        val subject = mHashOperations.get(mCacheKey, p0)
-        if (subject != null) {
-            mHashOperations.delete(mCacheKey, p0)
-            return mGson.fromJson<ZenAuthToken>(subject, ZenAuthToken::class.java)
-        }
-        return null
-    }
-
-    override fun size(): Int {
-        return mHashOperations.keys(mCacheKey).size
-    }
-
-    override fun get(p0: String?): ZenAuthToken? {
-        if (p0 == null) return null
-        val json = mHashOperations.get(mCacheKey, p0)
-        if (json.isNullOrBlank()) return null
-        return mGson.fromJson(json, ZenAuthToken::class.java)
-
-    }
-
-    override fun keys(): MutableSet<String> {
-        return mHashOperations.keys(mCacheKey)
-    }
-}

+ 0 - 94
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/cache/RedisConfiguration.kt

@@ -1,94 +0,0 @@
-package cn.gygxzc.envir.config.shiro.cache
-
-import cn.gygxzc.envir.config.jwt.JwtConfig
-import cn.gygxzc.tina.config.properties.ShiroRedisCacheProperties
-import cn.gygxzc.tina.config.properties.ShiroSessionProperties
-import org.springframework.beans.factory.annotation.Autowired
-import org.springframework.boot.context.properties.EnableConfigurationProperties
-import org.springframework.context.annotation.Bean
-import org.springframework.context.annotation.Configuration
-import org.springframework.context.annotation.DependsOn
-import org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-import org.springframework.data.redis.core.RedisTemplate
-import org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
-import org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
-import org.springframework.data.redis.serializer.StringRedisSerializer
-import java.util.*
-import javax.crypto.spec.SecretKeySpec
-
-/**
- * @program: Zen-Framework
- *
- * @description: ${description}
- *
- * @author: tuonina
- *
- * @create: 2018-09-20 21:41
- **/
-@Configuration
-@EnableConfigurationProperties(value = [ShiroRedisCacheProperties::class, ShiroSessionProperties::class])
-class RedisConfiguration {
-
-    @Autowired
-    private lateinit var redisProperties: ShiroRedisCacheProperties
-
-    @Autowired
-    private lateinit var sessionProperties: ShiroSessionProperties
-
-    @Bean("shiroRedisConnectionFactory")
-    fun connectionFactory(): JedisConnectionFactory {
-        return JedisConnectionFactory(redisProperties)
-    }
-
-
-    @Bean
-    fun jwtConfig(): JwtConfig {
-        val encodedKey = Base64.getEncoder().encode(sessionProperties.jwtKey.toByteArray())
-        val key = SecretKeySpec(encodedKey, 0, encodedKey.size, "HmacSHA256")
-        return JwtConfig(sessionProperties.expired, key)
-
-    }
-
-
-    @Bean(name = ["shiroRedisTemplate"])
-    fun redisTemplate(): RedisTemplate<String, Any> {
-        return RedisTemplate<String, Any>().apply {
-            connectionFactory = connectionFactory()
-            val stringSerializer = StringRedisSerializer()
-            keySerializer = stringSerializer
-            valueSerializer = JdkSerializationRedisSerializer()
-            hashKeySerializer = stringSerializer
-            hashValueSerializer = Jackson2JsonRedisSerializer(Any::class.java)
-        }
-    }
-
-    @Bean
-    fun jwtRedisCache(): JwtRedisCache {
-        val template = RedisTemplate<String, Any>()
-                .apply {
-                    connectionFactory = connectionFactory()
-                    val stringSerializer = StringRedisSerializer()
-                    keySerializer = stringSerializer
-                    valueSerializer = JdkSerializationRedisSerializer()
-                    hashKeySerializer = stringSerializer
-                    hashValueSerializer = stringSerializer
-                }
-        template.afterPropertiesSet()
-        return JwtRedisCache(template)
-    }
-
-
-    @Bean(name = ["shrioRedisCacheManager"])
-    @DependsOn(value = ["shiroRedisTemplate"])
-    fun redisCacheManager(): ShiroRedisCacheManager {
-        return ShiroRedisCacheManager(redisTemplate(), sessionProperties)
-    }
-
-
-    @Bean
-    fun redisSessionDAO(): ShiroRedisSessionDAO {
-        return ShiroRedisSessionDAO(redisTemplate(), sessionProperties)
-    }
-
-
-}

+ 0 - 119
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/cache/ShiroRedisCache.kt

@@ -1,119 +0,0 @@
-package cn.gygxzc.envir.config.shiro.cache
-
-import cn.gygxzc.tina.cache.redis.RedisKeyGenerator
-import cn.gygxzc.tina.config.properties.ShiroSessionProperties
-import cn.gygxzc.envir.config.shiro.utils.SerializeUtils
-import org.apache.shiro.cache.Cache
-import org.apache.shiro.cache.CacheException
-import org.apache.shiro.subject.PrincipalCollection
-import org.slf4j.LoggerFactory
-import org.springframework.data.redis.core.RedisTemplate
-import java.nio.charset.Charset
-import java.util.*
-import java.util.concurrent.TimeUnit
-
-
-/**
- *
- * @author NorthLan
- * @date 2018/4/23
- * @url https://noahlan.com
- */
-@Suppress("UNCHECKED_CAST")
-class ShiroRedisCache<V> : Cache<Any, V> {
-    companion object {
-        private val logger = LoggerFactory.getLogger(ShiroRedisCache::class.java)
-    }
-
-    private var redisTemplate: RedisTemplate<String, V>
-    private var prefix = "shiro_redis:"
-    private var charset: Charset = Charsets.UTF_8
-    private val properties: ShiroSessionProperties
-
-    constructor(redisTemplate: RedisTemplate<String, V>, properties: ShiroSessionProperties) {
-        this.redisTemplate = redisTemplate
-        this.properties = properties
-    }
-
-    constructor(redisTemplate: RedisTemplate<String, V>, prefix: String, properties: ShiroSessionProperties, charset: Charset = Charsets.UTF_8) {
-        this.redisTemplate = redisTemplate
-        this.prefix = prefix
-        this.properties = properties
-        this.charset = charset
-    }
-
-    override fun values(): MutableCollection<V> {
-        val keys = keys()
-        val values = ArrayList<V>(keys.size)
-        for (k in keys) {
-            get(k)?.let {
-                values.add(it)
-            }
-        }
-        return values
-    }
-
-    override fun clear() {
-        redisTemplate.delete(keys())
-    }
-
-    override fun put(p0: Any?, p1: V?): V? {
-        logger.debug("Put/ Key: $p0, value: $p1")
-        if (p0 == null || p1 == null) {
-            return null
-        }
-        return try {
-            redisTemplate.boundValueOps(getByteKey(p0)).set(p1)
-//            vo.expire(properties.cacheTime, TimeUnit.SECONDS)
-            p1
-        } catch (e: Throwable) {
-            throw CacheException(e)
-        }
-    }
-
-    override fun remove(p0: Any?): V? {
-        logger.debug("Remove/ Key: $p0")
-        if (p0 == null) {
-            return null
-        }
-        return try {
-            val key = getByteKey(p0)
-            val v = redisTemplate.boundValueOps(key).get()
-            redisTemplate.delete(key)
-            v
-        } catch (e: Throwable) {
-            throw CacheException(e)
-        }
-    }
-
-    override fun size(): Int {
-        return keys().size
-    }
-
-    override fun get(p0: Any?): V? {
-        logger.debug("Get/ key: $p0")
-        if (p0 == null) {
-            return null
-        }
-        return try {
-            val vo = redisTemplate.boundValueOps(getByteKey(p0))
-            vo.expire(properties.expired.seconds, TimeUnit.SECONDS)
-            vo.get()
-        } catch (e: Throwable) {
-            throw CacheException(e)
-        }
-    }
-
-    override fun keys(): MutableSet<String> {
-        logger.debug("Keys/ ")
-        return redisTemplate.keys(getByteKey("*"))
-    }
-
-    private fun getByteKey(key: Any): String {
-        return when (key) {
-            is String -> "${this.prefix}${RedisKeyGenerator.SEPARATOR}$key"
-            is PrincipalCollection -> getByteKey(key.primaryPrincipal)
-            else -> SerializeUtils.serialize(key).toString()
-        }
-    }
-}

+ 0 - 21
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/cache/ShiroRedisCacheManager.kt

@@ -1,21 +0,0 @@
-package cn.gygxzc.envir.config.shiro.cache
-
-import cn.gygxzc.tina.config.properties.ShiroSessionProperties
-import org.apache.shiro.cache.AbstractCacheManager
-import org.apache.shiro.cache.Cache
-import org.springframework.data.redis.core.RedisTemplate
-
-
-/**
- *
- * @author NorthLan
- * @date 2018/4/23
- * @url https://noahlan.com
- */
-class ShiroRedisCacheManager(private val redisTemplate: RedisTemplate<String, Any>,
-                             private val properties: ShiroSessionProperties) : AbstractCacheManager() {
-
-    override fun createCache(p0: String): Cache<*, *> {
-        return ShiroRedisCache(redisTemplate, p0, properties)
-    }
-}

+ 0 - 74
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/cache/ShiroRedisSessionDAO.kt

@@ -1,74 +0,0 @@
-package cn.gygxzc.envir.config.shiro.cache
-
-import cn.gygxzc.tina.cache.redis.RedisKeyGenerator
-import cn.gygxzc.tina.config.properties.ShiroSessionProperties
-import org.apache.shiro.session.Session
-import org.apache.shiro.session.mgt.eis.AbstractSessionDAO
-import org.slf4j.LoggerFactory
-import org.springframework.data.redis.core.RedisTemplate
-import java.io.Serializable
-import java.nio.charset.Charset
-import java.util.concurrent.TimeUnit
-
-
-/**
- * Shiro SessionDAO
- * 若继承自 AbstractSessionDAO 则不会将Session缓存(shiro-activeSessioCache:xxxx)
- * 继承自 EnterpriseCacheSessionDAO 或 CachingSessionDAO 则自动将session缓存
- * 由于本项目使用Redis作为缓存框架,所以不需要额外缓存开销
- * @author NorthLan
- * @date 2018/4/24
- * @url https://noahlan.com
- */
-class ShiroRedisSessionDAO(private val redisTemplate: RedisTemplate<String, Any>,
-                           private val properties: ShiroSessionProperties,
-                           private var charset: Charset = Charsets.UTF_8) : AbstractSessionDAO() {
-    companion object {
-        private val logger = LoggerFactory.getLogger(ShiroRedisSessionDAO::class.java)
-    }
-
-    private fun getKey(originalKey: String): String {
-        return "${properties.prefix}${RedisKeyGenerator.SEPARATOR}$originalKey"
-    }
-
-    override fun update(session: Session) {
-        logger.debug("Update Session: ${session.id}")
-        redisTemplate.opsForValue().set(getKey(session.id.toString()), session, properties.expired.seconds, TimeUnit.SECONDS)
-    }
-
-    override fun getActiveSessions(): MutableCollection<Session> {
-        logger.debug("Get Active Sessions")
-        val result = mutableListOf<Session>()
-        val keys = redisTemplate.keys(getKey("*"))
-        if (keys.isNotEmpty()) {
-            keys.forEach {
-                val session = redisTemplate.opsForValue().get(it) as? Session
-                if (session != null) {
-                    result.add(session)
-                }
-            }
-        }
-        return result
-    }
-
-    override fun doReadSession(sessionId: Serializable): Session? {
-        logger.debug("Read Session: $sessionId")
-        return redisTemplate.opsForValue().get(getKey(sessionId.toString())) as? Session
-    }
-
-    /**
-     * 创建 session
-     */
-    override fun doCreate(session: Session): Serializable {
-        val sid = this.generateSessionId(session)
-        this.assignSessionId(session, sid)
-        logger.debug("Create Session: $sid")
-        redisTemplate.opsForValue().set(getKey(sid.toString()), session, properties.expired.seconds, TimeUnit.SECONDS)
-        return sid
-    }
-
-    override fun delete(session: Session) {
-        logger.debug("Delete Session: ${session.id}")
-        redisTemplate.delete(getKey(session.id.toString()))
-    }
-}

+ 0 - 61
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/common/ZenAuthToken.kt

@@ -1,61 +0,0 @@
-package cn.gygxzc.envir.config.shiro.common
-
-import cn.gygxzc.envir.sys.model.SysUser
-import org.apache.shiro.authc.UsernamePasswordToken
-
-/**
- * 登陆用token
- * @author NorthLan
- * @date 2018/4/29
- * @url https://noahlan.com
- */
-class ZenAuthToken : UsernamePasswordToken {
-    var user: SysUser? = null
-
-    constructor() : super()
-    constructor(username: String, password: CharArray) : super(username, password)
-    constructor(username: String, password: String) : super(username, password)
-    constructor(username: String, password: CharArray, host: String) : super(username, password, host)
-    constructor(username: String, password: String, host: String) : super(username, password, host)
-    constructor(username: String, password: CharArray, rememberMe: Boolean) : super(username, password, rememberMe)
-    constructor(username: String, password: String, rememberMe: Boolean) : super(username, password, rememberMe)
-    constructor(username: String, password: CharArray, rememberMe: Boolean, host: String) : super(username, password, rememberMe, host)
-    constructor(username: String, password: String, rememberMe: Boolean, host: String) : super(username, password, rememberMe, host)
-
-    constructor(username: String, password: CharArray, user: SysUser?) : super(username, password) {
-        this.user = user
-    }
-
-    constructor(username: String, password: String, user: SysUser?) : super(username, password) {
-        this.user = user
-    }
-
-    constructor(username: String, password: CharArray, host: String, user: SysUser?) : super(username, password, host) {
-        this.user = user
-    }
-
-    constructor(username: String, password: String, host: String, user: SysUser?) : super(username, password, host) {
-        this.user = user
-    }
-
-    constructor(username: String, password: CharArray, rememberMe: Boolean, user: SysUser?) : super(username, password, rememberMe) {
-        this.user = user
-    }
-
-    constructor(username: String, password: String, rememberMe: Boolean, user: SysUser?) : super(username, password, rememberMe) {
-        this.user = user
-    }
-
-    constructor(username: String, password: CharArray, rememberMe: Boolean, host: String, user: SysUser?) : super(username, password, rememberMe, host) {
-        this.user = user
-    }
-
-    constructor(username: String, password: String, rememberMe: Boolean, host: String, user: SysUser?) : super(username, password, rememberMe, host) {
-        this.user = user
-    }
-
-    override fun clear() {
-        super.clear()
-        this.user = null
-    }
-}

+ 0 - 54
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/common/ZenPermission.kt

@@ -1,54 +0,0 @@
-package cn.gygxzc.envir.config.shiro.common
-
-import java.io.Serializable
-
-/**
- * 权限数据结构
- *
- * 从Resource/Menu抽象
- *
- * @author NorthLan
- * @date 2018/4/29
- * @url https://noahlan.com
- */
-open class ZenPermission : Serializable {
-    companion object {
-        private const val serialVersionUID = 5640224091610186666L
-    }
-
-    /**
-     * ResourceId
-     */
-    var id: Long? = null
-
-    /**
-     * 权限代码 (前端使用)
-     */
-    var code: String? = null
-
-    /**
-     * 请求地址
-     */
-    var uri: String? = null
-
-    /**
-     * 请求方法
-     */
-    var method: String? = null
-
-    /**
-     * 权限类型
-     * 1. 按钮 2.url
-     */
-    var type: Int? = null
-
-    /**
-     * 简短名称
-     */
-    var name: String? = null
-
-    /**
-     * 树ID
-     */
-    var treeId: Long? = null
-}

+ 0 - 106
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/common/ZenSimpleByteSource.kt

@@ -1,106 +0,0 @@
-package cn.gygxzc.envir.config.shiro.common
-
-import org.apache.shiro.codec.Base64
-import org.apache.shiro.codec.CodecSupport
-import org.apache.shiro.codec.Hex
-import org.apache.shiro.util.ByteSource
-import java.io.File
-import java.io.InputStream
-import java.io.Serializable
-import java.util.*
-
-/**
- * 实现序列化接口,否则 序列化 反序列化 凉凉
- * @author NorthLan
- * @date 2018/4/24
- * @url https://noahlan.com
- */
-class ZenSimpleByteSource : ByteSource, Serializable {
-    companion object {
-        private const val serialVersionUID = 5640224091610182940L
-    }
-
-    private var bytes: ByteArray? = null
-    private var cachedHex: String? = null
-    private var cachedBase64: String? = null
-
-    constructor()
-    constructor(bytes: ByteArray?) {
-        this.bytes = bytes
-    }
-
-    constructor(chars: CharArray?) {
-        this.bytes = CodecSupport.toBytes(chars)
-    }
-
-    constructor(string: String?) {
-        this.bytes = CodecSupport.toBytes(string)
-    }
-
-    constructor(source: ByteSource?) {
-        this.bytes = source?.bytes
-    }
-
-    constructor(file: File?) {
-        this.bytes = BytesHelper().getBytes(file)
-    }
-
-    constructor(stream: InputStream?) {
-        this.bytes = BytesHelper().getBytes(stream)
-    }
-
-    override fun toHex(): String? {
-        if (this.cachedHex == null) {
-            this.cachedHex = Hex.encodeToString(getBytes())
-        }
-        return this.cachedHex
-    }
-
-    override fun isEmpty(): Boolean {
-        return this.bytes == null || this.bytes!!.isEmpty()
-    }
-
-    override fun getBytes(): ByteArray? {
-        return this.bytes
-    }
-
-    override fun toBase64(): String {
-        if (this.cachedBase64 == null) {
-            this.cachedBase64 = Base64.encodeToString(getBytes())
-        }
-        return this.cachedBase64!!
-    }
-
-    override fun toString(): String {
-        return toBase64()
-    }
-
-    override fun hashCode(): Int {
-        return if (isEmpty) {
-            0
-        } else Arrays.hashCode(this.bytes)
-    }
-
-    override fun equals(other: Any?): Boolean {
-        if (other === this) {
-            return true
-        }
-        if (other is ByteSource) {
-            val bs = other as ByteSource?
-            return Arrays.equals(getBytes(), bs!!.bytes)
-        }
-        return false
-    }
-
-    private class BytesHelper : CodecSupport {
-        constructor()
-
-        fun getBytes(file: File?): ByteArray {
-            return toBytes(file)
-        }
-
-        fun getBytes(stream: InputStream?): ByteArray {
-            return toBytes(stream)
-        }
-    }
-}

+ 0 - 40
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/filter/AjaxAuthorizationFilter.kt

@@ -1,40 +0,0 @@
-package cn.gygxzc.envir.config.shiro.filter
-
-import org.apache.shiro.web.filter.authc.FormAuthenticationFilter
-import org.springframework.http.HttpMethod
-import org.springframework.http.HttpStatus
-import javax.servlet.ServletRequest
-import javax.servlet.ServletResponse
-import javax.servlet.http.HttpServletRequest
-import javax.servlet.http.HttpServletResponse
-
-
-/**
- * 对没有登录的请求进行拦截, 全部返回json信息. 覆盖掉shiro原本的跳转login.jsp的拦截方式
- *
- * 拦截状态码修改为401-UNAUTHORIZED
- * @author NorthLan
- * @date 2018/4/23
- * @url https://noahlan.com
- */
-class AjaxAuthorizationFilter : FormAuthenticationFilter() {
-
-    override fun isAccessAllowed(request: ServletRequest, response: ServletResponse, mappedValue: Any?): Boolean {
-        if (request is HttpServletRequest) {
-            if (HttpMethod.valueOf(request.method) == HttpMethod.OPTIONS) {
-                return true
-            }
-        }
-        return super.isAccessAllowed(request, response, mappedValue)
-    }
-
-    override fun onAccessDenied(request: ServletRequest, response: ServletResponse): Boolean {
-        response as HttpServletResponse
-        response.apply {
-            characterEncoding = "UTF-8"
-            contentType = "application/json"
-            sendError(HttpStatus.UNAUTHORIZED.value(), "you need login first...") // 401
-        }
-        return false
-    }
-}

+ 0 - 50
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/filter/JwtPathMatchingFilter.kt

@@ -1,50 +0,0 @@
-package cn.gygxzc.envir.config.shiro.filter
-
-import cn.gygxzc.envir.config.jwt.JwtConfig
-import cn.gygxzc.envir.config.jwt.JwtUtils
-import cn.gygxzc.envir.config.shiro.cache.JwtRedisCache
-import org.apache.commons.lang3.StringUtils
-import org.apache.shiro.SecurityUtils
-import org.apache.shiro.web.filter.PathMatchingFilter
-import org.slf4j.LoggerFactory
-import javax.servlet.ServletRequest
-import javax.servlet.ServletResponse
-import javax.servlet.http.HttpServletRequest
-
-/**
- * @program: Zen-Framework
- *
- * @description: ${description}
- *
- * @author: tuonina
- *
- * @create: 2018-09-20 22:20
- * 任然没有想好,这个到底应该这么搞
- **/
-class JwtPathMatchingFilter(private val config: JwtConfig,
-                            private val cache: JwtRedisCache) : PathMatchingFilter() {
-    companion object {
-        private const val authenticationName = "Authentication"
-        private val logger = LoggerFactory.getLogger(JwtPathMatchingFilter::class.java)
-    }
-
-    /**
-     * 解析header中包含的Authorization ,jwt 格式的,如果有,绑定对应的授权信息
-     */
-    override fun onPreHandle(request: ServletRequest, response: ServletResponse, mappedValue: Any?): Boolean {
-        val httpRequest = request as HttpServletRequest
-        val jwtToken: String? = httpRequest.getHeader(authenticationName)
-        val subject = SecurityUtils.getSubject()
-        if (!StringUtils.isBlank(jwtToken) && !subject.isAuthenticated) {
-            try {
-                val jwtPayload = JwtUtils.parseJwt(config.key, jwtToken!!)
-                val authToken = cache.get(jwtPayload.username)
-                if (authToken != null)
-                    subject.login(authToken)
-            } catch (e: Exception) {
-                logger.info("onPreHandle: {}", e)
-            }
-        }
-        return true
-    }
-}

+ 0 - 103
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/filter/UrlPermissionsFilter.kt

@@ -1,103 +0,0 @@
-package cn.gygxzc.envir.config.shiro.filter
-
-import com.gxzc.zen.api.sys.service.IPermissionService
-import com.gxzc.zen.common.util.SpringContextHolder
-import cn.gygxzc.envir.config.shiro.common.ZenPermission
-import org.apache.shiro.web.filter.PathMatchingFilter
-import org.springframework.http.HttpMethod
-import org.springframework.http.HttpStatus
-import java.util.regex.Pattern
-import javax.servlet.ServletRequest
-import javax.servlet.ServletResponse
-import javax.servlet.http.HttpServletRequest
-import javax.servlet.http.HttpServletResponse
-
-/**
- * Url拦截 集中式权限管理
- * 权限判定自行处理, 不交给Realm处理
- * @author NorthLan
- * @date 2018/4/25
- * @url https://noahlan.com
- */
-class UrlPermissionsFilter : PathMatchingFilter() {
-
-    /**
-     * 此物只应天上有
-     * filter比servlet更先初始化,反正就是不能自动注入
-     */
-    private var permissionService: IPermissionService? = null
-        get() {
-            if (field == null) {
-                field = SpringContextHolder.getBean(IPermissionService::class.java)
-            }
-            return field
-        }
-
-    /**
-     * 所有的权限从redis缓存中获取,不需要RPC或者其他方式获取
-     */
-    override fun onPreHandle(request: ServletRequest?, response: ServletResponse?, mappedValue: Any?): Boolean {
-        request as HttpServletRequest
-        if (request.method.equals(HttpMethod.OPTIONS.name, true)) {
-            return true
-        }
-
-        // 获取系统权限列表(数据库中定义的)
-        val sysPerms = permissionService!!.getAllSysPermission()
-
-        // 根据请求url获取 系统 需要判定权限的url
-        val permission = getPermissionIfs(sysPerms, request.requestURI, request.method)
-
-        // 该url在系统表内未配置 默认认为无需权限认证 移交给下边流程处理
-        if (permission.isEmpty()) {
-            return true
-        }
-
-        // 若需要权限判定,则获取用户权限进行判定 正常流程走完
-        if (!checkPermission(permission)) {
-            forbidden(response)
-            return false
-        }
-        return true
-    }
-
-    /**
-     * 根据requestUri
-     * 获取系统定义的权限列表
-     */
-    private fun getPermissionIfs(perms: MutableList<ZenPermission>, requestUri: String, method: String): List<ZenPermission> {
-        return perms.filter {
-            if (it.uri != null) {
-                val regEx = "^${it.uri!!.replace("\\{\\*}".toRegex(), "[a-zA-Z\\\\d]+")}\$"
-                //                (Pattern.compile(regEx).matcher(requestUri).find() || requestUri.startsWith(it.uri + "/")) && method.equals(it.method, false)
-                Pattern.compile(regEx).matcher(requestUri).find() && method.equals(it.method, false)
-            } else {
-                false
-            }
-        }
-    }
-
-    /**
-     * 检查用户权限
-     */
-    private fun checkPermission(perms: List<ZenPermission>): Boolean {
-        val userPermission = permissionService!!.getSubjectPermission()
-        if (userPermission.isEmpty()) {
-            return false
-        }
-        return perms.any { sys ->
-            userPermission.any { user ->
-                user.code == sys.code
-            }
-        }
-    }
-
-    private fun forbidden(response: ServletResponse?) {
-        response as HttpServletResponse
-        response.apply {
-            characterEncoding = "UTF-8"
-            contentType = "application/json"
-            sendError(HttpStatus.FORBIDDEN.value(), "FORBIDDEN") // 403
-        }
-    }
-}

+ 0 - 41
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/filter/ZenCorsAnonymousFilter.kt

@@ -1,41 +0,0 @@
-package cn.gygxzc.envir.config.shiro.filter
-
-import org.apache.shiro.web.filter.PathMatchingFilter
-import org.apache.shiro.web.util.WebUtils
-import org.springframework.http.HttpMethod
-import org.springframework.http.HttpStatus
-import javax.servlet.ServletRequest
-import javax.servlet.ServletResponse
-
-/**
- * Cors 的 canon 过滤器
- * @author NorthLan
- * @date 2018/4/25
- * @url https://noahlan.com
- */
-class ZenCorsAnonymousFilter : PathMatchingFilter() {
-
-    /**
-     * Always returns <code>true</code> allowing unchecked access to the underlying path or resource.
-     *
-     * @return <code>true</code> always, allowing unchecked access to the underlying path or resource.
-     */
-    override fun onPreHandle(request: ServletRequest?, response: ServletResponse?, mappedValue: Any?): Boolean {
-        val httpRequest = WebUtils.toHttp(request)
-        val httpResponse = WebUtils.toHttp(response)
-        httpResponse.apply {
-            setHeader("Access-control-Allow-Origin", httpRequest.getHeader("Origin"))
-            setHeader("Access-Control-Allow-Methods", "GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS, PATCH")
-            setHeader("Access-Control-Allow-Credentials", "true")
-            setHeader("Access-Control-Allow-Headers", httpRequest.getHeader("Access-Control-Request-Headers"))
-            val method = HttpMethod.valueOf(httpRequest.method)
-            if (method == HttpMethod.POST || method == HttpMethod.PUT) {
-                setHeader("Access-Control-Expose-Headers", "Location")
-            } else if (method == HttpMethod.OPTIONS) {
-                status = HttpStatus.OK.value()
-                return false
-            }
-        }
-        return true
-    }
-}

+ 0 - 39
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/filter/ZenCorsPathMatchingFilter.kt

@@ -1,39 +0,0 @@
-package cn.gygxzc.envir.config.shiro.filter
-
-import org.apache.shiro.web.filter.PathMatchingFilter
-import org.apache.shiro.web.util.WebUtils
-import org.springframework.http.HttpMethod
-import org.springframework.http.HttpStatus
-import javax.servlet.ServletRequest
-import javax.servlet.ServletResponse
-
-/**
- * 允许cors头
- * @author NorthLan
- * @date 2018/4/25
- * @url https://noahlan.com
- */
-class ZenCorsPathMatchingFilter : PathMatchingFilter() {
-
-    /**
-     * 实际上如果是options 方式的请求,没有必要继续下去了,直接返回就好了
-     */
-    override fun onPreHandle(request: ServletRequest?, response: ServletResponse?, mappedValue: Any?): Boolean {
-        val httpRequest = WebUtils.toHttp(request)
-        val httpResponse = WebUtils.toHttp(response)
-        httpResponse.apply {
-            setHeader("Access-control-Allow-Origin", httpRequest.getHeader("Origin"))
-            setHeader("Access-Control-Allow-Methods", "GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS, PATCH")
-            setHeader("Access-Control-Allow-Credentials", "true")
-            setHeader("Access-Control-Allow-Headers", httpRequest.getHeader("Access-Control-Request-Headers"))
-            val method = HttpMethod.valueOf(httpRequest.method)
-            if (method == HttpMethod.POST || method == HttpMethod.PUT) {
-                setHeader("Access-Control-Expose-Headers", "Location")
-            } else if (method == HttpMethod.OPTIONS) {
-                status = HttpStatus.OK.value()
-                return false
-            }
-        }
-        return true
-    }
-}

+ 0 - 63
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/realm/ZenShiroRealm.kt

@@ -1,63 +0,0 @@
-package cn.gygxzc.envir.config.shiro.realm
-
-import cn.gygxzc.envir.config.shiro.common.ZenAuthToken
-import cn.gygxzc.envir.config.shiro.common.ZenSimpleByteSource
-import org.apache.shiro.authc.*
-import org.apache.shiro.authz.AuthorizationInfo
-import org.apache.shiro.authz.SimpleAuthorizationInfo
-import org.apache.shiro.realm.AuthorizingRealm
-import org.apache.shiro.subject.PrincipalCollection
-import org.slf4j.LoggerFactory
-
-/**
- *
- * @author NorthLan
- * @date 2018/4/23
- * @url https://noahlan.com
- */
-class ZenShiroRealm : AuthorizingRealm() {
-    companion object {
-        private val logger = LoggerFactory.getLogger(ZenShiroRealm::class.java)
-    }
-
-    init {
-        this.name = "zen_realm"
-    }
-
-
-    /**
-     * 只支持这个
-     */
-    override fun supports(token: AuthenticationToken): Boolean {
-        return token is ZenAuthToken
-    }
-
-    /**
-     * 登陆验证
-     */
-    override fun doGetAuthenticationInfo(token: AuthenticationToken): AuthenticationInfo {
-        logger.debug("ZenShiroRealm doGetAuthenticationInfo [${token.principal}]")
-        if (token !is ZenAuthToken) {
-            throw AccountException("token must be ZenAuthToken")
-        }
-        // 获取用户信息
-        val user = token.user ?: throw UnknownAccountException()
-
-        // 账号锁定判定
-        if (user.lock_ != null && user.lock_!!) {
-            throw LockedAccountException()
-        }
-        return SimpleAuthenticationInfo(user, user.password, ZenSimpleByteSource(user.account + user.salt), user.username)
-    }
-
-    /**
-     * <p>调用subject的权限验证,如 hasRole,hasPermission <br>
-     *     将调用此方法给subject设置定义的权限
-     *     而后交由Realm处理 <br></p>
-     * 现改为集中式基于数据库的动态权限管理,此功能不做任何处理
-     */
-    override fun doGetAuthorizationInfo(principals: PrincipalCollection?): AuthorizationInfo {
-        logger.debug("ZenShiroRealm doGetAuthorizationInfo [${principals?.primaryPrincipal}]")
-        return SimpleAuthorizationInfo()
-    }
-}

+ 0 - 309
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/session/ZenWebSessionManager.kt

@@ -1,309 +0,0 @@
-package cn.gygxzc.envir.config.shiro.session
-
-import org.apache.shiro.session.ExpiredSessionException
-import org.apache.shiro.session.InvalidSessionException
-import org.apache.shiro.session.Session
-import org.apache.shiro.session.UnknownSessionException
-import org.apache.shiro.session.mgt.DefaultSessionManager
-import org.apache.shiro.session.mgt.DelegatingSession
-import org.apache.shiro.session.mgt.SessionContext
-import org.apache.shiro.session.mgt.SessionKey
-import org.apache.shiro.web.servlet.Cookie
-import org.apache.shiro.web.servlet.ShiroHttpServletRequest
-import org.apache.shiro.web.servlet.ShiroHttpSession
-import org.apache.shiro.web.servlet.SimpleCookie
-import org.apache.shiro.web.session.mgt.WebSessionKey
-import org.apache.shiro.web.util.WebUtils
-import org.slf4j.LoggerFactory
-import java.io.Serializable
-import javax.servlet.ServletRequest
-import javax.servlet.ServletResponse
-import javax.servlet.http.HttpServletRequest
-import javax.servlet.http.HttpServletResponse
-
-
-/**
- * Copied form @link DefaultWebSessionManager
- * 解决一次登陆多次直接读取缓存的问题
- * 在读取前先读取本地缓存(目前存放于spring-session 中 attribute)
- * @author NorthLan
- * @date 2018/4/25
- * @url https://noahlan.com
- */
-@Suppress("unused")
-class ZenWebSessionManager//more secure, protects against XSS attacks
-() : DefaultSessionManager() {
-    companion object {
-        private val log = LoggerFactory.getLogger(ZenWebSessionManager::class.java)
-    }
-
-    var sessionIdCookie: Cookie? = null
-    var sessionIdCookieEnabled: Boolean = false
-    var sessionIdUrlRewritingEnabled: Boolean = false
-
-    init {
-        val cookie = SimpleCookie(ShiroHttpSession.DEFAULT_SESSION_ID_NAME)
-        cookie.isHttpOnly = true
-        this.sessionIdCookie = cookie
-        this.sessionIdCookieEnabled = true
-        this.sessionIdUrlRewritingEnabled = true
-    }
-
-    private fun storeSessionId(currentId: Serializable?, request: HttpServletRequest, response: HttpServletResponse) {
-        if (currentId == null) {
-            val msg = "sessionId cannot be null when persisting for subsequent requests."
-            throw IllegalArgumentException(msg)
-        }
-        val template = sessionIdCookie
-        val cookie = SimpleCookie(template)
-        val idString = currentId.toString()
-        cookie.value = idString
-        cookie.saveTo(request, response)
-        log.trace("Set session ID cookie for session with id {}", idString)
-    }
-
-    private fun removeSessionIdCookie(request: HttpServletRequest, response: HttpServletResponse) {
-        sessionIdCookie?.removeFrom(request, response)
-    }
-
-    private fun getSessionIdCookieValue(request: ServletRequest, response: ServletResponse): String? {
-        if (!sessionIdCookieEnabled) {
-            log.debug("Session ID cookie is disabled - session id will not be acquired from a request cookie.")
-            return null
-        }
-        if (request !is HttpServletRequest) {
-            log.debug("Current request is not an HttpServletRequest - cannot get session ID cookie.  Returning null.")
-            return null
-        }
-        return sessionIdCookie?.readValue(request, WebUtils.toHttp(response))
-    }
-
-    private fun getReferencedSessionId(request: ServletRequest, response: ServletResponse): Serializable? {
-
-        var id = getSessionIdCookieValue(request, response)
-        if (id != null) {
-            request.setAttribute(ShiroHttpServletRequest.REFERENCED_SESSION_ID_SOURCE,
-                    ShiroHttpServletRequest.COOKIE_SESSION_ID_SOURCE)
-        } else {
-            //not in a cookie, or cookie is disabled - try the request URI as a fallback (i.e. due to URL rewriting):
-
-            //try the URI path segment parameters first:
-            id = getUriPathSegmentParamValue(request, ShiroHttpSession.DEFAULT_SESSION_ID_NAME)
-
-            if (id == null) {
-                //not a URI path segment parameter, try the query parameters:
-                val name = getSessionIdName()
-                id = request.getParameter(name)
-                if (id == null) {
-                    //try lowercase:
-                    id = request.getParameter(name.toLowerCase())
-                }
-            }
-            if (id != null) {
-                request.setAttribute(ShiroHttpServletRequest.REFERENCED_SESSION_ID_SOURCE,
-                        ShiroHttpServletRequest.URL_SESSION_ID_SOURCE)
-            }
-        }
-        if (id != null) {
-            request.setAttribute(ShiroHttpServletRequest.REFERENCED_SESSION_ID, id)
-            //automatically mark it valid here.  If it is invalid, the
-            //onUnknownSession method below will be invoked and we'll remove the attribute at that time.
-            request.setAttribute(ShiroHttpServletRequest.REFERENCED_SESSION_ID_IS_VALID, java.lang.Boolean.TRUE)
-        }
-
-        // always set rewrite flag - SHIRO-361
-        request.setAttribute(ShiroHttpServletRequest.SESSION_ID_URL_REWRITING_ENABLED, sessionIdUrlRewritingEnabled)
-
-        return id
-    }
-
-    //SHIRO-351
-    //also see http://cdivilly.wordpress.com/2011/04/22/java-servlets-uri-parameters/
-    //since 1.2.2
-    private fun getUriPathSegmentParamValue(servletRequest: ServletRequest, paramName: String): String? {
-
-        if (servletRequest !is HttpServletRequest) {
-            return null
-        }
-        var uri: String? = servletRequest.requestURI ?: return null
-
-        val queryStartIndex = uri!!.indexOf('?')
-        if (queryStartIndex >= 0) { //get rid of the query string
-            uri = uri.substring(0, queryStartIndex)
-        }
-
-        var index = uri.indexOf(';') //now check for path segment parameters:
-        if (index < 0) {
-            //no path segment params - return:
-            return null
-        }
-
-        //there are path segment params, let's get the last one that may exist:
-
-        val token = "$paramName="
-
-        uri = uri.substring(index + 1) //uri now contains only the path segment params
-
-        //we only care about the last JSESSIONID param:
-        index = uri.lastIndexOf(token)
-        if (index < 0) {
-            //no segment param:
-            return null
-        }
-
-        uri = uri.substring(index + token.length)
-
-        index = uri.indexOf(';') //strip off any remaining segment params:
-        if (index >= 0) {
-            uri = uri.substring(0, index)
-        }
-
-        return uri //what remains is the value
-    }
-
-    override fun retrieveSession(sessionKey: SessionKey): Session? {
-        val sessionId = getSessionId(sessionKey)
-        if (sessionId == null) {
-            log.debug("Unable to resolve session ID from SessionKey [{}].  Returning null to indicate a " + "session could not be found.", sessionKey)
-            return null
-        }
-        ////////////////////////Add by noahlan//////////////////////////////////
-        // 多线程下request获取不到,凉凉
-//        var request: ServletRequest? = null
-//        if (sessionKey is WebSessionKey) {
-//            request = sessionKey.servletRequest
-//        }
-//        if (request != null) {
-//            val s = request.getAttribute(sessionId.toString())
-//            if (s != null) {
-//                return s as Session
-//            }
-//        }
-        ////////////////////////////////////////////////////////////////////////
-        val s = retrieveSessionFromDataSource(sessionId)
-        if (s == null) {
-            //session ID was provided, meaning one is expected to be found, but we couldn't find one:
-            val msg = "Could not find session with ID [$sessionId]"
-            throw UnknownSessionException(msg)
-        }
-
-        ////////////////////////Add by noahlan//////////////////////////////////
-//        request?.setAttribute(sessionId.toString(), s)
-        ///////////////////////////////////////////////////////////////////////
-        return s
-    }
-
-    //since 1.2.1
-    private fun getSessionIdName(): String {
-        var name: String? = this.sessionIdCookie?.name
-        if (name == null) {
-            name = ShiroHttpSession.DEFAULT_SESSION_ID_NAME
-        }
-        return name
-    }
-
-    override fun createExposedSession(session: Session, context: SessionContext?): Session {
-        if (!WebUtils.isWeb(context)) {
-            return super.createExposedSession(session, context)
-        }
-        val request = WebUtils.getRequest(context)
-        val response = WebUtils.getResponse(context)
-        val key = WebSessionKey(session.id, request, response)
-        return DelegatingSession(this, key)
-    }
-
-    override fun createExposedSession(session: Session, key: SessionKey?): Session {
-        if (!WebUtils.isWeb(key)) {
-            return super.createExposedSession(session, key)
-        }
-
-        val request = WebUtils.getRequest(key)
-        val response = WebUtils.getResponse(key)
-        val sessionKey = WebSessionKey(session.id, request, response)
-        return DelegatingSession(this, sessionKey)
-    }
-
-    /**
-     * Stores the Session's ID, usually as a Cookie, to associate with future requests.
-     *
-     * @param session the session that was just [created][.createSession].
-     */
-    override fun onStart(session: Session, context: SessionContext?) {
-        super.onStart(session, context)
-
-        if (!WebUtils.isHttp(context)) {
-            log.debug("SessionContext argument is not HTTP compatible or does not have an HTTP request/response " + "pair. No session ID cookie will be set.")
-            return
-
-        }
-        val request = WebUtils.getHttpRequest(context)
-        val response = WebUtils.getHttpResponse(context)
-
-        if (sessionIdCookieEnabled) {
-            val sessionId = session.id
-            storeSessionId(sessionId, request, response)
-        } else {
-            log.debug("Session ID cookie is disabled.  No cookie has been set for new session with id {}", session.id)
-        }
-
-        request.removeAttribute(ShiroHttpServletRequest.REFERENCED_SESSION_ID_SOURCE)
-        request.setAttribute(ShiroHttpServletRequest.REFERENCED_SESSION_IS_NEW, java.lang.Boolean.TRUE)
-    }
-
-    public override fun getSessionId(key: SessionKey): Serializable? {
-        var id: Serializable? = super.getSessionId(key)
-        if (id == null && WebUtils.isWeb(key)) {
-            val request = WebUtils.getRequest(key)
-            val response = WebUtils.getResponse(key)
-            id = getSessionId(request, response)
-        }
-        return id
-    }
-
-    protected fun getSessionId(request: ServletRequest, response: ServletResponse): Serializable? {
-        return getReferencedSessionId(request, response)
-    }
-
-    override fun onExpiration(s: Session, ese: ExpiredSessionException?, key: SessionKey?) {
-        super.onExpiration(s, ese, key)
-        onInvalidation(key)
-    }
-
-    override fun onInvalidation(session: Session, ise: InvalidSessionException, key: SessionKey) {
-        super.onInvalidation(session, ise, key)
-        onInvalidation(key)
-    }
-
-    private fun onInvalidation(key: SessionKey?) {
-        val request = WebUtils.getRequest(key)
-        request?.removeAttribute(ShiroHttpServletRequest.REFERENCED_SESSION_ID_IS_VALID)
-        if (WebUtils.isHttp(key)) {
-            log.debug("Referenced session was invalid.  Removing session ID cookie.")
-            removeSessionIdCookie(WebUtils.getHttpRequest(key), WebUtils.getHttpResponse(key))
-        } else {
-            log.debug("SessionKey argument is not HTTP compatible or does not have an HTTP request/response " + "pair. Session ID cookie will not be removed due to invalidated session.")
-        }
-    }
-
-    override fun onStop(session: Session, key: SessionKey?) {
-        super.onStop(session, key)
-        if (WebUtils.isHttp(key)) {
-            val request = WebUtils.getHttpRequest(key)
-            val response = WebUtils.getHttpResponse(key)
-            log.debug("Session has been stopped (subject logout or explicit stop).  Removing session ID cookie.")
-            removeSessionIdCookie(request, response)
-        } else {
-            log.debug("SessionKey argument is not HTTP compatible or does not have an HTTP request/response " + "pair. Session ID cookie will not be removed due to stopped session.")
-        }
-    }
-
-    /**
-     * This is a native session manager implementation, so this method returns `false` always.
-     *
-     * @return `false` always
-     * @since 1.2
-     */
-    fun isServletContainerSessions(): Boolean {
-        return false
-    }
-}

+ 0 - 50
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/Byte2Hex.kt

@@ -1,50 +0,0 @@
-package cn.gygxzc.envir.config.shiro.utils
-
-import java.util.*
-
-/**
- * 字节 16进制字串转换工具类
- * @author NorthLan
- * @date 2018/4/23
- * @url https://noahlan.com
- */
-object Byte2Hex {
-
-    /**
-     *
-     * 字节转换为 16 进制字符串
-     *
-     * @param b
-     * 字节
-     * @return
-     */
-    fun byte2Hex(b: Byte): String {
-        var hex = Integer.toHexString(b.toInt())
-        if (hex.length > 2) {
-            hex = hex.substring(hex.length - 2)
-        }
-        while (hex.length < 2) {
-            hex = "0$hex"
-        }
-        return hex
-    }
-
-
-    /**
-     *
-     * 字节数组转换为 16 进制字符串
-     *
-     * @param bytes
-     * 字节数组
-     * @return
-     */
-    fun byte2Hex(bytes: ByteArray): String {
-        val formatter = Formatter()
-        for (b in bytes) {
-            formatter.format("%02x", b)
-        }
-        val hash = formatter.toString()
-        formatter.close()
-        return hash
-    }
-}

+ 0 - 119
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/MD5Salt.kt

@@ -1,119 +0,0 @@
-package cn.gygxzc.envir.config.shiro.utils
-
-import org.slf4j.LoggerFactory
-import java.security.MessageDigest
-
-
-/**
- *
- * @author NorthLan
- * @date 2018/3/5
- * @url https://noahlan.com
- */
-class MD5Salt {
-    companion object {
-        private val logger = LoggerFactory.getLogger(MD5Salt::class.java)
-        private const val ALGORITHM = "MD5"
-        private const val CUT_SYMBOL = "#"
-
-        /**
-         * md5 盐值加密字符串
-         * @param salt
-         * 				盐值
-         * @param rawText
-         *				需要加密的字符串
-         * @return
-         */
-        fun md5SaltEncode(salt: String, rawText: String): String? {
-            return MD5Salt(salt, ALGORITHM).encode(rawText)
-        }
-
-        /**
-         * 判断md5 盐值加密内容是否正确
-         * @param salt
-         * 盐值
-         * @param encodeText
-         * 加密后的文本内容
-         * @param rawText
-         * 加密前的文本内容
-         * @return
-         */
-        fun md5SaltValid(salt: String, encodeText: String, rawText: String): Boolean {
-            return MD5Salt(salt, ALGORITHM).isValid(encodeText, rawText)
-        }
-    }
-
-    private var salt: String? = null
-    private var algorithm: String? = null
-
-    private constructor()
-
-    constructor(salt: String, algorithm: String) {
-        this.salt = salt
-        this.algorithm = algorithm
-    }
-
-    /**
-     * 字符串盐值加密
-     * @param rawText
-     * 需要加密的字符串
-     * @return
-     */
-    fun encode(rawText: String): String? {
-        try {
-            val md = MessageDigest.getInstance(this.algorithm)
-            //加密后的字符串
-            return Byte2Hex.byte2Hex(md.digest(mergeRawTextAndSalt(rawText).toByteArray()))
-        } catch (e: Exception) {
-            logger.error(" MD5Salt encode exception.")
-            e.printStackTrace()
-        }
-        return null
-    }
-
-    /**
-     *
-     *
-     *
-     * 判断加密内容是否正确
-     *
-     *
-     * @param encodeText
-     * 加密后的文本内容
-     * @param rawText
-     * 加密前的文本内容
-     * @return
-     */
-    fun isValid(encodeText: String, rawText: String): Boolean {
-        return this.encode(rawText).equals(encodeText)
-    }
-
-    /**
-     *
-     *
-     *
-     * 合并混淆盐值至加密内容
-     *
-     *
-     * @param rawText
-     * 需要加密的字符串
-     * @return
-     */
-    private fun mergeRawTextAndSalt(rawText: String?): String {
-        var tmp = rawText
-        if (tmp == null) {
-            tmp = ""
-        }
-
-        return if (this.salt == null || "" == this.salt) {
-            tmp
-        } else {
-            val mt = StringBuffer()
-            mt.append(tmp)
-            mt.append(CUT_SYMBOL)
-            mt.append(this.salt)
-            mt.toString()
-        }
-    }
-
-}

+ 0 - 109
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/SSOUtil.kt

@@ -1,109 +0,0 @@
-package cn.gygxzc.envir.config.shiro.utils
-
-import com.gxzc.zen.api.sys.common.MenuTree
-import com.gxzc.zen.api.sys.model.SysRole
-import cn.gygxzc.envir.sys.model.SysUser
-import com.gxzc.zen.api.sys.service.IPermissionService
-import com.gxzc.zen.common.util.SpringContextHolder
-import cn.gygxzc.envir.config.shiro.common.ZenPermission
-import cn.gygxzc.envir.config.shiro.ZenHttpSession
-import org.apache.shiro.SecurityUtils
-import org.apache.shiro.session.Session
-import org.slf4j.LoggerFactory
-
-/**
- * SSO 工具类
- * @author NorthLan
- * @date 2018/3/15
- * @url https://noahlan.com
- */
-@Suppress("UNCHECKED_CAST")
-object SSOUtil {
-    private var permissionService: IPermissionService? = SpringContextHolder.getBean(IPermissionService::class.java)
-    private val logger = LoggerFactory.getLogger(SSOUtil::class.java)
-    private const val NA = "NA"
-
-    fun getSession(): Session? {
-        return SecurityUtils.getSubject().getSession(false)
-    }
-
-    fun setAttribute(key: Any, value: Any?) {
-        getSession()?.setAttribute(key, value)
-    }
-
-    fun isLogin(): Boolean {
-        return SecurityUtils.getSubject()?.isAuthenticated ?: false
-    }
-
-    /**
-     * 获取当前登陆 账号
-     */
-    fun getCurAccount(): String {
-        return try {
-            SecurityUtils.getSubject().principal.toString()
-        } catch (e: Throwable) {
-            logger.warn("get curAccount error, return empty string:\"\"")
-            ""
-        }
-    }
-
-    /**
-     * 获取当前登陆 userId
-     */
-    fun getCurUserId(): Long {
-        return try {
-            getSession()?.getAttribute(ZenHttpSession.SESSION_KEY_USER_ID) as Long
-        } catch (e: Throwable) {
-            logger.warn("getCurUserId error, return -1")
-            -1
-        }
-    }
-
-    /**
-     * 获取当前登陆 基本信息
-     */
-    fun getCurUserInfo(): SysUser? {
-        return try {
-            getSession()?.getAttribute(ZenHttpSession.SESSION_KEY_USER_INFO) as? SysUser
-        } catch (e: Throwable) {
-            logger.warn("get curUserInfo error, return null")
-            null
-        }
-    }
-
-    /**
-     * 获取当前登陆用户名
-     */
-    fun getCurUserName(): String {
-        return try {
-            getCurUserInfo()?.username!!
-        } catch (e: Throwable) {
-            logger.warn("getCurUserName error, return given NA: \"NA\" ")
-            ""
-        }
-    }
-
-    /**
-     * 获取当前登陆 角色列表
-     */
-    fun getCurUserRoles(): MutableList<SysRole>? {
-        return getSession()?.getAttribute(ZenHttpSession.SESSION_KEY_USER_ROLES) as? MutableList<SysRole>
-    }
-
-    /**
-     * 获取当前用户 权限列表
-     */
-    fun getCurUserPerms(): MutableList<ZenPermission>? {
-        if (permissionService == null) {
-            permissionService = SpringContextHolder.getBean(IPermissionService::class.java)
-        }
-        return permissionService!!.getSubjectPermission()
-    }
-
-    /**
-     * 获取当前用户 目录树
-     */
-    fun getCurUserMenuTree(): MutableList<MenuTree>? {
-        return getSession()?.getAttribute(ZenHttpSession.SESSION_KEY_USER_MENU) as? MutableList<MenuTree>
-    }
-}

+ 0 - 82
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/SerializeUtils.kt

@@ -1,82 +0,0 @@
-package cn.gygxzc.envir.config.shiro.utils
-
-import org.slf4j.LoggerFactory
-import java.io.*
-
-
-/**
- * 序列化工具
- * @author NorthLan
- * @date 2018/4/23
- * @url https://noahlan.com
- */
-object SerializeUtils {
-    private val logger = LoggerFactory.getLogger(SerializeUtils::class.java)
-
-    /**
-     * deserialize
-     * @param bytes
-     * @return
-     */
-    fun deserialize(bytes: ByteArray): Any? {
-        var result: Any? = null
-        if (isEmpty(bytes)) {
-            return null
-        }
-
-        try {
-            val byteStream = ByteArrayInputStream(bytes)
-            try {
-                val objectInputStream = ObjectInputStream(byteStream)
-                try {
-                    result = objectInputStream.readObject()
-                } catch (ex: ClassNotFoundException) {
-                    throw Exception("Failed to deserialize object type", ex)
-                }
-
-            } catch (ex: Throwable) {
-                throw Exception("Failed to deserialize", ex)
-            }
-
-        } catch (e: Exception) {
-            logger.error("Failed to deserialize", e)
-        }
-        return result
-    }
-
-    private fun isEmpty(data: ByteArray?): Boolean {
-        return data == null || data.isEmpty()
-    }
-
-    /**
-     * serialize
-     * @param object
-     * @return
-     */
-    fun serialize(`object`: Any?): ByteArray? {
-        var result: ByteArray? = null
-        if (`object` == null) {
-            return ByteArray(0)
-        }
-        try {
-            val byteStream = ByteArrayOutputStream(128)
-            try {
-                if (`object` !is Serializable) {
-                    throw IllegalArgumentException(
-                            SerializeUtils::class.java.simpleName + " requires a Serializable payload "
-                                    + "but received an object of type [" + `object`.javaClass.name + "]")
-                }
-                val objectOutputStream = ObjectOutputStream(byteStream)
-                objectOutputStream.writeObject(`object`)
-                objectOutputStream.flush()
-                result = byteStream.toByteArray()
-            } catch (ex: Throwable) {
-                throw Exception("Failed to serialize", ex)
-            }
-        } catch (ex: Exception) {
-            logger.error("Failed to serialize", ex)
-        }
-
-        return result
-    }
-}

+ 0 - 42
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/ShiroRedisUtil.kt

@@ -1,42 +0,0 @@
-package cn.gygxzc.envir.config.shiro.utils
-
-import com.gxzc.zen.common.util.SpringContextHolder
-import org.apache.shiro.session.Session
-import org.apache.shiro.session.mgt.eis.SessionDAO
-
-/**
- * Shiro redis 工具类
- * @author NorthLan
- * @date 2018/5/3
- * @url https://noahlan.com
- */
-object ShiroRedisUtil {
-    private var sessionDAO = SpringContextHolder.getBean(SessionDAO::class.java)
-        get() {
-            if (field == null) {
-                field = SpringContextHolder.getBean(SessionDAO::class.java)
-            }
-            return field
-        }
-
-    fun getActiveSessions(): MutableCollection<Session> {
-        return sessionDAO!!.activeSessions
-    }
-
-    private fun updateSession(session: Session) {
-        sessionDAO!!.update(session)
-    }
-
-    fun removeAllSessionsAttributeKey(key: Any?) {
-        val sessions = getActiveSessions()
-        sessions.forEach { s ->
-            s.setAttribute(key, null)
-            updateSession(s)
-        }
-    }
-
-    fun removeSessionAttributeKey(session: Session, key: Any?) {
-        session.setAttribute(key, null)
-        updateSession(session)
-    }
-}

+ 0 - 42
zen-api/src/main/kotlin/cn/gygxzc/envir/config/shiro/utils/ShiroUtils.java

@@ -1,42 +0,0 @@
-package cn.gygxzc.envir.config.shiro.utils;
-
-import cn.gygxzc.envir.sys.model.SysUser;
-
-import org.apache.shiro.SecurityUtils;
-import org.apache.shiro.subject.Subject;
-
-/**
- * shiro 工具类
- *
- * @author ruoyi
- */
-public class ShiroUtils {
-
-    public static Subject getSubjct() {
-        return SecurityUtils.getSubject();
-    }
-
-    public static void logout() {
-        getSubjct().logout();
-    }
-
-    public static SysUser getUser() {
-        return (SysUser) getSubjct().getPrincipal();
-    }
-
-    public static Long getUserId() {
-        return getUser().getId();
-    }
-
-    public static String getLoginName() {
-        return getUser().getAccount();
-    }
-
-    public static String getIp() {
-        return getSubjct().getSession().getHost();
-    }
-
-    public static String getSessionId() {
-        return String.valueOf(getSubjct().getSession().getId());
-    }
-}

+ 0 - 81
zen-api/src/main/kotlin/cn/gygxzc/envir/sys/model/SysUser.kt

@@ -1,81 +0,0 @@
-package cn.gygxzc.envir.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableField
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-
-/**
- * <p>
- * 用户管理
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-27
- */
-@TableName("sys_user")
-open class SysUser : BaseModel() {
-    companion object {
-        private const val serialVersionUID = 1000000000000000002L
-    }
-
-    /**
-     * 登陆帐户
-     */
-    var account: String? = null
-    /**
-     * 姓名
-     */
-    var username: String? = null
-    /**
-     * 密码
-     */
-    var password: String? = null
-    /**
-     * 密码盐值
-     */
-    var salt: String? = null
-    /**
-     * 电话
-     */
-    var phone: String? = null
-    /**
-     * 邮箱
-     */
-    var email: String? = null
-    /**
-     * 职位
-     */
-    var position: String? = null
-    /**
-     * 详细地址
-     */
-    var address: String? = null
-    /**
-     * 工号
-     */
-    var staffNo: String? = null
-    /**
-     * 账号锁定(1.锁定;0.不锁定;)
-     */
-    var lock_: Boolean? = null
-    /**
-     * 备用字段
-     */
-    var ext1: String? = null
-    /**
-     * 备用字段
-     */
-    var ext2: String? = null
-    /**
-     * 备用字段
-     */
-    var ext3: String? = null
-    /**
-     * 备用字段
-     */
-    var ext4: String? = null
-    /**
-     * 性别,定义 1:男 0:女 -1:保密
-     */
-    var gender: Int? = null
-}

+ 0 - 13
zen-api/src/main/kotlin/cn/gygxzc/envir/sys/service/ILoginService.kt

@@ -1,13 +0,0 @@
-package cn.gygxzc.envir.sys.service
-
-/**
- * Created by niantuo on 2018/9/21.
- */
-
-interface ILoginService {
-
-    /**
-     * 登陆,返回jwt token验证
-     */
-    fun login(username: String, password: String): String
-}

+ 0 - 62
zen-api/src/main/kotlin/cn/gygxzc/envir/sys/service/impl/LoginService.kt

@@ -1,62 +0,0 @@
-package cn.gygxzc.envir.sys.service.impl
-
-import cn.gygxzc.envir.sys.dao.IUserDao
-import cn.gygxzc.envir.sys.model.SysUser
-import cn.gygxzc.envir.sys.service.ILoginService
-import cn.gygxzc.envir.config.jwt.JwtConfig
-import cn.gygxzc.envir.config.jwt.JwtPayload
-import cn.gygxzc.envir.config.jwt.JwtUtils
-import cn.gygxzc.envir.config.shiro.cache.JwtRedisCache
-import cn.gygxzc.envir.config.shiro.common.ZenAuthToken
-import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper
-import org.apache.shiro.SecurityUtils
-import org.apache.shiro.authc.AuthenticationException
-import org.apache.shiro.web.subject.support.WebDelegatingSubject
-import org.slf4j.LoggerFactory
-import org.springframework.beans.factory.annotation.Autowired
-import org.springframework.stereotype.Service
-
-/**
- * Created by niantuo on 2018/9/21.
- * 实际上客户端只能从redis缓存中去取数据,也就是说
- * 登陆需要在授权服务器,授权服务器会将用户数据存入redis缓存
- * 客户端可以获取用户数据,如果redis没有改数据,那么表示该用户没有登录
- */
-
-@Service
-class LoginService : ILoginService {
-
-    private val logger = LoggerFactory.getLogger(LoginService::class.java)
-
-    @Autowired
-    private lateinit var userDao: IUserDao
-
-    @Autowired
-    private lateinit var jwtConfig: JwtConfig
-
-    @Autowired
-    private lateinit var redisCache: JwtRedisCache
-
-
-    /**
-     * 登陆之后将用户信息保存到redis缓存
-     */
-    override fun login(username: String, password: String): String {
-        val wrapper = QueryWrapper<SysUser>()
-        wrapper.eq("account", username)
-
-        logger.info("login select user : ${wrapper.expression}")
-
-        val user = userDao.selectOne(wrapper)
-        val authToken = ZenAuthToken(username, password, user)
-        val subject = SecurityUtils.getSubject() as WebDelegatingSubject
-        try {
-            subject.login(authToken)
-            redisCache.put(username, authToken)
-            return JwtUtils.sign(JwtPayload(user.id.toString(), user.account!!), jwtConfig)
-        } catch (e: AuthenticationException) {
-            throw e
-        }
-
-    }
-}

+ 0 - 21
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/common/DictTypeTree.kt

@@ -1,21 +0,0 @@
-package com.gxzc.zen.api.sys.common
-
-import com.gxzc.zen.common.util.common.TreeNode
-
-/**
- * 字典结构树
- * @author NorthLan
- * @date 2018/4/28
- * @url https://noahlan.com
- */
-//@JsonInclude(JsonInclude.Include.NON_EMPTY) // jackson 忽略空值
-open class DictTypeTree : TreeNode() {
-    /**
-     * 目录码
-     */
-    var code: String? = null
-    /**
-     * 标签
-     */
-    var label: String? = null
-}

+ 0 - 56
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/common/MenuTree.kt

@@ -1,56 +0,0 @@
-package com.gxzc.zen.api.sys.common
-
-import com.gxzc.zen.common.util.common.TreeNode
-
-/**
- * 菜单树
- * @author NorthLan
- * @date 2018/4/28
- * @url https://noahlan.com
- */
-class MenuTree : TreeNode() {
-    companion object {
-        const val serialVersionUID = 5640224091610000005L
-    }
-
-    /**
-     * 菜单编码
-     */
-    var code: String? = null
-    /**
-     * 菜单类型(0:菜单组;1:菜单;)
-     */
-    var type: Int? = null
-    /**
-     * 菜单标题
-     */
-    var title: String? = null
-    /**
-     * 请求地址(前端)
-     */
-    var uri: String? = null
-    /**
-     * 图标名称
-     */
-    var icon: String? = null
-    /**
-     * 扩展字段1
-     */
-    var ext1: String? = null
-    /**
-     * 扩展字段2
-     */
-    var ext2: String? = null
-    /**
-     * 扩展字段3
-     */
-    var ext3: String? = null
-    /**
-     * 扩展字段4
-     */
-    var ext4: String? = null
-    /**
-     * 扩展字段5
-     */
-    var ext5: String? = null
-}

+ 0 - 40
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/common/RoleTree.kt

@@ -1,40 +0,0 @@
-package com.gxzc.zen.api.sys.common
-
-import com.gxzc.zen.common.util.common.TreeNode
-
-/**
- * 角色树 @see also SysRole
- * @author NorthLan
- * @date 2018/4/28
- * @url https://noahlan.com
- */
-class RoleTree : TreeNode() {
-    /**
-     * 角色名称
-     */
-    var name: String? = null
-    /**
-     * 角色代码
-     */
-    var code: String? = null
-    /**
-     * 扩展字段1
-     */
-    var ext1: String? = null
-    /**
-     * 扩展字段2
-     */
-    var ext2: String? = null
-    /**
-     * 扩展字段3
-     */
-    var ext3: String? = null
-    /**
-     * 扩展字段4
-     */
-    var ext4: String? = null
-    /**
-     * 扩展字段5
-     */
-    var ext5: String? = null
-}

+ 0 - 11
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/constants/CacheKeyConstants.kt

@@ -1,11 +0,0 @@
-package com.gxzc.zen.api.sys.constants
-
-/**
- *
- * @author NorthLan
- * @date 2018/5/5
- * @url https://noahlan.com
- */
-object CacheKeyConstants {
-    const val DICT_VALUE_KEY = "dict_value"
-}

+ 0 - 36
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysDept.kt

@@ -1,36 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-
-/**
- * <p>
- * 部门管理
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-28
- */
-@TableName("sys_dept")
-open class SysDept : BaseModel() {
-    /**
-     * 父节点ID
-     */
-    var parentId: Long? = null
-    /**
-     * 路径枚举
-     */
-    var path: String? = null
-    /**
-     * 部门名称
-     */
-    var name: String? = null
-    /**
-     * 负责人
-     */
-    var principal: String? = null
-    /**
-     * 排序号
-     */
-    var sort: Int? = null
-}

+ 0 - 24
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysDeptUser.kt

@@ -1,24 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-
-/**
- * <p>
- * 部门用户表
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-28
- */
-@TableName("sys_dept_user")
-open class SysDeptUser : BaseModel() {
-    /**
-     * 部门ID
-     */
-    var deptId: Long? = null
-    /**
-     * 用户ID
-     */
-    var userId: Long? = null
-}

+ 0 - 32
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysDictType.kt

@@ -1,32 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-
-/**
- * <p>
- * 字典结构树
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-28
- */
-@TableName("sys_dict_type")
-open class SysDictType : BaseModel() {
-    /**
-     * 目录码
-     */
-    var code: String? = null
-    /**
-     * 标签
-     */
-    var label: String? = null
-    /**
-     * 父节点id
-     */
-    var parentId: Long? = null
-    /**
-     * 路径枚举
-     */
-    var path: String? = null
-}

+ 0 - 36
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysDictValue.kt

@@ -1,36 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-
-/**
- * <p>
- * 字典值
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-28
- */
-@TableName("sys_dict_value")
-open class SysDictValue : BaseModel() {
-    /**
-     * 关联字典树ID
-     */
-    var typeId: Long? = null
-    /**
-     * 字典码
-     */
-    var code: String? = null
-    /**
-     * 字典值
-     */
-    var value: String? = null
-    /**
-     * 标签(中文名)
-     */
-    var label: String? = null
-    /**
-     * 排序号
-     */
-    var sort: Int? = null
-}

+ 0 - 44
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysEventLogin.kt

@@ -1,44 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-
-/**
- * <p>
- * 登录日志表
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-28
- */
-@TableName("sys_event_login")
-open class SysEventLogin : BaseModel() {
-    /**
-     * 日志标题
-     */
-    var title: String? = null
-    /**
-     * 请求地址
-     */
-    var requestUri: String? = null
-    /**
-     * 排序号
-     */
-    var sort: Int? = null
-    /**
-     * 账户名
-     */
-    var account: String? = null
-    /**
-     * 登录IP地址
-     */
-    var clientHost: String? = null
-    /**
-     * 用户代理
-     */
-    var userAgent: String? = null
-    /**
-     * 请求状态
-     */
-    var status: Int? = null
-}

+ 0 - 44
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysEventOper.kt

@@ -1,44 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-
-/**
- * <p>
- * 操作日志表
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-28
- */
-@TableName("sys_event_oper")
-open class SysEventOper : BaseModel() {
-    /**
-     * 日志标题
-     */
-    var title: String? = null
-    /**
-     * 请求地址
-     */
-    var requestUri: String? = null
-    /**
-     * 排序号
-     */
-    var sort: Int? = null
-    /**
-     * 账户名
-     */
-    var account: String? = null
-    /**
-     * 登录IP地址
-     */
-    var clientHost: String? = null
-    /**
-     * 请求参数
-     */
-    var parameter: String? = null
-    /**
-     * 请求方法
-     */
-    var method: String? = null
-}

+ 0 - 43
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysNotice.kt

@@ -1,43 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableName
-import com.fasterxml.jackson.annotation.JsonFormat
-import com.gxzc.zen.common.base.BaseModel
-import java.util.*
-
-/**
- * <p>
- * 通知公告表
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-28
- */
-@TableName("sys_notice")
-open class SysNotice : BaseModel() {
-    /**
-     * 公告标题
-     */
-    var noticeTitle: String? = null
-    /**
-     * 公告类型
-     */
-    var noticeType: String? = null
-    /**
-     * 发布时间
-     */
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
-    var sendTime: Date? = null
-    /**
-     * 来源地址
-     */
-    var sourcesUrl: String? = null
-    /**
-     * 内容
-     */
-    var content: String? = null
-    /**
-     * 发布状态
-     */
-    var status: String? = null
-}

+ 0 - 44
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysParam.kt

@@ -1,44 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-
-/**
- * <p>
- * 系统参数表
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-28
- */
-@TableName("sys_param")
-open class SysParam : BaseModel() {
-    /**
-     * 参数key
-     */
-    var key: String? = null
-    /**
-     * 参数值
-     */
-    var value: String? = null
-    /**
-     * 扩展字段1
-     */
-    var ext1: String? = null
-    /**
-     * 扩展字段2
-     */
-    var ext2: String? = null
-    /**
-     * 扩展字段3
-     */
-    var ext3: String? = null
-    /**
-     * 扩展字段4
-     */
-    var ext4: String? = null
-    /**
-     * 排序号
-     */
-    var sort: Int? = null
-}

+ 0 - 56
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysRole.kt

@@ -1,56 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-
-/**
- * <p>
- * 角色表
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-28
- */
-@TableName("sys_role")
-open class SysRole : BaseModel() {
-    companion object {
-        private const val serialVersionUID = 1000000000000000003L
-    }
-
-    /**
-     * 父级节点
-     */
-    var parentId: Long? = null
-    /**
-     * 角色名称
-     */
-    var name: String? = null
-    /**
-     * 路径枚举
-     */
-    var path: String? = null
-    /**
-     * 角色代码
-     */
-    var code: String? = null
-    /**
-     * 扩展字段1
-     */
-    var ext1: String? = null
-    /**
-     * 扩展字段2
-     */
-    var ext2: String? = null
-    /**
-     * 扩展字段3
-     */
-    var ext3: String? = null
-    /**
-     * 扩展字段4
-     */
-    var ext4: String? = null
-    /**
-     * 扩展字段5
-     */
-    var ext5: String? = null
-}

+ 0 - 74
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysUploadInfo.kt

@@ -1,74 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableField
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-import java.util.*
-
-/**
- * <p>
- * 上传文件信息表
- * </p>
- *
- * @author NorthLan
- * @since 2018-06-01
- */
-@TableName("sys_upload_info")
-open class SysUploadInfo : BaseModel() {
-    /**
-     * 当前虚拟文件名
-     */
-    var filename: String? = null
-    /**
-     * 原始文件名
-     */
-    var originFilename: String? = null
-    /**
-     * 虚拟相对路径
-     */
-    var relativePath: String? = null
-    /**
-     * 最后一次修改时间
-     */
-    var lastModified: Date? = null
-    /**
-     * 文件非完整md5(头+[尾]+修改时间)
-     */
-    var md5: String? = null
-    /**
-     * 后缀名
-     */
-    var extension: String? = null
-    /**
-     * 文件大小(byte)
-     */
-    var filesize: Long? = null
-    /**
-     * 存储group位
-     */
-    var group: String? = null
-    /**
-     * 保存的path
-     */
-    var path: String? = null
-    /**
-     * 备用字段
-     */
-    var ext1: String? = null
-    /**
-     * 备用字段
-     */
-    var ext2: String? = null
-    /**
-     * 备用字段
-     */
-    var ext3: String? = null
-    /**
-     * 备用字段
-     */
-    var ext4: String? = null
-
-    ////////////////////// url
-    @TableField(exist = false)
-    var url: String? = null
-}

+ 0 - 28
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysUserRole.kt

@@ -1,28 +0,0 @@
-package com.gxzc.zen.api.sys.model
-
-import com.baomidou.mybatisplus.annotation.TableName
-import com.gxzc.zen.common.base.BaseModel
-
-/**
- * <p>
- * 用户角色表
- * </p>
- *
- * @author NorthLan
- * @since 2018-04-27
- */
-@TableName("sys_user_role")
-open class SysUserRole : BaseModel() {
-    companion object {
-        private const val serialVersionUID = 1000000000000000005L
-    }
-
-    /**
-     * 角色ID
-     */
-    var roleId: Long? = null
-    /**
-     * 用户ID
-     */
-    var userId: Long? = null
-}

+ 0 - 43
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/service/IPermissionService.kt

@@ -1,43 +0,0 @@
-package com.gxzc.zen.api.sys.service
-
-import com.gxzc.zen.api.sys.model.SysRole
-import cn.gygxzc.envir.config.shiro.common.ZenPermission
-import org.apache.shiro.session.Session
-
-/**
- * <p>
- * 权限 服务类
- * </p>
- *
- * @author NorthLan
- * @since 2018-02-06
- */
-interface IPermissionService {
-
-    /**
-     * 获取系统所有权限列表并存入 {code 系统缓存}
-     */
-    fun getAllSysPermission(): MutableList<ZenPermission>
-
-    /**
-     * 获取用户主体拥有的权限列表
-     * 若session缓存中没有 则从数据库中取出
-     */
-    fun getSubjectPermission(): MutableList<ZenPermission>
-
-    /**
-     * 获取用户主体拥有的角色列表
-     * 若session缓存中没有 则从数据库中取出
-     */
-    fun getSubjectRoles(session: Session): MutableList<SysRole>
-
-    /**
-     * 更新系统权限缓存
-     */
-    fun updateAllSysPermission()
-
-    /**
-     * 更新所有用户权限
-     */
-    fun updateAllSessionPermission()
-}

+ 0 - 83
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/service/impl/PermissionServiceImpl.kt

@@ -1,83 +0,0 @@
-//package com.gxzc.zen.api.sys.service.impl
-//
-//import com.alibaba.dubbo.config.annotation.Reference
-//import com.gxzc.zen.api.sys.model.SysRole
-//import com.gxzc.zen.api.sys.service.IPermissionService
-//import com.gxzc.zen.common.contants.ZenConstants
-//import com.gxzc.zen.common.util.RedisCacheUtil
-//import com.gxzc.zen.rpc.api.sys.RPermissionService
-//import com.gxzc.zen.rpc.api.sys.RRoleService
-//import cn.gygxzc.tina.config.shiro.common.ZenPermission
-//import cn.gygxzc.tina.config.shiro.ZenHttpSession
-//import cn.gygxzc.tina.config.shiro.utils.SSOUtil
-//import cn.gygxzc.tina.config.shiro.utils.ShiroRedisUtil
-//import org.apache.shiro.session.Session
-//import org.springframework.data.annotation.Reference
-//import org.springframework.stereotype.Service
-//
-///**
-// * <p>
-// * 权限 服务实现类
-// * </p>
-// *
-// * @author NorthLan123
-// * @since 2018-02-06
-// */
-//@Service
-//@Suppress("UNCHECKED_CAST")
-//class PermissionServiceImpl : IPermissionService {
-//
-//    @Reference(version = "1.0")
-//    private val rPermissionService: RPermissionService? = null
-//
-//    @Reference(version = "1.0")
-//    private val roleService: RRoleService? = null
-//
-//    override fun getAllSysPermission(): MutableList<ZenPermission> {
-//        // 获取权限
-//        var ret = rPermissionService?.getAllPermission()
-//        if (ret == null) {
-//            ret = mutableListOf()
-//        }
-//        return ret
-//    }
-//
-//    override fun getSubjectPermission(): MutableList<ZenPermission> {
-//        val session = SSOUtil.getSession() ?: return mutableListOf()
-//        var result = session.getAttribute(ZenHttpSession.SESSION_KEY_USER_PERMS) as? MutableList<ZenPermission>
-//        if (result == null || result.isEmpty()) {
-//            result = mutableListOf()
-//            val roles = getSubjectRoles(session)
-//            val roleIds = roles.map { it.id!! }
-//
-//            val perms = rPermissionService?.getPermissionByRoleIds(roleIds)
-//            if (perms != null && perms.isNotEmpty()) {
-//                result.addAll(perms)
-//            }
-//        }
-//        if (result.isNotEmpty()) {
-//            session.setAttribute(ZenHttpSession.SESSION_KEY_USER_PERMS, result)
-//        }
-//
-//        return result
-//    }
-//
-//    override fun getSubjectRoles(session: Session): MutableList<SysRole> {
-//        var roles = session.getAttribute(ZenHttpSession.SESSION_KEY_USER_ROLES) as? MutableList<SysRole>
-//        // session中没有怎么办?
-//        if (roles == null || roles.isEmpty()) {
-//            // DB中取出来
-//            roles = roleService!!.getRoleListByUserId(session.getAttribute(ZenHttpSession.SESSION_KEY_USER_ID) as? Long)
-//            session.setAttribute(ZenHttpSession.SESSION_KEY_USER_ROLES, roles)
-//        }
-//        return roles
-//    }
-//
-//    override fun updateAllSysPermission() {
-//        RedisCacheUtil.evict(ZenConstants.CACHE_KEY_SYS, "allPerms")
-//    }
-//
-//    override fun updateAllSessionPermission() {
-//        ShiroRedisUtil.removeAllSessionsAttributeKey(ZenHttpSession.SESSION_KEY_USER_PERMS)
-//    }
-//}

+ 0 - 14
zen-api/src/main/kotlin/com/gxzc/zen/logging/annotation/LogAnnotation.kt

@@ -1,14 +0,0 @@
-package com.gxzc.zen.logging.annotation
-
-/**
- * <p>
- * 使用在Controller方法上<br>
- * 用于配置 请求日志
- * </p>
- * @author NorthLan
- * @date 2018/8/23
- * @url https://noahlan.com
- */
-@Target(AnnotationTarget.FUNCTION)
-@Retention(AnnotationRetention.RUNTIME)
-annotation class LogAnnotation(val ignore: Boolean = false, val remark: String = "")

+ 0 - 56
zen-api/src/main/kotlin/com/gxzc/zen/logging/model/LogAuth.kt

@@ -1,56 +0,0 @@
-package com.gxzc.zen.logging.model
-
-import java.io.Serializable
-import java.util.*
-
-/**
- * 登录/登出 日志 data class
- * @author NorthLan
- * @date 2018/8/23
- * @url https://noahlan.com
- */
-open class LogAuth : Serializable {
-    companion object {
-        private const val serialVersionUID = 10000000000000001L
-    }
-
-    /**
-     * 类型
-     */
-    var type: Int = 1
-
-    /**
-     * 登陆方式
-     */
-    var method: Int = 1
-
-    /**
-     * 操作人account
-     */
-    var operatorAccount: String? = null
-
-    /**
-     * 操作人name
-     */
-    var operatorName: String? = null
-
-    /**
-     * 操作开始时间
-     */
-    var operatorStartTime: Date = Date()
-
-    /**
-     * 操作结束时间
-     */
-    var operatorEndTime: Date = Date()
-
-    /**
-     * 客户端host
-     */
-    var remoteHost: String? = null
-
-    /**
-     * 备注
-     */
-    var remark: String? = null
-}

+ 0 - 55
zen-api/src/main/kotlin/com/gxzc/zen/logging/model/LogBiz.kt

@@ -1,55 +0,0 @@
-package com.gxzc.zen.logging.model
-
-import java.io.Serializable
-import java.util.*
-
-/**
- *
- * @author NorthLan
- * @date 2018/8/23e
- * @url https://noahlan.com
- */
-open class LogBiz : Serializable {
-    companion object {
-        private const val serialVersionUID = 10000000000000004L
-    }
-
-    /**
-     * 平台ID
-     */
-    var platformId: Int? = null
-    /**
-     * 业务ID
-     */
-    var bizCode: String? = null
-
-    /**
-     * 业务内容(需自行组装)
-     */
-    var bizContent: String? = null
-
-    /**
-     * 操作人account
-     */
-    var operatorAccount: String? = null
-
-    /**
-     * 操作人name
-     */
-    var operatorName: String? = null
-
-    /**
-     * 业务开始时间
-     */
-    var operatorStartTime: Date = Date()
-
-    /**
-     * 业务结束时间
-     */
-    var operatorEndTime: Date = Date()
-
-    /**
-     * 备注
-     */
-    var remark: String? = null
-}

+ 0 - 66
zen-api/src/main/kotlin/com/gxzc/zen/logging/model/LogDB.kt

@@ -1,66 +0,0 @@
-package com.gxzc.zen.logging.model
-
-import java.io.Serializable
-import java.util.*
-
-/**
- * 数据库日志 model
- * @author NorthLan
- * @date 2018/8/23
- * @url https://noahlan.com
- */
-open class LogDB : Serializable {
-    companion object {
-        private const val serialVersionUID = 10000000000000003L
-    }
-
-    /**
-     * 平台ID
-     */
-    var platformId: Int? = null
-
-    /**
-     * 操作 类型
-     */
-    var type: Int = 1
-
-    /**
-     * 执行sql
-     */
-    var sql: String? = null
-
-    /**
-     * 表名
-     */
-    var tableId: String? = null
-
-    /**
-     * 表名 Comment中的
-     */
-    var tableName: String? = null
-
-    /**
-     * 操作人account
-     */
-    var operatorAccount: String? = null
-
-    /**
-     * 操作人name
-     */
-    var operatorName: String? = null
-
-    /**
-     * 操作开始时间
-     */
-    var operatorStartTime: Date = Date()
-
-    /**
-     * 操作结束时间
-     */
-    var operatorEndTime: Date = Date()
-
-    /**
-     * 备注
-     */
-    var remark: String? = null
-}

+ 0 - 86
zen-api/src/main/kotlin/com/gxzc/zen/logging/model/LogRequest.kt

@@ -1,86 +0,0 @@
-package com.gxzc.zen.logging.model
-
-import java.io.Serializable
-import java.util.*
-
-/**
- * 请求日志 model
- * @author NorthLan
- * @date 2018/8/23
- * @url https://noahlan.com
- */
-open class LogRequest : Serializable {
-    companion object {
-        private const val serialVersionUID = 10000000000000002L
-    }
-
-    /**
-     * 平台ID
-     */
-    var platformId: Int? = null
-
-    /**
-     * 请求URI
-     */
-    var requestUri: String? = null
-
-    /**
-     * 请求方法
-     */
-    var requestMethod: String? = null
-
-    /**
-     * 请求携带参数
-     */
-    var requestParam: String? = null
-
-    /**
-     * 请求内容体
-     */
-    var requestBody: String? = null
-
-    /**
-     * 返回内容
-     */
-    var responseBody: String? = null
-
-    /**
-     * targetMethod 请求方法
-     */
-    var method: String? = null
-
-    /**
-     * 操作人account
-     */
-    var operatorAccount: String? = null
-
-    /**
-     * 操作人name
-     */
-    var operatorName: String? = null
-
-    /**
-     * 操作开始时间
-     */
-    var operatorStartTime: Date = Date()
-
-    /**
-     * 操作结束时间
-     */
-    var operatorEndTime: Date = Date()
-
-    /**
-     * 客户端host
-     */
-    var remoteHost: String? = null
-
-    /**
-     * 异常信息
-     */
-    var exMsg: String? = null
-
-    /**
-     * 备注
-     */
-    var remark: String? = null
-}

+ 0 - 12
zen-api/src/main/kotlin/com/gxzc/zen/logging/model/MQLog.kt

@@ -1,12 +0,0 @@
-package com.gxzc.zen.logging.model
-
-/**
- * MQLog 数据类
- * @author NorthLan
- * @date 2018/9/2
- * @url https://noahlan.com
- */
-data class MQLog(
-        val ignore: Boolean = false, // 是否忽略此条Log信息
-        val remark: String? = null // 此条Log信息的remark
-)

+ 0 - 43
zen-api/src/main/kotlin/com/gxzc/zen/msg/ws/config/WebSocketConfig.kt

@@ -1,43 +0,0 @@
-package com.gxzc.zen.msg.ws.config
-
-import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-import org.springframework.context.annotation.Configuration
-import org.springframework.messaging.simp.config.MessageBrokerRegistry
-import org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
-import org.springframework.web.socket.config.annotation.EnableWebSocketMessageBroker
-import org.springframework.web.socket.config.annotation.StompEndpointRegistry
-
-/**
- * WebSocket 配置
- * @author NorthLan
- * @date 2018/7/30
- * @url https://noahlan.com
- */
-@Configuration
-@EnableWebSocketMessageBroker
-@ConditionalOnProperty(prefix = "ws", name = ["enabled"], havingValue = "true", matchIfMissing = true)
-//@EnableConfigurationProperties(WebSocketProperties::class)
-class WebSocketConfig : AbstractWebSocketMessageBrokerConfigurer() {
-
-    //    @Autowired
-    //    private lateinit var webSocketProperties: WebSocketProperties
-
-    override fun configureMessageBroker(registry: MessageBrokerRegistry) {
-        /**
-         * 客户端需订阅如下地址的消息
-         * 服务端通过 @SendTo 或者使用SimpMessageTemplate来发送消息
-         */
-        registry.enableSimpleBroker("/topic", "/user")
-        /**
-         * 客户端需用如下地址作为前缀发送消息,经由Broker转发
-         */
-        registry.setApplicationDestinationPrefixes("/app", "/web")
-    }
-
-    override fun registerStompEndpoints(registry: StompEndpointRegistry) {
-        /**
-         * 以 /ws 作为 Stomp 端点,对外暴露
-         */
-        registry.addEndpoint("/ws").setAllowedOrigins("*")
-    }
-}

+ 0 - 12
zen-api/src/main/kotlin/com/gxzc/zen/msg/ws/config/WebSocketProperties.kt

@@ -1,12 +0,0 @@
-package com.gxzc.zen.msg.ws.config
-
-/**
- * WebSocket 配置类 暂无用
- * @author NorthLan
- * @date 2018/7/31
- * @url https://noahlan.com
- */
-//@ConfigurationProperties(prefix = "ws")
-open class WebSocketProperties {
-
-}

+ 0 - 46
zen-api/src/main/kotlin/com/gxzc/zen/orm/config/CustomMetaObjectHandler.kt

@@ -1,46 +0,0 @@
-package com.gxzc.zen.orm.config
-
-import com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
-import cn.gygxzc.envir.config.shiro.utils.SSOUtil
-import org.apache.ibatis.reflection.MetaObject
-import org.slf4j.LoggerFactory
-import java.util.*
-
-/**
- * 公共字段自动填充
- * 多线程 + WebSocket 下不适用
- * @author NorthLan
- * @date 2018/1/31
- * @url https://noahlan.com
- */
-class CustomMetaObjectHandler : MetaObjectHandler {
-    companion object {
-        val logger = LoggerFactory.getLogger(CustomMetaObjectHandler::class.java)!!
-    }
-
-    override fun insertFill(metaObject: MetaObject?) {
-        try {
-            if (getFieldValByName("createBy", metaObject) == null) {
-                val curUser = SSOUtil.getCurAccount()
-                setFieldValByName("createBy", curUser, metaObject)
-            }
-            if (getFieldValByName("createTime", metaObject) == null) {
-                setFieldValByName("createTime", Date(), metaObject)
-            }
-        } catch (e: Throwable) {
-            logger.warn("insertFill error, cause: ", e)
-        }
-    }
-
-    override fun updateFill(metaObject: MetaObject?) {
-        try {
-            if (getFieldValByName("updateBy", metaObject) == null) {
-                val curUser = SSOUtil.getCurAccount()
-                setFieldValByName("updateBy", curUser, metaObject)
-            }
-            setFieldValByName("updateTime", Date(), metaObject)
-        } catch (e: Throwable) {
-            logger.warn("updateFill error, cause: ", e)
-        }
-    }
-}

+ 0 - 39
zen-api/src/main/kotlin/com/gxzc/zen/orm/config/MybatisPlusConfig.kt

@@ -1,39 +0,0 @@
-package com.gxzc.zen.orm.config
-
-import com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
-import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor
-import org.mybatis.spring.annotation.MapperScan
-import org.springframework.context.annotation.Bean
-import org.springframework.context.annotation.Configuration
-
-/**
- *
- * @author NorthLan at 2018/1/30
- */
-@Configuration
-@MapperScan("com.gxzc.zen.api.*.mapper*")
-class MybatisPlusConfig {
-
-//    /**
-//     * 性能分析插件
-//     */
-//    @Bean
-//    @Profile("dev") // 开发环境开启
-//    fun performanceInterceptor(): PerformanceInterceptor {
-//        return PerformanceInterceptor().also { it.isFormat = true }
-//    }
-
-    /**
-     * 分页插件
-     */
-    @Bean
-    fun paginationInterceptor(): PaginationInterceptor {
-        return PaginationInterceptor()
-    }
-
-    @Bean
-    fun metaObjectHandler(): MetaObjectHandler {
-        return CustomMetaObjectHandler()
-    }
-
-}

+ 0 - 30
zen-api/src/main/kotlin/com/gxzc/zen/orm/data/authority/DAHelper.kt

@@ -1,30 +0,0 @@
-package com.gxzc.zen.orm.data.authority
-
-import org.slf4j.LoggerFactory
-
-/**
- * 数据权限辅助类(适用于全局)
- * @author NorthLan
- * @date 2018/7/16
- * @url https://noahlan.com
- */
-object DAHelper {
-    private val log = LoggerFactory.getLogger(DAHelper::class.java)
-
-    /**
-     * 数据权限 线程局部变量
-     */
-    private val LOCAL_DA = ThreadLocal<DataAuthority>()
-
-    fun getDA(): DataAuthority? {
-        return LOCAL_DA.get()
-    }
-
-    fun startDA(dataAuthority: DataAuthority) {
-        LOCAL_DA.set(dataAuthority)
-    }
-
-    fun remove() {
-        LOCAL_DA.remove()
-    }
-}

+ 0 - 24
zen-api/src/main/kotlin/com/gxzc/zen/orm/data/authority/DataAuthority.kt

@@ -1,24 +0,0 @@
-package com.gxzc.zen.orm.data.authority
-
-/**
- * 数据权限 包装类
- * @author NorthLan
- * @date 2018/7/16
- * @url https://noahlan.com
- */
-open class DataAuthority {
-    /**
-     * 是否启用系统 数权
-     */
-    var sysDAEnabled: Boolean = false
-
-    /**
-     * 是否启用业务 数权
-     */
-    var bizDAEnabled: Boolean = false
-
-    /**
-     * 业务数权 需要过滤的createBy
-     */
-    var createByList: String? = null
-}

+ 0 - 43
zen-api/src/main/kotlin/com/gxzc/zen/orm/data/authority/DataAuthorityBuilder.kt

@@ -1,43 +0,0 @@
-package com.gxzc.zen.orm.data.authority
-
-/**
- * 数据权限 构建器
- * @author NorthLan
- * @date 2018/7/25
- * @url https://noahlan.com
- */
-open class DataAuthorityBuilder {
-    private val da: DataAuthority = DataAuthority()
-
-    fun createByList(createByList: String): DataAuthorityBuilder {
-        da.createByList = createByList
-        configBizDA()
-        return this
-    }
-
-    fun createByList(createByList: Collection<String>): DataAuthorityBuilder {
-        da.createByList = createByList.joinToString(",")
-        configBizDA()
-        return this
-    }
-
-    fun systemDA(enabled: Boolean): DataAuthorityBuilder {
-        da.sysDAEnabled = enabled
-        return this
-    }
-
-    fun bizDA(enabled: Boolean): DataAuthorityBuilder {
-        da.bizDAEnabled = enabled
-        return this
-    }
-
-    fun build(): DataAuthority {
-        return da
-    }
-
-    private fun configBizDA() {
-        if (!da.createByList.isNullOrEmpty()) {
-            da.bizDAEnabled = true
-        }
-    }
-}

+ 0 - 43
zen-api/src/main/kotlin/com/gxzc/zen/orm/data/authority/visitor/DataAuthoritySelectVisitor.kt

@@ -1,43 +0,0 @@
-package com.gxzc.zen.orm.data.authority.visitor
-
-import net.sf.jsqlparser.expression.StringValue
-import net.sf.jsqlparser.expression.operators.conditional.AndExpression
-import net.sf.jsqlparser.expression.operators.relational.ExpressionList
-import net.sf.jsqlparser.expression.operators.relational.InExpression
-import net.sf.jsqlparser.schema.Column
-import net.sf.jsqlparser.statement.select.PlainSelect
-import net.sf.jsqlparser.statement.select.SelectVisitor
-import net.sf.jsqlparser.statement.select.SetOperationList
-import net.sf.jsqlparser.statement.select.WithItem
-
-/**
- * 数据权限 Select Visitor (处理sql)
- * @author NorthLan
- * @date 2018/7/9
- * @url https://noahlan.com
- */
-class DataAuthoritySelectVisitor : SelectVisitor {
-
-    override fun visit(plainSelect: PlainSelect) {
-        val inExp = InExpression().apply {
-            this.leftExpression = Column("create_by")
-            this.rightItemsList = ExpressionList(StringValue("admin"), StringValue("haha"))
-        }
-
-        if (plainSelect.where == null) {
-            plainSelect.where = inExp
-        } else {
-            plainSelect.where = AndExpression(plainSelect.where, inExp)
-        }
-    }
-
-    override fun visit(setOpList: SetOperationList) {
-        setOpList.selects.forEach {
-            it.accept(DataAuthoritySelectVisitor())
-        }
-    }
-
-    override fun visit(withItem: WithItem) {
-        withItem.selectBody.accept(DataAuthoritySelectVisitor())
-    }
-}

+ 0 - 141
zen-api/src/main/resources/templates/entity.java.vm

@@ -1,141 +0,0 @@
-package ${package.Entity};
-
-#foreach($pkg in ${table.importPackages})
-import ${pkg};
-#end
-#if(${entityLombokModel})
-
-import com.baomidou.mybatisplus.annotations.Version;
-
-import lombok.Data;
-import lombok.EqualsAndHashCode;
-import lombok.experimental.Accessors;
-#end
-
-/**
- * <p>
- * $!{table.comment}
- * </p>
- *
- * @author ${author}
- * @since ${date}
- */
-#if(${entityLombokModel})
-@Data
-    #if(${superEntityClass})
-    @EqualsAndHashCode(callSuper = true)
-    #end
-@Accessors(chain = true)
-#end
-###if(${table.convert})
-@TableName("${table.name}")
-###end
-#if(${superEntityClass})
-public class ${entity} extends ${superEntityClass}#if(${activeRecord})<${entity}>#end {
-#elseif(${activeRecord})
-public class ${entity} extends Model<${entity}> {
-#else
-public class ${entity} implements Serializable {
-#end
-
-private static final long serialVersionUID = 1L;
-
-## ----------  BEGIN 字段循环遍历  ----------
-#foreach($field in ${table.fields})
-    #if(${field.keyFlag})
-        #set($keyPropertyName=${field.propertyName})
-    #end
-    #if("$!field.comment" != "")
-    /**
-     * ${field.comment}
-     */
-    #end
-    #if(${field.keyFlag})
-    ## 主键
-        #if(${field.keyIdentityFlag})
-        @TableId(value = "${field.name}", type = IdType.AUTO)
-        #elseif(!$null.isNull(${idType}) && "$!idType" != "")
-        @TableId(value = "${field.name}", type = IdType.${idType})
-        #elseif(${field.convert})
-        @TableId("${field.name}")
-        #end
-    ## 普通字段
-    #elseif(${field.fill})
-    ## -----   存在字段填充设置   -----
-        #if(${field.convert})
-        @TableField(value = "${field.name}", fill = FieldFill.${field.fill})
-        #else
-        @TableField(fill = FieldFill.${field.fill})
-        #end
-    #elseif(${field.convert})
-    @TableField("${field.name}")
-    #end
-## 乐观锁注解
-    #if(${versionFieldName}==${field.name})
-    @Version
-    #end
-## 逻辑删除注解
-    #if(${logicDeleteFieldName}==${field.name})
-    @TableLogic
-    #end
-private ${field.propertyType} ${field.propertyName};
-#end
-## ----------  END 字段循环遍历  ----------
-
-#if(!${entityLombokModel})
-    #foreach($field in ${table.fields})
-        #if(${field.propertyType.equals("boolean")})
-            #set($getprefix="is")
-        #else
-            #set($getprefix="get")
-        #end
-
-    public ${field.propertyType} ${getprefix}${field.capitalName}() {
-            return ${field.propertyName};
-            }
-
-        #if(${entityBuilderModel})
-        public ${entity} set${field.capitalName}(${field.propertyType} ${field.propertyName}) {
-        #else
-        public void set${field.capitalName}(${field.propertyType} ${field.propertyName}) {
-        #end
-            this.${field.propertyName} = ${field.propertyName};
-        #if(${entityBuilderModel})
-                return this;
-        #end
-            }
-    #end
-#end
-
-#if(${entityColumnConstant})
-    #foreach($field in ${table.fields})
-    public static final String ${field.name.toUpperCase()} = "${field.name}";
-
-    #end
-#end
-#if(${activeRecord})
-@Override
-protected Serializable pkVal() {
-    #if(${keyPropertyName})
-            return this.${keyPropertyName};
-    #else
-            return this.id;
-    #end
-        }
-
-#end
-#if(!${entityLombokModel})
-@Override
-public String toString() {
-        return "${entity}{" +
-    #foreach($field in ${table.fields})
-        #if($!{velocityCount}==1)
-                "${field.propertyName}=" + ${field.propertyName} +
-        #else
-                ", ${field.propertyName}=" + ${field.propertyName} +
-        #end
-    #end
-        "}";
-        }
-#end
-        }

+ 0 - 92
zen-api/src/main/resources/templates/entity.kt.vm

@@ -1,92 +0,0 @@
-package ${package.Entity}
-
-import com.baomidou.mybatisplus.annotations.TableName
-#foreach($pkg in ${table.importPackages})
-import ${pkg}
-#end
-
-/**
- * <p>
- * $!{table.comment}
- * </p>
- *
- * @author ${author}
- * @since ${date}
- */
-###if(${table.convert})
-@TableName("${table.name}")
-###end
-open class ${entity} : #if(${superEntityClass})${superEntityClass}#if(${activeRecord})<${entity}>#end() {
-#elseif(${activeRecord}) Model<${entity}>() {
-#else Serializable {
-#end
-#if(${entityColumnConstant})
-    companion object {
-    #foreach($field in ${table.fields})
-        const val ${field.name.toUpperCase()} : String = "${field.name}"
-    #end
-}
-#end
-## ----------  BEGIN 字段循环遍历  ----------
-#foreach($field in ${table.fields})
-#if(${field.keyFlag})
-    #set($keyPropertyName=${field.propertyName})
-#end
-#if("$!field.comment" != "")
-    /**
-     * ${field.comment}
-     */
-#end
-#if(${field.keyFlag})
-## 主键
-    #if(${field.keyIdentityFlag})
-    @TableId(value = "${field.name}", type = IdType.AUTO)
-    #elseif(!$null.isNull(${idType}) && "$!idType" != "")
-    @TableId(value = "${field.name}", type = IdType.${idType})
-    #elseif(${field.convert})
-    @TableId("${field.name}")
-    #end
-## 普通字段
-#elseif(${field.fill})
-## -----   存在字段填充设置   -----
-    #if(${field.convert})
-    @TableField(value = "${field.name}", fill = FieldFill.${field.fill})
-    #else
-    @TableField(fill = FieldFill.${field.fill})
-    #end
-#elseif(${field.convert})
-@TableField("${field.name}")
-#end
-## 乐观锁注解
-#if(${versionFieldName}==${field.name})
-@Version
-#end
-## 逻辑删除注解
-#if(${logicDeleteFieldName}==${field.name})
-@TableLogic
-#end
-    var ${field.propertyName}: #if(${field.propertyType} == "Integer")Int#else${field.propertyType}#end? = null#if($foreach.count!=${table.fields.size()})#end
-
-#end
-## ----------  END 字段循环遍历  ----------
-#if(${activeRecord})
-    override fun pkVal(): Serializable {
-        #if(${keyPropertyName})
-        return ${keyPropertyName} !
-        #else
-        return id!!
-        #end
-    }
-#end
-##    override fun toString(): String {
-##        return "${entity}{" +
-###foreach($field in ${table.fields})
-###if($!{velocityCount}==1)
-##        "${field.propertyName}=" + ${field.propertyName} +
-###else
-##        ", ${field.propertyName}=" + ${field.propertyName} +
-###end
-###end
-##        "}"
-##    }
-}

+ 0 - 25
zen-api/src/main/resources/templates/mapper.java.vm

@@ -1,25 +0,0 @@
-package ${package.Mapper}#if(!${kotlin});#end
-
-
-import ${package.Entity}.${entity}#if(!${kotlin});#end
-
-import ${superMapperClassPackage}#if(!${kotlin});#end
-
-import org.springframework.stereotype.Repository#if(!${kotlin});#end
-
-/**
- * <p>
- * $!{table.comment} Mapper 接口
- * </p>
- *
- * @author ${author}
- * @since ${date}
- */
-@Repository
-#if(${kotlin})
-interface ${table.mapperName} : ${superMapperClass}<${entity}>
-#else
-public interface ${table.mapperName} extends ${superMapperClass}<${entity}> {
-
-}
-#end

+ 0 - 22
zen-api/src/main/resources/templates/service.java.vm

@@ -1,22 +0,0 @@
-package ${package.Service}#if(!${kotlin});#end
-
-
-import ${package.Entity}.${entity}#if(!${kotlin});#end
-
-import ${superServiceClassPackage}#if(!${kotlin});#end
-
-/**
- * <p>
- * $!{table.comment} 服务类
- * </p>
- *
- * @author ${author}
- * @since ${date}
- */
-#if(${kotlin})
-interface ${table.serviceName} : ${superServiceClass}<${entity}>
-#else
-public interface ${table.serviceName} extends ${superServiceClass}<${entity}> {
-
-}
-#end

+ 0 - 32
zen-api/src/main/resources/templates/serviceImpl.java.vm

@@ -1,32 +0,0 @@
-package ${package.ServiceImpl}#if(!${kotlin});#end
-
-
-import ${package.Entity}.${entity}#if(!${kotlin});#end
-
-import ${package.Mapper}.${table.mapperName}#if(!${kotlin});#end
-
-import ${package.Service}.${table.serviceName}#if(!${kotlin});#end
-
-import ${superServiceImplClassPackage}#if(!${kotlin});#end
-
-import org.springframework.stereotype.Service#if(!${kotlin});#end
-
-
-/**
- * <p>
- * $!{table.comment} 服务实现类
- * </p>
- *
- * @author ${author}
- * @since ${date}
- */
-@Service
-#if(${kotlin})
-class ${table.serviceImplName} : ${superServiceImplClass}<${table.mapperName}, ${entity}>(), ${table.serviceName} {
-
-}
-#else
-public class ${table.serviceImplName} extends ${superServiceImplClass}<${table.mapperName}, ${entity}> implements ${table.serviceName} {
-
-}
-#end

+ 0 - 19
zen-api/src/test/kotlin/com/gxzc/zen/api/PasswordGen.kt

@@ -1,19 +0,0 @@
-package com.gxzc.zen.api
-
-import org.apache.shiro.crypto.hash.SimpleHash
-import org.junit.Test
-
-/**
- *
- * @author NorthLan
- * @date 2018/4/24
- * @url https://noahlan.com
- */
-class PasswordGen {
-    @Test
-    fun genPassword() {
-        println(SimpleHash("md5", "123456", "guest" + "hahahaha", 2))
-        println(SimpleHash("md5", "123456", "guest" + "hahahaha", 2).toHex())
-        println(SimpleHash("md5", "123456", "guest" + "hahahaha", 2).toString())
-    }
-}

+ 0 - 35
zen-api/src/test/kotlin/com/gxzc/zen/api/TestCollectionUtil.kt

@@ -1,35 +0,0 @@
-package com.gxzc.zen.api
-
-import org.apache.commons.collections.CollectionUtils
-import org.junit.Test
-
-/**
- *
- * @author NorthLan
- * @date 2018/5/4
- * @url https://noahlan.com
- */
-@Suppress("UNUSED_VARIABLE")
-class TestCollectionUtil {
-    @Test
-    fun testJiao() {
-        val a = mutableListOf<Int>().apply {
-            add(1)
-            add(2)
-            add(3)
-        }
-
-        val b = mutableListOf<Int>().apply {
-            add(1)
-            add(4)
-        }
-        // 差集 a b
-        val asubb = CollectionUtils.subtract(b, a)
-        // 并集
-        val union = CollectionUtils.union(a, b)
-        // 交集
-        val ins = CollectionUtils.intersection(a, b)
-
-        println("test")
-    }
-}

+ 0 - 110
zen-api/src/test/kotlin/com/gxzc/zen/api/TestDictTypeTreeRedis.kt

@@ -1,110 +0,0 @@
-//package com.gxzc.zen.api
-//
-//import com.fasterxml.jackson.databind.ObjectMapper
-//import com.gxzc.zen.api.sys.common.DictTypeTree
-//import com.gxzc.zen.common.util.TreeUtil
-//import org.junit.Test
-//
-///**
-// *
-// * @author NorthLan
-// * @date 2018/4/28
-// * @url https://noahlan.com
-// */
-//class TestDictTypeTreeRedis {
-//
-//    fun buildData(): MutableList<DictTypeTree> {
-//        return mutableListOf<DictTypeTree>().apply {
-//            add(DictTypeTree().apply {
-//                id = 1
-//                parentId = 0
-//                type = 1
-//            })
-//            add(DictTypeTree().apply {
-//                id = 2
-//                parentId = 1
-//                type = 1
-//            })
-//            add(DictTypeTree().apply {
-//                id = 3
-//                parentId = 1
-//                type = 1
-//            })
-//            add(DictTypeTree().apply {
-//                id = 4
-//                parentId = 2
-//                type = 1
-//                code = "test"
-//            })
-//            add(DictTypeTree().apply {
-//                id = 5
-//                parentId = 4
-//                type = 2
-//                value = "1"
-//                code = "test"
-//            })
-//            add(DictTypeTree().apply {
-//                id = 6
-//                parentId = 4
-//                type = 2
-//                value = "2"
-//                code = "test"
-//            })
-//            add(DictTypeTree().apply {
-//                id = 7
-//                parentId = 4
-//                type = 2
-//                value = "3"
-//                code = "test"
-//            })
-//            add(DictTypeTree().apply {
-//                id = 8
-//                parentId = 4
-//                type = 2
-//                value = "4"
-//                code = "test"
-//            })
-//            add(DictTypeTree().apply {
-//                id = 9
-//                parentId = 4
-//                type = 2
-//                value = "5"
-//                code = "test"
-//            })
-//            add(DictTypeTree().apply {
-//                id = 10
-//                parentId = 4
-//                type = 2
-//                value = "6"
-//                code = "test"
-//            })
-//        }
-//    }
-//
-//    @Test
-//    fun testTreeFind() {
-//        val data = buildData()
-//        val tree = TreeUtil.buildByRecursive(data, 0)
-//
-//        println(ObjectMapper().writeValueAsString(tree))
-//
-//        var now = System.currentTimeMillis()
-//        val find = TreeUtil.findBFS(tree) {
-//            it.type == 1 && it.code == "test"
-//        }
-//
-//        println("BFS: ${System.currentTimeMillis() - now}")
-//
-//        println(ObjectMapper().writeValueAsString(find))
-//
-//        now = System.currentTimeMillis()
-//        val find2 = TreeUtil.findDFS(tree) {
-//            it.type == 1 && it.code == "test"
-//        }
-//
-//        println("DFS: ${System.currentTimeMillis() - now}")
-//
-//
-//        println(ObjectMapper().writeValueAsString(find2))
-//    }
-//}

+ 0 - 24
zen-api/src/test/kotlin/com/gxzc/zen/api/TestKotlinReplace.kt

@@ -1,24 +0,0 @@
-package com.gxzc.zen.api
-
-import org.junit.Test
-import java.util.regex.Pattern
-
-/**
- *
- * @author NorthLan
- * @date 2018/4/29
- * @url https://noahlan.com
- */
-class TestKotlinReplace {
-
-    @Test
-    fun testKotlinReplace() {
-        val url = "/user/info/{*}"
-        val patternUrl = url.replace("\\{\\*}".toRegex(), "[a-zA-Z\\\\d]+")
-        println("^$patternUrl\$")
-
-        println(Pattern.compile("^$patternUrl\$").matcher("/user/info/1").find())
-
-        println("/user/info/haha".startsWith("/user/info" + "/"))
-    }
-}

+ 0 - 22
zen-api/src/test/kotlin/com/gxzc/zen/api/TestTreePath.kt

@@ -1,22 +0,0 @@
-package com.gxzc.zen.api
-
-import com.gxzc.zen.common.contants.ZenConstants
-import org.junit.Test
-
-/**
- *
- * @author NorthLan
- * @date 2018/4/30
- * @url https://noahlan.com
- */
-class TestTreePath {
-    @Test
-    fun test1() {
-        val path = "1-2-3-4"
-        val paths = path.split(ZenConstants.TREE_PATH_SEPARATOR)
-        println(path)
-        println(paths)
-        val a = paths.subList(0, paths.size - 2)
-        println(a)
-    }
-}

+ 0 - 39
zen-api/src/test/kotlin/com/gxzc/zen/api/base/BaseTestKt.kt

@@ -1,39 +0,0 @@
-package com.gxzc.zen.api.base
-
-import org.junit.Before
-import org.junit.runner.RunWith
-import org.springframework.beans.factory.annotation.Autowired
-import org.springframework.boot.test.context.SpringBootTest
-import org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-import org.springframework.test.context.web.WebAppConfiguration
-import org.springframework.test.web.servlet.MockMvc
-import org.springframework.test.web.servlet.setup.MockMvcBuilders
-import org.springframework.web.context.WebApplicationContext
-
-/**
- * Spring单元测试基类
- * @author NorthLan
- * @date 2018/1/26
- * @url https://noahlan.com
- */
-@RunWith(SpringJUnit4ClassRunner::class)
-@SpringBootTest
-@WebAppConfiguration
-//@Transactional  // 事物支持
-class BaseTestKt {
-
-    @Autowired
-    lateinit var webApplicationContext: WebApplicationContext
-
-    lateinit var mockMvc: MockMvc
-
-    @Before
-    fun setupMockMvc() {
-        mockMvc = MockMvcBuilders.webAppContextSetup(webApplicationContext).build()
-    }
-
-    @Before
-    fun initDataBase() {
-        // Nothing
-    }
-}

+ 0 - 20
zen-core/build.gradle

@@ -1,20 +0,0 @@
-buildscript {
-    repositories {
-        mavenCentral()
-    }
-    dependencies {
-        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
-        classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
-        classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
-    }
-}
-
-dependencies {
-    compile("com.baomidou:mybatis-plus-boot-starter:$mybatisPlusVersion")
-    compile('org.springframework.boot:spring-boot-starter-data-redis')
-    compile('redis.clients:jedis:2.9.0')
-    // cache
-    compile("com.github.ben-manes.caffeine:caffeine:$caffeine_version")
-
-
-}

+ 0 - 33
zen-core/src/main/kotlin/cn/gygxzc/tina/cache/redis/RedisConfig.kt

@@ -1,33 +0,0 @@
-package cn.gygxzc.tina.cache.redis
-
-import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-import org.springframework.boot.autoconfigure.data.redis.RedisProperties
-import org.springframework.boot.context.properties.EnableConfigurationProperties
-import org.springframework.cache.CacheManager
-import org.springframework.cache.annotation.EnableCaching
-import org.springframework.context.annotation.Bean
-import org.springframework.context.annotation.Configuration
-import org.springframework.context.annotation.Primary
-import org.springframework.data.redis.cache.RedisCacheManager
-import org.springframework.data.redis.connection.RedisConnectionFactory
-
-/**
- * Redis 缓存配置
- * 缓存管理器
- * @author NorthLan
- * @date 2018/3/29
- * @url https://noahlan.com
- */
-@Configuration
-@EnableCaching
-@ConditionalOnProperty(prefix = "spring.cache", name = ["type"], havingValue = "redis")
-@EnableConfigurationProperties(RedisProperties::class)
-class RedisConfig {
-
-    @Bean("redisCacheManager")
-    @Primary
-    fun cacheManager(redisConnectionFactory: RedisConnectionFactory): CacheManager {
-        return RedisCacheManager.create(redisConnectionFactory)
-    }
-
-}

+ 0 - 22
zen-core/src/main/kotlin/cn/gygxzc/tina/cache/redis/RedisKeyGenerator.kt

@@ -1,22 +0,0 @@
-package cn.gygxzc.tina.cache.redis
-
-/**
- * Redis key 生成器
- * @author NorthLan
- * @date 2018/3/29
- * @url https://noahlan.com
- */
-object RedisKeyGenerator {
-    const val SEPARATOR = ":"
-
-    /**
-     * 根据传入的keys组合key
-     */
-    fun joinToString(vararg keys: String): String {
-        return if (keys.isEmpty()) {
-            ""
-        } else {
-            keys.joinToString(SEPARATOR)
-        }
-    }
-}

+ 0 - 61
zen-core/src/main/kotlin/cn/gygxzc/tina/cache/redis/TinaJedisConnectionConfiguration.kt

@@ -1,61 +0,0 @@
-package cn.gygxzc.tina.cache.redis
-
-import com.fasterxml.jackson.annotation.JsonTypeInfo
-import com.fasterxml.jackson.databind.ObjectMapper
-import org.springframework.beans.factory.annotation.Qualifier
-import org.springframework.boot.autoconfigure.condition.ConditionalOnClass
-import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-import org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
-import org.springframework.boot.autoconfigure.data.redis.RedisProperties
-import org.springframework.boot.context.properties.EnableConfigurationProperties
-import org.springframework.context.annotation.Bean
-import org.springframework.context.annotation.Configuration
-import org.springframework.data.redis.connection.RedisConnectionFactory
-import org.springframework.data.redis.core.RedisOperations
-import org.springframework.data.redis.core.RedisTemplate
-import org.springframework.data.redis.core.StringRedisTemplate
-import org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
-import org.springframework.data.redis.serializer.StringRedisSerializer
-import org.springframework.util.StringUtils
-import java.text.SimpleDateFormat
-
-
-/**
- * Created by niantuo on 2018/9/20.
- */
-@Configuration
-@ConditionalOnClass(RedisOperations::class)
-@EnableConfigurationProperties(RedisProperties::class)
-class TinaJedisConnectionConfiguration {
-
-
-    @Bean
-    @ConditionalOnMissingBean(name = ["redisTemplate"])
-    fun redisTemplate(redisConnectionFactory: RedisConnectionFactory): RedisTemplate<Any, Any> {
-        val template = RedisTemplate<Any, Any>()
-        val stringRedisSerializer = StringRedisSerializer()
-        template.keySerializer = stringRedisSerializer
-        template.hashKeySerializer = stringRedisSerializer
-        // mapper
-        val classPropertyTypeName: String? = null
-        template.valueSerializer = GenericJackson2JsonRedisSerializer(ObjectMapper().apply {
-            dateFormat = SimpleDateFormat("yyyy-MM-dd HH:mm:ss")
-            if (StringUtils.hasText(classPropertyTypeName)) {
-                enableDefaultTypingAsProperty(ObjectMapper.DefaultTyping.NON_FINAL, classPropertyTypeName)
-            } else {
-                enableDefaultTyping(ObjectMapper.DefaultTyping.NON_FINAL, JsonTypeInfo.As.PROPERTY)
-            }
-        })
-        template.connectionFactory = redisConnectionFactory
-        return template
-    }
-
-    @Bean
-    @ConditionalOnMissingBean(StringRedisTemplate::class)
-    fun stringRedisTemplate(redisConnectionFactory: RedisConnectionFactory): StringRedisTemplate {
-        val template = StringRedisTemplate()
-        template.connectionFactory = redisConnectionFactory
-        return template
-    }
-
-}

Some files were not shown because too many files changed in this diff