From c007f0ca1785db093d48f4846cda82fe8e955765 Mon Sep 17 00:00:00 2001
From: kimi <kimi42345@gmail.com>
Date: 星期三, 27 五月 2020 09:59:29 +0800
Subject: [PATCH] merage

---
 .gitignore                                                                   |    1 
 src/main/java/com/highdatas/mdm/controller/MasterAuthorController.java       |    4 
 src/main/java/com/highdatas/mdm/util/RuleClient.java                         |   16 
 src/main/java/com/highdatas/mdm/service/impl/FlowsServiceImpl.java           |    4 
 src/main/resources/mapping/MenuMappingMapper.xml                             |    2 
 src/main/resources/application-pro.yml                                       |    5 
 src/main/java/com/highdatas/mdm/util/HttpUtils.java                          |   17 
 src/main/java/com/highdatas/mdm/mapper/TableInfoMapper.java                  |    8 
 src/main/java/com/highdatas/mdm/util/Constant.java                           |    1 
 src/main/java/com/highdatas/mdm/process/canvas/ProcessDiagramCanvas.java     |  258 +-
 src/main/java/com/highdatas/mdm/controller/MenuMappingController.java        |   13 
 src/main/java/com/highdatas/mdm/service/impl/SysAssembleServiceImpl.java     |   11 
 src/main/java/com/highdatas/mdm/service/impl/SysDispenseLogsServiceImpl.java |    2 
 src/main/java/com/highdatas/mdm/controller/SettleController.java             |  772 ++++++++
 src/main/java/com/highdatas/mdm/service/impl/MaintainServiceImpl.java        |   16 
 src/main/resources/application-dev.yml                                       |    2 
 src/main/java/com/highdatas/mdm/pojo/CodeMsg.java                            |    1 
 src/main/java/com/highdatas/mdm/service/impl/SysViewServiceImpl.java         |    5 
 src/main/java/com/highdatas/mdm/controller/MasterDataController.java         |   11 
 src/main/java/com/highdatas/mdm/pojo/kettle/KettleDBTrans.java               |   72 
 src/main/resources/mapping/TableInfoMapper.xml                               |  694 ++++---
 src/main/java/com/highdatas/mdm/service/IMaintainService.java                |    2 
 src/main/java/com/highdatas/mdm/service/impl/MasterAuthorServiceImpl.java    |    2 
 src/main/java/com/highdatas/mdm/entity/SysField.java                         |    4 
 src/main/java/com/highdatas/mdm/util/pool/MqEntity.java                      |    1 
 /dev/null                                                                    | 3002 --------------------------------
 src/main/java/com/highdatas/mdm/service/act/impl/IdentityServiceImpl.java    |   13 
 src/main/java/com/highdatas/mdm/util/pool/MqMessage.java                     |    5 
 src/main/java/com/highdatas/mdm/process/canvas/ProcessDiagramGenerator.java  |  570 +++---
 29 files changed, 1,708 insertions(+), 3,806 deletions(-)

diff --git a/.gitignore b/.gitignore
index 865ac95..bc93f26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
 mvnw.cmd
 .mvn/
 *.gz
+mdm.log
diff --git a/mdm.log b/mdm.log
deleted file mode 100644
index e05e264..0000000
--- a/mdm.log
+++ /dev/null
@@ -1,3002 +0,0 @@
-2020-05-19 11:26:38.678  INFO 13692 --- [main] com.highdatas.mdm.MdmApplication         : Starting MdmApplication on DESKTOP-TQ4BBAF with PID 13692 (D:\workspace\workspace_idea\mdm_new\target\classes started by kimi in D:\workspace\workspace_idea\mdm_new)
-2020-05-19 11:26:38.678  INFO 13692 --- [main] com.highdatas.mdm.MdmApplication         : The following profiles are active: rrsdev
-2020-05-19 11:26:40.849  INFO 13692 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
-2020-05-19 11:26:40.849  INFO 13692 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
-2020-05-19 11:26:40.927  INFO 13692 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 54ms. Found 0 Redis repository interfaces.
-2020-05-19 11:26:41.599  INFO 13692 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisClient' of type [com.highdatas.mdm.util.RedisClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:26:41.630  INFO 13692 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'userRoleClient' of type [com.highdatas.mdm.util.UserRoleClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:26:41.630  INFO 13692 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'requestInterceptor' of type [com.highdatas.mdm.util.CommonInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:26:41.630  INFO 13692 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'originConfig' of type [com.highdatas.mdm.util.OriginConfig$$EnhancerBySpringCGLIB$$1b480382] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:26:41.787  INFO 13692 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:26:42.193  INFO 13692 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9010 (http)
-2020-05-19 11:26:42.209  INFO 13692 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2020-05-19 11:26:42.209  INFO 13692 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.29]
-2020-05-19 11:26:42.396  INFO 13692 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
-2020-05-19 11:26:42.396  INFO 13692 --- [main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3219 ms
-2020-05-19 11:26:42.740  INFO 13692 --- [main] a.s.b.AbstractProcessEngineConfiguration : No process definitions were found for autodeployment
-2020-05-19 11:26:42.958  INFO 13692 --- [main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
-2020-05-19 11:26:44.365  INFO 13692 --- [main] o.a.engine.impl.ProcessEngineImpl        : ProcessEngine default created
-2020-05-19 11:26:44.365  INFO 13692 --- [main] o.a.e.i.a.AbstractAsyncJobExecutor       : Starting up the default async job executor [org.activiti.spring.SpringAsyncExecutor].
-2020-05-19 11:26:44.365  INFO 13692 --- [Thread-17] o.a.e.i.a.AcquireTimerJobsRunnable       : starting to acquire async jobs due
-2020-05-19 11:26:44.365  INFO 13692 --- [Thread-18] o.a.e.i.a.AcquireAsyncJobsDueRunnable    : starting to acquire async jobs due
-2020-05-19 11:26:45.458  INFO 13692 --- [main] c.h.m.service.impl.DispenseServiceImpl   : Queue_Consume_thread_size:5
-2020-05-19 11:26:45.458  INFO 13692 --- [Thread-21] c.h.m.service.impl.DispenseServiceImpl   : 琚姩鎺ュ彛鍑嗗寰呭懡銆�
-2020-05-19 11:26:48.099  INFO 13692 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService
-2020-05-19 11:26:48.099  INFO 13692 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'getAsyncExecutor'
-2020-05-19 11:26:48.114  INFO 13692 --- [main] com.highdatas.mdm.util.XxlJobConfig      : >>>>>>>>>>> xxl-job config init.
-2020-05-19 11:26:48.130  INFO 13692 --- [main] c.xxl.job.core.executor.XxlJobExecutor   : >>>>>>>>>>> xxl-job register jobhandler success, name:test, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@17d45cfb[class com.highdatas.mdm.job.XxlJobHandler#test]
-2020-05-19 11:26:48.130  INFO 13692 --- [main] c.xxl.job.core.executor.XxlJobExecutor   : >>>>>>>>>>> xxl-job register jobhandler success, name:assembleJob, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@1fb00a6d[class com.highdatas.mdm.job.XxlJobHandler#assembleJobHandler]
-2020-05-19 11:26:49.208  INFO 13692 --- [main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService 'taskScheduler'
-2020-05-19 11:26:49.239  INFO 13692 --- [main] c.x.r.r.provider.XxlRpcProviderFactory   : >>>>>>>>>>> xxl-rpc, provider factory add service success. serviceKey = com.xxl.job.core.biz.ExecutorBiz, serviceBean = class com.xxl.job.core.biz.impl.ExecutorBizImpl
-2020-05-19 11:26:49.317  INFO 13692 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
-2020-05-19 11:26:49.349  INFO 13692 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
-2020-05-19 11:26:49.380  INFO 13692 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
-2020-05-19 11:26:49.958  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingGET_1
-2020-05-19 11:26:49.958  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingHEAD_1
-2020-05-19 11:26:49.958  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingPOST_1
-2020-05-19 11:26:49.974  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingPUT_1
-2020-05-19 11:26:49.974  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingPATCH_1
-2020-05-19 11:26:49.974  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingDELETE_1
-2020-05-19 11:26:49.974  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingOPTIONS_1
-2020-05-19 11:26:49.989  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingTRACE_1
-2020-05-19 11:26:49.989  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingGET_1
-2020-05-19 11:26:49.989  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingHEAD_1
-2020-05-19 11:26:49.989  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingPOST_1
-2020-05-19 11:26:49.989  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingPUT_1
-2020-05-19 11:26:50.005  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingPATCH_1
-2020-05-19 11:26:50.005  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingDELETE_1
-2020-05-19 11:26:50.005  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingOPTIONS_1
-2020-05-19 11:26:50.005  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingTRACE_1
-2020-05-19 11:26:50.020  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingGET_1
-2020-05-19 11:26:50.020  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingHEAD_1
-2020-05-19 11:26:50.020  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingPOST_1
-2020-05-19 11:26:50.020  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingPUT_1
-2020-05-19 11:26:50.020  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingPATCH_1
-2020-05-19 11:26:50.036  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingDELETE_1
-2020-05-19 11:26:50.036  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingOPTIONS_1
-2020-05-19 11:26:50.036  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingTRACE_1
-2020-05-19 11:26:50.036  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingGET_1
-2020-05-19 11:26:50.052  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingHEAD_1
-2020-05-19 11:26:50.052  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingPOST_1
-2020-05-19 11:26:50.052  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingPUT_1
-2020-05-19 11:26:50.052  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingPATCH_1
-2020-05-19 11:26:50.052  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingDELETE_1
-2020-05-19 11:26:50.052  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingOPTIONS_1
-2020-05-19 11:26:50.067  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingTRACE_1
-2020-05-19 11:26:50.067  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingGET_1
-2020-05-19 11:26:50.067  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingHEAD_1
-2020-05-19 11:26:50.067  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingPOST_1
-2020-05-19 11:26:50.067  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingPUT_1
-2020-05-19 11:26:50.083  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingPATCH_1
-2020-05-19 11:26:50.083  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingDELETE_1
-2020-05-19 11:26:50.083  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingOPTIONS_1
-2020-05-19 11:26:50.083  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingTRACE_1
-2020-05-19 11:26:50.083  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingGET_1
-2020-05-19 11:26:50.099  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingHEAD_1
-2020-05-19 11:26:50.099  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingPOST_1
-2020-05-19 11:26:50.099  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingPUT_1
-2020-05-19 11:26:50.099  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingPATCH_1
-2020-05-19 11:26:50.099  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingDELETE_1
-2020-05-19 11:26:50.099  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingOPTIONS_1
-2020-05-19 11:26:50.114  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingTRACE_1
-2020-05-19 11:26:50.114  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteModelUsingGET_1
-2020-05-19 11:26:50.130  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDiagramUsingGET_1
-2020-05-19 11:26:50.130  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: historyUsingGET_1
-2020-05-19 11:26:50.145  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: imageUsingGET_1
-2020-05-19 11:26:50.145  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
-2020-05-19 11:26:50.161  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: modellistUsingGET_1
-2020-05-19 11:26:50.161  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: processlistUsingGET_1
-2020-05-19 11:26:50.161  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: runTaskUsingGET_1
-2020-05-19 11:26:50.208  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: statusUsingGET_1
-2020-05-19 11:26:50.208  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: todoTaskUsingGET_1
-2020-05-19 11:26:50.286  INFO 13692 --- [Thread-32] com.xxl.rpc.remoting.net.Server          : >>>>>>>>>>> xxl-rpc remoting server start success, nettype = com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServer, port = 9999
-2020-05-19 11:26:50.317  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_1
-2020-05-19 11:26:50.380  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_1
-2020-05-19 11:26:50.411  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_2
-2020-05-19 11:26:50.427  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingGET_1
-2020-05-19 11:26:50.442  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loadPurgeSqlUsingPOST_1
-2020-05-19 11:26:50.489  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: compareUsingGET_1
-2020-05-19 11:26:50.505  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_1
-2020-05-19 11:26:50.505  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: setFlowIdUsingGET_1
-2020-05-19 11:26:50.520  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unflowUsingGET_1
-2020-05-19 11:26:50.520  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteModelUsingGET_2
-2020-05-19 11:26:50.552  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_3
-2020-05-19 11:26:50.567  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_2
-2020-05-19 11:26:50.599  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addRoleUsingGET_1
-2020-05-19 11:26:50.599  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_4
-2020-05-19 11:26:50.614  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_3
-2020-05-19 11:26:50.614  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_4
-2020-05-19 11:26:50.630  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_1
-2020-05-19 11:26:50.661  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_5
-2020-05-19 11:26:50.661  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_5
-2020-05-19 11:26:50.661  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertUsingPOST_1
-2020-05-19 11:26:50.661  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
-2020-05-19 11:26:50.661  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_2
-2020-05-19 11:26:50.677  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_6
-2020-05-19 11:26:50.677  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
-2020-05-19 11:26:50.677  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: statusUsingGET_2
-2020-05-19 11:26:50.724  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_7
-2020-05-19 11:26:50.724  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_6
-2020-05-19 11:26:50.755  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addOneUsingPOST_1
-2020-05-19 11:26:50.755  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: checkUsingGET_1
-2020-05-19 11:26:50.755  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_8
-2020-05-19 11:26:50.755  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_7
-2020-05-19 11:26:50.755  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_8
-2020-05-19 11:26:50.755  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_9
-2020-05-19 11:26:50.770  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
-2020-05-19 11:26:50.770  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_3
-2020-05-19 11:26:50.770  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_4
-2020-05-19 11:26:50.770  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_10
-2020-05-19 11:26:50.770  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: statusUsingGET_3
-2020-05-19 11:26:50.770  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingGET_1
-2020-05-19 11:26:50.786  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_2
-2020-05-19 11:26:50.786  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allUsingGET_1
-2020-05-19 11:26:50.786  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
-2020-05-19 11:26:50.802  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getFieldsUsingGET_1
-2020-05-19 11:26:50.817  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingGET_2
-2020-05-19 11:26:50.817  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_11
-2020-05-19 11:26:50.833  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_9
-2020-05-19 11:26:50.833  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_3
-2020-05-19 11:26:50.849  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_4
-2020-05-19 11:26:50.864  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingGET_3
-2020-05-19 11:26:50.880  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_5
-2020-05-19 11:26:50.880  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: activeUsingGET_1
-2020-05-19 11:26:50.880  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: activeUsingGET_2
-2020-05-19 11:26:50.880  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_5
-2020-05-19 11:26:50.895  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_6
-2020-05-19 11:26:50.911  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cntUsingGET_1
-2020-05-19 11:26:50.927  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: createViewUsingGET_1
-2020-05-19 11:26:50.927  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_12
-2020-05-19 11:26:50.958  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_10
-2020-05-19 11:26:50.958  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_6
-2020-05-19 11:26:50.974  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: testUsingGET_1
-2020-05-19 11:26:50.974  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
-2020-05-19 11:26:50.989  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
-2020-05-19 11:26:50.989  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: checkUsingGET_2
-2020-05-19 11:26:50.989  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_11
-2020-05-19 11:26:51.005  INFO 13692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_7
-2020-05-19 11:26:51.099  INFO 13692 --- [main] org.mortbay.log                          : Logging to Logger[org.mortbay.log] via org.mortbay.log.Slf4jLog
-2020-05-19 11:26:51.130  INFO 13692 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 9010 (http) with context path ''
-2020-05-19 11:26:51.130  INFO 13692 --- [main] com.highdatas.mdm.MdmApplication         : Started MdmApplication in 13.431 seconds (JVM running for 16.338)
-2020-05-19 11:27:49.968 ERROR 13692 --- [xxl-rpc, NettyHttpServer-serverHandlerPool-154198271] c.x.r.r.n.i.n.s.NettyHttpServerHandler   : xxl-rpc request data empty.
-
-com.xxl.rpc.util.XxlRpcException: xxl-rpc request data empty.
-	at com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServerHandler.process(NettyHttpServerHandler.java:77) [xxl-rpc-core-1.5.0.jar:na]
-	at com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServerHandler.access$000(NettyHttpServerHandler.java:26) [xxl-rpc-core-1.5.0.jar:na]
-	at com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServerHandler$1.run(NettyHttpServerHandler.java:50) [xxl-rpc-core-1.5.0.jar:na]
-	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_161]
-	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_161]
-	at java.lang.Thread.run(Thread.java:748) [na:1.8.0_161]
-
-2020-05-19 11:28:17.547  INFO 11420 --- [main] com.highdatas.mdm.MdmApplication         : Starting MdmApplication on DESKTOP-TQ4BBAF with PID 11420 (D:\workspace\workspace_idea\mdm_new\target\classes started by kimi in D:\workspace\workspace_idea\mdm_new)
-2020-05-19 11:28:17.562  INFO 11420 --- [main] com.highdatas.mdm.MdmApplication         : The following profiles are active: rrsdev
-2020-05-19 11:28:28.141  INFO 2192 --- [main] com.highdatas.mdm.MdmApplication         : Starting MdmApplication on DESKTOP-TQ4BBAF with PID 2192 (D:\workspace\workspace_idea\mdm_new\target\classes started by kimi in D:\workspace\workspace_idea\mdm_new)
-2020-05-19 11:28:28.157  INFO 2192 --- [main] com.highdatas.mdm.MdmApplication         : The following profiles are active: rrsdev
-2020-05-19 11:28:30.344  INFO 2192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
-2020-05-19 11:28:30.344  INFO 2192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
-2020-05-19 11:28:30.422  INFO 2192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57ms. Found 0 Redis repository interfaces.
-2020-05-19 11:28:31.157  INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisClient' of type [com.highdatas.mdm.util.RedisClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:28:31.188  INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'userRoleClient' of type [com.highdatas.mdm.util.UserRoleClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:28:31.188  INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'requestInterceptor' of type [com.highdatas.mdm.util.CommonInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:28:31.188  INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'originConfig' of type [com.highdatas.mdm.util.OriginConfig$$EnhancerBySpringCGLIB$$84e54c09] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:28:31.235  INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:28:31.719  INFO 2192 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9999 (http)
-2020-05-19 11:28:31.735  INFO 2192 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2020-05-19 11:28:31.735  INFO 2192 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.29]
-2020-05-19 11:28:31.938  INFO 2192 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
-2020-05-19 11:28:31.938  INFO 2192 --- [main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3359 ms
-2020-05-19 11:28:32.282  INFO 2192 --- [main] a.s.b.AbstractProcessEngineConfiguration : No process definitions were found for autodeployment
-2020-05-19 11:28:32.547  INFO 2192 --- [main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
-2020-05-19 11:28:33.703  INFO 2192 --- [main] o.a.engine.impl.ProcessEngineImpl        : ProcessEngine default created
-2020-05-19 11:28:33.703  INFO 2192 --- [main] o.a.e.i.a.AbstractAsyncJobExecutor       : Starting up the default async job executor [org.activiti.spring.SpringAsyncExecutor].
-2020-05-19 11:28:33.703  INFO 2192 --- [Thread-18] o.a.e.i.a.AcquireAsyncJobsDueRunnable    : starting to acquire async jobs due
-2020-05-19 11:28:33.703  INFO 2192 --- [Thread-17] o.a.e.i.a.AcquireTimerJobsRunnable       : starting to acquire async jobs due
-2020-05-19 11:28:34.688  INFO 2192 --- [main] c.h.m.service.impl.DispenseServiceImpl   : Queue_Consume_thread_size:5
-2020-05-19 11:28:34.688  INFO 2192 --- [Thread-21] c.h.m.service.impl.DispenseServiceImpl   : 琚姩鎺ュ彛鍑嗗寰呭懡銆�
-2020-05-19 11:28:37.078  INFO 2192 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService
-2020-05-19 11:28:37.078  INFO 2192 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'getAsyncExecutor'
-2020-05-19 11:28:37.109  INFO 2192 --- [main] com.highdatas.mdm.util.XxlJobConfig      : >>>>>>>>>>> xxl-job config init.
-2020-05-19 11:28:37.125  INFO 2192 --- [main] c.xxl.job.core.executor.XxlJobExecutor   : >>>>>>>>>>> xxl-job register jobhandler success, name:test, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@2087c939[class com.highdatas.mdm.job.XxlJobHandler#test]
-2020-05-19 11:28:37.125  INFO 2192 --- [main] c.xxl.job.core.executor.XxlJobExecutor   : >>>>>>>>>>> xxl-job register jobhandler success, name:assembleJob, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@6c3a7b84[class com.highdatas.mdm.job.XxlJobHandler#assembleJobHandler]
-2020-05-19 11:28:38.078  INFO 2192 --- [main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService 'taskScheduler'
-2020-05-19 11:28:38.109  INFO 2192 --- [main] c.x.r.r.provider.XxlRpcProviderFactory   : >>>>>>>>>>> xxl-rpc, provider factory add service success. serviceKey = com.xxl.job.core.biz.ExecutorBiz, serviceBean = class com.xxl.job.core.biz.impl.ExecutorBizImpl
-2020-05-19 11:28:38.188  INFO 2192 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
-2020-05-19 11:28:38.219  INFO 2192 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
-2020-05-19 11:28:38.250  INFO 2192 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
-2020-05-19 11:28:38.927  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingGET_1
-2020-05-19 11:28:38.927  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingHEAD_1
-2020-05-19 11:28:38.927  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingPOST_1
-2020-05-19 11:28:38.937  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingPUT_1
-2020-05-19 11:28:38.938  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingPATCH_1
-2020-05-19 11:28:38.938  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingDELETE_1
-2020-05-19 11:28:38.938  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingOPTIONS_1
-2020-05-19 11:28:38.947  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingTRACE_1
-2020-05-19 11:28:38.947  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingGET_1
-2020-05-19 11:28:38.947  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingHEAD_1
-2020-05-19 11:28:38.957  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingPOST_1
-2020-05-19 11:28:38.957  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingPUT_1
-2020-05-19 11:28:38.967  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingPATCH_1
-2020-05-19 11:28:38.967  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingDELETE_1
-2020-05-19 11:28:38.967  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingOPTIONS_1
-2020-05-19 11:28:38.967  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingTRACE_1
-2020-05-19 11:28:38.977  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingGET_1
-2020-05-19 11:28:38.977  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingHEAD_1
-2020-05-19 11:28:38.977  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingPOST_1
-2020-05-19 11:28:38.987  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingPUT_1
-2020-05-19 11:28:38.992  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingPATCH_1
-2020-05-19 11:28:38.992  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingDELETE_1
-2020-05-19 11:28:38.997  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingOPTIONS_1
-2020-05-19 11:28:39.002  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingTRACE_1
-2020-05-19 11:28:39.002  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingGET_1
-2020-05-19 11:28:39.012  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingHEAD_1
-2020-05-19 11:28:39.017  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingPOST_1
-2020-05-19 11:28:39.022  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingPUT_1
-2020-05-19 11:28:39.027  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingPATCH_1
-2020-05-19 11:28:39.032  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingDELETE_1
-2020-05-19 11:28:39.038  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingOPTIONS_1
-2020-05-19 11:28:39.047  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingTRACE_1
-2020-05-19 11:28:39.057  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingGET_1
-2020-05-19 11:28:39.057  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingHEAD_1
-2020-05-19 11:28:39.067  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingPOST_1
-2020-05-19 11:28:39.067  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingPUT_1
-2020-05-19 11:28:39.067  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingPATCH_1
-2020-05-19 11:28:39.067  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingDELETE_1
-2020-05-19 11:28:39.077  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingOPTIONS_1
-2020-05-19 11:28:39.077  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingTRACE_1
-2020-05-19 11:28:39.077  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingGET_1
-2020-05-19 11:28:39.087  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingHEAD_1
-2020-05-19 11:28:39.087  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingPOST_1
-2020-05-19 11:28:39.087  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingPUT_1
-2020-05-19 11:28:39.097  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingPATCH_1
-2020-05-19 11:28:39.097  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingDELETE_1
-2020-05-19 11:28:39.097  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingOPTIONS_1
-2020-05-19 11:28:39.097  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingTRACE_1
-2020-05-19 11:28:39.108  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteModelUsingGET_1
-2020-05-19 11:28:39.117  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDiagramUsingGET_1
-2020-05-19 11:28:39.117  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: historyUsingGET_1
-2020-05-19 11:28:39.128  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: imageUsingGET_1
-2020-05-19 11:28:39.138  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
-2020-05-19 11:28:39.138  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: modellistUsingGET_1
-2020-05-19 11:28:39.152  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: processlistUsingGET_1
-2020-05-19 11:28:39.157  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: runTaskUsingGET_1
-2020-05-19 11:28:39.238  INFO 2192 --- [Thread-31] com.xxl.rpc.remoting.net.Server          : >>>>>>>>>>> xxl-rpc remoting server start success, nettype = com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServer, port = 9999
-2020-05-19 11:28:39.238  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: statusUsingGET_1
-2020-05-19 11:28:39.248  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: todoTaskUsingGET_1
-2020-05-19 11:28:39.317  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_1
-2020-05-19 11:28:39.357  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_1
-2020-05-19 11:28:39.377  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_2
-2020-05-19 11:28:39.409  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingGET_1
-2020-05-19 11:28:39.439  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loadPurgeSqlUsingPOST_1
-2020-05-19 11:28:39.470  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: compareUsingGET_1
-2020-05-19 11:28:39.486  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_1
-2020-05-19 11:28:39.501  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: setFlowIdUsingGET_1
-2020-05-19 11:28:39.517  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unflowUsingGET_1
-2020-05-19 11:28:39.517  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteModelUsingGET_2
-2020-05-19 11:28:39.579  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_3
-2020-05-19 11:28:39.626  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_2
-2020-05-19 11:28:39.657  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addRoleUsingGET_1
-2020-05-19 11:28:39.673  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_4
-2020-05-19 11:28:39.673  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_3
-2020-05-19 11:28:39.689  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_4
-2020-05-19 11:28:39.689  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_1
-2020-05-19 11:28:39.720  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_5
-2020-05-19 11:28:39.736  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_5
-2020-05-19 11:28:39.736  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertUsingPOST_1
-2020-05-19 11:28:39.736  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
-2020-05-19 11:28:39.736  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_2
-2020-05-19 11:28:39.751  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_6
-2020-05-19 11:28:39.751  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
-2020-05-19 11:28:39.751  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: statusUsingGET_2
-2020-05-19 11:28:39.814  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_7
-2020-05-19 11:28:39.814  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_6
-2020-05-19 11:28:39.829  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addOneUsingPOST_1
-2020-05-19 11:28:39.829  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: checkUsingGET_1
-2020-05-19 11:28:39.829  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_8
-2020-05-19 11:28:39.845  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_7
-2020-05-19 11:28:39.845  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_8
-2020-05-19 11:28:39.845  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_9
-2020-05-19 11:28:39.861  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
-2020-05-19 11:28:39.861  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_3
-2020-05-19 11:28:39.861  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_4
-2020-05-19 11:28:39.861  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_10
-2020-05-19 11:28:39.861  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: statusUsingGET_3
-2020-05-19 11:28:39.861  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingGET_1
-2020-05-19 11:28:39.876  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_2
-2020-05-19 11:28:39.876  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allUsingGET_1
-2020-05-19 11:28:39.892  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
-2020-05-19 11:28:39.907  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getFieldsUsingGET_1
-2020-05-19 11:28:39.907  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingGET_2
-2020-05-19 11:28:39.923  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_11
-2020-05-19 11:28:39.923  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_9
-2020-05-19 11:28:39.923  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_3
-2020-05-19 11:28:39.939  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_4
-2020-05-19 11:28:39.954  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingGET_3
-2020-05-19 11:28:39.954  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_5
-2020-05-19 11:28:39.970  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: activeUsingGET_1
-2020-05-19 11:28:39.970  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: activeUsingGET_2
-2020-05-19 11:28:39.970  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_5
-2020-05-19 11:28:39.970  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_6
-2020-05-19 11:28:40.001  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cntUsingGET_1
-2020-05-19 11:28:40.001  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: createViewUsingGET_1
-2020-05-19 11:28:40.001  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_12
-2020-05-19 11:28:40.032  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_10
-2020-05-19 11:28:40.048  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_6
-2020-05-19 11:28:40.079  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: testUsingGET_1
-2020-05-19 11:28:40.095  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
-2020-05-19 11:28:40.110  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
-2020-05-19 11:28:40.126  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: checkUsingGET_2
-2020-05-19 11:28:40.126  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_11
-2020-05-19 11:28:40.126  INFO 2192 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_7
-2020-05-19 11:28:40.204  INFO 2192 --- [main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
-2020-05-19 11:28:40.220  INFO 2192 --- [main] ConditionEvaluationReportLoggingListener : 
-
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
-2020-05-19 11:28:40.220 ERROR 2192 --- [main] o.s.b.d.LoggingFailureAnalysisReporter   : 
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Web server failed to start. Port 9999 was already in use.
-
-Action:
-
-Identify and stop the process that's listening on port 9999 or configure this application to listen on another port.
-
-2020-05-19 11:28:40.220  INFO 2192 --- [Thread-31] com.xxl.rpc.remoting.net.Server          : >>>>>>>>>>> xxl-rpc remoting server stop.
-2020-05-19 11:28:40.251  INFO 2192 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread    : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='assemble', registryValue='192.168.31.233:9999'}, registryResult:ReturnT [code=200, msg=null, content=null]
-2020-05-19 11:28:40.251  INFO 2192 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread    : >>>>>>>>>>> xxl-job, executor registry thread destory.
-2020-05-19 11:28:40.251  INFO 2192 --- [main] com.xxl.rpc.remoting.net.Server          : >>>>>>>>>>> xxl-rpc remoting server destroy success.
-2020-05-19 11:28:40.251  INFO 2192 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread  : >>>>>>>>>>> xxl-job, executor callback thread destory.
-2020-05-19 11:28:40.251  INFO 2192 --- [Thread-30] c.x.j.core.thread.TriggerCallbackThread  : >>>>>>>>>>> xxl-job, executor retry callback thread destory.
-2020-05-19 11:28:40.251  INFO 2192 --- [main] o.s.s.c.ThreadPoolTaskScheduler          : Shutting down ExecutorService 'taskScheduler'
-2020-05-19 11:28:40.251  INFO 2192 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'getAsyncExecutor'
-2020-05-19 11:28:40.298  INFO 2192 --- [main] o.a.e.i.a.AbstractAsyncJobExecutor       : Shutting down the default async job executor [org.activiti.spring.SpringAsyncExecutor].
-2020-05-19 11:28:40.298  INFO 2192 --- [Thread-17] o.a.e.i.a.AcquireTimerJobsRunnable       : stopped async job due acquisition
-2020-05-19 11:28:40.298  INFO 2192 --- [Thread-18] o.a.e.i.a.AcquireAsyncJobsDueRunnable    : stopped async job due acquisition
-2020-05-19 11:28:40.298  INFO 2192 --- [main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closed
-2020-05-19 11:29:08.281  INFO 7468 --- [main] com.highdatas.mdm.MdmApplication         : Starting MdmApplication on DESKTOP-TQ4BBAF with PID 7468 (D:\workspace\workspace_idea\mdm_new\target\classes started by kimi in D:\workspace\workspace_idea\mdm_new)
-2020-05-19 11:29:08.281  INFO 7468 --- [main] com.highdatas.mdm.MdmApplication         : The following profiles are active: rrsdev
-2020-05-19 11:29:10.577  INFO 7468 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
-2020-05-19 11:29:10.577  INFO 7468 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
-2020-05-19 11:29:10.671  INFO 7468 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 66ms. Found 0 Redis repository interfaces.
-2020-05-19 11:29:11.593  INFO 7468 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisClient' of type [com.highdatas.mdm.util.RedisClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:29:11.609  INFO 7468 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'userRoleClient' of type [com.highdatas.mdm.util.UserRoleClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:29:11.609  INFO 7468 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'requestInterceptor' of type [com.highdatas.mdm.util.CommonInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:29:11.609  INFO 7468 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'originConfig' of type [com.highdatas.mdm.util.OriginConfig$$EnhancerBySpringCGLIB$$62305e41] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:29:11.671  INFO 7468 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 11:29:12.140  INFO 7468 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9010 (http)
-2020-05-19 11:29:12.155  INFO 7468 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2020-05-19 11:29:12.155  INFO 7468 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.29]
-2020-05-19 11:29:12.343  INFO 7468 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
-2020-05-19 11:29:12.343  INFO 7468 --- [main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3625 ms
-2020-05-19 11:29:12.655  INFO 7468 --- [main] a.s.b.AbstractProcessEngineConfiguration : No process definitions were found for autodeployment
-2020-05-19 11:29:12.905  INFO 7468 --- [main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
-2020-05-19 11:29:14.046  INFO 7468 --- [main] o.a.engine.impl.ProcessEngineImpl        : ProcessEngine default created
-2020-05-19 11:29:14.046  INFO 7468 --- [main] o.a.e.i.a.AbstractAsyncJobExecutor       : Starting up the default async job executor [org.activiti.spring.SpringAsyncExecutor].
-2020-05-19 11:29:14.046  INFO 7468 --- [Thread-17] o.a.e.i.a.AcquireTimerJobsRunnable       : starting to acquire async jobs due
-2020-05-19 11:29:14.046  INFO 7468 --- [Thread-18] o.a.e.i.a.AcquireAsyncJobsDueRunnable    : starting to acquire async jobs due
-2020-05-19 11:29:15.108  INFO 7468 --- [main] c.h.m.service.impl.DispenseServiceImpl   : Queue_Consume_thread_size:5
-2020-05-19 11:29:15.108  INFO 7468 --- [Thread-21] c.h.m.service.impl.DispenseServiceImpl   : 琚姩鎺ュ彛鍑嗗寰呭懡銆�
-2020-05-19 11:29:17.514  INFO 7468 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService
-2020-05-19 11:29:17.514  INFO 7468 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'getAsyncExecutor'
-2020-05-19 11:29:17.546  INFO 7468 --- [main] com.highdatas.mdm.util.XxlJobConfig      : >>>>>>>>>>> xxl-job config init.
-2020-05-19 11:29:17.561  INFO 7468 --- [main] c.xxl.job.core.executor.XxlJobExecutor   : >>>>>>>>>>> xxl-job register jobhandler success, name:test, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@4e7151b3[class com.highdatas.mdm.job.XxlJobHandler#test]
-2020-05-19 11:29:17.577  INFO 7468 --- [main] c.xxl.job.core.executor.XxlJobExecutor   : >>>>>>>>>>> xxl-job register jobhandler success, name:assembleJob, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@5ef7ae2f[class com.highdatas.mdm.job.XxlJobHandler#assembleJobHandler]
-2020-05-19 11:29:18.733  INFO 7468 --- [main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService 'taskScheduler'
-2020-05-19 11:29:18.764  INFO 7468 --- [main] c.x.r.r.provider.XxlRpcProviderFactory   : >>>>>>>>>>> xxl-rpc, provider factory add service success. serviceKey = com.xxl.job.core.biz.ExecutorBiz, serviceBean = class com.xxl.job.core.biz.impl.ExecutorBizImpl
-2020-05-19 11:29:18.843  INFO 7468 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
-2020-05-19 11:29:18.874  INFO 7468 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
-2020-05-19 11:29:18.889  INFO 7468 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
-2020-05-19 11:29:19.671  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingGET_1
-2020-05-19 11:29:19.686  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingHEAD_1
-2020-05-19 11:29:19.686  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingPOST_1
-2020-05-19 11:29:19.686  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingPUT_1
-2020-05-19 11:29:19.686  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingPATCH_1
-2020-05-19 11:29:19.702  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingDELETE_1
-2020-05-19 11:29:19.702  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingOPTIONS_1
-2020-05-19 11:29:19.702  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActRoleUsingTRACE_1
-2020-05-19 11:29:19.717  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingGET_1
-2020-05-19 11:29:19.717  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingHEAD_1
-2020-05-19 11:29:19.717  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingPOST_1
-2020-05-19 11:29:19.717  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingPUT_1
-2020-05-19 11:29:19.733  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingPATCH_1
-2020-05-19 11:29:19.733  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingDELETE_1
-2020-05-19 11:29:19.733  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingOPTIONS_1
-2020-05-19 11:29:19.733  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserUsingTRACE_1
-2020-05-19 11:29:19.749  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingGET_1
-2020-05-19 11:29:19.749  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingHEAD_1
-2020-05-19 11:29:19.764  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingPOST_1
-2020-05-19 11:29:19.764  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingPUT_1
-2020-05-19 11:29:19.764  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingPATCH_1
-2020-05-19 11:29:19.764  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingDELETE_1
-2020-05-19 11:29:19.780  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingOPTIONS_1
-2020-05-19 11:29:19.780  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addActUserRoleUsingTRACE_1
-2020-05-19 11:29:19.780  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingGET_1
-2020-05-19 11:29:19.796  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingHEAD_1
-2020-05-19 11:29:19.796  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingPOST_1
-2020-05-19 11:29:19.796  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingPUT_1
-2020-05-19 11:29:19.811  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingPATCH_1
-2020-05-19 11:29:19.811  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingDELETE_1
-2020-05-19 11:29:19.811  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingOPTIONS_1
-2020-05-19 11:29:19.827  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActRoleUsingTRACE_1
-2020-05-19 11:29:19.827  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingGET_1
-2020-05-19 11:29:19.827  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingHEAD_1
-2020-05-19 11:29:19.842  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingPOST_1
-2020-05-19 11:29:19.842  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingPUT_1
-2020-05-19 11:29:19.842  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingPATCH_1
-2020-05-19 11:29:19.842  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingDELETE_1
-2020-05-19 11:29:19.842  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingOPTIONS_1
-2020-05-19 11:29:19.842  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserUsingTRACE_1
-2020-05-19 11:29:19.858  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingGET_1
-2020-05-19 11:29:19.858  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingHEAD_1
-2020-05-19 11:29:19.858  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingPOST_1
-2020-05-19 11:29:19.858  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingPUT_1
-2020-05-19 11:29:19.858  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingPATCH_1
-2020-05-19 11:29:19.874  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingDELETE_1
-2020-05-19 11:29:19.874  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingOPTIONS_1
-2020-05-19 11:29:19.874  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteActUserRoleUsingTRACE_1
-2020-05-19 11:29:19.874  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteModelUsingGET_1
-2020-05-19 11:29:19.889  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDiagramUsingGET_1
-2020-05-19 11:29:19.905  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: historyUsingGET_1
-2020-05-19 11:29:19.905  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: imageUsingGET_1
-2020-05-19 11:29:19.921  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
-2020-05-19 11:29:19.921  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: modellistUsingGET_1
-2020-05-19 11:29:19.936  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: processlistUsingGET_1
-2020-05-19 11:29:19.936  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: runTaskUsingGET_1
-2020-05-19 11:29:19.967  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: statusUsingGET_1
-2020-05-19 11:29:19.983  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: todoTaskUsingGET_1
-2020-05-19 11:29:19.999  INFO 7468 --- [Thread-31] com.xxl.rpc.remoting.net.Server          : >>>>>>>>>>> xxl-rpc remoting server start success, nettype = com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServer, port = 9999
-2020-05-19 11:29:20.061  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_1
-2020-05-19 11:29:20.139  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_1
-2020-05-19 11:29:20.171  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_2
-2020-05-19 11:29:20.186  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingGET_1
-2020-05-19 11:29:20.202  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loadPurgeSqlUsingPOST_1
-2020-05-19 11:29:20.249  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: compareUsingGET_1
-2020-05-19 11:29:20.249  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_1
-2020-05-19 11:29:20.264  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: setFlowIdUsingGET_1
-2020-05-19 11:29:20.280  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unflowUsingGET_1
-2020-05-19 11:29:20.280  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteModelUsingGET_2
-2020-05-19 11:29:20.311  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_3
-2020-05-19 11:29:20.342  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_2
-2020-05-19 11:29:20.374  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addRoleUsingGET_1
-2020-05-19 11:29:20.389  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_4
-2020-05-19 11:29:20.405  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_3
-2020-05-19 11:29:20.405  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_4
-2020-05-19 11:29:20.436  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_1
-2020-05-19 11:29:20.483  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_5
-2020-05-19 11:29:20.483  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_5
-2020-05-19 11:29:20.499  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertUsingPOST_1
-2020-05-19 11:29:20.499  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
-2020-05-19 11:29:20.499  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_2
-2020-05-19 11:29:20.499  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_6
-2020-05-19 11:29:20.499  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
-2020-05-19 11:29:20.514  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: statusUsingGET_2
-2020-05-19 11:29:20.577  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_7
-2020-05-19 11:29:20.577  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_6
-2020-05-19 11:29:20.592  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addOneUsingPOST_1
-2020-05-19 11:29:20.592  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: checkUsingGET_1
-2020-05-19 11:29:20.592  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_8
-2020-05-19 11:29:20.608  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_7
-2020-05-19 11:29:20.608  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_8
-2020-05-19 11:29:20.608  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_9
-2020-05-19 11:29:20.624  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
-2020-05-19 11:29:20.624  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_3
-2020-05-19 11:29:20.624  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_4
-2020-05-19 11:29:20.624  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_10
-2020-05-19 11:29:20.639  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: statusUsingGET_3
-2020-05-19 11:29:20.639  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingGET_1
-2020-05-19 11:29:20.639  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_2
-2020-05-19 11:29:20.639  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allUsingGET_1
-2020-05-19 11:29:20.655  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
-2020-05-19 11:29:20.671  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getFieldsUsingGET_1
-2020-05-19 11:29:20.671  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingGET_2
-2020-05-19 11:29:20.686  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_11
-2020-05-19 11:29:20.686  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_9
-2020-05-19 11:29:20.686  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_3
-2020-05-19 11:29:20.702  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_4
-2020-05-19 11:29:20.733  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingGET_3
-2020-05-19 11:29:20.733  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_5
-2020-05-19 11:29:20.733  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: activeUsingGET_1
-2020-05-19 11:29:20.749  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: activeUsingGET_2
-2020-05-19 11:29:20.749  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_5
-2020-05-19 11:29:20.749  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingGET_6
-2020-05-19 11:29:20.764  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cntUsingGET_1
-2020-05-19 11:29:20.780  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: createViewUsingGET_1
-2020-05-19 11:29:20.780  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_12
-2020-05-19 11:29:20.811  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_10
-2020-05-19 11:29:20.811  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_6
-2020-05-19 11:29:20.827  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: testUsingGET_1
-2020-05-19 11:29:20.842  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
-2020-05-19 11:29:20.858  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
-2020-05-19 11:29:20.874  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: checkUsingGET_2
-2020-05-19 11:29:20.874  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_11
-2020-05-19 11:29:20.874  INFO 7468 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingGET_7
-2020-05-19 11:29:20.952  INFO 7468 --- [main] org.mortbay.log                          : Logging to Logger[org.mortbay.log] via org.mortbay.log.Slf4jLog
-2020-05-19 11:29:20.967  INFO 7468 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 9010 (http) with context path ''
-2020-05-19 11:29:20.967  INFO 7468 --- [main] com.highdatas.mdm.MdmApplication         : Started MdmApplication in 13.746 seconds (JVM running for 16.57)
-2020-05-19 11:30:58.216  INFO 7468 --- [http-nio-9010-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
-2020-05-19 11:30:58.216  INFO 7468 --- [http-nio-9010-exec-2] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
-2020-05-19 11:30:58.232  INFO 7468 --- [http-nio-9010-exec-2] o.s.web.servlet.DispatcherServlet        : Completed initialization in 16 ms
-2020-05-19 11:30:58.261  INFO 7468 --- [http-nio-9010-exec-2] c.highdatas.mdm.util.CommonInterceptor   : /menu/all
-2020-05-19 11:30:58.407  INFO 7468 --- [http-nio-9010-exec-2] io.lettuce.core.EpollProvider            : Starting without optional epoll library
-2020-05-19 11:30:58.407  INFO 7468 --- [http-nio-9010-exec-2] io.lettuce.core.KqueueProvider           : Starting without optional kqueue library
-2020-05-19 11:31:02.790  INFO 7468 --- [http-nio-9010-exec-2] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/user/selectUser, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ョ湅鎴愬姛","data":{"userGroupDO":[],"userDO":{"userId":"U001","loginName":"admin","userName":"寮犻獊","createTime":null,"createTimeStr":null,"updateTime":"2020-03-24T12:17:09.000+0000","updateTimeStr":"2020-03-24 20:17:09","userPassword":"91ef0a5d351247db610e","userType":null,"userEmail":null,"userOrgid":"85a4c3b620874a32af4db63d1006d1d9","createUser":null,"updateUser":null,"userDesc":null,"userState":"DJ003","userOrgidStr":null}}}
-2020-05-19 11:31:02.790  INFO 7468 --- [http-nio-9010-exec-2] com.highdatas.mdm.util.UserRoleClient    : {"success":true,"status":null,"message":"鏌ョ湅鎴愬姛","data":{"userGroupDO":[],"userDO":{"userId":"U001","loginName":"admin","userName":"寮犻獊","createTime":null,"createTimeStr":null,"updateTime":"2020-03-24T12:17:09.000+0000","updateTimeStr":"2020-03-24 20:17:09","userPassword":"91ef0a5d351247db610e","userType":null,"userEmail":null,"userOrgid":"85a4c3b620874a32af4db63d1006d1d9","createUser":null,"updateUser":null,"userDesc":null,"userState":"DJ003","userOrgidStr":null}}}
-2020-05-19 11:31:05.009 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.mdm.mapper.SysMenuMapper.selectList  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu ORDER BY parent_id, order_no 
-2020-05-19 11:31:05.009 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.mdm.mapper.SysMenuMapper.selectList  : ==> Parameters: 
-2020-05-19 11:31:05.040 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.mdm.mapper.SysMenuMapper.selectList  : <==      Total: 65
-2020-05-19 11:31:05.649  INFO 7468 --- [http-nio-9010-exec-1] c.highdatas.mdm.util.CommonInterceptor   : /menu/audit
-2020-05-19 11:31:09.836  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/user/selectUser, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ョ湅鎴愬姛","data":{"userGroupDO":[],"userDO":{"userId":"U001","loginName":"admin","userName":"寮犻獊","createTime":null,"createTimeStr":null,"updateTime":"2020-03-24T12:17:09.000+0000","updateTimeStr":"2020-03-24 20:17:09","userPassword":"91ef0a5d351247db610e","userType":null,"userEmail":null,"userOrgid":"85a4c3b620874a32af4db63d1006d1d9","createUser":null,"updateUser":null,"userDesc":null,"userState":"DJ003","userOrgidStr":null}}}
-2020-05-19 11:31:09.836  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.UserRoleClient    : {"success":true,"status":null,"message":"鏌ョ湅鎴愬姛","data":{"userGroupDO":[],"userDO":{"userId":"U001","loginName":"admin","userName":"寮犻獊","createTime":null,"createTimeStr":null,"updateTime":"2020-03-24T12:17:09.000+0000","updateTimeStr":"2020-03-24 20:17:09","userPassword":"91ef0a5d351247db610e","userType":null,"userEmail":null,"userOrgid":"85a4c3b620874a32af4db63d1006d1d9","createUser":null,"updateUser":null,"userDesc":null,"userState":"DJ003","userOrgidStr":null}}}
-2020-05-19 11:31:11.946 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_type <> ? AND status <> ? AND status <> ?) 
-2020-05-19 11:31:11.946 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: exists(String), open(String), close(String)
-2020-05-19 11:31:11.977 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 19
-2020-05-19 11:31:12.086  INFO 7468 --- [http-nio-9010-exec-1] o.a.e.impl.bpmn.deployer.BpmnDeployer    : Processing resource 榛樿瀹℃壒娴�4.0.process.png
-2020-05-19 11:31:12.086  INFO 7468 --- [http-nio-9010-exec-1] o.a.e.impl.bpmn.deployer.BpmnDeployer    : Processing resource 榛樿瀹℃壒娴�4.0.bpmn20.xml
-2020-05-19 11:31:14.367  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":["U001","cf537aa27f1047adb443eb4ed0854648","U006","48c9e350dda04d96bf446cf56bbb7a07"]}
-2020-05-19 11:31:18.570  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":["U001","cf537aa27f1047adb443eb4ed0854648","U006","48c9e350dda04d96bf446cf56bbb7a07"]}
-2020-05-19 11:31:22.743  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":["U001","cf537aa27f1047adb443eb4ed0854648","U006","48c9e350dda04d96bf446cf56bbb7a07"]}
-2020-05-19 11:31:26.868  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":["U001","cf537aa27f1047adb443eb4ed0854648","U006","48c9e350dda04d96bf446cf56bbb7a07"]}
-2020-05-19 11:31:28.946  INFO 7468 --- [http-nio-9010-exec-1] o.a.e.impl.bpmn.deployer.BpmnDeployer    : Processing resource 榛樿瀹℃壒娴�3.0.bpmn20.xml
-2020-05-19 11:31:28.961  INFO 7468 --- [http-nio-9010-exec-1] o.a.e.impl.bpmn.deployer.BpmnDeployer    : Processing resource 榛樿瀹℃壒娴�3.0.process.png
-2020-05-19 11:31:29.570  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:31:29.649  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:31:29.727  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":["U001","cf537aa27f1047adb443eb4ed0854648","U006","48c9e350dda04d96bf446cf56bbb7a07"]}
-2020-05-19 11:31:29.774  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:31:29.805  INFO 7468 --- [http-nio-9010-exec-1] o.a.e.impl.bpmn.deployer.BpmnDeployer    : Processing resource 榛樿瀹℃壒娴�4.0.process.png
-2020-05-19 11:31:29.805  INFO 7468 --- [http-nio-9010-exec-1] o.a.e.impl.bpmn.deployer.BpmnDeployer    : Processing resource 榛樿瀹℃壒娴�4.0.bpmn20.xml
-2020-05-19 11:31:29.852 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:29.852 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a2c22aab1f094eb99bad86e501fc2195(String)
-2020-05-19 11:31:29.867 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:29.867 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:29.867 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:29.867 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:29.867 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND table_name = ?) 
-2020-05-19 11:31:29.867 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), md_xx(String)
-2020-05-19 11:31:29.867 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:29.867  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:29.899  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:29.914  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :47 ms
-2020-05-19 11:31:29.914  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:47 ms
-2020-05-19 11:31:29.914 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:29.914 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a2c22aab1f094eb99bad86e501fc2195(String)
-2020-05-19 11:31:29.914 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:29.914 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:31:29.914 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: a2c22aab1f094eb99bad86e501fc2195(String)
-2020-05-19 11:31:29.914 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:31:29.914 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_xx' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:31:29.914 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:31:29.930 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:29.930 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:29.930 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:29.930 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND maintain_field_id = ? AND table_name = ?) 
-2020-05-19 11:31:29.930 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), default(String), md_xx(String)
-2020-05-19 11:31:29.930 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:29.930  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:16 ms
-2020-05-19 11:31:29.961  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:29.961  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :31 ms
-2020-05-19 11:31:29.961  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:47 ms
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: f0109bcb10d74009855ac8fec8b64c28(String)
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND table_name = ?) 
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), md_1_5baed(String)
-2020-05-19 11:31:29.961 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:29.961  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.008  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.008  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :31 ms
-2020-05-19 11:31:30.008  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:47 ms
-2020-05-19 11:31:30.008 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.008 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: f0109bcb10d74009855ac8fec8b64c28(String)
-2020-05-19 11:31:30.008 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.008 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:31:30.008 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: f0109bcb10d74009855ac8fec8b64c28(String)
-2020-05-19 11:31:30.008 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:31:30.008 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_1_5baed' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:31:30.008 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:31:30.008 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.024 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.024 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.024 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND maintain_field_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.024 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), default(String), md_1_5baed(String)
-2020-05-19 11:31:30.024 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.024  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:16 ms
-2020-05-19 11:31:30.070  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.070  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :46 ms
-2020-05-19 11:31:30.070  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:62 ms
-2020-05-19 11:31:30.070 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.070 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:31:30.070 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:30.086 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.086 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 8d7b60276f914a02a11879b96cf93b3a(String)
-2020-05-19 11:31:30.086 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.086 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.086 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.086 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.086 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.086 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), sz_kh(String)
-2020-05-19 11:31:30.086 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.086  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.117  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.117  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :31 ms
-2020-05-19 11:31:30.117  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:31 ms
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 8d7b60276f914a02a11879b96cf93b3a(String)
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 8d7b60276f914a02a11879b96cf93b3a(String)
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 9 and m.table_name = 'sz_kh' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND maintain_field_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), default(String), sz_kh(String)
-2020-05-19 11:31:30.133 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.133  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.164  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.180  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :47 ms
-2020-05-19 11:31:30.180  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:47 ms
-2020-05-19 11:31:30.180 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.180 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: c7f69abe11a84c37920d3d6b468a53ee(String)
-2020-05-19 11:31:30.180 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.180 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.180 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.180 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.180 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.180 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), sz_client(String)
-2020-05-19 11:31:30.180 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.180  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.227  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.227  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :47 ms
-2020-05-19 11:31:30.227  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:47 ms
-2020-05-19 11:31:30.227 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.227 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: c7f69abe11a84c37920d3d6b468a53ee(String)
-2020-05-19 11:31:30.227 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.227 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:31:30.227 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: c7f69abe11a84c37920d3d6b468a53ee(String)
-2020-05-19 11:31:30.227 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:31:30.227 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'sz_client' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:31:30.227 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:31:30.227 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.242 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.242 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.242 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND maintain_field_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.242 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), default(String), sz_client(String)
-2020-05-19 11:31:30.242 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.242  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:15 ms
-2020-05-19 11:31:30.289  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.289  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :47 ms
-2020-05-19 11:31:30.289  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:62 ms
-2020-05-19 11:31:30.289 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.289 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:31:30.289 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:30.289 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.289 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 07cfa78c63ed45e2a969cea760128000(String)
-2020-05-19 11:31:30.305 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.305 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.305 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.305 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.305 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.305 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), md_zsj(String)
-2020-05-19 11:31:30.305 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.305  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.320  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.320  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :15 ms
-2020-05-19 11:31:30.320  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:15 ms
-2020-05-19 11:31:30.320 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.320 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 07cfa78c63ed45e2a969cea760128000(String)
-2020-05-19 11:31:30.320 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 07cfa78c63ed45e2a969cea760128000(String)
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_zsj' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND maintain_field_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), default(String), md_zsj(String)
-2020-05-19 11:31:30.336 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.336  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.352  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.352  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :16 ms
-2020-05-19 11:31:30.352  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:16 ms
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 80d8bcd5a4cd417cabd51c1112f11963(String)
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), md_cs12(String)
-2020-05-19 11:31:30.367 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.367  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.399  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.399  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :16 ms
-2020-05-19 11:31:30.399  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:32 ms
-2020-05-19 11:31:30.399 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.399 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 80d8bcd5a4cd417cabd51c1112f11963(String)
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 80d8bcd5a4cd417cabd51c1112f11963(String)
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_cs12' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : <==      Total: 1
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectById   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE id=? 
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectById   : ==> Parameters: 82a120dcfa9a471ebef0b41f43155032(String)
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_id = ?) ORDER BY create_time desc 
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: 82a120dcfa9a471ebef0b41f43155032(String)
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.414 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND maintain_field_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.430 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), default(String), md_cs12(String)
-2020-05-19 11:31:30.430 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.430  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:16 ms
-2020-05-19 11:31:30.445  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.461  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :31 ms
-2020-05-19 11:31:30.461  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:47 ms
-2020-05-19 11:31:30.461 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.461 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 77a913a2617740ff96028b01ed02db65(String)
-2020-05-19 11:31:30.461 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.461 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.461 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.461 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.461 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.461 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), md_cs_c1007(String)
-2020-05-19 11:31:30.461 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.461  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.477  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.477  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :16 ms
-2020-05-19 11:31:30.477  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:16 ms
-2020-05-19 11:31:30.477 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.477 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 77a913a2617740ff96028b01ed02db65(String)
-2020-05-19 11:31:30.477 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.477 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:31:30.477 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 77a913a2617740ff96028b01ed02db65(String)
-2020-05-19 11:31:30.492 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:31:30.492 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_cs_c1007' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:31:30.492 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:31:30.492 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.492 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.492 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.492 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND maintain_field_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.492 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), default(String), md_cs_c1007(String)
-2020-05-19 11:31:30.492 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.492  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.508  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.524  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :32 ms
-2020-05-19 11:31:30.524  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:32 ms
-2020-05-19 11:31:30.524 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.524 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: eee7594c5b51499f8d78e51f2ed7fc05(String)
-2020-05-19 11:31:30.524 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.524 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.524 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.524 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.524 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.524 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), md_khxx(String)
-2020-05-19 11:31:30.524 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.524  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.570  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.570  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :46 ms
-2020-05-19 11:31:30.570  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:46 ms
-2020-05-19 11:31:30.570 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.570 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: eee7594c5b51499f8d78e51f2ed7fc05(String)
-2020-05-19 11:31:30.570 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.570 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:31:30.570 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: eee7594c5b51499f8d78e51f2ed7fc05(String)
-2020-05-19 11:31:30.570 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:31:30.570 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_khxx' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:31:30.570 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:31:30.586 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.586 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.586 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.586 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND maintain_field_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.586 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), default(String), md_khxx(String)
-2020-05-19 11:31:30.586 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 0
-2020-05-19 11:31:30.586  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:16 ms
-2020-05-19 11:31:30.617  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.617  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :31 ms
-2020-05-19 11:31:30.617  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:47 ms
-2020-05-19 11:31:30.617 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.617 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:31:30.617 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:30.617 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==>  Preparing: SELECT COUNT(1) FROM master_author WHERE (type = ? AND character_id = ?) 
-2020-05-19 11:31:30.617 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : ==> Parameters: user(String), U001(String)
-2020-05-19 11:31:30.617 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectCount   : <==      Total: 1
-2020-05-19 11:31:30.617 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==>  Preparing: SELECT id,`type`,`table_name` AS tableName,field_auto AS fieldAuto,user_group AS userGroup,maintain_auto AS maintainAuto,character_id AS characterId,menu_id AS menuId,maintain_field_id AS maintainFieldId,active,subscribe,`increment`,create_time AS createTime,update_time AS updateTime FROM master_author WHERE (type = ? AND character_id = ? AND table_name = ?) 
-2020-05-19 11:31:30.617 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : ==> Parameters: user(String), U001(String), md_csdr(String)
-2020-05-19 11:31:30.617 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MasterAuthorMapper.selectList    : <==      Total: 1
-2020-05-19 11:31:30.617  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  select user author:0 ms
-2020-05-19 11:31:30.664  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/group/userGroupInfo?userId=U001, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":null,"data":[]}
-2020-05-19 11:31:30.664  INFO 7468 --- [http-nio-9010-exec-1] com.highdatas.mdm.util.DbUtils           : master tag:null form userId select group :47 ms
-2020-05-19 11:31:30.664  INFO 7468 --- [http-nio-9010-exec-1] c.h.m.s.impl.MasterAuthorServiceImpl     : master tag:null  merage group author:47 ms
-2020-05-19 11:31:30.664 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.664 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:31:30.664 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:30.664 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:30.664 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:31:30.664 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:30.664 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainMapper.selectBatchIds    : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id IN ( ? ) 
-2020-05-19 11:31:30.664 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainMapper.selectBatchIds    : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:31:30.664 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MaintainMapper.selectBatchIds    : <==      Total: 1
-2020-05-19 11:31:30.664 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (table_name IN (?)) 
-2020-05-19 11:31:30.680 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: md_csdr(String)
-2020-05-19 11:31:30.680 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:31:55.209  INFO 7468 --- [http-nio-9010-exec-4] c.highdatas.mdm.util.CommonInterceptor   : /menu/all
-2020-05-19 11:31:55.225 DEBUG 7468 --- [http-nio-9010-exec-4] c.h.mdm.mapper.SysMenuMapper.selectList  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu ORDER BY parent_id, order_no 
-2020-05-19 11:31:55.225 DEBUG 7468 --- [http-nio-9010-exec-4] c.h.mdm.mapper.SysMenuMapper.selectList  : ==> Parameters: 
-2020-05-19 11:31:55.241 DEBUG 7468 --- [http-nio-9010-exec-4] c.h.mdm.mapper.SysMenuMapper.selectList  : <==      Total: 65
-2020-05-19 11:31:55.381  INFO 7468 --- [http-nio-9010-exec-3] c.highdatas.mdm.util.CommonInterceptor   : /menu/audit
-2020-05-19 11:31:55.381 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_type <> ? AND status <> ? AND status <> ?) 
-2020-05-19 11:31:55.381 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: exists(String), open(String), close(String)
-2020-05-19 11:31:55.397 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 19
-2020-05-19 11:31:55.475  INFO 7468 --- [http-nio-9010-exec-3] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:31:55.522  INFO 7468 --- [http-nio-9010-exec-3] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:31:55.553  INFO 7468 --- [http-nio-9010-exec-3] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:31:55.600 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:55.600 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:31:55.600 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:55.600 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:55.600 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:31:55.600 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:55.616 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:55.616 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:31:55.616 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:55.616 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:55.616 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:31:55.616 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:55.616 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:55.616 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:31:55.616 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainMapper.selectBatchIds    : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id IN ( ? ) 
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainMapper.selectBatchIds    : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainMapper.selectBatchIds    : <==      Total: 1
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (table_name IN (?)) 
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: md_csdr(String)
-2020-05-19 11:31:55.631 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:18.099  INFO 7468 --- [http-nio-9010-exec-5] c.highdatas.mdm.util.CommonInterceptor   : /menu/all
-2020-05-19 11:41:18.114 DEBUG 7468 --- [http-nio-9010-exec-5] c.h.mdm.mapper.SysMenuMapper.selectList  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu ORDER BY parent_id, order_no 
-2020-05-19 11:41:18.114 DEBUG 7468 --- [http-nio-9010-exec-5] c.h.mdm.mapper.SysMenuMapper.selectList  : ==> Parameters: 
-2020-05-19 11:41:18.114 DEBUG 7468 --- [http-nio-9010-exec-5] c.h.mdm.mapper.SysMenuMapper.selectList  : <==      Total: 65
-2020-05-19 11:41:18.255  INFO 7468 --- [http-nio-9010-exec-6] c.highdatas.mdm.util.CommonInterceptor   : /menu/audit
-2020-05-19 11:41:18.271 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_type <> ? AND status <> ? AND status <> ?) 
-2020-05-19 11:41:18.271 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: exists(String), open(String), close(String)
-2020-05-19 11:41:18.271 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 19
-2020-05-19 11:41:18.349  INFO 7468 --- [http-nio-9010-exec-6] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:41:18.396  INFO 7468 --- [http-nio-9010-exec-6] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:41:18.458  INFO 7468 --- [http-nio-9010-exec-6] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:41:18.520 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:18.520 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:41:18.520 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:18.520 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:18.520 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:41:18.520 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:18.520 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:18.520 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:41:18.520 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:41:18.536 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:18.552 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:18.552 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:41:18.552 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:18.552 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MaintainMapper.selectBatchIds    : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id IN ( ? ) 
-2020-05-19 11:41:18.552 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MaintainMapper.selectBatchIds    : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:41:18.552 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MaintainMapper.selectBatchIds    : <==      Total: 1
-2020-05-19 11:41:18.552 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (table_name IN (?)) 
-2020-05-19 11:41:18.552 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: md_csdr(String)
-2020-05-19 11:41:18.552 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.145  INFO 7468 --- [http-nio-9010-exec-9] c.highdatas.mdm.util.CommonInterceptor   : /menu/list
-2020-05-19 11:41:29.160  INFO 7468 --- [http-nio-9010-exec-8] c.highdatas.mdm.util.CommonInterceptor   : /assemble/db/getSet
-2020-05-19 11:41:29.160 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectList  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE (menu_type = ?) ORDER BY parent_id, order_no 
-2020-05-19 11:41:29.160 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectList  : ==> Parameters: DataMenu(String)
-2020-05-19 11:41:29.176 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectList  : <==      Total: 44
-2020-05-19 11:41:29.176 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.176 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 93DFD2B3CAA320488EAF7D361F3B5EC9(String)
-2020-05-19 11:41:29.176  INFO 7468 --- [http-nio-9010-exec-7] c.highdatas.mdm.util.CommonInterceptor   : /assemble/1
-2020-05-19 11:41:29.176 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_cwd(String)
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-8] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db 
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-8] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: 
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: b75bd965ca2a431a8a2114b1ed063c6b(String)
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 7a52c6b0762b487d90511e371d133054(String)
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 7a52c6b0762b487d90511e371d133054(String)
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.192 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 7a52c6b0762b487d90511e371d133054(String)
-2020-05-19 11:41:29.207 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.207 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_cwd' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.207 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.207 DEBUG 7468 --- [http-nio-9010-exec-8] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 11
-2020-05-19 11:41:29.207 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.207 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_cwd(String)
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 8
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 88B877D6B41BD4DE6903A2D105F6F706(String)
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_cwd2(String)
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: bec5b39d96bf496cb0ab41fcf7c7c558(String)
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: cda83044800e4735b3d86b57b9463341(String)
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.223 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: cda83044800e4735b3d86b57b9463341(String)
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: cda83044800e4735b3d86b57b9463341(String)
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_cwd2' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_cwd2(String)
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 8
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: E5621A091E498E8464F90BE878B185D8(String)
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.239 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 64123F9EC16FA7830E6BD4571C8C2C85(String)
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: AF9E18FBBE0B070711AD07FCFC08B33E(String)
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 7563AB6C583EB953FEF23458B3D299C0(String)
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_khxx_06e2e(String)
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 4b731857e826492eb9460d0ae2ccfbfe(String)
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.254 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 777c1f006e3e48e1ae11a4691a25284c(String)
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleMapper.selectPage     : ==>  Preparing: SELECT COUNT(1) FROM sys_assemble 
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleMapper.selectPage     : ==> Parameters: 
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 777c1f006e3e48e1ae11a4691a25284c(String)
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 777c1f006e3e48e1ae11a4691a25284c(String)
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_khxx_06e2e' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_khxx_06e2e(String)
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 8
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.270 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleMapper.selectPage     : ==>  Preparing: SELECT id,`name`,menu_id AS menuId,pre_time AS preTime,pre_msg AS preMsg,empty_data AS emptyData,pre_cnt AS preCnt,pre_status AS preStatus,user_id AS userId,purge_sql AS purgeSql,flow_id AS flowId,job_id AS jobId,update_type AS updateType,check_type AS checkType,check_fields AS checkFields,update_fields AS updateFields,cron,bigdata,`status`,create_time AS createTime,update_time AS updateTime FROM sys_assemble ORDER BY update_time desc, create_time desc LIMIT 0,10 
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleMapper.selectPage     : ==> Parameters: 
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_khxm(String)
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 9a380f505da74eb99116e8494fe2f002(String)
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleMapper.selectPage     : <==      Total: 10
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: c33802849e184cd5a6d732c3370f5384(String)
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: c33802849e184cd5a6d732c3370f5384(String)
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.285 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: c33802849e184cd5a6d732c3370f5384(String)
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_khxm' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==> Parameters: 3b16eb27a5024ca5ae383272f9404d0b(String), cron(String)
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_khxm(String)
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 8
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 7DA1D6056031CCBE8CC260219B365551(String)
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_syzx(String)
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.301 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 10326b95dddd41ac96cd7d93724f17b1(String)
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 24F9C939C2EAA976E834728CE76F9CDC(String)
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 7614f71097aa4653884133550528a663(String)
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 7614f71097aa4653884133550528a663(String)
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: ef0f8406a1f1485081de8a674fce5fda(String)
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:41:29.317 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 7614f71097aa4653884133550528a663(String)
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 24F9C939C2EAA976E834728CE76F9CDC(String), ef0f8406a1f1485081de8a674fce5fda(String)
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 2 and m.table_name = 'md_syzx' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: 3b16eb27a5024ca5ae383272f9404d0b(String)
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 1
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectById   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE id=? 
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectById   : ==> Parameters: bf5acd9d4f4843debeb763763360b0ee(String)
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==> Parameters: a39fcce2bc8243ffb2687e3ba96b5456(String), cron(String)
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_id = ?) ORDER BY create_time desc 
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.332 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: bf5acd9d4f4843debeb763763360b0ee(String)
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 1
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectById   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE id=? 
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectById   : ==> Parameters: bf5acd9d4f4843debeb763763360b0ee(String)
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_id = ?) ORDER BY create_time desc 
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: bf5acd9d4f4843debeb763763360b0ee(String)
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String), 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 1
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:41:29.348 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (maintain_field_id = ? AND table_name = ?) ORDER BY order_no 
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: a39fcce2bc8243ffb2687e3ba96b5456(String)
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: bf5acd9d4f4843debeb763763360b0ee(String), md_syzx(String)
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==> Parameters: b52ae73a12614e8490c43966e8200ada(String), cron(String)
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 9
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 07B476F30774948379A134C147416AA0(String)
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 21F30800B856C27EE99EF597A02AF646(String)
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_15a0377dda(String)
-2020-05-19 11:41:29.364 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 21F30800B856C27EE99EF597A02AF646(String), 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_15a0377dda(String)
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: b52ae73a12614e8490c43966e8200ada(String)
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==> Parameters: eaab4d1e5fe146e58e2b94a50a7f94a3(String), cron(String)
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_15a0377dda(String)
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 20EF82C1BE60A86B1DBEFE9365B07BB8(String)
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 0
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: A3F0CCDE5A2E759BF8E847CD4C44BC49(String)
-2020-05-19 11:41:29.379 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.395 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:41:29.395 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 20EF82C1BE60A86B1DBEFE9365B07BB8(String), 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:41:29.395 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.395 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.395 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_cssj19_1(String)
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: eaab4d1e5fe146e58e2b94a50a7f94a3(String)
-2020-05-19 11:41:29.410  INFO 7468 --- [http-nio-9010-exec-10] c.highdatas.mdm.util.CommonInterceptor   : /menu/all
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_cssj19_1(String)
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==> Parameters: f636d7d4b45844419924b469da8ca16b(String), cron(String)
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3BCA44899073431FF9CEC44D20BD4EAC(String)
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 54243A799320AAE2443D85289714D3CB(String)
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.mdm.mapper.SysMenuMapper.selectList  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu ORDER BY parent_id, order_no 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.mdm.mapper.SysMenuMapper.selectList  : ==> Parameters: 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 6ED9B1082DFF77BC31E76C735FAA2505(String)
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 3BCA44899073431FF9CEC44D20BD4EAC(String), 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.410 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-1(String)
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: f636d7d4b45844419924b469da8ca16b(String)
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.mdm.mapper.SysMenuMapper.selectList  : <==      Total: 65
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_industry(String)
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 5
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 13f11229077b4dc4b8301375d34947f5(String)
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 17d9f5fbe7dc456085c098e3b1ca9df8(String)
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:41:29.426 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 17d9f5fbe7dc456085c098e3b1ca9df8(String)
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==> Parameters: 1a0642d463ab4eeb931127018d74e51e(String), cron(String)
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 17d9f5fbe7dc456085c098e3b1ca9df8(String)
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 4 and m.table_name = 'md_industry' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_industry(String)
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String), 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: 1a0642d463ab4eeb931127018d74e51e(String)
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-2(String)
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_city(String)
-2020-05-19 11:41:29.442 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==> Parameters: a0825e517ea24499b14384daf81c5557(String), cron(String)
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 89e9e97bd61342aca2948eea657e3cab(String)
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 04f81c99f0a947c19e0cc0b8c906e2bd(String)
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 04f81c99f0a947c19e0cc0b8c906e2bd(String)
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:41:29.457 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String), 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 04f81c99f0a947c19e0cc0b8c906e2bd(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: a0825e517ea24499b14384daf81c5557(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_city' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==> Parameters: b054048996744a37988753c1a6c79cee(String), cron(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_city(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0D4FA266AE93FC96BE85AB9E31925BEF(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: ef0f8406a1f1485081de8a674fce5fda(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 0D4FA266AE93FC96BE85AB9E31925BEF(String), ef0f8406a1f1485081de8a674fce5fda(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-3(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: b054048996744a37988753c1a6c79cee(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_bsqbz(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==> Parameters: 8b3e8243b23441b78e64130a8d9e4aba(String), cron(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: e47607da726b40ba8ff24c4aa3aec702(String)
-2020-05-19 11:41:29.473 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: dd2008dac4944a1da84b3b03ee51b2cd(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: dd2008dac4944a1da84b3b03ee51b2cd(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: dd2008dac4944a1da84b3b03ee51b2cd(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String), 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_bsqbz' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: 8b3e8243b23441b78e64130a8d9e4aba(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_bsqbz(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : ==> Parameters: d90446008e804597a57b94f268c5c3b0(String), cron(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: A3F0CCDE5A2E759BF8E847CD4C44BC49(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 1ddf8ca161b54d7eae2d38663a2ba918(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-4(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: A3F0CCDE5A2E759BF8E847CD4C44BC49(String), 1ddf8ca161b54d7eae2d38663a2ba918(String)
-2020-05-19 11:41:29.488 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_bz(String)
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 13099a7bc751400ab2d6214de27c26cb(String)
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: d9fa581fff384f52bc758eb8dabae9aa(String)
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: d90446008e804597a57b94f268c5c3b0(String)
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: d9fa581fff384f52bc758eb8dabae9aa(String)
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: d9fa581fff384f52bc758eb8dabae9aa(String)
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_bz' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.504 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_bz(String)
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-5(String)
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_sxdm(String)
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 7b1316fd8f0c4e42890c6ac05e03b8eb(String)
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 8971d2b139b54d12bc08db2455af3bfd(String)
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 8971d2b139b54d12bc08db2455af3bfd(String)
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 8971d2b139b54d12bc08db2455af3bfd(String)
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_sxdm' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.520 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_sxdm(String)
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-6(String)
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_khzt(String)
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: eec32419558a4bc4800f0196351f71f6(String)
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: ba63d6ddc6874c06b11ba3793f5be782(String)
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: ba63d6ddc6874c06b11ba3793f5be782(String)
-2020-05-19 11:41:29.535 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: ba63d6ddc6874c06b11ba3793f5be782(String)
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_khzt' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_khzt(String)
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-7(String)
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_mz(String)
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 11
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 736e95c744bf4de0b15baf1a1e80dc8d(String)
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a7ce044dabe84cceb53efb3046ecb59b(String)
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.551 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a7ce044dabe84cceb53efb3046ecb59b(String)
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: a7ce044dabe84cceb53efb3046ecb59b(String)
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 10 and m.table_name = 'md_mz' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_mz(String)
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-8(String)
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.567 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 4dfea41b6de544ecb9fbd64d54d343e9(String)
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_1_1d5f1(String)
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_1_1d5f1(String)
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_1_1d5f1(String)
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 0
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 456F3788956EEDC99D42F07C69B49451(String)
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.582 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_qlwy(String)
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_qlwy(String)
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_qlwy(String)
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 0
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 8FABCD7B017B131A21743CE8B7043728(String)
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_csddd(String)
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.598 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_csddd(String)
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_csddd(String)
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 0
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: D31F5EE1E9C3DF2494B988C227A50F97(String)
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_cs_a7aa4(String)
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_cs_a7aa4(String)
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:41:29.613 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_cs_a7aa4(String)
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 0
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 994C031DF7DA6E33BB74FEA310DAFBB6(String)
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_11(String)
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_11(String)
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_11(String)
-2020-05-19 11:41:29.629 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 6
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 68119527A84703F22991EFF7E249DDF8(String)
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_khxx1(String)
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: b82ccbe12f6d482584b39ff4328f4c5e(String)
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 3a43f035ecf14678bdffc0b7838f8b99(String)
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 3a43f035ecf14678bdffc0b7838f8b99(String)
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 3a43f035ecf14678bdffc0b7838f8b99(String)
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_khxx1' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.645 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_khxx1(String)
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 100
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: A22496E3D9474AB696A3F9F9647018C1(String)
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_1(String)
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: aeb0731ee4f24550b3bad4c97f480656(String)
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 38e25b9d0ef24a28a83c433c3a380832(String)
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.660 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 38e25b9d0ef24a28a83c433c3a380832(String)
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 38e25b9d0ef24a28a83c433c3a380832(String)
-2020-05-19 11:41:29.676  INFO 7468 --- [http-nio-9010-exec-2] c.highdatas.mdm.util.CommonInterceptor   : /menu/audit
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_1' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_1(String)
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_type <> ? AND status <> ? AND status <> ?) 
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: exists(String), open(String), close(String)
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.676 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 82BD82825F90DABB060D35B4FFE63481(String)
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_css(String)
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 19
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 1b8081e7adb747808ba98cf386ed1003(String)
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: e78f8d46c6e841489d0848afc33a4187(String)
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: e78f8d46c6e841489d0848afc33a4187(String)
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: e78f8d46c6e841489d0848afc33a4187(String)
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_css' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.692 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_css(String)
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3D60C08A3F2B872245D7996116A08165(String)
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 21F30800B856C27EE99EF597A02AF646(String)
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_gvsbmzhpzb(String)
-2020-05-19 11:41:29.707 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 7
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: cd6bfc9f662141298d0b4d465e52f7eb(String)
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 8f4ddb2b3227494ebe46fc085c3fd490(String)
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 8f4ddb2b3227494ebe46fc085c3fd490(String)
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 8f4ddb2b3227494ebe46fc085c3fd490(String)
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 6 and m.table_name = 'md_gvsbmzhpzb' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_gvsbmzhpzb(String)
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 4
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3BCA44899073431FF9CEC44D20BD4EAC(String)
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_1cfc15e8ae(String)
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 993845a53b7d4c6ab57e05774f63b928(String)
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.723 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 506a8f8465b44809abedb580d95ebdc5(String)
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 506a8f8465b44809abedb580d95ebdc5(String)
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 506a8f8465b44809abedb580d95ebdc5(String)
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_1cfc15e8ae' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_1cfc15e8ae(String)
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 4
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 20EF82C1BE60A86B1DBEFE9365B07BB8(String)
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.738 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.738  INFO 7468 --- [http-nio-9010-exec-2] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_zxgmpzb(String)
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 7894a15553fc46d58b75b49946c44732(String)
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 26871fc996c94ae6b8a47105ab1af6a1(String)
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 26871fc996c94ae6b8a47105ab1af6a1(String)
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 26871fc996c94ae6b8a47105ab1af6a1(String)
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 2 and m.table_name = 'md_zxgmpzb' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_zxgmpzb(String)
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 6
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 1A6805F92923E35FB3C1E9B4097EBD66(String)
-2020-05-19 11:41:29.754 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_17954c7f6d(String)
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: f7bfcdf78e724016a6469cb3d8950c07(String)
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a560a49abf8649f889ab887770560b06(String)
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a560a49abf8649f889ab887770560b06(String)
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: a560a49abf8649f889ab887770560b06(String)
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_17954c7f6d' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.770 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_17954c7f6d(String)
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 5
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 91618E74CE1B910CE799FB6BE27265E9(String)
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_sqmcydzb(String)
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 3
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 740c693e5d6f4e13b75cb8adbdc940aa(String)
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4cfeb3ff2e0949428e7ad0f303c73336(String)
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.785 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4cfeb3ff2e0949428e7ad0f303c73336(String)
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.801  INFO 7468 --- [http-nio-9010-exec-2] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 4cfeb3ff2e0949428e7ad0f303c73336(String)
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 2 and m.table_name = 'md_sqmcydzb' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_sqmcydzb(String)
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 4
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 792705F0515403406F001AAC1AE9D298(String)
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.801 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_dsqqdsjmc(String)
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 6
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 74df45e952ed4897b072453c9161d189(String)
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 11f2f4907e114e0286d33d01e552f729(String)
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 11f2f4907e114e0286d33d01e552f729(String)
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 11f2f4907e114e0286d33d01e552f729(String)
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 5 and m.table_name = 'md_dsqqdsjmc' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_dsqqdsjmc(String)
-2020-05-19 11:41:29.817 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 5
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 6230756EB56E62602BF2C20C73666594(String)
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 4BFD70758F0C91439DFA0E489BBC9CC5(String)
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 4AC29EDE021CE2D137F5BD88A5199691(String)
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_cs(String)
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.832 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_cs(String)
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 4
-2020-05-19 11:41:29.848  INFO 7468 --- [http-nio-9010-exec-2] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 1E22122F984AF55687A9CF54A3E6CBD8(String)
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 8D11D36A9CD0F8A113C6F0A417B7AD97(String)
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 307DAC1CA01EFB48461959DA5006271E(String)
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.848 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: A0D43A62C2D91A5E6AAFF1802E34D99B(String)
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_azf(String)
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 14
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 20ebff0368cf456ea9412a01b5800e59(String)
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a3454f0afbef44fc9c7ee3bb88510633(String)
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a3454f0afbef44fc9c7ee3bb88510633(String)
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: a3454f0afbef44fc9c7ee3bb88510633(String)
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 13 and m.table_name = 'md_azf' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.863 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_azf(String)
-2020-05-19 11:41:29.879 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 5
-2020-05-19 11:41:29.879 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.879 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 24F9C939C2EAA976E834728CE76F9CDC(String)
-2020-05-19 11:41:29.879 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.879 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.879 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_khxx(String)
-2020-05-19 11:41:29.879 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.895 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.895 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:41:29.895 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:29.895 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.895 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.895 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:41:29.895 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:29.895 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.895 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:41:29.895 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: e304c7f87c96408e9c700ad1182f0e98(String)
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_khxx(String)
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 8
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 0D4FA266AE93FC96BE85AB9E31925BEF(String)
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:41:29.910 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_az(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 8c185c85f1274631a43cabb4cd0b79b2(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_az(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MaintainMapper.selectBatchIds    : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id IN ( ? ) 
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MaintainMapper.selectBatchIds    : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MaintainMapper.selectBatchIds    : <==      Total: 1
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 5
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (table_name IN (?)) 
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: md_csdr(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 93DFD2B3CAA320488EAF7D361F3B5EC9(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 88B877D6B41BD4DE6903A2D105F6F706(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7563AB6C583EB953FEF23458B3D299C0(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.926 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7DA1D6056031CCBE8CC260219B365551(String)
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: A3F0CCDE5A2E759BF8E847CD4C44BC49(String)
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-1(String)
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-2(String)
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-3(String)
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-4(String)
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-5(String)
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-6(String)
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-7(String)
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 994C031DF7DA6E33BB74FEA310DAFBB6(String)
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.942 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 68119527A84703F22991EFF7E249DDF8(String)
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: A22496E3D9474AB696A3F9F9647018C1(String)
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 82BD82825F90DABB060D35B4FFE63481(String)
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 21F30800B856C27EE99EF597A02AF646(String)
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3BCA44899073431FF9CEC44D20BD4EAC(String)
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 20EF82C1BE60A86B1DBEFE9365B07BB8(String)
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 1A6805F92923E35FB3C1E9B4097EBD66(String)
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 91618E74CE1B910CE799FB6BE27265E9(String)
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 792705F0515403406F001AAC1AE9D298(String)
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 4AC29EDE021CE2D137F5BD88A5199691(String)
-2020-05-19 11:41:29.957 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: A0D43A62C2D91A5E6AAFF1802E34D99B(String)
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 24F9C939C2EAA976E834728CE76F9CDC(String)
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0D4FA266AE93FC96BE85AB9E31925BEF(String)
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 05a9f1d10f6e4ed8b2f22114246766f1(String)
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.973 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 1ddf8ca161b54d7eae2d38663a2ba918(String)
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3(String)
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 4(String)
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 44c4f2aaf40f4f629b8d5df7ce241eab(String)
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 45a917cb61964a869eb8a3be8e4992dd(String)
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:29.988 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7c7e52b4f4ea4a15aa1dd1c2d189457a(String)
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 0
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 9de35f24463e4645aed77a7678ae1d4c(String)
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: ef0f8406a1f1485081de8a674fce5fda(String)
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 5(String)
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) 
-2020-05-19 11:41:30.004 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 93DFD2B3CAA320488EAF7D361F3B5EC9(String), 88B877D6B41BD4DE6903A2D105F6F706(String), 7563AB6C583EB953FEF23458B3D299C0(String), 56CF14F8E5D2B2DD2B7CD1D194E27E49(String), 7DA1D6056031CCBE8CC260219B365551(String), A3F0CCDE5A2E759BF8E847CD4C44BC49(String), 3-1(String), 3-2(String), 3-3(String), 3-4(String), 3-5(String), 3-6(String), 3-7(String), 994C031DF7DA6E33BB74FEA310DAFBB6(String), 68119527A84703F22991EFF7E249DDF8(String), A22496E3D9474AB696A3F9F9647018C1(String), 82BD82825F90DABB060D35B4FFE63481(String), 21F30800B856C27EE99EF597A02AF646(String), 3BCA44899073431FF9CEC44D20BD4EAC(String), 20EF82C1BE60A86B1DBEFE9365B07BB8(String), 1A6805F92923E35FB3C1E9B4097EBD66(String), 91618E74CE1B910CE799FB6BE27265E9(String), 792705F0515403406F001AAC1AE9D298(String), 4AC29EDE021CE2D137F5BD88A5199691(String), A0D43A62C2D91A5E6AAFF1802E34D99B(String), 24F9C939C2EAA976E834728CE76F9CDC(String), 0D4FA266AE93FC96BE85AB9E31925BEF(String), 05a9f1d10f6e4ed8b2f22114246766f1(String), 0f5858778f474952ab8600761338c215(String), 1ddf8ca161b54d7eae2d38663a2ba918(String), 3(String), 4(String), 44c4f2aaf40f4f629b8d5df7ce241eab(String), 45a917cb61964a869eb8a3be8e4992dd(String), 7594a186cfd248a7ba5cdeedd823245e(String), 7c7e52b4f4ea4a15aa1dd1c2d189457a(String), 9de35f24463e4645aed77a7678ae1d4c(String), ef0f8406a1f1485081de8a674fce5fda(String), 5(String)
-2020-05-19 11:41:30.020 DEBUG 7468 --- [http-nio-9010-exec-9] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 38
-2020-05-19 11:44:02.749  INFO 7468 --- [http-nio-9010-exec-4] c.highdatas.mdm.util.CommonInterceptor   : /assemble/db/getSet
-2020-05-19 11:44:02.764  INFO 7468 --- [http-nio-9010-exec-3] c.highdatas.mdm.util.CommonInterceptor   : /menu/list
-2020-05-19 11:44:02.764  INFO 7468 --- [http-nio-9010-exec-5] c.highdatas.mdm.util.CommonInterceptor   : /menu/all
-2020-05-19 11:44:02.764  INFO 7468 --- [http-nio-9010-exec-1] c.highdatas.mdm.util.CommonInterceptor   : /assemble/1
-2020-05-19 11:44:02.764 DEBUG 7468 --- [http-nio-9010-exec-4] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db 
-2020-05-19 11:44:02.764 DEBUG 7468 --- [http-nio-9010-exec-4] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: 
-2020-05-19 11:44:02.780 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectList  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE (menu_type = ?) ORDER BY parent_id, order_no 
-2020-05-19 11:44:02.780 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectList  : ==> Parameters: DataMenu(String)
-2020-05-19 11:44:02.780 DEBUG 7468 --- [http-nio-9010-exec-4] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 11
-2020-05-19 11:44:02.780 DEBUG 7468 --- [http-nio-9010-exec-5] c.h.mdm.mapper.SysMenuMapper.selectList  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu ORDER BY parent_id, order_no 
-2020-05-19 11:44:02.780 DEBUG 7468 --- [http-nio-9010-exec-5] c.h.mdm.mapper.SysMenuMapper.selectList  : ==> Parameters: 
-2020-05-19 11:44:02.780 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectList  : <==      Total: 43
-2020-05-19 11:44:02.780 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.780 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 93DFD2B3CAA320488EAF7D361F3B5EC9(String)
-2020-05-19 11:44:02.780 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:02.780 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_cwd(String)
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-5] c.h.mdm.mapper.SysMenuMapper.selectList  : <==      Total: 64
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: b75bd965ca2a431a8a2114b1ed063c6b(String)
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 7a52c6b0762b487d90511e371d133054(String)
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 7a52c6b0762b487d90511e371d133054(String)
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 7a52c6b0762b487d90511e371d133054(String)
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_cwd' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:02.795 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_cwd(String)
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 8
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 88B877D6B41BD4DE6903A2D105F6F706(String)
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_cwd2(String)
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleMapper.selectPage     : ==>  Preparing: SELECT COUNT(1) FROM sys_assemble 
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: bec5b39d96bf496cb0ab41fcf7c7c558(String)
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleMapper.selectPage     : ==> Parameters: 
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:02.811 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleMapper.selectPage     : ==>  Preparing: SELECT id,`name`,menu_id AS menuId,pre_time AS preTime,pre_msg AS preMsg,empty_data AS emptyData,pre_cnt AS preCnt,pre_status AS preStatus,user_id AS userId,purge_sql AS purgeSql,flow_id AS flowId,job_id AS jobId,update_type AS updateType,check_type AS checkType,check_fields AS checkFields,update_fields AS updateFields,cron,bigdata,`status`,create_time AS createTime,update_time AS updateTime FROM sys_assemble ORDER BY update_time desc, create_time desc LIMIT 0,10 
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: cda83044800e4735b3d86b57b9463341(String)
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleMapper.selectPage     : ==> Parameters: 
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: cda83044800e4735b3d86b57b9463341(String)
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: cda83044800e4735b3d86b57b9463341(String)
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_cwd2' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_cwd2(String)
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleMapper.selectPage     : <==      Total: 10
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==> Parameters: 3b16eb27a5024ca5ae383272f9404d0b(String), cron(String)
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 8
-2020-05-19 11:44:02.827 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 24F9C939C2EAA976E834728CE76F9CDC(String)
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: E5621A091E498E8464F90BE878B185D8(String)
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 64123F9EC16FA7830E6BD4571C8C2C85(String)
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: ef0f8406a1f1485081de8a674fce5fda(String)
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: AF9E18FBBE0B070711AD07FCFC08B33E(String)
-2020-05-19 11:44:02.842 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 24F9C939C2EAA976E834728CE76F9CDC(String), ef0f8406a1f1485081de8a674fce5fda(String)
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: 3b16eb27a5024ca5ae383272f9404d0b(String)
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 7563AB6C583EB953FEF23458B3D299C0(String)
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_khxx_06e2e(String)
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==> Parameters: a39fcce2bc8243ffb2687e3ba96b5456(String), cron(String)
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:02.858 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 4b731857e826492eb9460d0ae2ccfbfe(String)
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 777c1f006e3e48e1ae11a4691a25284c(String)
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 777c1f006e3e48e1ae11a4691a25284c(String)
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String), 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 777c1f006e3e48e1ae11a4691a25284c(String)
-2020-05-19 11:44:02.873 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: a39fcce2bc8243ffb2687e3ba96b5456(String)
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_khxx_06e2e' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==> Parameters: b52ae73a12614e8490c43966e8200ada(String), cron(String)
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 21F30800B856C27EE99EF597A02AF646(String)
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_khxx_06e2e(String)
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.889 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 8
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 21F30800B856C27EE99EF597A02AF646(String), 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: b52ae73a12614e8490c43966e8200ada(String)
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_khxm(String)
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 9a380f505da74eb99116e8494fe2f002(String)
-2020-05-19 11:44:02.905 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==> Parameters: eaab4d1e5fe146e58e2b94a50a7f94a3(String), cron(String)
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: c33802849e184cd5a6d732c3370f5384(String)
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 20EF82C1BE60A86B1DBEFE9365B07BB8(String)
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: c33802849e184cd5a6d732c3370f5384(String)
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: c33802849e184cd5a6d732c3370f5384(String)
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:44:02.920 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:02.920  INFO 7468 --- [http-nio-9010-exec-6] c.highdatas.mdm.util.CommonInterceptor   : /menu/audit
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 20EF82C1BE60A86B1DBEFE9365B07BB8(String), 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_khxm' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: eaab4d1e5fe146e58e2b94a50a7f94a3(String)
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_khxm(String)
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==> Parameters: f636d7d4b45844419924b469da8ca16b(String), cron(String)
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_type <> ? AND status <> ? AND status <> ?) 
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: exists(String), open(String), close(String)
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.936 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 8
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3BCA44899073431FF9CEC44D20BD4EAC(String)
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 7DA1D6056031CCBE8CC260219B365551(String)
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 19
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 3BCA44899073431FF9CEC44D20BD4EAC(String), 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_syzx(String)
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: f636d7d4b45844419924b469da8ca16b(String)
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.952 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 10326b95dddd41ac96cd7d93724f17b1(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 7614f71097aa4653884133550528a663(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 7614f71097aa4653884133550528a663(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 7614f71097aa4653884133550528a663(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 2 and m.table_name = 'md_syzx' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==> Parameters: 1a0642d463ab4eeb931127018d74e51e(String), cron(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 1
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectById   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE id=? 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectById   : ==> Parameters: bf5acd9d4f4843debeb763763360b0ee(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_id = ?) ORDER BY create_time desc 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: bf5acd9d4f4843debeb763763360b0ee(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 1
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectById   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE id=? 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectById   : ==> Parameters: bf5acd9d4f4843debeb763763360b0ee(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_id = ?) ORDER BY create_time desc 
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: bf5acd9d4f4843debeb763763360b0ee(String)
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.967 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 1
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String), 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (maintain_field_id = ? AND table_name = ?) ORDER BY order_no 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: bf5acd9d4f4843debeb763763360b0ee(String), md_syzx(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: 1a0642d463ab4eeb931127018d74e51e(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 9
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 07B476F30774948379A134C147416AA0(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==> Parameters: a0825e517ea24499b14384daf81c5557(String), cron(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_15a0377dda(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_15a0377dda(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String), 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: a0825e517ea24499b14384daf81c5557(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_15a0377dda(String)
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.983 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 0
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==> Parameters: b054048996744a37988753c1a6c79cee(String), cron(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: A3F0CCDE5A2E759BF8E847CD4C44BC49(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0D4FA266AE93FC96BE85AB9E31925BEF(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: ef0f8406a1f1485081de8a674fce5fda(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_cssj19_1(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_cssj19_1(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 0D4FA266AE93FC96BE85AB9E31925BEF(String), ef0f8406a1f1485081de8a674fce5fda(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: b054048996744a37988753c1a6c79cee(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==> Parameters: 8b3e8243b23441b78e64130a8d9e4aba(String), cron(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 54243A799320AAE2443D85289714D3CB(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 6ED9B1082DFF77BC31E76C735FAA2505(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-1(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String), 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: 8b3e8243b23441b78e64130a8d9e4aba(String)
-2020-05-19 11:44:02.998 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_industry(String)
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==>  Preparing: SELECT id,parent_id AS parentId,code,`name`,val,init_sql AS initSql,update_sql AS updateSql,create_time AS createTime,update_time AS updateTime FROM sys_assemble_params WHERE (parent_id = ? AND code = ?) 
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : ==> Parameters: d90446008e804597a57b94f268c5c3b0(String), cron(String)
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.S.selectList                     : <==      Total: 1
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: A3F0CCDE5A2E759BF8E847CD4C44BC49(String)
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 1ddf8ca161b54d7eae2d38663a2ba918(String)
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 5
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? ) 
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 13f11229077b4dc4b8301375d34947f5(String)
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: A3F0CCDE5A2E759BF8E847CD4C44BC49(String), 1ddf8ca161b54d7eae2d38663a2ba918(String)
-2020-05-19 11:44:03.014  INFO 7468 --- [http-nio-9010-exec-6] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 2
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 17d9f5fbe7dc456085c098e3b1ca9df8(String)
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==>  Preparing: SELECT id,parent_id AS parentId,datasource_type AS datasourceType,datasource_name AS datasourceName,ipaddress_port AS ipaddressPort,database_name AS databaseName,datasource_url AS datasourceUrl,datasource_user AS datasourceUser,datasource_pass AS datasourcePass,orderby,active,create_time AS createTime,update_time AS updateTime FROM sys_assemble_db WHERE (parent_id = ?) 
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : ==> Parameters: d90446008e804597a57b94f268c5c3b0(String)
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-1] c.h.m.m.SysAssembleDbMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 17d9f5fbe7dc456085c098e3b1ca9df8(String)
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 17d9f5fbe7dc456085c098e3b1ca9df8(String)
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 4 and m.table_name = 'md_industry' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.014 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_industry(String)
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-2(String)
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_city(String)
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 89e9e97bd61342aca2948eea657e3cab(String)
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.034 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 04f81c99f0a947c19e0cc0b8c906e2bd(String)
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 04f81c99f0a947c19e0cc0b8c906e2bd(String)
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 04f81c99f0a947c19e0cc0b8c906e2bd(String)
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_city' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_city(String)
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-3(String)
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_bsqbz(String)
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: e47607da726b40ba8ff24c4aa3aec702(String)
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: dd2008dac4944a1da84b3b03ee51b2cd(String)
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.050 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: dd2008dac4944a1da84b3b03ee51b2cd(String)
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: dd2008dac4944a1da84b3b03ee51b2cd(String)
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_bsqbz' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_bsqbz(String)
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-4(String)
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_bz(String)
-2020-05-19 11:44:03.065 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 13099a7bc751400ab2d6214de27c26cb(String)
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: d9fa581fff384f52bc758eb8dabae9aa(String)
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: d9fa581fff384f52bc758eb8dabae9aa(String)
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: d9fa581fff384f52bc758eb8dabae9aa(String)
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_bz' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_bz(String)
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.081 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.081  INFO 7468 --- [http-nio-9010-exec-6] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-5(String)
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_sxdm(String)
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 7b1316fd8f0c4e42890c6ac05e03b8eb(String)
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 8971d2b139b54d12bc08db2455af3bfd(String)
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 8971d2b139b54d12bc08db2455af3bfd(String)
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 8971d2b139b54d12bc08db2455af3bfd(String)
-2020-05-19 11:44:03.096 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_sxdm' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_sxdm(String)
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-6(String)
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_khzt(String)
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: eec32419558a4bc4800f0196351f71f6(String)
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.112 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: ba63d6ddc6874c06b11ba3793f5be782(String)
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: ba63d6ddc6874c06b11ba3793f5be782(String)
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: ba63d6ddc6874c06b11ba3793f5be782(String)
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_khzt' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_khzt(String)
-2020-05-19 11:44:03.128  INFO 7468 --- [http-nio-9010-exec-6] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.128 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-7(String)
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_mz(String)
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 11
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 736e95c744bf4de0b15baf1a1e80dc8d(String)
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a7ce044dabe84cceb53efb3046ecb59b(String)
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a7ce044dabe84cceb53efb3046ecb59b(String)
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.143 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: a7ce044dabe84cceb53efb3046ecb59b(String)
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 10 and m.table_name = 'md_mz' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_mz(String)
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3-8(String)
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 4dfea41b6de544ecb9fbd64d54d343e9(String)
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_1_1d5f1(String)
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.159 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_1_1d5f1(String)
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_1_1d5f1(String)
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 0
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 456F3788956EEDC99D42F07C69B49451(String)
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_qlwy(String)
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_qlwy(String)
-2020-05-19 11:44:03.175 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_qlwy(String)
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 0
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 8FABCD7B017B131A21743CE8B7043728(String)
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_csddd(String)
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_csddd(String)
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_csddd(String)
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MaintainMapper.selectBatchIds    : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id IN ( ? ) 
-2020-05-19 11:44:03.190 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 0
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MaintainMapper.selectBatchIds    : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: D31F5EE1E9C3DF2494B988C227A50F97(String)
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MaintainMapper.selectBatchIds    : <==      Total: 1
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (table_name IN (?)) 
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: md_csdr(String)
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-6] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_cs_a7aa4(String)
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_cs_a7aa4(String)
-2020-05-19 11:44:03.206 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_cs_a7aa4(String)
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 0
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 994C031DF7DA6E33BB74FEA310DAFBB6(String)
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_11(String)
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_11(String)
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==>  Preparing: select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = ? and table_schema = (select database()) 
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : ==> Parameters: md_11(String)
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.TableInfoMapper.getTableField    : <==      Total: 6
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.284 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 68119527A84703F22991EFF7E249DDF8(String)
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_khxx1(String)
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: b82ccbe12f6d482584b39ff4328f4c5e(String)
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 3a43f035ecf14678bdffc0b7838f8b99(String)
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 3a43f035ecf14678bdffc0b7838f8b99(String)
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 3a43f035ecf14678bdffc0b7838f8b99(String)
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 0 and m.table_name = 'md_khxx1' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.300 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_khxx1(String)
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 100
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: A22496E3D9474AB696A3F9F9647018C1(String)
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_1(String)
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: aeb0731ee4f24550b3bad4c97f480656(String)
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 38e25b9d0ef24a28a83c433c3a380832(String)
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.315 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 38e25b9d0ef24a28a83c433c3a380832(String)
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 38e25b9d0ef24a28a83c433c3a380832(String)
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_1' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_1(String)
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 82BD82825F90DABB060D35B4FFE63481(String)
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_css(String)
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.331 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 1b8081e7adb747808ba98cf386ed1003(String)
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: e78f8d46c6e841489d0848afc33a4187(String)
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: e78f8d46c6e841489d0848afc33a4187(String)
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: e78f8d46c6e841489d0848afc33a4187(String)
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_css' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_css(String)
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3D60C08A3F2B872245D7996116A08165(String)
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:03.346 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 21F30800B856C27EE99EF597A02AF646(String)
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_gvsbmzhpzb(String)
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 7
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: cd6bfc9f662141298d0b4d465e52f7eb(String)
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 8f4ddb2b3227494ebe46fc085c3fd490(String)
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 8f4ddb2b3227494ebe46fc085c3fd490(String)
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.362 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 8f4ddb2b3227494ebe46fc085c3fd490(String)
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 6 and m.table_name = 'md_gvsbmzhpzb' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_gvsbmzhpzb(String)
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 4
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 3BCA44899073431FF9CEC44D20BD4EAC(String)
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_1cfc15e8ae(String)
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 993845a53b7d4c6ab57e05774f63b928(String)
-2020-05-19 11:44:03.378 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 506a8f8465b44809abedb580d95ebdc5(String)
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 506a8f8465b44809abedb580d95ebdc5(String)
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 506a8f8465b44809abedb580d95ebdc5(String)
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_1cfc15e8ae' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_1cfc15e8ae(String)
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 4
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.393 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 20EF82C1BE60A86B1DBEFE9365B07BB8(String)
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_zxgmpzb(String)
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 7894a15553fc46d58b75b49946c44732(String)
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 26871fc996c94ae6b8a47105ab1af6a1(String)
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 26871fc996c94ae6b8a47105ab1af6a1(String)
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.409 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 26871fc996c94ae6b8a47105ab1af6a1(String)
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 2 and m.table_name = 'md_zxgmpzb' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_zxgmpzb(String)
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 6
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 1A6805F92923E35FB3C1E9B4097EBD66(String)
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_17954c7f6d(String)
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 2
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: f7bfcdf78e724016a6469cb3d8950c07(String)
-2020-05-19 11:44:03.425 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a560a49abf8649f889ab887770560b06(String)
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a560a49abf8649f889ab887770560b06(String)
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: a560a49abf8649f889ab887770560b06(String)
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 1 and m.table_name = 'md_17954c7f6d' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_17954c7f6d(String)
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 5
-2020-05-19 11:44:03.440 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 91618E74CE1B910CE799FB6BE27265E9(String)
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_sqmcydzb(String)
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 3
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 740c693e5d6f4e13b75cb8adbdc940aa(String)
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4cfeb3ff2e0949428e7ad0f303c73336(String)
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4cfeb3ff2e0949428e7ad0f303c73336(String)
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.456 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 4cfeb3ff2e0949428e7ad0f303c73336(String)
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 2 and m.table_name = 'md_sqmcydzb' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_sqmcydzb(String)
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 4
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 792705F0515403406F001AAC1AE9D298(String)
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_dsqqdsjmc(String)
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 6
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 74df45e952ed4897b072453c9161d189(String)
-2020-05-19 11:44:03.471 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 11f2f4907e114e0286d33d01e552f729(String)
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 11f2f4907e114e0286d33d01e552f729(String)
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: 11f2f4907e114e0286d33d01e552f729(String)
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 5 and m.table_name = 'md_dsqqdsjmc' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_dsqqdsjmc(String)
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 5
-2020-05-19 11:44:03.487 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 6230756EB56E62602BF2C20C73666594(String)
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 4BFD70758F0C91439DFA0E489BBC9CC5(String)
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 1E22122F984AF55687A9CF54A3E6CBD8(String)
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 8D11D36A9CD0F8A113C6F0A417B7AD97(String)
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 307DAC1CA01EFB48461959DA5006271E(String)
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:44:03.503 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: A0D43A62C2D91A5E6AAFF1802E34D99B(String)
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_azf(String)
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 14
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 20ebff0368cf456ea9412a01b5800e59(String)
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a3454f0afbef44fc9c7ee3bb88510633(String)
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: a3454f0afbef44fc9c7ee3bb88510633(String)
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==>  Preparing: SELECT id,maintain_id AS maintainId,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,create_time AS createTime,order_no AS orderNo FROM maintain_field WHERE (maintain_id = ?) ORDER BY order_no desc, create_time desc 
-2020-05-19 11:44:03.518 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : ==> Parameters: a3454f0afbef44fc9c7ee3bb88510633(String)
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MaintainFieldMapper.selectList   : <==      Total: 0
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : ==>  Executing: SELECT f.* from maintain_field f LEFT JOIN maintain m on f.maintain_id = m.id WHERE m.order_no < 13 and m.table_name = 'md_azf' ORDER BY m.order_no desc limit 1 
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.M.getMappedMatintainId           : <==      Total: 0
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_azf(String)
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 5
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 24F9C939C2EAA976E834728CE76F9CDC(String)
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_khxx(String)
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: e304c7f87c96408e9c700ad1182f0e98(String)
-2020-05-19 11:44:03.534 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_khxx(String)
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 8
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (menu_id = ?) 
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: 0D4FA266AE93FC96BE85AB9E31925BEF(String)
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 1
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE (table_name = ? AND flow_id IS NOT NULL) ORDER BY order_no desc 
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : ==> Parameters: md_az(String)
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.MaintainMapper.selectList   : <==      Total: 1
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE id=? 
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : ==> Parameters: 8c185c85f1274631a43cabb4cd0b79b2(String)
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.FlowsMapper.selectById    : <==      Total: 1
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==>  Preparing: SELECT id,code,`table_name` AS tableName,field,`alias`,format,width,visible,editble,operate,align,maintain_field_id AS maintainFieldId,order_no AS orderNo,field_type AS fieldType,desp,create_time AS createTime,update_time AS updateTime FROM sys_field WHERE (table_name = ? AND maintain_field_id IS NULL) ORDER BY order_no 
-2020-05-19 11:44:03.550 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : ==> Parameters: md_az(String)
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.mapper.SysFieldMapper.selectList   : <==      Total: 5
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 93DFD2B3CAA320488EAF7D361F3B5EC9(String)
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 88B877D6B41BD4DE6903A2D105F6F706(String)
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7563AB6C583EB953FEF23458B3D299C0(String)
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 56CF14F8E5D2B2DD2B7CD1D194E27E49(String)
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7DA1D6056031CCBE8CC260219B365551(String)
-2020-05-19 11:44:03.565 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: A3F0CCDE5A2E759BF8E847CD4C44BC49(String)
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-1(String)
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-2(String)
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-3(String)
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-4(String)
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.581 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-5(String)
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-6(String)
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3-7(String)
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 994C031DF7DA6E33BB74FEA310DAFBB6(String)
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 68119527A84703F22991EFF7E249DDF8(String)
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: A22496E3D9474AB696A3F9F9647018C1(String)
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.596 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 82BD82825F90DABB060D35B4FFE63481(String)
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 21F30800B856C27EE99EF597A02AF646(String)
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3BCA44899073431FF9CEC44D20BD4EAC(String)
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 20EF82C1BE60A86B1DBEFE9365B07BB8(String)
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 1A6805F92923E35FB3C1E9B4097EBD66(String)
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 91618E74CE1B910CE799FB6BE27265E9(String)
-2020-05-19 11:44:03.612 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 792705F0515403406F001AAC1AE9D298(String)
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: A0D43A62C2D91A5E6AAFF1802E34D99B(String)
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 24F9C939C2EAA976E834728CE76F9CDC(String)
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0D4FA266AE93FC96BE85AB9E31925BEF(String)
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 05a9f1d10f6e4ed8b2f22114246766f1(String)
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.628 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 0f5858778f474952ab8600761338c215(String)
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 1ddf8ca161b54d7eae2d38663a2ba918(String)
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 3(String)
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 4(String)
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 44c4f2aaf40f4f629b8d5df7ce241eab(String)
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 45a917cb61964a869eb8a3be8e4992dd(String)
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.643 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 7594a186cfd248a7ba5cdeedd823245e(String)
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 9de35f24463e4645aed77a7678ae1d4c(String)
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: ef0f8406a1f1485081de8a674fce5fda(String)
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id=? 
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : ==> Parameters: 5(String)
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.mdm.mapper.SysMenuMapper.selectById  : <==      Total: 1
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.SysMenuMapper.selectBatchIds     : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu WHERE id IN ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) 
-2020-05-19 11:44:03.659 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.SysMenuMapper.selectBatchIds     : ==> Parameters: 93DFD2B3CAA320488EAF7D361F3B5EC9(String), 88B877D6B41BD4DE6903A2D105F6F706(String), 7563AB6C583EB953FEF23458B3D299C0(String), 56CF14F8E5D2B2DD2B7CD1D194E27E49(String), 7DA1D6056031CCBE8CC260219B365551(String), A3F0CCDE5A2E759BF8E847CD4C44BC49(String), 3-1(String), 3-2(String), 3-3(String), 3-4(String), 3-5(String), 3-6(String), 3-7(String), 994C031DF7DA6E33BB74FEA310DAFBB6(String), 68119527A84703F22991EFF7E249DDF8(String), A22496E3D9474AB696A3F9F9647018C1(String), 82BD82825F90DABB060D35B4FFE63481(String), 21F30800B856C27EE99EF597A02AF646(String), 3BCA44899073431FF9CEC44D20BD4EAC(String), 20EF82C1BE60A86B1DBEFE9365B07BB8(String), 1A6805F92923E35FB3C1E9B4097EBD66(String), 91618E74CE1B910CE799FB6BE27265E9(String), 792705F0515403406F001AAC1AE9D298(String), A0D43A62C2D91A5E6AAFF1802E34D99B(String), 24F9C939C2EAA976E834728CE76F9CDC(String), 0D4FA266AE93FC96BE85AB9E31925BEF(String), 05a9f1d10f6e4ed8b2f22114246766f1(String), 0f5858778f474952ab8600761338c215(String), 1ddf8ca161b54d7eae2d38663a2ba918(String), 3(String), 4(String), 44c4f2aaf40f4f629b8d5df7ce241eab(String), 45a917cb61964a869eb8a3be8e4992dd(String), 7594a186cfd248a7ba5cdeedd823245e(String), 9de35f24463e4645aed77a7678ae1d4c(String), ef0f8406a1f1485081de8a674fce5fda(String), 5(String)
-2020-05-19 11:44:03.675 DEBUG 7468 --- [http-nio-9010-exec-3] c.h.m.m.SysMenuMapper.selectBatchIds     : <==      Total: 37
-2020-05-19 11:49:56.800  INFO 7468 --- [http-nio-9010-exec-8] c.highdatas.mdm.util.CommonInterceptor   : /menu/all
-2020-05-19 11:49:56.800 DEBUG 7468 --- [http-nio-9010-exec-8] c.h.mdm.mapper.SysMenuMapper.selectList  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu ORDER BY parent_id, order_no 
-2020-05-19 11:49:56.800 DEBUG 7468 --- [http-nio-9010-exec-8] c.h.mdm.mapper.SysMenuMapper.selectList  : ==> Parameters: 
-2020-05-19 11:49:56.815 DEBUG 7468 --- [http-nio-9010-exec-8] c.h.mdm.mapper.SysMenuMapper.selectList  : <==      Total: 64
-2020-05-19 11:49:56.862  INFO 7468 --- [http-nio-9010-exec-10] c.highdatas.mdm.util.CommonInterceptor   : /menu/audit
-2020-05-19 11:49:56.862 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_type <> ? AND status <> ? AND status <> ?) 
-2020-05-19 11:49:56.862 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: exists(String), open(String), close(String)
-2020-05-19 11:49:56.878 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 19
-2020-05-19 11:49:56.958  INFO 7468 --- [http-nio-9010-exec-10] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:49:56.978  INFO 7468 --- [http-nio-9010-exec-10] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:49:57.032  INFO 7468 --- [http-nio-9010-exec-10] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:49:57.065 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:49:57.065 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:49:57.066 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:49:57.068 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:49:57.068 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:49:57.069 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:49:57.072 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:49:57.073 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:49:57.073 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:49:57.076 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:49:57.076 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:49:57.076 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:49:57.078 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:49:57.078 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:49:57.079 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:49:57.086 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:49:57.086 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:49:57.087 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:49:57.091 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:49:57.091 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:49:57.091 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:49:57.093 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:49:57.093 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:49:57.095 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:49:57.096 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.m.MaintainMapper.selectBatchIds    : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id IN ( ? ) 
-2020-05-19 11:49:57.096 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.m.MaintainMapper.selectBatchIds    : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:49:57.097 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.m.MaintainMapper.selectBatchIds    : <==      Total: 1
-2020-05-19 11:49:57.098 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (table_name IN (?)) 
-2020-05-19 11:49:57.098 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: md_csdr(String)
-2020-05-19 11:49:57.101 DEBUG 7468 --- [http-nio-9010-exec-10] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 11:50:42.413  INFO 7468 --- [http-nio-9010-exec-7] c.highdatas.mdm.util.CommonInterceptor   : /menu/all
-2020-05-19 11:50:42.420 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectList  : ==>  Preparing: SELECT id,parent_id AS parentId,`name`,order_no AS orderNo,create_time AS createTime,update_time AS updateTime,menu_type AS menuType FROM sys_menu ORDER BY parent_id, order_no 
-2020-05-19 11:50:42.420 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectList  : ==> Parameters: 
-2020-05-19 11:50:42.422 DEBUG 7468 --- [http-nio-9010-exec-7] c.h.mdm.mapper.SysMenuMapper.selectList  : <==      Total: 64
-2020-05-19 11:50:42.460  INFO 7468 --- [http-nio-9010-exec-2] c.highdatas.mdm.util.CommonInterceptor   : /menu/audit
-2020-05-19 11:50:42.460 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.mdm.mapper.FlowsMapper.selectList    : ==>  Preparing: SELECT id,user_id AS userId,business_id AS businessId,workflow_id AS workflowId,`status`,business_type AS businessType,create_time AS createTime,update_time AS updateTime FROM flows WHERE (business_type <> ? AND status <> ? AND status <> ?) 
-2020-05-19 11:50:42.460 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.mdm.mapper.FlowsMapper.selectList    : ==> Parameters: exists(String), open(String), close(String)
-2020-05-19 11:50:42.460 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.mdm.mapper.FlowsMapper.selectList    : <==      Total: 19
-2020-05-19 11:50:42.951  INFO 7468 --- [http-nio-9010-exec-2] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:50:43.014  INFO 7468 --- [http-nio-9010-exec-2] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:50:43.061  INFO 7468 --- [http-nio-9010-exec-2] com.highdatas.mdm.util.HttpUtils         : 璇锋眰澶栭儴鎺ュ彛锛歶rl锛歨ttp://180.169.94.250:9107/api/datacvg/userRole/selectUserMap, 杩斿洖缁撴灉锛歿"success":true,"status":null,"message":"鏌ヨ鎴愬姛","data":[]}
-2020-05-19 11:50:43.107 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:50:43.107 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:50:43.107 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 4459e79a216e42a59cc2fdc90dc51948(String)
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:50:43.123 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 1
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: process(String)
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id=? 
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : ==> Parameters: 1122(String)
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.mapper.MaintainMapper.selectById   : <==      Total: 0
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MaintainMapper.selectBatchIds    : ==>  Preparing: SELECT id,`table_name` AS tableName,flow_id AS flowId,charge_id AS chargeId,desp,version,order_no AS orderNo,create_time AS createTime FROM maintain WHERE id IN ( ? ) 
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MaintainMapper.selectBatchIds    : ==> Parameters: 1a64c67190a74a3188e3a52bcb7060db(String)
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MaintainMapper.selectBatchIds    : <==      Total: 1
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MenuMappingMapper.selectList     : ==>  Preparing: SELECT id,`audit`,code,`name`,theme_id AS themeId,charge_id AS chargeId,system_id AS systemId,menu_id AS menuId,data_type AS dataType,`table_name` AS tableName,start_time AS startTime,end_time AS endTime,create_time AS createTime,update_time AS updateTime FROM menu_mapping WHERE (table_name IN (?)) 
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MenuMappingMapper.selectList     : ==> Parameters: md_csdr(String)
-2020-05-19 11:50:43.139 DEBUG 7468 --- [http-nio-9010-exec-2] c.h.m.m.MenuMappingMapper.selectList     : <==      Total: 0
-2020-05-19 12:58:31.184  INFO 12432 --- [main] com.highdatas.mdm.MdmApplication         : Starting MdmApplication on DESKTOP-TQ4BBAF with PID 12432 (D:\workspace\workspace_idea\mdm_new\target\classes started by kimi in D:\workspace\workspace_idea\mdm_new)
-2020-05-19 12:58:31.188  INFO 12432 --- [main] com.highdatas.mdm.MdmApplication         : The following profiles are active: rrsdev
-2020-05-19 12:58:33.449  INFO 12432 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
-2020-05-19 12:58:33.453  INFO 12432 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
-2020-05-19 12:58:33.533  INFO 12432 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 60ms. Found 0 Redis repository interfaces.
-2020-05-19 12:58:34.325  INFO 12432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisClient' of type [com.highdatas.mdm.util.RedisClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 12:58:34.347  INFO 12432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'userRoleClient' of type [com.highdatas.mdm.util.UserRoleClient] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 12:58:34.348  INFO 12432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'requestInterceptor' of type [com.highdatas.mdm.util.CommonInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 12:58:34.349  INFO 12432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'originConfig' of type [com.highdatas.mdm.util.OriginConfig$$EnhancerBySpringCGLIB$$8336a1f9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 12:58:34.407  INFO 12432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-05-19 12:58:34.885  INFO 12432 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9010 (http)
-2020-05-19 12:58:34.893  INFO 12432 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2020-05-19 12:58:34.893  INFO 12432 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.29]
-2020-05-19 12:58:35.113  INFO 12432 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
-2020-05-19 12:58:35.113  INFO 12432 --- [main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3433 ms
-2020-05-19 12:58:35.438  INFO 12432 --- [main] a.s.b.AbstractProcessEngineConfiguration : No process definitions were found for autodeployment
-2020-05-19 12:58:35.720  INFO 12432 --- [main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
-2020-05-19 12:58:37.029  INFO 12432 --- [main] o.a.engine.impl.ProcessEngineImpl        : ProcessEngine default created
-2020-05-19 12:58:37.030  INFO 12432 --- [main] o.a.e.i.a.AbstractAsyncJobExecutor       : Starting up the default async job executor [org.activiti.spring.SpringAsyncExecutor].
-2020-05-19 12:58:37.032  INFO 12432 --- [Thread-16] o.a.e.i.a.AcquireTimerJobsRunnable       : starting to acquire async jobs due
-2020-05-19 12:58:37.032  INFO 12432 --- [Thread-17] o.a.e.i.a.AcquireAsyncJobsDueRunnable    : starting to acquire async jobs due
-2020-05-19 12:58:38.425  INFO 12432 --- [main] c.h.m.service.impl.DispenseServiceImpl   : Queue_Consume_thread_size:5
-2020-05-19 12:58:38.429  INFO 12432 --- [Thread-21] c.h.m.service.impl.DispenseServiceImpl   : 琚姩鎺ュ彛鍑嗗寰呭懡銆�
diff --git a/src/main/java/com/highdatas/mdm/controller/MasterAuthorController.java b/src/main/java/com/highdatas/mdm/controller/MasterAuthorController.java
index 59766fd..88a9c61 100644
--- a/src/main/java/com/highdatas/mdm/controller/MasterAuthorController.java
+++ b/src/main/java/com/highdatas/mdm/controller/MasterAuthorController.java
@@ -567,9 +567,7 @@
                         String maintainFieldId = masterAuthor.getMaintainFieldId();
                         String tableName = masterAuthor.getTableName();
                         List<Maintain> maintainByMaintainField = maintainFieldService.getMaintainByMaintainField(maintainFieldId, tableName);
-                        if (maintainByMaintainField != null && !maintainByMaintainField.isEmpty()) {
-                            maintainSet.addAll(maintainByMaintainField);
-                        }
+                        maintainSet.addAll(maintainByMaintainField);
                     }
                     int unActiveCnt = masterAuthorUnactiveService.selectCount(new EntityWrapper<MasterAuthorUnactive>().in("maintain_id", maintainSet).eq("user_id", user.getUserId()));
                     if (maintainSet.size() != unActiveCnt) {
diff --git a/src/main/java/com/highdatas/mdm/controller/MasterDataController.java b/src/main/java/com/highdatas/mdm/controller/MasterDataController.java
index a620891..a821493 100644
--- a/src/main/java/com/highdatas/mdm/controller/MasterDataController.java
+++ b/src/main/java/com/highdatas/mdm/controller/MasterDataController.java
@@ -6,7 +6,10 @@
 import com.highdatas.mdm.entity.Character;
 import com.highdatas.mdm.entity.*;
 import com.highdatas.mdm.mapper.TableInfoMapper;
-import com.highdatas.mdm.pojo.*;
+import com.highdatas.mdm.pojo.CodeMsg;
+import com.highdatas.mdm.pojo.Operate;
+import com.highdatas.mdm.pojo.Result;
+import com.highdatas.mdm.pojo.SysAssembleUpdateType;
 import com.highdatas.mdm.service.*;
 import com.highdatas.mdm.util.Constant;
 import com.highdatas.mdm.util.DbUtils;
@@ -232,11 +235,9 @@
                 jsonObject.remove(Constant.ID);
                 datas = jsonObject.toJSONString();
                 String updateSegment = masterDataService.getUpdateSegment(maintain.getTableName(), maintain.getTableName() + Constant.RECORD, datas);
-                String tempTable = maintain.getTableName() + Constant.RECORD;
-                Segment segment = new Segment(MessageFormat.format(Constant.Alias, tempTable, Constant.STD_ID), id);
 
-                tableInfoMapper.update(tempTable, updateSegment, segment.toString());
-                result = Result.success(null);
+                Integer updateCount = tableInfoMapper.updateRecordByMaintainId(maintain.getTableName() + Constant.RECORD, updateSegment, DbUtils.quotedStr(maintainId));
+                result = Result.success(updateCount);
                 break;
             case create:
                 JSONObject createObject = JSONObject.parseObject(datas);
diff --git a/src/main/java/com/highdatas/mdm/controller/MenuMappingController.java b/src/main/java/com/highdatas/mdm/controller/MenuMappingController.java
index 08bfbff..56632db 100644
--- a/src/main/java/com/highdatas/mdm/controller/MenuMappingController.java
+++ b/src/main/java/com/highdatas/mdm/controller/MenuMappingController.java
@@ -91,14 +91,17 @@
         String menuId = menuMapping.getMenuId();
         SysMenu menu = menuService.selectById(menuId);
         String preParentId = menu.getParentId();
-        menu.setName(menuMapping.getName()).updateById();
+
         String themeId = menuMapping.getThemeId();
-//        if (!preParentId.equalsIgnoreCase(themeId)) {
-////            menu.setParentId(themeId);
-////            menu.updateById();
-////        }
+        if (!preParentId.equalsIgnoreCase(themeId)) {
+            menu.setParentId(themeId);
+            menu.updateById();
+        }
         boolean updated = menuMapping.updateById();
         if (updated) {
+
+
+
             TUser user = DbUtils.getUser(request);
             if (menu != null) {
                 LinkedHashSet<String> parentIdSet = new LinkedHashSet<>();
diff --git a/src/main/java/com/highdatas/mdm/controller/SettleController.java b/src/main/java/com/highdatas/mdm/controller/SettleController.java
new file mode 100644
index 0000000..e1cdf60
--- /dev/null
+++ b/src/main/java/com/highdatas/mdm/controller/SettleController.java
@@ -0,0 +1,772 @@
+package com.highdatas.mdm.controller;
+
+import com.alibaba.druid.pool.DruidPooledConnection;
+import com.alibaba.fastjson.JSON;
+import com.alibaba.fastjson.JSONArray;
+import com.alibaba.fastjson.JSONObject;
+
+import com.highdatas.mdm.entity.TUser;
+import com.highdatas.mdm.pojo.kettle.UnBigDataDataSourceInfo;
+import com.highdatas.mdm.pojo.kettle.KettleDBTrans;
+import com.highdatas.mdm.pojo.kettle.TableColumn;
+import org.pentaho.di.core.KettleClientEnvironment;
+import org.pentaho.di.core.database.Database;
+import org.pentaho.di.core.database.DatabaseMeta;
+import org.pentaho.di.core.logging.LoggingObjectInterface;
+import org.pentaho.di.core.logging.LoggingObjectType;
+import org.pentaho.di.core.logging.SimpleLoggingObject;
+import org.pentaho.di.core.row.RowMetaInterface;
+import org.pentaho.di.trans.Trans;
+import org.pentaho.di.trans.TransHopMeta;
+import org.pentaho.di.trans.TransMeta;
+import org.pentaho.di.trans.step.StepMeta;
+import org.pentaho.di.trans.steps.dummytrans.DummyTransMeta;
+
+import org.pentaho.di.trans.steps.tableinput.TableInputMeta;
+import org.pentaho.di.trans.steps.tableoutput.TableOutputMeta;
+
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Controller;
+import org.springframework.web.bind.annotation.RequestBody;
+import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.bind.annotation.ResponseBody;
+
+import javax.servlet.http.HttpServletResponse;
+import java.sql.Connection;
+import java.sql.PreparedStatement;
+import java.sql.ResultSet;
+import java.sql.ResultSetMetaData;
+import java.text.SimpleDateFormat;
+import java.util.ArrayList;
+import java.util.Date;
+import java.util.List;
+
+@Controller
+@RequestMapping("/database")
+//http://localhost:8080/users/addUser
+public class SettleController {
+
+	
+	@Autowired
+	private UnBigDataDataSourceInfo dataSourceConn;
+	
+	private SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmmss");
+	private String STEP_READ_FROM_TABLE = "Read data from table";
+	private String STEP_INSERT_UPDATE = "Insert or update";
+	private String STEP_DUMMY = "Dummy";
+	
+
+	/**
+	 * 鎻愬彇mongodb鏁版嵁
+	 * @param response
+	 * @param transData
+	 * @return
+	 * @throws
+	 */
+//	@RequestMapping("/drawMongoDB")
+//	@ResponseBody
+//	public String drawMongoDB(HttpServletResponse response, @RequestBody JSONObject transData) {
+//		String returnStr = "";
+//		try {
+//			 KettleClientEnvironment.init();
+//
+//			 TransMeta transMeta = new TransMeta();
+//			 transMeta.setName("鎶藉彇mongodb鏁版嵁");
+//			 //瀵煎嚭鏁版嵁鐨勬暟鎹簱杩炴帴
+//			 DatabaseMeta dataBaseOutput = new DatabaseMeta("Output", dataSourceConn.getDbType(), "Native", dataSourceConn.getDbHostName(), dataSourceConn.getDbName(), dataSourceConn.getDbPort(),
+//			 											   dataSourceConn.getUsername(), dataSourceConn.getPassword());
+//			 transMeta.addDatabase(dataBaseOutput);
+//
+//				 MongoDbInputMeta mongoDbInputMeta = new MongoDbInputMeta();
+//				 mongoDbInputMeta.setHostnames(transData.getString("hostName"));
+//				 mongoDbInputMeta.setAuthenticationDatabaseName(transData.getString("authDBName"));
+//				 mongoDbInputMeta.setPort(transData.getString("portNum"));
+//				 mongoDbInputMeta.setAuthenticationUser(transData.getString("userName"));
+//				 mongoDbInputMeta.setAuthenticationPassword(transData.getString("pwd"));
+//				 mongoDbInputMeta.setDbName(transData.getString("dbName"));
+//				 mongoDbInputMeta.setCollection(transData.getString("collection"));
+//				 //寰楀埌鎶藉彇瀛楁
+//				 ArrayList<String> fieldList = new ArrayList<String>(transData.getString("drawfield").split(",").length);
+//				 Collections.addAll(fieldList, transData.getString("drawfield").split(","));
+//				 //璁剧疆涓嶅彇JSON瀛楁
+//				 mongoDbInputMeta.setOutputJson(false);
+//			 //璁剧疆鎻愬彇瀛楁鍚嶇О銆乸ath銆乼ype
+//			 List<MongoField> normalList = new ArrayList<MongoField>();
+//			 for (String fieldStr : fieldList) {
+//			 	 MongoField newField = new MongoField();
+//			 	 newField.m_fieldName = fieldStr;
+//			 	 newField.m_fieldPath = "$." + fieldStr;
+//			 	 newField.m_kettleType = "String";
+//			 	 normalList.add(newField);
+//			 }
+//			 //璁剧疆mongodb鎻愬彇瀛楁
+//			 mongoDbInputMeta.setMongoFields(normalList);
+//			 //璁剧疆mogodb姝ラ鍏�
+//			 StepMeta inputMongoDBStep = new StepMeta(STEP_READ_FROM_TABLE, mongoDbInputMeta);
+//			 inputMongoDBStep.setLocation(50, 50);
+//			 inputMongoDBStep.setDraw(true);
+//			 //灏唌ogodb姝ラ鍏冨姞鍏ヨ浆鍖栦腑
+//			 transMeta.addStep(inputMongoDBStep);
+//
+//			 //璁剧疆mysql鍏�
+//			 TableOutputMeta tableOutputMeta = new TableOutputMeta();
+//			 //璁剧疆鏁版嵁搴撳厓
+//			 tableOutputMeta.setDatabaseMeta(transMeta.findDatabase("Output"));
+//			 //mongodb涓暟鎹簱琛�/闆嗗悎,灏辨槸琛ㄥ悕
+//			 tableOutputMeta.setTableName(transData.getString("collection"));
+//			 //灏唌ysql鍏冨姞鍏ユ楠ゅ厓
+//			 StepMeta insertUpdateStep = new StepMeta(STEP_INSERT_UPDATE, tableOutputMeta);
+//			 insertUpdateStep.setLocation(150, 50);
+//			 insertUpdateStep.setDraw(true);
+//
+//			 transMeta.addStep(insertUpdateStep);
+//
+//			 //澧炲姞涓┖鍏冿紝
+//			 DummyTransMeta dummyMeta = new DummyTransMeta();
+//
+//			 //灏嗙┖鍏冨姞鍏ユ楠ゅ厓
+//			 StepMeta dummyStep = new StepMeta(STEP_DUMMY,dummyMeta);
+//			 dummyStep.setLocation(200, 50);
+//			 dummyStep.setDraw(true);
+//
+//			 transMeta.addStep(dummyStep);
+//
+//			 //璁剧疆姝ラ鐩存帴鐨勫叧绯�
+//			 TransHopMeta hop = new TransHopMeta(inputMongoDBStep, insertUpdateStep);
+//			 transMeta.addTransHop(hop);
+//			 TransHopMeta hop2 = new TransHopMeta(insertUpdateStep, dummyStep);
+//			 transMeta.addTransHop(hop2);
+//
+//			 //寮�濮嬫墽琛屾暟鎹娊鍙�
+//			 //灏嗚浆鍖栧厓瀹炰緥鍖栬浆鎹�
+//			 Trans trans = new Trans(transMeta);
+//			 trans.prepareExecution(null);
+//
+//			 trans.startThreads();
+//			 trans.waitUntilFinished();
+//
+//			 if (trans.getErrors() > 0) {
+//			 	System.out.println(">>>>>>>>>> ERROR");
+//			 	returnStr = "{result:\"fail\"}";
+//			 }
+//			 else {
+//			 	System.out.println(">>>>>>>>>> SUCCESS ");
+//			 	returnStr = "{result:\"success\"}";
+//			 }
+//		} catch(Exception e) {
+//			 return "{result:\"fail\"}";
+//		}
+//		return returnStr;
+//	}
+//
+//	/**
+//	 * 鎻愬彇mongodb鏁版嵁
+//	 * @param response
+//	 * @param transData
+//	 * @return
+//	 * @throws
+//	 */
+//	@RequestMapping("/drawHbase")
+//	@ResponseBody
+//	public String drawHbase(HttpServletResponse response, @RequestBody JSONObject transData) {
+//		String returnStr = "";
+//		try {
+//			KettleClientEnvironment.init();
+//
+//			TransMeta transMeta = new TransMeta();
+//			transMeta.setName("鎶藉彇Hbase鏁版嵁");
+//			//瀵煎嚭鏁版嵁鐨勬暟鎹簱杩炴帴
+//			DatabaseMeta dataBaseOutput = new DatabaseMeta("Output", dataSourceConn.getDbType(), "Native", dataSourceConn.getDbHostName(), dataSourceConn.getDbName(), dataSourceConn.getDbPort(),
+//					dataSourceConn.getUsername(), dataSourceConn.getPassword());
+//			transMeta.addDatabase(dataBaseOutput);
+//			//HBaseInputMeta hBaseInputMeta= new HBaseInputMeta()
+//
+//			MongoDbInputMeta mongoDbInputMeta = new MongoDbInputMeta();
+//			mongoDbInputMeta.setHostnames(transData.getString("hostName"));
+//			mongoDbInputMeta.setAuthenticationDatabaseName(transData.getString("authDBName"));
+//			mongoDbInputMeta.setPort(transData.getString("portNum"));
+//			mongoDbInputMeta.setAuthenticationUser(transData.getString("userName"));
+//			mongoDbInputMeta.setAuthenticationPassword(transData.getString("pwd"));
+//			mongoDbInputMeta.setDbName(transData.getString("dbName"));
+//			mongoDbInputMeta.setCollection(transData.getString("collection"));
+//			//寰楀埌鎶藉彇瀛楁
+//			ArrayList<String> fieldList = new ArrayList<String>(transData.getString("drawfield").split(",").length);
+//			Collections.addAll(fieldList, transData.getString("drawfield").split(","));
+//			//璁剧疆涓嶅彇JSON瀛楁
+//			mongoDbInputMeta.setOutputJson(false);
+//			//璁剧疆鎻愬彇瀛楁鍚嶇О銆乸ath銆乼ype
+//			List<MongoField> normalList = new ArrayList<MongoField>();
+//			for (String fieldStr : fieldList) {
+//				MongoField newField = new MongoField();
+//				newField.m_fieldName = fieldStr;
+//				newField.m_fieldPath = "$." + fieldStr;
+//				newField.m_kettleType = "String";
+//				normalList.add(newField);
+//			}
+//			//璁剧疆mongodb鎻愬彇瀛楁
+//			mongoDbInputMeta.setMongoFields(normalList);
+//			//璁剧疆mogodb姝ラ鍏�
+//			StepMeta inputMongoDBStep = new StepMeta(STEP_READ_FROM_TABLE, mongoDbInputMeta);
+//			inputMongoDBStep.setLocation(50, 50);
+//			inputMongoDBStep.setDraw(true);
+//			//灏唌ogodb姝ラ鍏冨姞鍏ヨ浆鍖栦腑
+//			transMeta.addStep(inputMongoDBStep);
+//
+//			//璁剧疆mysql鍏�
+//			TableOutputMeta tableOutputMeta = new TableOutputMeta();
+//			//璁剧疆鏁版嵁搴撳厓
+//			tableOutputMeta.setDatabaseMeta(transMeta.findDatabase("Output"));
+//			//mongodb涓暟鎹簱琛�/闆嗗悎,灏辨槸琛ㄥ悕
+//			tableOutputMeta.setTableName(transData.getString("collection"));
+//			//灏唌ysql鍏冨姞鍏ユ楠ゅ厓
+//			StepMeta insertUpdateStep = new StepMeta(STEP_INSERT_UPDATE, tableOutputMeta);
+//			insertUpdateStep.setLocation(150, 50);
+//			insertUpdateStep.setDraw(true);
+//
+//			transMeta.addStep(insertUpdateStep);
+//
+//			//澧炲姞涓┖鍏冿紝
+//			DummyTransMeta dummyMeta = new DummyTransMeta();
+//
+//			//灏嗙┖鍏冨姞鍏ユ楠ゅ厓
+//			StepMeta dummyStep = new StepMeta(STEP_DUMMY,dummyMeta);
+//			dummyStep.setLocation(200, 50);
+//			dummyStep.setDraw(true);
+//
+//			transMeta.addStep(dummyStep);
+//
+//			//璁剧疆姝ラ鐩存帴鐨勫叧绯�
+//			TransHopMeta hop = new TransHopMeta(inputMongoDBStep, insertUpdateStep);
+//			transMeta.addTransHop(hop);
+//			TransHopMeta hop2 = new TransHopMeta(insertUpdateStep, dummyStep);
+//			transMeta.addTransHop(hop2);
+//
+//			//寮�濮嬫墽琛屾暟鎹娊鍙�
+//			//灏嗚浆鍖栧厓瀹炰緥鍖栬浆鎹�
+//			Trans trans = new Trans(transMeta);
+//			trans.prepareExecution(null);
+//
+//			trans.startThreads();
+//			trans.waitUntilFinished();
+//
+//			if (trans.getErrors() > 0) {
+//				System.out.println(">>>>>>>>>> ERROR");
+//				returnStr = "{result:\"fail\"}";
+//			}
+//			else {
+//				System.out.println(">>>>>>>>>> SUCCESS ");
+//				returnStr = "{result:\"success\"}";
+//			}
+//		} catch(Exception e) {
+//			return "{result:\"fail\"}";
+//		}
+//		return returnStr;
+//	}
+
+	/**
+	 * 娴嬭瘯鏁版嵁搴撹繛鎺�
+	 * @param response
+	 * @param transData
+	 * @return
+	 * @throws Exception
+	 */
+	@RequestMapping("/connectionDB")
+	@ResponseBody
+	public String connectionDB(HttpServletResponse response, @RequestBody JSONObject transData, TUser users) throws Exception {
+		//userService.addUser(users);
+		KettleClientEnvironment.init();
+		DatabaseMeta dataMeta = new DatabaseMeta("KettleDBRep", transData.getString("type"), "Native", transData.getString("hostName"), transData.getString("dbName"), transData.getString("portNum"),
+												 transData.getString("userName"), transData.getString("pwd"));
+		LoggingObjectInterface loggingObject = new SimpleLoggingObject("Database factory", LoggingObjectType.GENERAL, null );
+		Database ds = new Database(loggingObject, dataMeta);
+		ds.normalConnect(null);
+		Connection conn = ds.getConnection(); 
+/*		PreparedStatement stmt = conn.prepareStatement("select * from usr");
+		ResultSet rslt = stmt.executeQuery();
+		while (rslt.next()) {
+			System.out.println(rslt.getString("username"));
+		}*/
+		ds.disconnect();
+		return "{result:\"success\"}";
+	}
+	
+	/**
+	 * 鍒涘缓SQL涓璽ablename
+	 * 杩斿洖琛ㄥ悕
+	 */
+	public String createSQLTable(DruidPooledConnection connSys, ResultSet rslt) throws Exception {
+		List<TableColumn> columnNameAndType = new ArrayList<TableColumn>();
+		ResultSetMetaData md = rslt.getMetaData();
+		for (int i = 1; i <= md.getColumnCount(); i++) {
+	    	 TableColumn tableColumn = new TableColumn();
+	    	 tableColumn.setColumnName(md.getColumnName(i));
+	    	 tableColumn.setColumnType(md.getColumnTypeName(i));
+	    	 tableColumn.setColumnLength(String.valueOf(md.getColumnDisplaySize(i)));
+	    	 columnNameAndType.add(tableColumn);			 
+		}
+	    //鍒涘缓琛�
+		String SQLStr = "", tableName = "";
+		if (!columnNameAndType.isEmpty()) {
+			tableName = "SQL_" + sdf.format(new Date());
+		    SQLStr = splicingSQL(tableName, columnNameAndType);
+		    PreparedStatement stmt = connSys.prepareStatement(SQLStr);
+		    stmt.execute();	
+		}
+		return tableName;	    
+	}
+	
+	/**
+	 * 閫氳繃SQL鎻愬彇鏁版嵁
+	 */
+	@RequestMapping("/sqlPick")
+	@ResponseBody
+	public String sqlPick(@RequestBody JSONObject dbData) {
+		try {
+			 String tableName = "", sqlStr = "";
+
+			 Database dsInput = null;
+			 Database dsOutput = null;
+			 TableInputMeta tableInputMeta = new TableInputMeta();
+			 TableOutputMeta talbeOutputMeta = new TableOutputMeta();
+			 TransMeta transMeta = new TransMeta();
+			 KettleDBTrans kettleDBTrans = new KettleDBTrans();
+			 kettleDBTrans.setDsInput(dsInput);
+			 kettleDBTrans.setDsOutput(dsOutput);
+			 kettleDBTrans.setTableInputMeta(tableInputMeta);
+			 kettleDBTrans.setTalbeOutputMeta(talbeOutputMeta);
+			 kettleDBTrans.setTransMeta(transMeta);
+			 
+			 kettleDBConn(kettleDBTrans);
+		     
+			 //SQL鎻愬彇鏁版嵁
+			 tableName = "SQL_" + sdf.format(new Date());
+			 sqlStr = dbData.getString("sqlStr");
+			 dataExtraction(tableName, sqlStr, kettleDBTrans);
+			 kettleDBTrans.getDsInput().disconnect();
+			 kettleDBTrans.getDsOutput().disconnect();
+		} catch(Exception e) {
+			 return "{result:\"fail\"}";	
+		}
+		return "{result:\"success\"}";
+	}
+	/**
+	 * 鎶藉彇SQL鏁版嵁
+	 */
+	public void  extractSQLData(DruidPooledConnection connSys, ResultSet rslt, String tableName) throws Exception {
+		PreparedStatement stmtDes;
+		int columnCount;
+		String SQLStr = "", valueStr = "";
+		columnCount = rslt.getMetaData().getColumnCount();
+		SQLStr = " insert into "+tableName+" ( ";
+		valueStr = " values (";
+		for(int i = 0; i < columnCount; i++) {
+			SQLStr = SQLStr + rslt.getMetaData().getColumnName(i+1) + ", ";
+			valueStr = valueStr + "?, ";
+		}
+		SQLStr = SQLStr.substring(0, SQLStr.length() - 2) + ")";
+		valueStr = valueStr.substring(0, valueStr.length() - 2) + ")";
+		SQLStr = SQLStr + valueStr;
+		stmtDes = connSys.prepareStatement(SQLStr);
+		while (rslt.next()) {
+			   for(int i = 0; i < columnCount; i++) {
+				   stmtDes.setString(i + 1, rslt.getString(i+1));
+			   }
+			   stmtDes.addBatch();
+		}
+		stmtDes.executeBatch();		
+	}
+	/**
+	 * 娴嬭瘯SQL璇彞姝g‘鎬�
+	 */
+	@RequestMapping("/sqlTest")
+	@ResponseBody
+	public String sqlTest(@RequestBody JSONObject dbData) {
+		
+		try {
+			 //杩炴帴鏁版嵁搴�
+			 String dbConn = dbData.getString("DBConn");
+			 JSONObject DBParam = JSONArray.parseObject(dbConn);
+			 
+			 KettleClientEnvironment.init();
+			 DatabaseMeta dataMeta = new DatabaseMeta("KettleDBRep", DBParam.getString("type"), "Native", DBParam.getString("hostName"), DBParam.getString("dbName"), DBParam.getString("portNum"),
+			 										  DBParam.getString("userName"), DBParam.getString("pwd"));
+			 LoggingObjectInterface loggingObject = new SimpleLoggingObject("Database factory", LoggingObjectType.GENERAL, null );
+			 Database ds = new Database(loggingObject, dataMeta);
+			 ds.connect();
+			 Connection conn = ds.getConnection();
+			 String sqlStr = dbData.getString("sqlStr");
+		     PreparedStatement stmt = conn.prepareStatement(sqlStr);
+			 stmt.executeQuery();	
+			 ds.disconnect();
+		} catch(Exception e) {
+			 return "{result:\"fail\"}";	
+		}
+		return "{result:\"success\"}";		
+	}
+	/**
+	 * 褰撻�変腑鏁版嵁琛ㄩ�夐」鍗★紝鏄剧ず鏁版嵁琛ㄥ強瑙嗗浘鍚嶇О
+	 * @param response
+	 * @param transData
+	 * @return
+	 * @throws Exception
+	 */
+	@RequestMapping("/showTableAndView")
+	@ResponseBody
+	public String showTableAndView(HttpServletResponse response, @RequestBody JSONObject transData) throws Exception {
+		KettleClientEnvironment.init();
+		DatabaseMeta dataMeta = new DatabaseMeta("KettleDBRep", transData.getString("type"), "Native", transData.getString("hostName"), transData.getString("dbName"), transData.getString("portNum"),
+												 transData.getString("userName"), transData.getString("pwd"));
+		
+		LoggingObjectInterface loggingObject = new SimpleLoggingObject("Database factory", LoggingObjectType.GENERAL, null );
+		Database ds = new Database(loggingObject, dataMeta);
+		//ds.normalConnect(null);
+		ds.connect();
+		Connection conn = ds.getConnection();
+		List<String> UTable = new ArrayList<String>();
+		List<String> VTable = new ArrayList<String>();
+		//寰楀埌鏁版嵁搴撲腑鐨勮〃
+//		PreparedStatement stmt = conn.prepareStatement("select name from sysobjects where xtype='U'");
+//		ResultSet rslt = stmt.executeQuery();
+//		while (rslt.next()) {
+//			   UTable.add(rslt.getString("name"));
+//		}
+//		String[] UTableArray = ds.getTablenames("dbo", true);
+//		for (int i = 0; i < UTableArray.length; i++) {
+//			 UTable.add(UTableArray[i].replace("dbo.", ""));
+//		}
+		String[] UTableArray = ds.getTablenames(true);
+		for (int i = 0; i < UTableArray.length; i++) {
+			 int lastHao = UTableArray[i].lastIndexOf(".");
+			 String uTable = UTableArray[i];
+			 if (lastHao > 0) {
+				 UTable.add(uTable.substring(lastHao + 1, uTable.length()));
+			 }
+			 else {
+				 UTable.add(UTableArray[i]);
+			 }
+		     
+		}		
+		String tableJson = JSON.toJSONString(UTable);
+		//寰楀埌鏁版嵁搴撲腑鐨勮鍥�
+//		stmt = conn.prepareStatement("select name from sysobjects where xtype='V'");
+//		rslt = stmt.executeQuery();
+//		while (rslt.next()) {
+//			   VTable.add(rslt.getString("name"));
+//		}	
+		String[] VTableArray = ds.getViews("dbo", true);
+		for (int i = 0; i < VTableArray.length; i++) {
+			 VTable.add(VTableArray[i].replace("dbo.", ""));
+		}			
+		String viewJson = JSON.toJSONString(VTable);
+		ds.disconnect();
+		return "{result:\"success\",table:["+tableJson+"],view:["+viewJson+"]}";
+	}
+	/**
+	 * 浣跨敤kettle鍒涘缓琛� 
+	 */
+	public void createTable(Database dsOutput, RowMetaInterface rm, String tableName) {
+	   try {
+		    System.out.println("寮�濮嬪垱寤鸿〃:" + tableName);
+		    String dbProName = dsOutput.getConnection().getMetaData().getDatabaseProductName();
+		    System.out.println("鏁版嵁搴撶被鍨�:" + dbProName);
+		    String sql = dsOutput.getDDL(tableName, rm);
+		    dsOutput.execStatement(sql.replace(";", ""));
+		    System.out.println("鍒涘缓琛ㄦ垚鍔�");		   
+	   } catch(Exception e) {
+		    System.out.println("鍒涘缓琛ㄥけ璐�");
+	   }
+
+	}
+	/**
+	 * 鏂扮増鎶藉彇鏁版嵁
+	 * dataExtraction(String tableName, String sqlStr, TransMeta transMeta, Database dsInput, Database dsOutput, TableInputMeta tableInputMeta, TableOutputMeta tableOutputMeta) throws Exception {
+	   tableInputMeta.setSQL(sqlStr);
+	 */
+	public void dataExtraction(String tableName, String sqlStr, KettleDBTrans kettleDBTrans) throws Exception {
+	   kettleDBTrans.getTableInputMeta().setSQL(sqlStr);
+	   
+	   StepMeta inputStep = new StepMeta(STEP_READ_FROM_TABLE, kettleDBTrans.getTableInputMeta());
+	   inputStep.setLocation(50, 50);
+	   inputStep.setDraw(true);
+	   kettleDBTrans.getTransMeta().addStep(inputStep);
+	   
+	   //鍒ゆ柇鐩爣鏁版嵁搴撲腑锛屾槸鍚﹀瓨鍦ㄨ〃锛屽:瀛樺湪閲嶆柊鍛藉悕琛ㄥ悕锛岀敤鏂拌〃鍚嶅垱寤鸿〃锛屽:涓嶅瓨鍦�,鐩存帴鍒涘缓琛�
+	   boolean hasTable = kettleDBTrans.getDsOutput().checkTableExists(tableName);
+	   if (hasTable) {
+		   tableName = tableName + "_" + sdf.format(new Date());
+	   }
+	   //寰楀埌鍘熷琛ㄧ粨鏋�
+	   PreparedStatement stmt = null;
+	   RowMetaInterface rm = null;
+	   stmt = kettleDBTrans.getDsInput().getConnection().prepareStatement(sqlStr);
+	   stmt.executeQuery();
+	   rm = kettleDBTrans.getDsInput().getQueryFields(sqlStr, false);
+	   //鍒涘缓鏁版嵁琛�
+	   createTable(kettleDBTrans.getDsOutput(), rm, tableName);
+	   
+	   kettleDBTrans.getTalbeOutputMeta().setTableName(tableName);
+	   
+	   StepMeta insertUpdateStep = new StepMeta(STEP_INSERT_UPDATE, kettleDBTrans.getTalbeOutputMeta());
+	   insertUpdateStep.setLocation(150, 50);
+	   insertUpdateStep.setDraw(true);
+	   kettleDBTrans.getTransMeta().addStep(insertUpdateStep);
+	   
+	   DummyTransMeta dummyMeta = new DummyTransMeta();
+	   
+	   StepMeta dummyStep = new StepMeta(STEP_DUMMY, dummyMeta);
+	   dummyStep.setLocation(200, 50);
+	   dummyStep.setDraw(true);
+	   
+	   kettleDBTrans.getTransMeta().addStep(dummyStep);
+	   
+	   //璁剧疆姝ラ鐩存帴鐨勫叧绯�
+	   TransHopMeta hop = new TransHopMeta(inputStep, insertUpdateStep);
+	   kettleDBTrans.getTransMeta().addTransHop(hop);
+	   TransHopMeta hop2 = new TransHopMeta(insertUpdateStep, dummyStep);
+	   kettleDBTrans.getTransMeta().addTransHop(hop2);
+	   
+	   //寮�濮嬫墽琛�
+	   Trans trans = new Trans(kettleDBTrans.getTransMeta());
+	   trans.prepareExecution(null);
+	   
+	   trans.startThreads();
+	   
+	   trans.waitUntilFinished();
+	   
+	   if (trans.getErrors() > 0) {
+		   System.out.println(">>>>>>>>>> ERROR");
+	   }
+	   else {
+		   System.out.println(">>>>>>>>>> SUCCESS ");
+	   }
+	}
+	/**
+	 * 鍒涘缓闆嗘垚鏂规硶
+	 */
+	public void kettleDBConn(KettleDBTrans kettleDBTrans) throws Exception {
+		//杩炴帴鏁版嵁搴�
+//		String dbConn = kettleDBTrans.getAssemble().getString("DBConn");\
+		String dbConn= "";
+		JSONObject DBParam = JSONArray.parseObject(dbConn);
+		//鍒濆鍖杒ettle鐜
+		KettleClientEnvironment.init();
+		KettleClientEnvironment.init();
+		//瀵煎叆鏁版嵁鐨勬暟鎹簱杩炴帴
+		DatabaseMeta dataMetaInput = new DatabaseMeta("Input", DBParam.getString("type"), "Native", DBParam.getString("hostName"), DBParam.getString("dbName"), DBParam.getString("portNum"),
+												      DBParam.getString("userName"), DBParam.getString("pwd"));
+		//瀵煎嚭鏁版嵁鐨勬暟鎹簱杩炴帴
+		DatabaseMeta dataMetaOutput = new DatabaseMeta("Output", dataSourceConn.getDbType(), "Native", dataSourceConn.getDbHostName(), dataSourceConn.getDbName(), dataSourceConn.getDbPort(),
+													   dataSourceConn.getUsername(), dataSourceConn.getPassword());
+		//瀵煎嚭鏁版嵁搴撹繛鎺�
+		LoggingObjectInterface loggingObject = new SimpleLoggingObject("Database factory", LoggingObjectType.GENERAL, null );
+		kettleDBTrans.setDsInput(new Database(loggingObject, dataMetaInput));
+		kettleDBTrans.getDsInput().connect();
+		Connection connInput = kettleDBTrans.getDsInput().getConnection();
+		//瀵煎叆鏁版嵁搴撹繛鎺�
+		kettleDBTrans.setDsOutput(new Database(loggingObject, dataMetaOutput));
+		kettleDBTrans.getDsOutput().connect();
+		Connection connOutput = kettleDBTrans.getDsOutput().getConnection();
+		
+		kettleDBTrans.getTransMeta().setName("鏁版嵁鎶藉彇");
+		
+		kettleDBTrans.getTransMeta().addDatabase(dataMetaInput);
+		kettleDBTrans.getTransMeta().addDatabase(dataMetaOutput);
+		
+		//瀵煎嚭鏁版嵁
+		kettleDBTrans.getTableInputMeta().setDatabaseMeta(kettleDBTrans.getTransMeta().findDatabase("Input"));
+		//瀵煎叆鏁版嵁
+		kettleDBTrans.getTalbeOutputMeta().setDatabaseMeta(kettleDBTrans.getTransMeta().findDatabase("Output"));		
+	}
+	/**
+	 * 1.寰楀埌瑕佹彁鍙栨暟鎹殑琛ㄤ笌瑙嗗浘鍚嶇О
+	 * 2.鍦ㄧ▼搴忔暟鎹簱涓垱寤鸿鎻愬彇鏁版嵁鐨勮〃涓庤鍥剧殑琛ㄧ殑鍚嶇О
+	 * 3.灏嗚鎻愬彇琛ㄤ笌瑙嗗浘涓殑鏁版嵁瀛樺偍鍒扮郴缁熺殑瀹炰綋琛ㄤ腑
+	 * 4.鏈�鍚庯紝杩斿洖缁撴灉
+	 */
+	//鎻愬彇琛ㄣ�佽鍥句腑鐨勬暟鎹�
+	@RequestMapping("/extractDBData")
+	@ResponseBody
+	public String extractDBData(HttpServletResponse response, @RequestBody JSONObject dbData) throws Exception {
+		//琛�
+		int k = 0;
+		String sqlStr = "", tableName = "";
+		
+		Database dsInput = null;
+		Database dsOutput = null;
+		TableInputMeta tableInputMeta = new TableInputMeta();
+		TableOutputMeta talbeOutputMeta = new TableOutputMeta();
+		TransMeta transMeta = new TransMeta();
+		KettleDBTrans kettleDBTrans	= new KettleDBTrans();
+//		kettleDBTrans.setDbData(dbData);
+		kettleDBTrans.setDsInput(dsInput);
+		kettleDBTrans.setDsOutput(dsOutput);
+		kettleDBTrans.setTableInputMeta(tableInputMeta);
+		kettleDBTrans.setTalbeOutputMeta(talbeOutputMeta);
+		kettleDBTrans.setTransMeta(transMeta);
+		
+		kettleDBConn(kettleDBTrans);
+		
+		JSONArray uTable = dbData.getJSONArray("UTable");
+		//寰幆瀹炰綋琛�
+		if (!uTable.isEmpty()) {
+			for(k = 0; k < uTable.size(); k++) {
+				tableName = uTable.getString(k);
+				sqlStr = " select * from " + tableName;
+				dataExtraction(tableName, sqlStr, kettleDBTrans);
+			}
+		}
+		
+		JSONArray vTable = dbData.getJSONArray("VTable");
+		//寰幆瑙嗗浘
+		if (!vTable.isEmpty()) {
+			for(k = 0; k < vTable.size(); k++) {
+				tableName = vTable.getString(k);
+				sqlStr = " select * from " + tableName;
+				dataExtraction(tableName, sqlStr, kettleDBTrans);
+			}
+		}		
+		//鍏抽棴鏁版嵁搴撹繛鎺�
+		kettleDBTrans.getDsInput().disconnect();
+		kettleDBTrans.getDsOutput().disconnect();
+		return "{result: \"success\"}";
+	}
+	
+	/**
+	 * 	鎶藉彇鏁版嵁
+	 * extractData(connSys, realTableName, conn, tableName);
+	 * connSys 绯荤粺鏁版嵁搴�
+	 * realTableName 绯荤粺鏁版嵁搴撹〃鍚�
+	 * conn 鎻愬彇鏁版嵁搴�
+	 * tableName 鎻愬彇鏁版嵁搴撹〃鍚� 
+	 */
+	public void extractData(DruidPooledConnection connSys, String tableNameDes, Connection conn, String tableNameSrc) throws Exception {
+		PreparedStatement stmt, stmtDes;
+		ResultSet rslt;
+		int columnCount;
+		String SQLStr = "", valueStr = "";
+		
+		SQLStr = " select * from "+tableNameSrc+" ";
+		stmt = conn.prepareStatement(SQLStr);
+		rslt = stmt.executeQuery();
+		columnCount = rslt.getMetaData().getColumnCount();
+		SQLStr = " insert into "+tableNameDes+" ( ";
+		valueStr = " values (";
+		for(int i = 0; i < columnCount; i++) {
+			SQLStr = SQLStr + rslt.getMetaData().getColumnName(i+1) + ", ";
+			valueStr = valueStr + "?, ";
+		}
+		SQLStr = SQLStr.substring(0, SQLStr.length() - 2) + ")";
+		valueStr = valueStr.substring(0, valueStr.length() - 2) + ")";
+		SQLStr = SQLStr + valueStr;
+		stmtDes = connSys.prepareStatement(SQLStr);
+		while (rslt.next()) {
+			   for(int i = 0; i < columnCount; i++) {
+				   stmtDes.setString(i + 1, rslt.getString(i+1));
+			   }
+			   stmtDes.addBatch();
+		}
+		stmtDes.executeBatch();
+	}
+	
+	/**
+	 * 鏍规嵁鏁版嵁搴撶被鍨嬭浆鎹㈠搴旂被鍨�
+	 * 
+	 */
+	public String getColumnStr(TableColumn tableColumn) throws Exception {
+		StringBuffer sqlStr = new StringBuffer();
+		String returnStr = "";
+		if (tableColumn.getColumnType().contains("varchar")) {
+			sqlStr.append(tableColumn.getColumnName() + " varchar(" + tableColumn.getColumnLength() + "),");
+		}
+		else if (tableColumn.getColumnType().contains("int")) {
+			sqlStr.append(tableColumn.getColumnName() + " int(" + tableColumn.getColumnLength() + "),");
+		}
+		else if (tableColumn.getColumnType().contains("date")) {
+			sqlStr.append(tableColumn.getColumnName() + " date,");
+		}
+		else if (tableColumn.getColumnType().contains("nvarchar")) {
+			sqlStr.append(tableColumn.getColumnName() + " varchar(" + tableColumn.getColumnLength() + "),");
+		}
+		else if (tableColumn.getColumnType().contains("nchar")) {
+			sqlStr.append(tableColumn.getColumnName() + " varchar(" + tableColumn.getColumnLength() + "),");
+		}	
+		return sqlStr.toString();
+	}
+	
+	/**
+	 * 鎷兼帴鍒涘缓鏂拌〃鐨勮鍙�
+	 * 1.绯荤粺鏁版嵁搴撴槸mysql,鎵�浠ワ紝闇�瑕佸皢鍏跺畠鏁版嵁搴撶殑绫诲瀷锛岃浆鎹㈡垚mysql鍙互璇嗗埆鐨勭被鍨�
+	 */
+	public String splicingSQL(String tableName,  List<TableColumn> columnNameAndType) throws Exception {
+		String sqlStr = "";
+		//绗竴姝�,绫诲瀷 璇嗗埆绫诲瀷
+		sqlStr = "create table " + tableName + " (";
+		StringBuffer columnStr = new StringBuffer();
+		columnStr.append(sqlStr);
+		for (TableColumn tableColumn : columnNameAndType) {
+			 columnStr.append(getColumnStr(tableColumn));
+		}
+		sqlStr = columnStr.toString();
+		return sqlStr.substring(0, sqlStr.length() - 1) + ")";
+	}
+	/**
+	 * 鍒涘缓琛�
+	 * 1.闇�瑕佸垽娈�,绯荤粺鏁版嵁搴撲腑鏄惁宸插瓨鍦ㄨ〃鍚�(1.鏈夌殑璇濋噸鏂板懡鍚�,tableName + 骞存湀鏃ユ椂鍒嗙
+	 */
+	public String createTable(DruidPooledConnection connSys, String tableName, List<TableColumn> columnNameAndType) throws Exception {
+		String SQLStr = "";
+		if (!columnNameAndType.isEmpty()) {
+			PreparedStatement stmt;
+			ResultSet rslt;
+			
+			SQLStr = " select count(table_name) as tableNum "
+				   + " from information_schema.tables "
+				   + " where table_schema='ssm' and table_name='"+tableName+"'";
+			stmt = connSys.prepareStatement(SQLStr);
+			rslt = stmt.executeQuery();
+			rslt.next();
+			if (rslt.getInt("tableNum") > 0) {
+				tableName = tableName + "_" + sdf.format(new Date());
+			}
+		    SQLStr = splicingSQL(tableName, columnNameAndType);
+		    stmt = connSys.prepareStatement(SQLStr);
+		    stmt.execute();	
+		}
+		return tableName;
+	}
+	
+	
+	//寰楀埌鎶藉彇鏁版嵁搴撹〃鐨勫瓧娈靛悕绉板強瀛楁绫诲瀷
+	public List<TableColumn> getColumnNameAndType(Connection conn, String tableName, String type) throws Exception {
+		List<TableColumn> columnNameAndType = new ArrayList<TableColumn>();
+	    //寰楀埌鏁版嵁搴撲腑鐨勮〃
+	    String SQLStr = " select c.name As ColumnsName , t.name as ColumnsType, c.length as ColumnsLength "
+	 		          + " from SysObjects As o "
+	 		          + " left join SysColumns As c on o.id=c.id "
+	 		          + " left join SysTypes As t on c.xtype=t.xusertype "
+	 		          + " where o.type = '"+type+"' and o.name='"+tableName+"' ";
+	    
+	    PreparedStatement stmt = conn.prepareStatement(SQLStr);
+	    ResultSet rslt = stmt.executeQuery();
+	    while (rslt.next()) {
+	    	   TableColumn tableColumn = new TableColumn();
+	    	   tableColumn.setColumnName(rslt.getString("ColumnsName"));
+	    	   tableColumn.setColumnType(rslt.getString("ColumnsType"));
+	    	   tableColumn.setColumnLength(rslt.getString("ColumnsLength"));
+	    	   columnNameAndType.add(tableColumn);
+	    }
+	    
+	    return columnNameAndType;
+	}
+	
+	
+
+/*	protected void sendJsonData(HttpServletResponse response) throws Exception{
+	    response.setContentType("text/javascript;charset=UTF-8");
+	    PrintWriter out = response.getWriter();
+	    out.println("alert(\"鏁版嵁搴撹繛鎺ユ垚鍔�!!!\")");
+	    out.flush();
+	    out.close();
+	}*/	
+	
+}
diff --git a/src/main/java/com/highdatas/mdm/entity/SysField.java b/src/main/java/com/highdatas/mdm/entity/SysField.java
index bbaae90..faca6fe 100644
--- a/src/main/java/com/highdatas/mdm/entity/SysField.java
+++ b/src/main/java/com/highdatas/mdm/entity/SysField.java
@@ -313,10 +313,10 @@
         if (!StringUtils.isEmpty(alias)) {
             hash += alias.hashCode();
         }
-        if (visible != null) {
+        if (visible == null) {
             hash += visible.hashCode();
         }
-        if (orderNo != null) {
+        if (orderNo == null) {
             hash += orderNo.hashCode();
         }
         if (!StringUtils.isEmpty(code)) {
diff --git a/src/main/java/com/highdatas/mdm/mapper/TableInfoMapper.java b/src/main/java/com/highdatas/mdm/mapper/TableInfoMapper.java
index b23a884..7cfa399 100644
--- a/src/main/java/com/highdatas/mdm/mapper/TableInfoMapper.java
+++ b/src/main/java/com/highdatas/mdm/mapper/TableInfoMapper.java
@@ -30,18 +30,18 @@
 
     List<Map<String,Object>> selectDistinct(@Param("tableName") String tableName, @Param("fields") String fields, @Param("where") String where);
 
-    List<Map<String,Object>> selectByPageByVersion(@Param("tableName") String tableName,@Param("tableTempName") String tableTempName, @Param("fields") String fields,@Param("A1fields") String A1fields, @Param("tempFields") String tempFields,@Param("fromOrderNo") Integer fromOrderNo, @Param("toOrderNo") Integer toOrderNo, @Param("where") String where, @Param("limit") String limit);
+    List<Map<String,Object>> selectByPageByVersion(@Param("tableName") String tableName,@Param("tableTempName") String tableTempName, @Param("fields") String fields, @Param("tempFields") String tempFields,@Param("Hfields") String Hfields, @Param("A1fields") String A1fields, @Param("A2fields") String A2fields, @Param("tempHFields") String tempHFields, @Param("fromOrderNo") Integer fromOrderNo, @Param("toOrderNo") Integer toOrderNo, @Param("maintainId") String maintainId, @Param("where") String where, @Param("limit") String limit);
 
-    List<Map<String,Object>> selectByPageByMaxVersion(@Param("tableName") String tableName,@Param("tableTempName") String tableTempName, @Param("fields") String fields, @Param("A1fields") String A1fields, @Param("tempFields") String tempFields, @Param("fromOrderNo") Integer fromOrderNo,   @Param("where") String where, @Param("limit") String limit);
+    List<Map<String,Object>> selectByPageByMaxVersion(@Param("tableName") String tableName,@Param("tableTempName") String tableTempName, @Param("fields") String fields, @Param("tempFields") String tempFields,@Param("Hfields") String Hfields, @Param("A1fields") String A1fields, @Param("A2fields") String A2fields, @Param("tempHFields") String tempHFields, @Param("fromOrderNo") Integer fromOrderNo, @Param("toOrderNo") Integer toOrderNo,@Param("maintainId") String maintainId,  @Param("where") String where, @Param("limit") String limit);
 
 
     List<Map<String,Object>> select(@Param("tableName") String tableName, @Param("fields") String fields, @Param("where") String where);
 
     Long getCount(@Param("tableName") String tableName,  @Param("where") String where);
 
-    Long getCountByVersion(@Param("tableName") String tableName,@Param("tableTempName") String tableTempName, @Param("fields") String fields, @Param("tempFields") String tempFields,@Param("A1fields") String A1fields, @Param("fromOrderNo") Integer fromOrderNo, @Param("toOrderNo") Integer toOrderNo,  @Param("where") String where);
+    Long getCountByVersion(@Param("tableName") String tableName,@Param("tableTempName") String tableTempName, @Param("fields") String fields, @Param("tempFields") String tempFields,@Param("Hfields") String Hfields,@Param("A1fields") String A1fields, @Param("A2fields") String A2fields, @Param("tempHFields") String tempHFields, @Param("fromOrderNo") Integer fromOrderNo, @Param("toOrderNo") Integer toOrderNo,@Param("maintainId") String maintainId,  @Param("where") String where);
 
-    Long getCountByMaxVersion(@Param("tableName") String tableName,@Param("tableTempName") String tableTempName, @Param("fields") String fields, @Param("tempFields") String tempFields,@Param("A1fields") String A1fields, @Param("fromOrderNo") Integer fromOrderNo, @Param("where") String where);
+    Long getCountByMaxVersion(@Param("tableName") String tableName,@Param("tableTempName") String tableTempName, @Param("fields") String fields, @Param("tempFields") String tempFields,@Param("Hfields") String Hfields,@Param("A1fields") String A1fields, @Param("A2fields") String A2fields, @Param("tempHFields") String tempHFields, @Param("fromOrderNo") Integer fromOrderNo, @Param("toOrderNo") Integer toOrderNo,@Param("maintainId") String maintainId, @Param("where") String where);
 
     void insert(@Param("tableName") String tableName, @Param("fields") String fields, @Param("values") String values);
 
diff --git a/src/main/java/com/highdatas/mdm/pojo/CodeMsg.java b/src/main/java/com/highdatas/mdm/pojo/CodeMsg.java
index e52df67..5e05299 100644
--- a/src/main/java/com/highdatas/mdm/pojo/CodeMsg.java
+++ b/src/main/java/com/highdatas/mdm/pojo/CodeMsg.java
@@ -44,7 +44,6 @@
     public static CodeMsg ADDQUEUE_OVER = new CodeMsg(4012,"鍒嗗彂闃熷垪宸叉弧锛屾殏涓嶈兘娣诲姞");
     public static CodeMsg ADDQUEUE_FAIL = new CodeMsg(4011,"娣诲姞鍒嗗彂闃熷垪澶辫触");
     public static CodeMsg MAINTAIN_UNFOUND_ERROR = new CodeMsg(4005,"鏈煡鍒扮増鏈暟鎹紝鎴栨棤鏉冮檺");
-    public static CodeMsg ACT_RUN_ERROR = new CodeMsg(4006,"宸叉湁鐗堟湰瀹℃壒涓�");
 
     public CodeMsg(int code, String msg) {
         this.code = code;
diff --git a/src/main/java/com/highdatas/mdm/pojo/kettle/KettleDBTrans.java b/src/main/java/com/highdatas/mdm/pojo/kettle/KettleDBTrans.java
new file mode 100644
index 0000000..3c4348e
--- /dev/null
+++ b/src/main/java/com/highdatas/mdm/pojo/kettle/KettleDBTrans.java
@@ -0,0 +1,72 @@
+package com.highdatas.mdm.pojo.kettle;
+
+import com.alibaba.fastjson.JSONObject;
+import com.highdatas.mdm.entity.SysAssemble;
+import org.pentaho.di.core.database.Database;
+import org.pentaho.di.trans.TransMeta;
+import org.pentaho.di.trans.steps.tableinput.TableInputMeta;
+import org.pentaho.di.trans.steps.tableoutput.TableOutputMeta;
+
+public class KettleDBTrans {
+
+	private SysAssemble assemble;
+	private TransMeta transMeta;
+	private Database dsInput;
+	private Database dsOutput;
+	private TableInputMeta tableInputMeta;
+	private TableOutputMeta talbeOutputMeta;
+
+	public SysAssemble getAssemble() {
+		return assemble;
+	}
+
+	public void setAssemble(SysAssemble assemble) {
+		this.assemble = assemble;
+	}
+
+	public TransMeta getTransMeta() {
+		return transMeta;
+	}
+	
+	public void setTransMeta(TransMeta transMeta) {
+		this.transMeta = transMeta;
+	}
+	
+	public Database getDsInput() {
+		return dsInput;
+	}
+	
+	public void setDsInput(Database dsInput) {
+		this.dsInput = dsInput;
+	}
+	
+	public Database getDsOutput() {
+		return dsOutput;
+	}
+	
+	public void setDsOutput(Database dsOutput) {
+		this.dsOutput = dsOutput;
+	}
+	
+	public TableInputMeta getTableInputMeta() {
+		return tableInputMeta;
+	}
+	
+	public void setTableInputMeta(TableInputMeta tableInputMeta) {
+		this.tableInputMeta = tableInputMeta;
+	}
+	
+	public TableOutputMeta getTalbeOutputMeta() {
+		return talbeOutputMeta;
+	}
+	
+	public void setTalbeOutputMeta(TableOutputMeta talbeOutputMeta) {
+		this.talbeOutputMeta = talbeOutputMeta;
+	}
+	
+}
+
+
+
+
+
diff --git a/src/main/java/com/highdatas/mdm/process/canvas/ProcessDiagramCanvas.java b/src/main/java/com/highdatas/mdm/process/canvas/ProcessDiagramCanvas.java
index fbde283..24e588a 100644
--- a/src/main/java/com/highdatas/mdm/process/canvas/ProcessDiagramCanvas.java
+++ b/src/main/java/com/highdatas/mdm/process/canvas/ProcessDiagramCanvas.java
@@ -1,129 +1,129 @@
-package com.highdatas.mdm.process.canvas;
-
-import org.activiti.bpmn.model.AssociationDirection;
-import org.activiti.bpmn.model.GraphicInfo;
-import org.activiti.image.impl.DefaultProcessDiagramCanvas;
-
-import java.awt.*;
-import java.awt.geom.Line2D.Double;
-import java.awt.geom.RoundRectangle2D;
-
-
-public class ProcessDiagramCanvas extends DefaultProcessDiagramCanvas {
-	
-	protected static Color HIGHLIGHT_COLOR = new Color(62,173,252);
-	private static Color RUNNING_COLOR = Color.RED;
-	private static Color HISTORY_COLOR = Color.GREEN;
-	protected static int ICON_PADDING = 3;
-	private String annotationFontName;
-	
-	public ProcessDiagramCanvas(int width, int height, int minX, int minY,
-			String imageType) {
-		
-		super(width, height, minX, minY, imageType);
-		this.activityFontName = "瀹嬩綋";
-		this.labelFontName = "瀹嬩綋";
-		this.annotationFontName = "瀹嬩綋";
-		initialize(imageType);
-	}
-	@Override
-	public void drawHighLight(int x, int y, int width, int height) {
-		Paint originalPaint = g.getPaint();
-		Stroke originalStroke = g.getStroke();
-		g.setPaint(HIGHLIGHT_COLOR);
-		g.setStroke(THICK_TASK_BORDER_STROKE);
-		RoundRectangle2D rect = new RoundRectangle2D.Double(x, y, width, height, 20, 20);
-		g.draw(rect);
-		g.setPaint(originalPaint);
-		g.setStroke(originalStroke);
-	}
-	
-	@Override
-	 public void drawConnection(int[] xPoints, int[] yPoints, boolean conditional, boolean isDefault, String connectionType, AssociationDirection associationDirection, boolean highLighted, double scaleFactor)
-	  {
-	    Paint originalPaint = this.g.getPaint();
-	    Stroke originalStroke = this.g.getStroke();
-
-	    this.g.setPaint(CONNECTION_COLOR);
-	    if (connectionType.equals("association")) {
-	      this.g.setStroke(ASSOCIATION_STROKE);
-	    } else if (highLighted) {
-	      this.g.setPaint(HIGHLIGHT_COLOR);
-	      this.g.setStroke(HIGHLIGHT_FLOW_STROKE);
-	    }
-
-	    for (int i = 1; i < xPoints.length; ++i) {
-	      Integer sourceX = Integer.valueOf(xPoints[(i - 1)]);
-	      Integer sourceY = Integer.valueOf(yPoints[(i - 1)]);
-	      Integer targetX = Integer.valueOf(xPoints[i]);
-	      Integer targetY = Integer.valueOf(yPoints[i]);
-	      // e.g.(0,0) --->  (10,20)     (0,20)  (10,20)
-	      Double line1 = new Double(sourceX.intValue(), sourceY.intValue(), sourceX.intValue(), targetY.intValue());
-	      Double line2 = new Double(sourceX.intValue(), targetY.intValue(), targetX.intValue(), targetY.intValue());
-	      //Line2D.Double line = new Line2D.Double(sourceX.intValue(), sourceY.intValue(), targetX.intValue(), targetY.intValue());
-	      this.g.draw(line1);
-	      this.g.draw(line2);
-	    }
-	    Double line;
-	    if (isDefault) {
-	      line = new Double(xPoints[0], yPoints[0], xPoints[1], yPoints[1]);
-	      drawDefaultSequenceFlowIndicator(line, scaleFactor);
-	    }
-
-	    if (conditional) {
-	      line = new Double(xPoints[0], yPoints[0], xPoints[1], yPoints[1]);
-	      drawConditionalSequenceFlowIndicator(line, scaleFactor);
-	    }
-
-	    if ((associationDirection.equals(AssociationDirection.ONE)) || (associationDirection.equals(AssociationDirection.BOTH))) {
-	      line = new Double(xPoints[(xPoints.length - 2)], yPoints[(xPoints.length - 2)], xPoints[(xPoints.length - 1)], yPoints[(xPoints.length - 1)]);
-	      drawArrowHead(line, scaleFactor);
-	    }
-	    if (associationDirection.equals(AssociationDirection.BOTH)) {
-	      line = new Double(xPoints[1], yPoints[1], xPoints[0], yPoints[0]);
-	      drawArrowHead(line, scaleFactor);
-	    }
-	    this.g.setPaint(originalPaint);
-	    this.g.setStroke(originalStroke);
-	  }
-		
-	@Override
-	protected void drawTask(String name, GraphicInfo graphicInfo, boolean thickBorder){
-	    Paint originalPaint = this.g.getPaint();
-	    int x = (int)graphicInfo.getX();
-	    int y = (int)graphicInfo.getY();
-	    int width = (int)graphicInfo.getWidth();
-	    int height = (int)graphicInfo.getHeight();
-
-	    this.g.setPaint(TASK_BOX_COLOR);
-
-	    int arcR = 6;
-	    if (thickBorder) {
-	      arcR = 3;
-	    }
-
-	    RoundRectangle2D rect = new RoundRectangle2D.Double(x, y, width, height, 10, 10);
-	    this.g.fill(rect);
-	    this.g.setPaint(TASK_BORDER_COLOR);
-
-	    if (thickBorder) {
-	      Stroke originalStroke = this.g.getStroke();
-	      this.g.setStroke(THICK_TASK_BORDER_STROKE);
-	      this.g.draw(rect);
-	      this.g.setStroke(originalStroke);
-	    } else {
-	      this.g.draw(rect);
-	    }
-
-	    this.g.setPaint(originalPaint);
-
-	    if ((name != null) && (name.length() > 0)) {
-	      int boxWidth = width - 6;
-	      int boxHeight = height - 16 - ICON_PADDING - ICON_PADDING - 12 - 2 - 2;
-	      int boxX = x + width / 2 - (boxWidth / 2);
-	      int boxY = y + height / 2 - (boxHeight / 2) + ICON_PADDING + ICON_PADDING - 2 - 2;
-
-	      drawMultilineCentredText(name, boxX, boxY, boxWidth, boxHeight);
-	    }
-	  }	 
-}
+package com.highdatas.mdm.process.canvas;
+
+import org.activiti.bpmn.model.AssociationDirection;
+import org.activiti.bpmn.model.GraphicInfo;
+import org.activiti.image.impl.DefaultProcessDiagramCanvas;
+
+import java.awt.*;
+import java.awt.geom.Line2D.Double;
+import java.awt.geom.RoundRectangle2D;
+
+
+public class ProcessDiagramCanvas extends DefaultProcessDiagramCanvas {
+	
+	protected static Color HIGHLIGHT_COLOR = new Color(62,173,252);
+	private static Color RUNNING_COLOR = Color.RED;
+	private static Color HISTORY_COLOR = Color.GREEN;
+	protected static int ICON_PADDING = 3;
+	private String annotationFontName;
+	
+	public ProcessDiagramCanvas(int width, int height, int minX, int minY,
+			String imageType) {
+		
+		super(width, height, minX, minY, imageType);
+		this.activityFontName = "瀹嬩綋";
+		this.labelFontName = "瀹嬩綋";
+		this.annotationFontName = "瀹嬩綋";
+		initialize(imageType);
+	}
+	@Override
+	public void drawHighLight(int x, int y, int width, int height) {
+		Paint originalPaint = g.getPaint();
+		Stroke originalStroke = g.getStroke();
+		g.setPaint(HIGHLIGHT_COLOR);
+		g.setStroke(THICK_TASK_BORDER_STROKE);
+		RoundRectangle2D rect = new RoundRectangle2D.Double(x, y, width, height, 20, 20);
+		g.draw(rect);
+		g.setPaint(originalPaint);
+		g.setStroke(originalStroke);
+	}
+	
+	@Override
+	 public void drawConnection(int[] xPoints, int[] yPoints, boolean conditional, boolean isDefault, String connectionType, AssociationDirection associationDirection, boolean highLighted, double scaleFactor)
+	  {
+	    Paint originalPaint = this.g.getPaint();
+	    Stroke originalStroke = this.g.getStroke();
+
+	    this.g.setPaint(CONNECTION_COLOR);
+	    if (connectionType.equals("association")) {
+	      this.g.setStroke(ASSOCIATION_STROKE);
+	    } else if (highLighted) {
+	      this.g.setPaint(HIGHLIGHT_COLOR);
+	      this.g.setStroke(HIGHLIGHT_FLOW_STROKE);
+	    }
+
+	    for (int i = 1; i < xPoints.length; ++i) {
+	      Integer sourceX = Integer.valueOf(xPoints[(i - 1)]);
+	      Integer sourceY = Integer.valueOf(yPoints[(i - 1)]);
+	      Integer targetX = Integer.valueOf(xPoints[i]);
+	      Integer targetY = Integer.valueOf(yPoints[i]);
+	      // e.g.(0,0) --->  (10,20)     (0,20)  (10,20)
+	      Double line1 = new Double(sourceX.intValue(), sourceY.intValue(), sourceX.intValue(), targetY.intValue());
+	      Double line2 = new Double(sourceX.intValue(), targetY.intValue(), targetX.intValue(), targetY.intValue());
+	      //Line2D.Double line = new Line2D.Double(sourceX.intValue(), sourceY.intValue(), targetX.intValue(), targetY.intValue());
+	      this.g.draw(line1);
+	      this.g.draw(line2);
+	    }
+	    Double line;
+	    if (isDefault) {
+	      line = new Double(xPoints[0], yPoints[0], xPoints[1], yPoints[1]);
+	      drawDefaultSequenceFlowIndicator(line, scaleFactor);
+	    }
+
+	    if (conditional) {
+	      line = new Double(xPoints[0], yPoints[0], xPoints[1], yPoints[1]);
+	      drawConditionalSequenceFlowIndicator(line, scaleFactor);
+	    }
+
+	    if ((associationDirection.equals(AssociationDirection.ONE)) || (associationDirection.equals(AssociationDirection.BOTH))) {
+	      line = new Double(xPoints[(xPoints.length - 2)], yPoints[(xPoints.length - 2)], xPoints[(xPoints.length - 1)], yPoints[(xPoints.length - 1)]);
+	      drawArrowHead(line, scaleFactor);
+	    }
+	    if (associationDirection.equals(AssociationDirection.BOTH)) {
+	      line = new Double(xPoints[1], yPoints[1], xPoints[0], yPoints[0]);
+	      drawArrowHead(line, scaleFactor);
+	    }
+	    this.g.setPaint(originalPaint);
+	    this.g.setStroke(originalStroke);
+	  }
+		
+	@Override
+	protected void drawTask(String name, GraphicInfo graphicInfo, boolean thickBorder){
+	    Paint originalPaint = this.g.getPaint();
+	    int x = (int)graphicInfo.getX();
+	    int y = (int)graphicInfo.getY();
+	    int width = (int)graphicInfo.getWidth();
+	    int height = (int)graphicInfo.getHeight();
+
+	    this.g.setPaint(TASK_BOX_COLOR);
+
+	    int arcR = 6;
+	    if (thickBorder) {
+	      arcR = 3;
+	    }
+
+	    RoundRectangle2D rect = new RoundRectangle2D.Double(x, y, width, height, 10, 10);
+	    this.g.fill(rect);
+	    this.g.setPaint(TASK_BORDER_COLOR);
+
+	    if (thickBorder) {
+	      Stroke originalStroke = this.g.getStroke();
+	      this.g.setStroke(THICK_TASK_BORDER_STROKE);
+	      this.g.draw(rect);
+	      this.g.setStroke(originalStroke);
+	    } else {
+	      this.g.draw(rect);
+	    }
+
+	    this.g.setPaint(originalPaint);
+
+	    if ((name != null) && (name.length() > 0)) {
+	      int boxWidth = width - 6;
+	      int boxHeight = height - 16 - ICON_PADDING - ICON_PADDING - 12 - 2 - 2;
+	      int boxX = x + width / 2 - (boxWidth / 2);
+	      int boxY = y + height / 2 - (boxHeight / 2) + ICON_PADDING + ICON_PADDING - 2 - 2;
+
+	      drawMultilineCentredText(name, boxX, boxY, boxWidth, boxHeight);
+	    }
+	  }	 
+}
diff --git a/src/main/java/com/highdatas/mdm/process/canvas/ProcessDiagramGenerator.java b/src/main/java/com/highdatas/mdm/process/canvas/ProcessDiagramGenerator.java
index 0fab258..782efb5 100644
--- a/src/main/java/com/highdatas/mdm/process/canvas/ProcessDiagramGenerator.java
+++ b/src/main/java/com/highdatas/mdm/process/canvas/ProcessDiagramGenerator.java
@@ -1,285 +1,285 @@
-package com.highdatas.mdm.process.canvas;
-
-import org.activiti.bpmn.model.*;
-import org.activiti.bpmn.model.Process;
-import org.activiti.image.impl.DefaultProcessDiagramCanvas;
-import org.activiti.image.impl.DefaultProcessDiagramGenerator;
-
-import java.util.Iterator;
-import java.util.List;
-
-public class ProcessDiagramGenerator extends DefaultProcessDiagramGenerator{
-	
-   
-    @Override
-    protected ProcessDiagramCanvas generateProcessDiagram(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, List<String> highLightedFlows, String activityFontName, String labelFontName,String annotationFontName,  ClassLoader customClassLoader, double scaleFactor){
-      prepareBpmnModel(bpmnModel);
-
-      ProcessDiagramCanvas processDiagramCanvas = initProcessDiagramCanvas(bpmnModel, imageType, activityFontName, labelFontName, customClassLoader);
-
-      for (Pool pool : bpmnModel.getPools()) {
-        GraphicInfo graphicInfo = bpmnModel.getGraphicInfo(pool.getId());
-        processDiagramCanvas.drawPoolOrLane(pool.getName(), graphicInfo);
-      }
-      Process process;
-      for (Iterator<Process> iter = bpmnModel.getProcesses().iterator(); iter.hasNext(); ) {
-    	process = (Process)iter.next();
-        for (Lane lane : process.getLanes()) {
-          GraphicInfo graphicInfo = bpmnModel.getGraphicInfo(lane.getId());
-          processDiagramCanvas.drawPoolOrLane(lane.getName(), graphicInfo);
-        }
-
-      }
-
-        List<Process> processes = bpmnModel.getProcesses();
-        if (!processes.isEmpty()) {
-
-            for (FlowNode flowNode : ((Process) bpmnModel.getProcesses().get(0)).findFlowElementsOfType(FlowNode.class)) {
-                drawActivity(processDiagramCanvas, bpmnModel, flowNode, highLightedActivities, highLightedFlows, scaleFactor);
-            }
-        }
-      
-      for (Iterator<Process> iter = bpmnModel.getProcesses().iterator(); iter.hasNext(); ) { process = (Process)iter.next();
-        for (Artifact artifact : process.getArtifacts()) {
-          drawArtifact(processDiagramCanvas, bpmnModel, artifact);
-        }
-      }
-
-      return processDiagramCanvas;
-    }
-    
-    protected static ProcessDiagramCanvas initProcessDiagramCanvas(BpmnModel bpmnModel, String imageType, String activityFontName, String labelFontName, ClassLoader customClassLoader){
-    	double minX = 1.7976931348623157E+308D;
-        double maxX = 0.0D;
-        double minY = 1.7976931348623157E+308D;
-        double maxY = 0.0D;
-
-        for (Pool pool : bpmnModel.getPools()) {
-          GraphicInfo graphicInfo = bpmnModel.getGraphicInfo(pool.getId());
-          minX = graphicInfo.getX();
-          maxX = graphicInfo.getX() + graphicInfo.getWidth();
-          minY = graphicInfo.getY();
-          maxY = graphicInfo.getY() + graphicInfo.getHeight();
-        }
-
-        List<FlowNode> flowNodes = gatherAllFlowNodes(bpmnModel);
-        for (FlowNode flowNode : flowNodes)
-        {
-          GraphicInfo flowNodeGraphicInfo = bpmnModel.getGraphicInfo(flowNode.getId());
-
-          if (flowNodeGraphicInfo.getX() + flowNodeGraphicInfo.getWidth() > maxX) {
-            maxX = flowNodeGraphicInfo.getX() + flowNodeGraphicInfo.getWidth();
-          }
-          if (flowNodeGraphicInfo.getX() < minX) {
-            minX = flowNodeGraphicInfo.getX();
-          }
-
-          if (flowNodeGraphicInfo.getY() + flowNodeGraphicInfo.getHeight() > maxY) {
-            maxY = flowNodeGraphicInfo.getY() + flowNodeGraphicInfo.getHeight();
-          }
-          if (flowNodeGraphicInfo.getY() < minY) {
-            minY = flowNodeGraphicInfo.getY();
-          }
-
-          for (SequenceFlow sequenceFlow : flowNode.getOutgoingFlows()) {
-            List<GraphicInfo> graphicInfoList = bpmnModel.getFlowLocationGraphicInfo(sequenceFlow.getId());
-            if (graphicInfoList != null) {
-              for (GraphicInfo graphicInfo : graphicInfoList)
-              {
-                if (graphicInfo.getX() > maxX) {
-                  maxX = graphicInfo.getX();
-                }
-                if (graphicInfo.getX() < minX) {
-                  minX = graphicInfo.getX();
-                }
-
-                if (graphicInfo.getY() > maxY) {
-                  maxY = graphicInfo.getY();
-                }
-                if (graphicInfo.getY() < minY) {
-                  minY = graphicInfo.getY();
-                }
-              }
-            }
-          }
-        }
-        GraphicInfo graphicInfo;
-        List<Artifact> artifacts = gatherAllArtifacts(bpmnModel);
-        for (Artifact artifact : artifacts)
-        {
-          GraphicInfo artifactGraphicInfo = bpmnModel.getGraphicInfo(artifact.getId());
-
-          if (artifactGraphicInfo != null)
-          {
-            if (artifactGraphicInfo.getX() + artifactGraphicInfo.getWidth() > maxX) {
-              maxX = artifactGraphicInfo.getX() + artifactGraphicInfo.getWidth();
-            }
-            if (artifactGraphicInfo.getX() < minX) {
-              minX = artifactGraphicInfo.getX();
-            }
-
-            if (artifactGraphicInfo.getY() + artifactGraphicInfo.getHeight() > maxY) {
-              maxY = artifactGraphicInfo.getY() + artifactGraphicInfo.getHeight();
-            }
-            if (artifactGraphicInfo.getY() < minY) {
-              minY = artifactGraphicInfo.getY();
-            }
-          }
-
-          List<GraphicInfo> graphicInfoList = bpmnModel.getFlowLocationGraphicInfo(artifact.getId());
-        
-          if (graphicInfoList != null) {
-        	
-            for (Iterator<GraphicInfo> iterator = graphicInfoList.iterator(); iterator.hasNext(); ) { graphicInfo = (GraphicInfo)iterator.next();
-
-              if (graphicInfo.getX() > maxX) {
-                maxX = graphicInfo.getX();
-              }
-              if (graphicInfo.getX() < minX) {
-                minX = graphicInfo.getX();
-              }
-
-              if (graphicInfo.getY() > maxY) {
-                maxY = graphicInfo.getY();
-              }
-              if (graphicInfo.getY() < minY) {
-                minY = graphicInfo.getY();
-              }
-            }
-          }
-
-        }
-
-       
-        int nrOfLanes = 0;
-        for (Process process : bpmnModel.getProcesses()) {
-          for (Lane l : process.getLanes())
-          {
-            ++nrOfLanes;
-
-            graphicInfo = bpmnModel.getGraphicInfo(l.getId());
-
-            if (graphicInfo.getX() + graphicInfo.getWidth() > maxX) {
-              maxX = graphicInfo.getX() + graphicInfo.getWidth();
-            }
-            if (graphicInfo.getX() < minX) {
-              minX = graphicInfo.getX();
-            }
-
-            if (graphicInfo.getY() + graphicInfo.getHeight() > maxY) {
-              maxY = graphicInfo.getY() + graphicInfo.getHeight();
-            }
-            if (graphicInfo.getY() < minY) {
-              minY = graphicInfo.getY();
-            }
-          }
-
-        }
-
-        if ((flowNodes.isEmpty()) && (bpmnModel.getPools().isEmpty()) && (nrOfLanes == 0))
-        {
-          minX = 0.0D;
-          minY = 0.0D;
-        }
-        return  new ProcessDiagramCanvas((int) maxX + 10, (int) maxY + 10,
-				(int) minX, (int) minY, imageType);
-    }
-    
-    @Override
-    protected void drawActivity(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, FlowNode flowNode, List<String> highLightedActivities, List<String> highLightedFlows, double scaleFactor){
-    	 ActivityDrawInstruction drawInstruction = (ActivityDrawInstruction)this.activityDrawInstructions.get(flowNode.getClass());
- 	    if (drawInstruction != null)
- 	    {
- 	      drawInstruction.draw(processDiagramCanvas, bpmnModel, flowNode);
-
- 	      boolean multiInstanceSequential = false; boolean multiInstanceParallel = false; boolean collapsed = false;
- 	      if (flowNode instanceof Activity) {
- 	        Activity activity = (Activity)flowNode;
- 	        MultiInstanceLoopCharacteristics multiInstanceLoopCharacteristics = activity.getLoopCharacteristics();
- 	        if (multiInstanceLoopCharacteristics != null) {
- 	          multiInstanceSequential = multiInstanceLoopCharacteristics.isSequential();
- 	          multiInstanceParallel = !(multiInstanceSequential);
- 	        }
-
- 	      }
-
- 	      GraphicInfo graphicInfo = bpmnModel.getGraphicInfo(flowNode.getId());
- 	      if (flowNode instanceof SubProcess)
- 	        collapsed = (graphicInfo.getExpanded() != null) && (!(graphicInfo.getExpanded().booleanValue()));
- 	      else if (flowNode instanceof CallActivity) {
- 	        collapsed = true;
- 	      }
-
- 	      if (scaleFactor == 1.0D)
-        {
-            processDiagramCanvas.drawActivityMarkers((int)graphicInfo.getX(), (int)graphicInfo.getY(), (int)graphicInfo.getWidth(), (int)graphicInfo.getHeight(), multiInstanceSequential, multiInstanceParallel, collapsed);
-        }
-
-            if (highLightedActivities != null && highLightedActivities.contains(flowNode.getId())) {
-                processDiagramCanvas.drawHighLight((int)graphicInfo.getX(), (int)graphicInfo.getY(), (int)graphicInfo.getWidth(), (int)graphicInfo.getHeight());
-            }
-
- 	    }
-
- 	    for (SequenceFlow sequenceFlow : flowNode.getOutgoingFlows()) {
- 	        boolean highLighted = false;
-            if (highLightedFlows != null) {
-                highLighted = highLightedFlows.contains(sequenceFlow.getId());
-            }
-
-              String defaultFlow = null;
-              if (flowNode instanceof Activity)
-                defaultFlow = ((Activity)flowNode).getDefaultFlow();
-              else if (flowNode instanceof Gateway) {
-                defaultFlow = ((Gateway)flowNode).getDefaultFlow();
-              }
-
-              boolean isDefault = false;
-              if ((defaultFlow != null) && (defaultFlow.equalsIgnoreCase(sequenceFlow.getId()))) {
-                isDefault = true;
-              }
-              boolean drawConditionalIndicator = (sequenceFlow.getConditionExpression() != null) && (!(flowNode instanceof Gateway));
-
-              String sourceRef = sequenceFlow.getSourceRef();
-              String targetRef = sequenceFlow.getTargetRef();
-              FlowElement sourceElement = bpmnModel.getFlowElement(sourceRef);
-              FlowElement targetElement = bpmnModel.getFlowElement(targetRef);
-              List graphicInfoList = bpmnModel.getFlowLocationGraphicInfo(sequenceFlow.getId());
-              if ((graphicInfoList != null) && (graphicInfoList.size() > 0)) {
-                graphicInfoList = connectionPerfectionizer(processDiagramCanvas, bpmnModel, sourceElement, targetElement, graphicInfoList);
-                int[] xPoints = new int[graphicInfoList.size()];
-                int[] yPoints = new int[graphicInfoList.size()];
-
-                for (int i = 1; i < graphicInfoList.size(); ++i) {
-                  GraphicInfo graphicInfo = (GraphicInfo)graphicInfoList.get(i);
-                  GraphicInfo previousGraphicInfo = (GraphicInfo)graphicInfoList.get(i - 1);
-
-                  if (i == 1) {
-                    xPoints[0] = (int)previousGraphicInfo.getX();
-                    yPoints[0] = (int)previousGraphicInfo.getY();
-                  }
-                  xPoints[i] = (int)graphicInfo.getX();
-                  yPoints[i] = (int)graphicInfo.getY();
-                }
-
-                processDiagramCanvas.drawSequenceflow(xPoints, yPoints, drawConditionalIndicator, isDefault, highLighted, scaleFactor);
-
-                GraphicInfo labelGraphicInfo = bpmnModel.getLabelGraphicInfo(sequenceFlow.getId());
-                if (labelGraphicInfo != null) {
-                  processDiagramCanvas.drawLabel(sequenceFlow.getName(), labelGraphicInfo, false);
-                }
-                else {
-                    GraphicInfo lineCenter = getLineCenter(graphicInfoList);
-                    processDiagramCanvas.drawLabel(sequenceFlow.getName(), lineCenter, false);
-                }
- 	      }
- 	}
-
-     if (flowNode instanceof FlowElementsContainer)
-       for (FlowElement nestedFlowElement : ((FlowElementsContainer)flowNode).getFlowElements())
-         if (nestedFlowElement instanceof FlowNode)
-           drawActivity(processDiagramCanvas, bpmnModel, (FlowNode)nestedFlowElement, highLightedActivities, highLightedFlows, scaleFactor);
-    	
-    }
-    
-}
+package com.highdatas.mdm.process.canvas;
+
+import org.activiti.bpmn.model.*;
+import org.activiti.bpmn.model.Process;
+import org.activiti.image.impl.DefaultProcessDiagramCanvas;
+import org.activiti.image.impl.DefaultProcessDiagramGenerator;
+
+import java.util.Iterator;
+import java.util.List;
+
+public class ProcessDiagramGenerator extends DefaultProcessDiagramGenerator{
+	
+   
+    @Override
+    protected ProcessDiagramCanvas generateProcessDiagram(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, List<String> highLightedFlows, String activityFontName, String labelFontName,String annotationFontName,  ClassLoader customClassLoader, double scaleFactor){
+      prepareBpmnModel(bpmnModel);
+
+      ProcessDiagramCanvas processDiagramCanvas = initProcessDiagramCanvas(bpmnModel, imageType, activityFontName, labelFontName, customClassLoader);
+
+      for (Pool pool : bpmnModel.getPools()) {
+        GraphicInfo graphicInfo = bpmnModel.getGraphicInfo(pool.getId());
+        processDiagramCanvas.drawPoolOrLane(pool.getName(), graphicInfo);
+      }
+      Process process;
+      for (Iterator<Process> iter = bpmnModel.getProcesses().iterator(); iter.hasNext(); ) {
+    	process = (Process)iter.next();
+        for (Lane lane : process.getLanes()) {
+          GraphicInfo graphicInfo = bpmnModel.getGraphicInfo(lane.getId());
+          processDiagramCanvas.drawPoolOrLane(lane.getName(), graphicInfo);
+        }
+
+      }
+
+        List<Process> processes = bpmnModel.getProcesses();
+        if (!processes.isEmpty()) {
+
+            for (FlowNode flowNode : ((Process) bpmnModel.getProcesses().get(0)).findFlowElementsOfType(FlowNode.class)) {
+                drawActivity(processDiagramCanvas, bpmnModel, flowNode, highLightedActivities, highLightedFlows, scaleFactor);
+            }
+        }
+      
+      for (Iterator<Process> iter = bpmnModel.getProcesses().iterator(); iter.hasNext(); ) { process = (Process)iter.next();
+        for (Artifact artifact : process.getArtifacts()) {
+          drawArtifact(processDiagramCanvas, bpmnModel, artifact);
+        }
+      }
+
+      return processDiagramCanvas;
+    }
+    
+    protected static ProcessDiagramCanvas initProcessDiagramCanvas(BpmnModel bpmnModel, String imageType, String activityFontName, String labelFontName, ClassLoader customClassLoader){
+    	double minX = 1.7976931348623157E+308D;
+        double maxX = 0.0D;
+        double minY = 1.7976931348623157E+308D;
+        double maxY = 0.0D;
+
+        for (Pool pool : bpmnModel.getPools()) {
+          GraphicInfo graphicInfo = bpmnModel.getGraphicInfo(pool.getId());
+          minX = graphicInfo.getX();
+          maxX = graphicInfo.getX() + graphicInfo.getWidth();
+          minY = graphicInfo.getY();
+          maxY = graphicInfo.getY() + graphicInfo.getHeight();
+        }
+
+        List<FlowNode> flowNodes = gatherAllFlowNodes(bpmnModel);
+        for (FlowNode flowNode : flowNodes)
+        {
+          GraphicInfo flowNodeGraphicInfo = bpmnModel.getGraphicInfo(flowNode.getId());
+
+          if (flowNodeGraphicInfo.getX() + flowNodeGraphicInfo.getWidth() > maxX) {
+            maxX = flowNodeGraphicInfo.getX() + flowNodeGraphicInfo.getWidth();
+          }
+          if (flowNodeGraphicInfo.getX() < minX) {
+            minX = flowNodeGraphicInfo.getX();
+          }
+
+          if (flowNodeGraphicInfo.getY() + flowNodeGraphicInfo.getHeight() > maxY) {
+            maxY = flowNodeGraphicInfo.getY() + flowNodeGraphicInfo.getHeight();
+          }
+          if (flowNodeGraphicInfo.getY() < minY) {
+            minY = flowNodeGraphicInfo.getY();
+          }
+
+          for (SequenceFlow sequenceFlow : flowNode.getOutgoingFlows()) {
+            List<GraphicInfo> graphicInfoList = bpmnModel.getFlowLocationGraphicInfo(sequenceFlow.getId());
+            if (graphicInfoList != null) {
+              for (GraphicInfo graphicInfo : graphicInfoList)
+              {
+                if (graphicInfo.getX() > maxX) {
+                  maxX = graphicInfo.getX();
+                }
+                if (graphicInfo.getX() < minX) {
+                  minX = graphicInfo.getX();
+                }
+
+                if (graphicInfo.getY() > maxY) {
+                  maxY = graphicInfo.getY();
+                }
+                if (graphicInfo.getY() < minY) {
+                  minY = graphicInfo.getY();
+                }
+              }
+            }
+          }
+        }
+        GraphicInfo graphicInfo;
+        List<Artifact> artifacts = gatherAllArtifacts(bpmnModel);
+        for (Artifact artifact : artifacts)
+        {
+          GraphicInfo artifactGraphicInfo = bpmnModel.getGraphicInfo(artifact.getId());
+
+          if (artifactGraphicInfo != null)
+          {
+            if (artifactGraphicInfo.getX() + artifactGraphicInfo.getWidth() > maxX) {
+              maxX = artifactGraphicInfo.getX() + artifactGraphicInfo.getWidth();
+            }
+            if (artifactGraphicInfo.getX() < minX) {
+              minX = artifactGraphicInfo.getX();
+            }
+
+            if (artifactGraphicInfo.getY() + artifactGraphicInfo.getHeight() > maxY) {
+              maxY = artifactGraphicInfo.getY() + artifactGraphicInfo.getHeight();
+            }
+            if (artifactGraphicInfo.getY() < minY) {
+              minY = artifactGraphicInfo.getY();
+            }
+          }
+
+          List<GraphicInfo> graphicInfoList = bpmnModel.getFlowLocationGraphicInfo(artifact.getId());
+        
+          if (graphicInfoList != null) {
+        	
+            for (Iterator<GraphicInfo> iterator = graphicInfoList.iterator(); iterator.hasNext(); ) { graphicInfo = (GraphicInfo)iterator.next();
+
+              if (graphicInfo.getX() > maxX) {
+                maxX = graphicInfo.getX();
+              }
+              if (graphicInfo.getX() < minX) {
+                minX = graphicInfo.getX();
+              }
+
+              if (graphicInfo.getY() > maxY) {
+                maxY = graphicInfo.getY();
+              }
+              if (graphicInfo.getY() < minY) {
+                minY = graphicInfo.getY();
+              }
+            }
+          }
+
+        }
+
+       
+        int nrOfLanes = 0;
+        for (Process process : bpmnModel.getProcesses()) {
+          for (Lane l : process.getLanes())
+          {
+            ++nrOfLanes;
+
+            graphicInfo = bpmnModel.getGraphicInfo(l.getId());
+
+            if (graphicInfo.getX() + graphicInfo.getWidth() > maxX) {
+              maxX = graphicInfo.getX() + graphicInfo.getWidth();
+            }
+            if (graphicInfo.getX() < minX) {
+              minX = graphicInfo.getX();
+            }
+
+            if (graphicInfo.getY() + graphicInfo.getHeight() > maxY) {
+              maxY = graphicInfo.getY() + graphicInfo.getHeight();
+            }
+            if (graphicInfo.getY() < minY) {
+              minY = graphicInfo.getY();
+            }
+          }
+
+        }
+
+        if ((flowNodes.isEmpty()) && (bpmnModel.getPools().isEmpty()) && (nrOfLanes == 0))
+        {
+          minX = 0.0D;
+          minY = 0.0D;
+        }
+        return  new ProcessDiagramCanvas((int) maxX + 10, (int) maxY + 10,
+				(int) minX, (int) minY, imageType);
+    }
+    
+    @Override
+    protected void drawActivity(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, FlowNode flowNode, List<String> highLightedActivities, List<String> highLightedFlows, double scaleFactor){
+    	 ActivityDrawInstruction drawInstruction = (ActivityDrawInstruction)this.activityDrawInstructions.get(flowNode.getClass());
+ 	    if (drawInstruction != null)
+ 	    {
+ 	      drawInstruction.draw(processDiagramCanvas, bpmnModel, flowNode);
+
+ 	      boolean multiInstanceSequential = false; boolean multiInstanceParallel = false; boolean collapsed = false;
+ 	      if (flowNode instanceof Activity) {
+ 	        Activity activity = (Activity)flowNode;
+ 	        MultiInstanceLoopCharacteristics multiInstanceLoopCharacteristics = activity.getLoopCharacteristics();
+ 	        if (multiInstanceLoopCharacteristics != null) {
+ 	          multiInstanceSequential = multiInstanceLoopCharacteristics.isSequential();
+ 	          multiInstanceParallel = !(multiInstanceSequential);
+ 	        }
+
+ 	      }
+
+ 	      GraphicInfo graphicInfo = bpmnModel.getGraphicInfo(flowNode.getId());
+ 	      if (flowNode instanceof SubProcess)
+ 	        collapsed = (graphicInfo.getExpanded() != null) && (!(graphicInfo.getExpanded().booleanValue()));
+ 	      else if (flowNode instanceof CallActivity) {
+ 	        collapsed = true;
+ 	      }
+
+ 	      if (scaleFactor == 1.0D)
+        {
+            processDiagramCanvas.drawActivityMarkers((int)graphicInfo.getX(), (int)graphicInfo.getY(), (int)graphicInfo.getWidth(), (int)graphicInfo.getHeight(), multiInstanceSequential, multiInstanceParallel, collapsed);
+        }
+
+            if (highLightedActivities != null && highLightedActivities.contains(flowNode.getId())) {
+                processDiagramCanvas.drawHighLight((int)graphicInfo.getX(), (int)graphicInfo.getY(), (int)graphicInfo.getWidth(), (int)graphicInfo.getHeight());
+            }
+
+ 	    }
+
+ 	    for (SequenceFlow sequenceFlow : flowNode.getOutgoingFlows()) {
+ 	        boolean highLighted = false;
+            if (highLightedFlows != null) {
+                highLighted = highLightedFlows.contains(sequenceFlow.getId());
+            }
+
+              String defaultFlow = null;
+              if (flowNode instanceof Activity)
+                defaultFlow = ((Activity)flowNode).getDefaultFlow();
+              else if (flowNode instanceof Gateway) {
+                defaultFlow = ((Gateway)flowNode).getDefaultFlow();
+              }
+
+              boolean isDefault = false;
+              if ((defaultFlow != null) && (defaultFlow.equalsIgnoreCase(sequenceFlow.getId()))) {
+                isDefault = true;
+              }
+              boolean drawConditionalIndicator = (sequenceFlow.getConditionExpression() != null) && (!(flowNode instanceof Gateway));
+
+              String sourceRef = sequenceFlow.getSourceRef();
+              String targetRef = sequenceFlow.getTargetRef();
+              FlowElement sourceElement = bpmnModel.getFlowElement(sourceRef);
+              FlowElement targetElement = bpmnModel.getFlowElement(targetRef);
+              List graphicInfoList = bpmnModel.getFlowLocationGraphicInfo(sequenceFlow.getId());
+              if ((graphicInfoList != null) && (graphicInfoList.size() > 0)) {
+                graphicInfoList = connectionPerfectionizer(processDiagramCanvas, bpmnModel, sourceElement, targetElement, graphicInfoList);
+                int[] xPoints = new int[graphicInfoList.size()];
+                int[] yPoints = new int[graphicInfoList.size()];
+
+                for (int i = 1; i < graphicInfoList.size(); ++i) {
+                  GraphicInfo graphicInfo = (GraphicInfo)graphicInfoList.get(i);
+                  GraphicInfo previousGraphicInfo = (GraphicInfo)graphicInfoList.get(i - 1);
+
+                  if (i == 1) {
+                    xPoints[0] = (int)previousGraphicInfo.getX();
+                    yPoints[0] = (int)previousGraphicInfo.getY();
+                  }
+                  xPoints[i] = (int)graphicInfo.getX();
+                  yPoints[i] = (int)graphicInfo.getY();
+                }
+
+                processDiagramCanvas.drawSequenceflow(xPoints, yPoints, drawConditionalIndicator, isDefault, highLighted, scaleFactor);
+
+                GraphicInfo labelGraphicInfo = bpmnModel.getLabelGraphicInfo(sequenceFlow.getId());
+                if (labelGraphicInfo != null) {
+                  processDiagramCanvas.drawLabel(sequenceFlow.getName(), labelGraphicInfo, false);
+                }
+                else {
+                    GraphicInfo lineCenter = getLineCenter(graphicInfoList);
+                    processDiagramCanvas.drawLabel(sequenceFlow.getName(), lineCenter, false);
+                }
+ 	      }
+ 	}
+
+     if (flowNode instanceof FlowElementsContainer)
+       for (FlowElement nestedFlowElement : ((FlowElementsContainer)flowNode).getFlowElements())
+         if (nestedFlowElement instanceof FlowNode)
+           drawActivity(processDiagramCanvas, bpmnModel, (FlowNode)nestedFlowElement, highLightedActivities, highLightedFlows, scaleFactor);
+    	
+    }
+    
+}
diff --git a/src/main/java/com/highdatas/mdm/service/IMaintainService.java b/src/main/java/com/highdatas/mdm/service/IMaintainService.java
index a734c2f..3e15c05 100644
--- a/src/main/java/com/highdatas/mdm/service/IMaintainService.java
+++ b/src/main/java/com/highdatas/mdm/service/IMaintainService.java
@@ -64,6 +64,4 @@
     JSONObject compareField(String maintainId1, String maintainId2);
 
     Map<String, Object> getPreInfo(Maintain maintain, String id);
-
-    boolean getCanAct(String tableName);
 }
diff --git a/src/main/java/com/highdatas/mdm/service/act/impl/IdentityServiceImpl.java b/src/main/java/com/highdatas/mdm/service/act/impl/IdentityServiceImpl.java
index 071ac81..e2376eb 100644
--- a/src/main/java/com/highdatas/mdm/service/act/impl/IdentityServiceImpl.java
+++ b/src/main/java/com/highdatas/mdm/service/act/impl/IdentityServiceImpl.java
@@ -136,9 +136,6 @@
 		}
 		try {
 			User user = identityService.newUser(id);
-
-			identityService.saveUser(user);
-			user.setFirstName("");
 			identityService.saveUser(user);
 			return Result.success(null);
 		}catch (Exception e){
@@ -165,8 +162,6 @@
 		try {
 			Group group = identityService.newGroup(id);
 			identityService.saveGroup(group);
-			group.setName("");
-			identityService.saveGroup(group);
 			return Result.success(null);
 		}catch (Exception e){
 			e.printStackTrace();
@@ -190,16 +185,11 @@
 			if (user == null) {
 				return Result.error(new CodeMsg(3001, "褰撳墠鐢ㄦ埛涓嶅瓨鍦�,璇峰厛鍒涘缓鐢ㄦ埛"));
 			}
-			Group group = identityService.createGroupQuery().groupId(roleId).singleResult();
-			if (group == null) {
-				return Result.error(new CodeMsg(3001, "褰撳墠瑙掕壊涓嶅瓨鍦�,璇峰厛鍒涘缓鐢ㄦ埛"));
-			}
 
-			Map<String, String> memberShip = tableInfoMapper.selectActMemberShip(userId, roleId);
+            Map<String, String> memberShip = tableInfoMapper.selectActMemberShip(userId, roleId);
 			if (memberShip != null) {
                 return Result.success(null);
             }
-
             identityService.createMembership(userId,roleId);
 			return Result.success(null);
 		}
@@ -286,6 +276,7 @@
 	@Transactional(rollbackFor = {RuntimeException.class, Error.class})
 	public Result deleteUserRole(String roleId, String userId) {
 		try {
+
             Map<String, String> memberShip = tableInfoMapper.selectActMemberShip(userId, roleId);
             if (memberShip == null) {
                 return Result.success(null);
diff --git a/src/main/java/com/highdatas/mdm/service/impl/FlowsServiceImpl.java b/src/main/java/com/highdatas/mdm/service/impl/FlowsServiceImpl.java
index 97c07b0..1ed36ab 100644
--- a/src/main/java/com/highdatas/mdm/service/impl/FlowsServiceImpl.java
+++ b/src/main/java/com/highdatas/mdm/service/impl/FlowsServiceImpl.java
@@ -144,8 +144,8 @@
             if (flows.getBusinessType().equals(ActivitiBusinessType.maintain)){
                 String maintainId = flows.getBusinessId();
                 log.info("flow-maintain:" + maintainId);
-                //masterModifiedService.dealFlow(maintainId, flows.getStatus());
-               //log.info("flow-masterModifiedService end");
+                masterModifiedService.dealFlow(maintainId, flows.getStatus());
+                log.info("flow-masterModifiedService end");
                 maintainService.dealFlow(maintainId, flows.getStatus());
                 log.info("flow-maintainService end");
                 viewService.dealFlow(maintainId, flows.getStatus());
diff --git a/src/main/java/com/highdatas/mdm/service/impl/MaintainServiceImpl.java b/src/main/java/com/highdatas/mdm/service/impl/MaintainServiceImpl.java
index 53b684c..4a6ddd4 100644
--- a/src/main/java/com/highdatas/mdm/service/impl/MaintainServiceImpl.java
+++ b/src/main/java/com/highdatas/mdm/service/impl/MaintainServiceImpl.java
@@ -142,7 +142,7 @@
                 return;
             }
             String fields = masterDataService.getTempFields(null, tableName);
-            String tempFields = masterDataService.getFields(tableName + Constant.RECORD, Constant.T);
+            String tempFields = masterDataService.getFields(tableName + Constant.RECORD);
 
             String tableTempName = tableName + Constant.RECORD;
             // insert 2 std
@@ -563,20 +563,6 @@
             }
         }
         return result;
-    }
-
-    @Override
-    public boolean getCanAct(String tableName) {
-        List<Maintain> maintainList = selectList(new EntityWrapper<Maintain>().eq("table_name", tableName));
-
-        long count = maintainList.stream()
-                .filter(one -> one.getFlowId() != null)
-                .filter(one -> flowsService.getStatusByBusinessId(one.getId()).equals(ActivitiStatus.working)).count();
-        if (count == 0) {
-            return true;
-        } else {
-            return false;
-        }
     }
 
 
diff --git a/src/main/java/com/highdatas/mdm/service/impl/MasterAuthorServiceImpl.java b/src/main/java/com/highdatas/mdm/service/impl/MasterAuthorServiceImpl.java
index 920b587..0dbf36b 100644
--- a/src/main/java/com/highdatas/mdm/service/impl/MasterAuthorServiceImpl.java
+++ b/src/main/java/com/highdatas/mdm/service/impl/MasterAuthorServiceImpl.java
@@ -334,7 +334,7 @@
             //user 鑾峰彇role
             Set<String> roleIdSet = DbUtils.getRoleByUser(characterId, uuid);
             if (roleIdSet.isEmpty()) {
-                return new ArrayList<>(); 
+                return new ArrayList<>();
             }else {
                 Wrapper<MasterAuthor> roleWrapper = new EntityWrapper<MasterAuthor>().eq(Constant.TYPE, MasterAuthorType.role).in(MasterAuthorController.character_id, roleIdSet);
                 if (maintainField != null) {
diff --git a/src/main/java/com/highdatas/mdm/service/impl/SysAssembleServiceImpl.java b/src/main/java/com/highdatas/mdm/service/impl/SysAssembleServiceImpl.java
index bcea10d..d88c785 100644
--- a/src/main/java/com/highdatas/mdm/service/impl/SysAssembleServiceImpl.java
+++ b/src/main/java/com/highdatas/mdm/service/impl/SysAssembleServiceImpl.java
@@ -137,15 +137,6 @@
             }
         }
 
-        String tableNameByMenu = menuMappingService.getTableNameByMenu(assemble.getMenuId());
-        boolean canAct = maintainService.getCanAct(tableNameByMenu);
-        if (!canAct) {
-            XxlJobLogger.log("褰撳墠鏈夋祦绋嬫鍦ㄨ繍琛�,鏆傛椂鏃犳硶姹囬泦涓嬫鏁版嵁");
-            assemble.setPreMsg("褰撳墠鏈夋祦绋嬫鍦ㄨ繍琛�,鏆傛椂鏃犳硶姹囬泦涓嬫鏁版嵁");
-            assemble.updateById();
-            return  Result.error(new CodeMsg(6009,"褰撳墠鏈夋祦绋嬫鍦ㄨ繍琛�,鏆傛椂鏃犳硶姹囬泦涓嬫鏁版嵁"));
-        }
-
         Boolean bigData = assemble.getBigdata();
         Date scheduleDate = new Date();
         XxlJobLogger.log("log info:  start assemble");
@@ -608,6 +599,8 @@
 
     private Result checkTempData(SysAssemble assemble) {
         try {
+
+
             SysAssembleCheckType checkType = assemble.getCheckType();
             if (checkType == null) {
                 return Result.error(new CodeMsg(6009, "瑙勫垯鏍¢獙绫诲瀷涓虹┖"));
diff --git a/src/main/java/com/highdatas/mdm/service/impl/SysDispenseLogsServiceImpl.java b/src/main/java/com/highdatas/mdm/service/impl/SysDispenseLogsServiceImpl.java
index 9234db9..b33bdb4 100644
--- a/src/main/java/com/highdatas/mdm/service/impl/SysDispenseLogsServiceImpl.java
+++ b/src/main/java/com/highdatas/mdm/service/impl/SysDispenseLogsServiceImpl.java
@@ -73,12 +73,10 @@
                 .setTopicId(mqEntity.getMsgTopicName())
                 .setTagId(mqEntity.getMsgTagName())
                 .setKeyId(mqEntity.getMsgKey());
-
         int totalSize = mqEntity.getTotalSize();
         if (totalSize > 0) {
             sysDispenseLogs.setTotal(totalSize);
         }
-
         AtomicInteger pageNo = mqEntity.getPageNo();
         if (pageNo != null) {
             sysDispenseLogs.setPageNo(pageNo.get());
diff --git a/src/main/java/com/highdatas/mdm/service/impl/SysViewServiceImpl.java b/src/main/java/com/highdatas/mdm/service/impl/SysViewServiceImpl.java
index c3c9574..1a3420d 100644
--- a/src/main/java/com/highdatas/mdm/service/impl/SysViewServiceImpl.java
+++ b/src/main/java/com/highdatas/mdm/service/impl/SysViewServiceImpl.java
@@ -96,10 +96,7 @@
             int length = tableSchemaResult.getLength();
             totalLength += length;
         }
-        int pageSize = 20;
-       if (totalLength != 0) {
-           pageSize = Constant.MaxDispenseSize / totalLength;
-       }
+        int pageSize = Constant.MaxDispenseSize / totalLength;
         page.setPageSize(pageSize);
         Long viewCount = getViewCount(sysView);
         if (viewCount == 0) {
diff --git a/src/main/java/com/highdatas/mdm/util/Constant.java b/src/main/java/com/highdatas/mdm/util/Constant.java
index 58bab1c..3c2fe43 100644
--- a/src/main/java/com/highdatas/mdm/util/Constant.java
+++ b/src/main/java/com/highdatas/mdm/util/Constant.java
@@ -140,5 +140,4 @@
     String MT = "mt";
     String IDX_TEMPLATE = "IDX_{0}_{1}";
 
-    String T = "t";
 }
diff --git a/src/main/java/com/highdatas/mdm/util/HttpUtils.java b/src/main/java/com/highdatas/mdm/util/HttpUtils.java
index c4359d5..072574e 100644
--- a/src/main/java/com/highdatas/mdm/util/HttpUtils.java
+++ b/src/main/java/com/highdatas/mdm/util/HttpUtils.java
@@ -53,14 +53,13 @@
         if (mediaType == null){
             headers.setContentType(MediaType.APPLICATION_FORM_URLENCODED);
             MultiValueMap<String, String> vals = new LinkedMultiValueMap();
-            if (formParams != null) {
-                Set<String> keySet = formParams.keySet();
-                for (String key : keySet) {
-                    String s = formParams.get(key);
-                    List<String> strings = new ArrayList<>();
-                    strings.add(s);
-                    vals.put(key,strings);
-                }
+
+            Set<String> keySet = formParams.keySet();
+            for (String key : keySet) {
+                String s = formParams.get(key);
+                List<String> strings = new ArrayList<>();
+                strings.add(s);
+                vals.put(key,strings);
             }
 
             requestEntity = new HttpEntity<MultiValueMap<String, String>>(vals, headers);
@@ -120,7 +119,7 @@
         }
         String s = sb.toString();
         if (s.endsWith("&")) {
-            s = org.apache.commons.lang3.StringUtils.substringBeforeLast(s, "&");
+            s = org.apache.commons.lang.StringUtils.substringBeforeLast(s, "&");
         }
         return s;
     }
diff --git a/src/main/java/com/highdatas/mdm/util/RuleClient.java b/src/main/java/com/highdatas/mdm/util/RuleClient.java
index 16e61e5..513ac4e 100644
--- a/src/main/java/com/highdatas/mdm/util/RuleClient.java
+++ b/src/main/java/com/highdatas/mdm/util/RuleClient.java
@@ -14,7 +14,6 @@
 import org.springframework.http.client.SimpleClientHttpRequestFactory;
 import org.springframework.http.converter.StringHttpMessageConverter;
 import org.springframework.stereotype.Component;
-import org.springframework.util.MultiValueMap;
 import org.springframework.util.StringUtils;
 import org.springframework.web.client.RestTemplate;
 
@@ -40,11 +39,10 @@
     public HashMap<String,Boolean> execuImmeForCollect(String tableName,String userId) {
         //TODO
         String url = this.url + prefix + "execuImmeForCollect";
-        HashMap<String, Object> params = new HashMap<>();
+        HashMap<String, String> params = new HashMap<>();
         params.put("tableName",tableName);
-        params.put("createUserId",userId);
-        String urlParamsByMap = HttpUtils.getUrlParamsByMap(params);
-        String s = HttpUtils.HttpRestClient(url, HttpMethod.POST, null, urlParamsByMap, null);
+        params.put("createUserId",tableName);
+        String s = HttpRestClient(url, HttpMethod.POST, params, null, null);
         JSONObject result = (JSONObject) JSON.parse(s);
         String sucess = result.getString(Constant.Success);
         JSONObject dataObject = result.getJSONObject(Constant.Data);
@@ -80,7 +78,7 @@
         params.put("tableName",tableName);
         params.put("pageNum",pageNo.toString());
         params.put("pageSize",pageSize.toString());
-        String s = HttpUtils.HttpRestClient(url, HttpMethod.POST, params, null, null);
+        String s = HttpRestClient(url, HttpMethod.POST, params, null, null);
         JSONObject result = (JSONObject) JSON.parse(s);
         String sucess = result.getString(Constant.Success);
         if (StringUtils.isEmpty(sucess) || !Boolean.valueOf(sucess)) {
@@ -96,7 +94,7 @@
         params.put("tableName",tableName);
         params.put("isTemp",isTemp);
 
-        String s = HttpUtils.HttpRestClient(url, HttpMethod.POST, params,null, MediaType.APPLICATION_JSON);
+        String s = HttpRestClient(url, HttpMethod.POST, params,null, MediaType.APPLICATION_JSON);
         JSONObject result = (JSONObject) JSON.parse(s);
         boolean sucess = result.getBoolean(Constant.Success);
         if (!sucess) {
@@ -122,7 +120,7 @@
     }
 
 
-    public String HttpRestClient(String url, HttpMethod method, MultiValueMap<String, String> formParams, String getParams,  MediaType mediaType) {
+    public String HttpRestClient(String url, HttpMethod method, HashMap<String, String> formParams, String getParams,  MediaType mediaType) {
         if (!StringUtils.isEmpty(getParams)) {
             url = url + Constant.QUESTION + getParams;
         }
@@ -138,7 +136,7 @@
             headers.setContentType(mediaType);
         }
 
-        HttpEntity<MultiValueMap<String, String>> requestEntity = new HttpEntity<MultiValueMap<String, String>>(formParams, headers);
+        HttpEntity<HashMap<String, String>> requestEntity = new HttpEntity<HashMap<String, String>>(formParams, headers);
         //  鎵цHTTP璇锋眰
         ResponseEntity<String> response = client.exchange(url, method, requestEntity, String.class);
 
diff --git a/src/main/java/com/highdatas/mdm/util/pool/MqEntity.java b/src/main/java/com/highdatas/mdm/util/pool/MqEntity.java
index 9bef3c4..ad29dcc 100644
--- a/src/main/java/com/highdatas/mdm/util/pool/MqEntity.java
+++ b/src/main/java/com/highdatas/mdm/util/pool/MqEntity.java
@@ -178,7 +178,6 @@
             }
             Date createTime = logByMqEntity.getCreateTime();
             long schedule = new Date().getTime() - createTime.getTime();
-            schedule = Math.abs(schedule);
             logByMqEntity.setSchedule(schedule);
             logByMqEntity.updateById();
         }
diff --git a/src/main/java/com/highdatas/mdm/util/pool/MqMessage.java b/src/main/java/com/highdatas/mdm/util/pool/MqMessage.java
index 42f2ea0..b05dc65 100644
--- a/src/main/java/com/highdatas/mdm/util/pool/MqMessage.java
+++ b/src/main/java/com/highdatas/mdm/util/pool/MqMessage.java
@@ -109,7 +109,6 @@
             object.fluentPut("pages", page.getPageCount());
             object.fluentPut("current", page.getPageNo());
             object.fluentPut("records", maps);
-            mqEntity.getMsgBody().setTotal(Long.valueOf(page.getRecordCount()).intValue());
             content = JSONObject.toJSONString(object);
         } else {
             Result result = DbUtils.masterDataService.selectListByPageByVersion(user, maintain.getTableName(), fieldList, filter, pageNo.get(), pageSize.get(), maintain.getVersion(), false);
@@ -122,7 +121,6 @@
             object.fluentPut("current", grid.get("current"));
             object.fluentPut("records", grid.get("record"));
 
-            mqEntity.getMsgBody().setTotal(grid.getInteger("total"));
             content = JSONObject.toJSONString(object);
 
         }
@@ -166,7 +164,6 @@
     private void sendOneViewPackage(AtomicInteger pageNo, AtomicInteger pageSize, SysView sysView) throws Exception {
         Result viewData = DbUtils.viewService.getViewData(sysView, pageNo.get(), pageSize.get());
         JSONObject object = (JSONObject) viewData.getData();
-        mqEntity.getMsgBody().setTotal(object.getInteger("total"));
         String content = JSONObject.toJSONString(object);
         sendMqBody(pageSize.get(), content);
     }
@@ -193,7 +190,7 @@
 //        String mqBody = content;
         MqEntity.MsgBodyBean msgBody = mqEntity.getMsgBody();
         msgBody.setData(mqBody);
-
+        msgBody.setTotal(pageSize);
         mqEntity.setMsgBody(msgBody);
 //        Thread.sleep(1000 * 60 * 3);
         mqEntity.send2Mq();
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 85fc037..a4d0945 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
 server:
-  port: 9998
+  port: 9999
 #url: jdbc:mysql://180.169.94.250:8306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
 img:
   url: D:/mdm/process
diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml
index 106c510..8a8f6b0 100644
--- a/src/main/resources/application-pro.yml
+++ b/src/main/resources/application-pro.yml
@@ -32,7 +32,7 @@
         max-active: 100
         max-wait: 1000
   activiti:
-    database-schema-update: true
+    database-schema-update: flase
 
   thymeleaf:
     cache: false
@@ -60,7 +60,7 @@
   url: http://127.0.0.1:9107
 
 user:
-  url: http://180.169.94.250:9107
+  url: http://127.0.0.1:9107
 mq:
   url: http://127.0.0.1:9107
 
@@ -92,6 +92,7 @@
     admin:
       addresses: http://127.0.0.1:8090/xxl-job-admin
 
+
 master:
   unbigdata:
     db:
diff --git a/src/main/resources/mapping/MenuMappingMapper.xml b/src/main/resources/mapping/MenuMappingMapper.xml
index 1e9f6dc..7e8be8d 100644
--- a/src/main/resources/mapping/MenuMappingMapper.xml
+++ b/src/main/resources/mapping/MenuMappingMapper.xml
@@ -20,7 +20,7 @@
 
     <select id="getMapping" resultType="java.util.Map">
         SELECT
-        m.id,m.code, m.name, system_id as systemId, m.audit as audit, m.desc,
+        m.id,m.code, m.name, system_id as systemId, m.audit as audit,
 
         c2.name as cname1, c2.id as cid1, c1.name as cname2, c1.id as cid2, c.name as cname3, c.id as cid3,
         start_time as startTime, end_time as endTime, m.create_time as createTime, m.update_time as updateTime,
diff --git a/src/main/resources/mapping/TableInfoMapper.xml b/src/main/resources/mapping/TableInfoMapper.xml
index 8a6f8e0..ab82581 100644
--- a/src/main/resources/mapping/TableInfoMapper.xml
+++ b/src/main/resources/mapping/TableInfoMapper.xml
@@ -6,8 +6,7 @@
         show TABLES like #{tableName}
     </select>
 
-    <select id="selectIdxByTableName" parameterType="java.lang.String" resultType="java.util.Map"
-            statementType="STATEMENT">
+    <select id="selectIdxByTableName" parameterType="java.lang.String"   resultType="java.util.Map" statementType="STATEMENT">
         SELECT * FROM mysql.`innodb_index_stats` a WHERE  a.table_name =  ${tableName}
     </select>
 
@@ -15,307 +14,393 @@
         select COLUMN_NAME as fieldName,DATA_TYPE as dbType, character_maximum_length as length from information_schema.COLUMNS where table_name = #{tableName} and table_schema = (select database())
     </select>
 
-    <select id="getTableFieldFromDb" parameterType="com.highdatas.mdm.entity.TableSchema"
-            resultType="com.highdatas.mdm.entity.TableSchemaResult">
+    <select id="getTableFieldFromDb" parameterType="com.highdatas.mdm.entity.TableSchema" resultType="com.highdatas.mdm.entity.TableSchemaResult">
         select COLUMN_NAME as fieldName,DATA_TYPE as dbType,character_maximum_length as length from information_schema.COLUMNS where table_name = #{tableName} and table_schema = #{dbName}
     </select>
 
-    <select id="selectByPage" resultType="java.util.Map" statementType="STATEMENT">
+    <select id="selectByPage" resultType="java.util.Map" statementType="STATEMENT" >
         select ${fields} from ${tableName} where ${where}  ${limit}
     </select>
 
-    <select id="selectDistinct" resultType="java.util.Map" statementType="STATEMENT">
+    <select id="selectDistinct" resultType="java.util.Map" statementType="STATEMENT" >
         select DISTINCT ${fields} from ${tableName} where ${where}
     </select>
 
-    <select id="selectByPageByVersion" resultType="java.util.Map" statementType="STATEMENT">
+    <select id="selectByPageByVersion" resultType="java.util.Map" statementType="STATEMENT" >
         <![CDATA[
-         SELECT ${fields}
-FROM
-    (SELECT ${A1fields}
-    FROM ${tableName} a1
-    LEFT JOIN
-        (SELECT DISTINCT mt1.std_id
-        FROM ${tableTempName} mt1
-        LEFT JOIN maintain_detail md
-            ON md.pre_merge_id = mt1.id
-        LEFT JOIN maintain m
-            ON m.id = md.parent_id
-        WHERE m.order_no <= ${fromOrderNo}
-                AND m.order_no > ${toOrderNo}
-                AND m.table_name = '${tableName}'
-                AND (operate = 'create'
-                OR operate = 'update') ) v
-            ON v.std_id = a1.id
-        WHERE v.std_id IS NULL
-        UNION
-        SELECT ${tempFields}
-        FROM
-            (SELECT mt.*,
-         m.order_no
-            FROM ${tableTempName} mt
-            LEFT JOIN maintain_detail md
-                ON md.pre_merge_id = mt.id
-            LEFT JOIN maintain m
-                ON md.parent_id = m.id
-            WHERE m.order_no <= ${fromOrderNo}
-                    AND m.order_no > ${toOrderNo}
-                    AND m.table_name = '${tableName}'
-                    AND operate = 'update' ) AS a1
-            INNER JOIN
-                (SELECT std_id,
-         min(order_no) AS order_no
-                FROM
-                    (SELECT mt.id,
-         std_id,
-         m.order_no
-                    FROM ${tableTempName} mt
-                    LEFT JOIN maintain_detail md
-                        ON md.pre_merge_id = mt.id
-                    LEFT JOIN maintain m
-                        ON md.parent_id = m.id
-                    WHERE m.order_no <= ${fromOrderNo}
-                                AND m.order_no > ${toOrderNo}
-                            AND m.table_name = '${tableName}'
-                            AND operate = 'update'
-                            AND NOT EXISTS
-                        (SELECT mt1.id
-                        FROM ${tableTempName} mt1
-                        LEFT JOIN maintain_detail md
-                            ON md.pre_merge_id = mt1.id
-                        LEFT JOIN maintain m
-                            ON m.id = md.parent_id
-                        WHERE m.order_no <= ${fromOrderNo}
-                                AND m.order_no > ${toOrderNo}
-                                AND m.table_name = '${tableName}'
-                                AND operate = 'create'
-                                AND mt1.std_id = mt.std_id ) ) AS gz
-                        GROUP BY  std_id ) AS zb
-                            ON a1.std_id = zb.std_id
-                                AND a1.order_no = zb.order_no
-                        UNION
-                        SELECT DISTINCT ${tempFields}
-                        FROM ${tableTempName} a1
-                        LEFT JOIN maintain_detail md
-                            ON md.pre_merge_id = a1.id
-                        LEFT JOIN maintain m
-                            ON m.id = md.parent_id
-                        LEFT JOIN
-                            (SELECT DISTINCT mt1.std_id
-                            FROM ${tableTempName} mt1
-                            LEFT JOIN maintain_detail md
-                                ON md.pre_merge_id = mt1.id
-                            LEFT JOIN maintain m
-                                ON m.id = md.parent_id
-                            WHERE m.order_no <= ${fromOrderNo}
-                                    AND m.order_no > ${toOrderNo}
-                                    AND m.table_name = '${tableName}'
-                                    AND (operate = 'create'
-                                    OR operate = 'update') ) zb
-                                ON zb.std_id = a1.std_id
-                            WHERE zb.std_id is null
-                                    AND md.operate = 'delete'
-                                    AND m.order_no <= ${fromOrderNo}
-                                    AND m.order_no > ${toOrderNo}
-                                    AND m.table_name = '${tableName}' ) a
-                        WHERE ${where} ${limit}
-        ]]>
-    </select>
-
-    <select id="selectByPageByMaxVersion" resultType="java.util.Map" statementType="STATEMENT">
-         <![CDATA[
-
-       select  ${fields},operate, status from (
-       SELECT ${tempFields}, md.operate, f.`status` from ${tableTempName} a1
-        LEFT JOIN maintain_detail md on md.pre_merge_id = a1.id
+        select  ${fields} from (
+        SELECT
+         ${A1fields} from (
+        SELECT ${fields} from ${tableName} m
+        WHERE NOT EXISTS (
+          SELECT std_id FROM  ${tableTempName} tm
+          LEFT JOIN maintain_detail ON tm.id = maintain_detail.pre_merge_id
+		  LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+		    LEFT JOIN flows f on maintain.flow_id = f.id
+		  WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+		  and operate = 'create'
+		  AND tm.std_id = m.id
+		  AND f.status = 'open'
+		  and maintain.table_name = '${tableName}'
+		  ) ) a1
+		LEFT JOIN
+		(
+		SELECT   ${tempHFields} from ${tableTempName} h
+        LEFT JOIN maintain_detail md on md.pre_merge_id = h.id
         LEFT JOIN maintain m on m.id = md.parent_id
-        LEFT JOIN flows f on flow_id = f.id
-        WHERE order_no > ${fromOrderNo} and f.id is null
-        UNION
-        SELECT  ${tempFields}, md.operate, f.`status` from ${tableTempName} a1
-        LEFT JOIN maintain_detail md on md.pre_merge_id = a1.id
-        LEFT JOIN maintain m on m.id = md.parent_id
-        LEFT JOIN flows f on flow_id = f.id
-        WHERE order_no > ${fromOrderNo} and f.`status` = 'working'
-
-        union
-        SELECT  ${A1fields}, '', '' from ${tableName} a1
-        LEFT JOIN
-        (
-        SELECT DISTINCT std_id from ${tableTempName} mt
+        INNER JOIN (
+        SELECT MIN(m.order_no) as order_no, mt.std_id FROM ${tableTempName} mt
         LEFT JOIN maintain_detail md on md.pre_merge_id = mt.id
         LEFT JOIN maintain m on m.id = md.parent_id
-        LEFT JOIN flows f on flow_id = f.id
-        WHERE order_no > ${fromOrderNo} and f.id is null
+        LEFT JOIN flows f on m.flow_id = f.id
+        WHERE m.order_no <= ${fromOrderNo} and m.order_no > ${toOrderNo} and  m.table_name = '${tableName}'
+        and operate = 'update'
+        AND f.status = 'open'
+        GROUP BY mt.std_id
+        ) a on a.order_no = m.order_no and a.std_id = h.std_id
+		)a2 on a1.id = a2.id WHERE  a2.id is null
         UNION
-        SELECT DISTINCT std_id  from ${tableTempName} mt
+        SELECT
+         ${A2fields}
+        from (
+        SELECT ${fields} from ${tableName} m
+        WHERE NOT EXISTS (
+          SELECT std_id FROM  ${tableTempName} tm
+          LEFT JOIN maintain_detail ON tm.id = maintain_detail.pre_merge_id
+		  LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+		  LEFT JOIN flows f on maintain.flow_id = f.id
+		  WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+		  and operate = 'create'
+		  AND f.status = 'open'
+		  AND tm.std_id = m.id
+		  and maintain.table_name = '${tableName}'
+		  ) ) a1
+		LEFT JOIN
+		(
+		SELECT   ${tempHFields} from ${tableTempName} h
+        LEFT JOIN maintain_detail md on md.pre_merge_id = h.id
+        LEFT JOIN maintain m on m.id = md.parent_id
+        INNER JOIN (
+        SELECT MIN(m.order_no) as order_no, mt.std_id FROM ${tableTempName} mt
         LEFT JOIN maintain_detail md on md.pre_merge_id = mt.id
         LEFT JOIN maintain m on m.id = md.parent_id
-        LEFT JOIN flows f on flow_id = f.id
-        WHERE order_no > ${fromOrderNo} and f.`status` = 'working'
-        ) a on a.std_id  = a1.id where a.std_id is null
+        LEFT JOIN flows f on m.flow_id = f.id
+        WHERE m.order_no <= ${fromOrderNo} and m.order_no > ${toOrderNo} and m.table_name = '${tableName}'
+        and operate = 'update'
+        AND f.status = 'open'
+        GROUP BY mt.std_id
+        ) a on a.order_no = m.order_no and a.std_id = h.std_id
+		)a2 on a1.id = a2.id WHERE  a2.id is not null
+			UNION
+		SELECT ${tempFields} FROM maintain_detail md
+        LEFT JOIN maintain ON maintain.id = md.parent_id
+        LEFT JOIN flows f on maintain.flow_id = f.id
+        LEFT JOIN ${tableTempName} mt on mt.id = md.pre_merge_id
+        WHERE maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo} AND operate = 'delete'
+         AND f.status = 'open'
+         and  maintain.table_name = '${tableName}'
+        AND NOT EXISTS (
+            SELECT * FROM maintain_detail
+            LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+            LEFT JOIN ${tableTempName} mt1 on mt1.id = maintain_detail.pre_merge_id
+            LEFT JOIN flows f on maintain.flow_id = f.id
+            WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+            AND operate = 'create'
+            AND f.status = 'open'
+            AND mt.std_id = mt1.std_id
+            and  maintain.table_name = '${tableName}'
+        )
         )a where  ${where} ${limit}
-
-        ]]>
+         ]]>
     </select>
 
-    <select id="select" resultType="java.util.Map" statementType="STATEMENT">
+    <select id="selectByPageByMaxVersion" resultType="java.util.Map" statementType="STATEMENT" >
+         <![CDATA[
+        select  ${fields},operate, status from (
+        SELECT
+         ${A1fields}, '' as operate, '' as status from (
+        SELECT ${fields} from ${tableName} m
+        WHERE NOT EXISTS (
+          SELECT std_id FROM  ${tableTempName} tm
+          LEFT JOIN maintain_detail ON tm.id = maintain_detail.pre_merge_id
+		  LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+		  WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+		  AND tm.std_id = m.id
+		  and  maintain.table_name = '${tableName}'
+		  ) ) a1
+		LEFT JOIN
+		(
+		SELECT   ${tempHFields} from ${tableTempName} h
+        LEFT JOIN maintain_detail md on md.pre_merge_id = h.id
+        LEFT JOIN maintain m on m.id = md.parent_id
+        INNER JOIN (
+        SELECT max(m.order_no) as order_no, mt.std_id FROM ${tableTempName} mt
+        LEFT JOIN maintain_detail md on md.pre_merge_id = mt.id
+        LEFT JOIN maintain m on m.id = md.parent_id
+        WHERE m.order_no <= ${fromOrderNo} and m.order_no > ${toOrderNo} and  m.table_name = '${tableName}'
+        and operate = 'update'
+        GROUP BY mt.std_id
+        ) a on a.order_no = m.order_no and a.std_id = h.std_id
+		)a2 on a1.id = a2.id WHERE  a2.id is null
+        UNION
+        SELECT
+         ${A2fields}, 'update' as operate, a2.status as status
+        from (
+        SELECT ${fields} from ${tableName} m
+        ) a1
+		LEFT JOIN
+		(
+		SELECT   ${tempHFields}, f.status from ${tableTempName} h
+        LEFT JOIN maintain_detail md on md.pre_merge_id = h.id
+        LEFT JOIN maintain m on m.id = md.parent_id
+        LEFT JOIN flows f on m.flow_id = f.id
+        INNER JOIN (
+        SELECT max(m.order_no) as order_no, mt.std_id FROM ${tableTempName} mt
+        LEFT JOIN maintain_detail md on md.pre_merge_id = mt.id
+        LEFT JOIN maintain m on m.id = md.parent_id
+        WHERE m.order_no <= ${fromOrderNo} and m.order_no > ${toOrderNo} and  m.table_name = '${tableName}'
+        and operate = 'update'
+        GROUP BY mt.std_id
+        ) a on a.order_no = m.order_no and a.std_id = h.std_id
+		)a2 on a1.id = a2.id WHERE  a2.id is not null
+		UNION
+		SELECT ${tempFields}, 'create' as operate, f.status as status FROM maintain_detail md
+        LEFT JOIN maintain ON maintain.id = md.parent_id
+        LEFT JOIN flows f on maintain.flow_id = f.id
+        LEFT JOIN ${tableTempName} mt on mt.id = md.pre_merge_id
+        WHERE maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo} AND operate = 'create'
+        and  maintain.table_name = '${tableName}'
+        AND NOT EXISTS (
+            SELECT * FROM maintain_detail
+            LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+            LEFT JOIN ${tableTempName} mt1 on mt1.id = maintain_detail.pre_merge_id
+            WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+            AND operate = 'delete'
+            AND mt.std_id = mt1.std_id
+            and maintain.table_name = '${tableName}'
+        )
+        UNION
+		SELECT ${tempFields}, 'delete' as operate, f.status as status FROM maintain_detail md
+        LEFT JOIN maintain ON maintain.id = md.parent_id
+        LEFT JOIN flows f on maintain.flow_id = f.id
+        LEFT JOIN ${tableTempName} mt on mt.id = md.pre_merge_id
+        WHERE maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo} AND operate = 'delete'
+         and maintain.table_name = '${tableName}'
+        AND NOT EXISTS (
+            SELECT * FROM maintain_detail
+            LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+            LEFT JOIN ${tableTempName} mt1 on mt1.id = maintain_detail.pre_merge_id
+            WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+            AND operate = 'create'
+            AND mt.std_id = mt1.std_id
+            and  maintain.table_name = '${tableName}'
+        )
+        )a where  ${where} ${limit}
+         ]]>
+    </select>
+
+    <select id="select" resultType="java.util.Map" statementType="STATEMENT" >
         select ${fields} from ${tableName} where ${where}
     </select>
 
-    <select id="tempDeal" statementType="STATEMENT" resultType="java.lang.Integer">
-         UPDATE ${tableTempName} mt
-        INNER JOIN (
-        SELECT pre_merge_id from
-        maintain_detail
-        WHERE maintain_detail.parent_id = ${maintainId}
-        )md on mt.id = md.pre_merge_id
-        set mt.deal = 1
+    <select id="tempDeal"  statementType="STATEMENT" resultType="java.lang.Integer">
 
-
+        UPDATE ${tableTempName} t
+        SET deal = 1
+        where EXISTS (
+        SELECT pre_merge_id from maintain_detail WHERE parent_id = ${maintainId}
+        and maintain_detail.pre_merge_id = t.id
+        )
         </select>
 
-    <select id="getCount" resultType="java.lang.Long" statementType="STATEMENT">
+    <select id="getCount" resultType="java.lang.Long" statementType="STATEMENT" >
         select count(1) from ${tableName} where ${where}
     </select>
 
-    <select id="getCountByVersion" resultType="java.lang.Long" statementType="STATEMENT">
+    <select id="getCountByVersion" resultType="java.lang.Long" statementType="STATEMENT" >
         <![CDATA[
-       SELECT count(1)
-FROM
-    (SELECT ${A1fields}
-    FROM ${tableName} a1
-    LEFT JOIN
-        (SELECT DISTINCT mt1.std_id
-        FROM ${tableTempName} mt1
-        LEFT JOIN maintain_detail md
-            ON md.pre_merge_id = mt1.id
-        LEFT JOIN maintain m
-            ON m.id = md.parent_id
-        WHERE m.order_no <= ${fromOrderNo}
-                AND m.order_no > ${toOrderNo}
-                AND m.table_name = '${tableName}'
-                AND (operate = 'create'
-                OR operate = 'update') ) v
-            ON v.std_id = a1.id
-        WHERE v.std_id IS NULL
-        UNION
-        SELECT ${tempFields}
-        FROM
-            (SELECT mt.*,
-         m.order_no
-            FROM ${tableTempName} mt
-            LEFT JOIN maintain_detail md
-                ON md.pre_merge_id = mt.id
-            LEFT JOIN maintain m
-                ON md.parent_id = m.id
-            WHERE m.order_no <= ${fromOrderNo}
-                    AND m.order_no > ${toOrderNo}
-                    AND m.table_name = '${tableName}'
-                    AND operate = 'update' ) AS a1
-            INNER JOIN
-                (SELECT std_id,
-         min(order_no) AS order_no
-                FROM
-                    (SELECT mt.id,
-         std_id,
-         m.order_no
-                    FROM ${tableTempName} mt
-                    LEFT JOIN maintain_detail md
-                        ON md.pre_merge_id = mt.id
-                    LEFT JOIN maintain m
-                        ON md.parent_id = m.id
-                    WHERE m.order_no <= ${fromOrderNo}
-                                AND m.order_no > ${toOrderNo}
-                            AND m.table_name = '${tableName}'
-                            AND operate = 'update'
-                            AND NOT EXISTS
-                        (SELECT mt1.id
-                        FROM ${tableTempName} mt1
-                        LEFT JOIN maintain_detail md
-                            ON md.pre_merge_id = mt1.id
-                        LEFT JOIN maintain m
-                            ON m.id = md.parent_id
-                        WHERE m.order_no <= ${fromOrderNo}
-                                AND m.order_no > ${toOrderNo}
-                                AND m.table_name = '${tableName}'
-                                AND operate = 'create'
-                                AND mt1.std_id = mt.std_id ) ) AS gz
-                        GROUP BY  std_id ) AS zb
-                            ON a1.std_id = zb.std_id
-                                AND a1.order_no = zb.order_no
-                        UNION
-                        SELECT DISTINCT ${tempFields}
-                        FROM ${tableTempName} a1
-                        LEFT JOIN maintain_detail md
-                            ON md.pre_merge_id = a1.id
-                        LEFT JOIN maintain m
-                            ON m.id = md.parent_id
-                        LEFT JOIN
-                            (SELECT DISTINCT mt1.std_id
-                            FROM ${tableTempName} mt1
-                            LEFT JOIN maintain_detail md
-                                ON md.pre_merge_id = mt1.id
-                            LEFT JOIN maintain m
-                                ON m.id = md.parent_id
-                            WHERE m.order_no <= ${fromOrderNo}
-                                    AND m.order_no > ${toOrderNo}
-                                    AND m.table_name = '${tableName}'
-                                    AND (operate = 'create'
-                                    OR operate = 'update') ) zb
-                                ON zb.std_id = a1.std_id
-                            WHERE zb.std_id is null
-                                    AND md.operate = 'delete'
-                                    AND m.order_no <= ${fromOrderNo}
-                                    AND m.order_no > ${toOrderNo}
-                                    AND m.table_name = '${tableName}' ) a
-                        WHERE ${where}
-
-        ]]>
-    </select>
-
-    <select id="getCountByMaxVersion" resultType="java.lang.Long" statementType="STATEMENT">
-       <![CDATA[
-
-       select  count(1) from (
-       SELECT ${tempFields}, md.operate, f.`status` from ${tableTempName} a1
-        LEFT JOIN maintain_detail md on md.pre_merge_id = a1.id
+        select count(1) from (
+        SELECT
+         ${A1fields}
+        from (
+        SELECT ${fields} from ${tableName} m
+        WHERE NOT EXISTS (
+          SELECT std_id FROM  ${tableTempName} tm
+          LEFT JOIN maintain_detail ON tm.id = maintain_detail.pre_merge_id
+		  LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+		  LEFT JOIN flows f on maintain.flow_id = f.id
+		  WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+		  and  maintain.table_name = '${tableName}'
+		  AND f.status = 'open'
+		  and operate = 'create'
+		  AND tm.std_id = m.id
+		  ) ) a1
+		LEFT JOIN
+		(
+		SELECT   ${tempHFields} from ${tableTempName} h
+        LEFT JOIN maintain_detail md on md.pre_merge_id = h.id
         LEFT JOIN maintain m on m.id = md.parent_id
-        LEFT JOIN flows f on flow_id = f.id
-        WHERE order_no > ${fromOrderNo} and f.id is null
-        UNION
-        SELECT  ${tempFields}, md.operate, f.`status` from ${tableTempName} a1
-        LEFT JOIN maintain_detail md on md.pre_merge_id = a1.id
-        LEFT JOIN maintain m on m.id = md.parent_id
-        LEFT JOIN flows f on flow_id = f.id
-        WHERE order_no > ${fromOrderNo} and f.`status` = 'working'
-
-        union
-        SELECT  ${A1fields}, '', '' from ${tableName} a1
-        LEFT JOIN
-        (
-        SELECT DISTINCT std_id from ${tableTempName} mt
+        INNER JOIN (
+        SELECT MIN(m.order_no) as order_no, mt.std_id FROM ${tableTempName} mt
         LEFT JOIN maintain_detail md on md.pre_merge_id = mt.id
         LEFT JOIN maintain m on m.id = md.parent_id
-        LEFT JOIN flows f on flow_id = f.id
-        WHERE order_no > ${fromOrderNo} and f.id is null
+        LEFT JOIN flows f on m.flow_id = f.id
+        WHERE m.order_no <= ${fromOrderNo} and m.order_no > ${toOrderNo} and  m.table_name = '${tableName}'
+        and operate = 'update'
+        AND f.status = 'open'
+        GROUP BY mt.std_id
+        ) a on a.order_no = m.order_no and a.std_id = h.std_id
+		)a2 on a1.id = a2.id WHERE  a2.id is null
         UNION
-        SELECT DISTINCT std_id  from ${tableTempName} mt
+        SELECT
+         ${A2fields}
+        from (
+        SELECT ${fields} from ${tableName} m
+        WHERE NOT EXISTS (
+          SELECT std_id FROM  ${tableTempName} tm
+          LEFT JOIN maintain_detail ON tm.id = maintain_detail.pre_merge_id
+		  LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+		  LEFT JOIN flows f on maintain.flow_id = f.id
+		  WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+		   and maintain.table_name = '${tableName}'
+		   AND f.status = 'open'
+		  and operate = 'create'
+		  AND tm.std_id = m.id
+		  ) ) a1
+		LEFT JOIN
+		(
+		SELECT   ${tempHFields} from ${tableTempName} h
+        LEFT JOIN maintain_detail md on md.pre_merge_id = h.id
+        LEFT JOIN maintain m on m.id = md.parent_id
+        INNER JOIN (
+        SELECT MIN(m.order_no) as order_no, mt.std_id FROM ${tableTempName} mt
         LEFT JOIN maintain_detail md on md.pre_merge_id = mt.id
         LEFT JOIN maintain m on m.id = md.parent_id
-        LEFT JOIN flows f on flow_id = f.id
-        WHERE order_no > ${fromOrderNo} and f.`status` = 'working'
-        ) a on a.std_id  = a1.id where a.std_id is null
+        LEFT JOIN flows f on m.flow_id = f.id
+        WHERE m.order_no <= ${fromOrderNo} and m.order_no > ${toOrderNo}  and m.table_name = '${tableName}'
+        and operate = 'update'
+        AND f.status = 'open'
+        GROUP BY mt.std_id
+        ) a on a.order_no = m.order_no and a.std_id = h.std_id
+		)a2 on a1.id = a2.id WHERE  a2.id is not null
+		UNION
+		SELECT ${tempFields} FROM maintain_detail md
+        LEFT JOIN maintain ON maintain.id = md.parent_id
+        LEFT JOIN ${tableTempName} mt on mt.id = md.pre_merge_id
+        LEFT JOIN flows f on maintain.flow_id = f.id
+        WHERE maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+        and  maintain.table_name = '${tableName}'
+        AND f.status = 'open'
+        AND operate = 'delete'
+        AND NOT EXISTS (
+            SELECT * FROM maintain_detail
+            LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+            LEFT JOIN ${tableTempName} mt1 on mt1.id = maintain_detail.pre_merge_id
+            LEFT JOIN flows f on maintain.flow_id = f.id
+            WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+            AND operate = 'create'
+            AND f.status = 'open'
+            AND mt.std_id = mt1.std_id
+            and  maintain.table_name = '${tableName}'
+        )
         )a where  ${where}
-
-        ]]>
+         ]]>
     </select>
 
-    <insert id="insert" statementType="STATEMENT">
+    <select id="getCountByMaxVersion" resultType="java.lang.Long" statementType="STATEMENT" >
+       <![CDATA[
+        select count(1) from (
+        SELECT
+         ${A1fields}, '' as operate, '' as status from (
+        SELECT ${fields} from ${tableName} m
+        WHERE NOT EXISTS (
+          SELECT std_id FROM  ${tableTempName} tm
+          LEFT JOIN maintain_detail ON tm.id = maintain_detail.pre_merge_id
+		  LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+		  WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+		  and  maintain.table_name = '${tableName}'
+		  AND tm.std_id = m.id
+		  ) ) a1
+		LEFT JOIN
+		(
+		SELECT   ${tempHFields} from ${tableTempName} h
+        LEFT JOIN maintain_detail md on md.pre_merge_id = h.id
+        LEFT JOIN maintain m on m.id = md.parent_id
+        INNER JOIN (
+        SELECT max(m.order_no) as order_no, mt.std_id FROM ${tableTempName} mt
+        LEFT JOIN maintain_detail md on md.pre_merge_id = mt.id
+        LEFT JOIN maintain m on m.id = md.parent_id
+        WHERE m.order_no <= ${fromOrderNo} and m.order_no > ${toOrderNo}
+        and  m.table_name = '${tableName}'
+        and operate = 'update'
+        GROUP BY mt.std_id
+        ) a on a.order_no = m.order_no and a.std_id = h.std_id
+		)a2 on a1.id = a2.id WHERE  a2.id is null
+        UNION
+        SELECT
+         ${A2fields}, 'update' as operate, a2.status as status
+        from (
+        SELECT ${fields} from ${tableName} m
+        ) a1
+		LEFT JOIN
+		(
+		SELECT   ${tempHFields}, f.status from ${tableTempName} h
+        LEFT JOIN maintain_detail md on md.pre_merge_id = h.id
+        LEFT JOIN maintain m on m.id = md.parent_id
+        LEFT JOIN flows f on m.flow_id = f.id
+        INNER JOIN (
+        SELECT max(m.order_no) as order_no, mt.std_id FROM ${tableTempName} mt
+        LEFT JOIN maintain_detail md on md.pre_merge_id = mt.id
+        LEFT JOIN maintain m on m.id = md.parent_id
+        WHERE m.order_no <= ${fromOrderNo} and m.order_no > ${toOrderNo}
+        and  m.table_name = '${tableName}'
+        and operate = 'update'
+        GROUP BY mt.std_id
+        ) a on a.order_no = m.order_no and a.std_id = h.std_id
+		)a2 on a1.id = a2.id WHERE  a2.id is not null
+		UNION
+		SELECT ${tempFields}, 'create' as operate, f.status as status FROM maintain_detail md
+        LEFT JOIN maintain ON maintain.id = md.parent_id
+        LEFT JOIN flows f on maintain.flow_id = f.id
+        LEFT JOIN ${tableTempName} mt on mt.id = md.pre_merge_id
+        WHERE maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+        AND   maintain.table_name = '${tableName}'
+        AND operate = 'create'
+        AND NOT EXISTS (
+            SELECT * FROM maintain_detail
+            LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+            LEFT JOIN ${tableTempName} mt1 on mt1.id = maintain_detail.pre_merge_id
+            WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+            AND operate = 'delete'
+            AND mt.std_id = mt1.std_id
+            AND   maintain.table_name = '${tableName}'
+        )
+        UNION
+		SELECT ${tempFields}, 'delete' as operate, f.status as status FROM maintain_detail md
+        LEFT JOIN maintain ON maintain.id = md.parent_id
+        LEFT JOIN flows f on maintain.flow_id = f.id
+        LEFT JOIN ${tableTempName} mt on mt.id = md.pre_merge_id
+        WHERE maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+         AND   maintain.table_name = '${tableName}'
+         AND operate = 'delete'
+        AND NOT EXISTS (
+            SELECT * FROM maintain_detail
+            LEFT JOIN maintain ON maintain.id = maintain_detail.parent_id
+            LEFT JOIN ${tableTempName} mt1 on mt1.id = maintain_detail.pre_merge_id
+            WHERE  maintain.order_no <= ${fromOrderNo} and maintain.order_no > ${toOrderNo}
+            AND operate = 'create'
+            AND mt.std_id = mt1.std_id
+            and  maintain.table_name = '${tableName}'
+        )
+        )a where  ${where}
+         ]]>
+    </select>
+
+    <insert id="insert"  statementType="STATEMENT" >
        INSERT INTO ${tableName} (${fields}) VALUES ${values}
     </insert>
 
-    <insert id="insertOneSelect" statementType="STATEMENT">
+    <insert id="insertOneSelect"  statementType="STATEMENT" >
         INSERT INTO ${tableName} (${fields})
         select ${selectFields} from (${selectSql}) a
     </insert>
@@ -342,19 +427,27 @@
 
 
     <delete id="deleteTempByMaintainId">
-        DELETE tm FROM ${tableTempName} tm , maintain_detail md WHERE tm.id = md.pre_merge_id
-        and md.parent_id = ${maintainId};
+        DELETE FROM ${tableTempName}  where EXISTS (
+        SELECT pre_merge_id from maintain_detail d
+        where parent_id = ${maintainId} and d.pre_merge_id = ${tableTempName}.id
+        )
     </delete>
 
     <!-- temp 2 standrad-->
-    <insert id="tempCreate2std" statementType="STATEMENT">
+    <insert id="tempCreate2std" statementType="STATEMENT"  >
         INSERT INTO ${tableName}
         SELECT
         ${tempFields}
          from ${tableTempName} t
-         inner join maintain_detail md on t.id = md.pre_merge_id
-         where  md.parent_id = ${maintainId} and md.operate = 'create'
-
+         where
+         EXISTS
+        (
+        SELECT  std_id from ${tableTempName} tm
+        LEFT JOIN maintain_detail on tm.id = maintain_detail.pre_merge_id
+        WHERE maintain_detail.parent_id = ${maintainId}
+        and operate = 'create'
+        and tm.id = t.id
+        )
     </insert>
 
     <select id="getTempIdByStdId" statementType="STATEMENT" resultType="java.lang.String">
@@ -364,7 +457,7 @@
 
     </select>
 
-    <insert id="insertMatintainDetailFromTemp" statementType="STATEMENT">
+    <insert id="insertMatintainDetailFromTemp" statementType="STATEMENT" >
 
         INSERT INTO maintain_detail
         SELECT md5(uuid()) as id, ${maintainId} as parent_id, ${operate} as operate, id as pre_merge_id, NOW() as create_time
@@ -372,7 +465,7 @@
 
     </insert>
 
-    <insert id="insertMatintainDetailFromStandrad" statementType="STATEMENT">
+    <insert id="insertMatintainDetailFromStandrad" statementType="STATEMENT" >
 
         INSERT INTO maintain_detail
         SELECT md5(uuid()) as id, ${maintainId} as parent_id, 'delete' as operate, id as pre_merge_id, NOW() as create_time
@@ -380,14 +473,14 @@
 
     </insert>
 
-    <update id="updateStdId" statementType="STATEMENT">
+    <update id="updateStdId" statementType="STATEMENT" >
 
         update ${tableTempName}
         set std_id = md5(uuid()) WHERE deal = 0
 
     </update>
 
-    <insert id="insertRecordFromStandrad" statementType="STATEMENT">
+    <insert id="insertRecordFromStandrad" statementType="STATEMENT" >
          INSERT INTO ${recordTableName}
         SELECT ${tempFieldList}, 0 as deal
         from  ${tableName}
@@ -398,13 +491,18 @@
         SELECT
         ${fields}
         from ${tableTempName} t
-        inner join maintain_detail md on md.pre_merge_id = t.id
-        where md.parent_id = ${maintainId}
+        where
+        EXISTS
+        (
+        SELECT  pre_merge_id from maintain_detail
+        LEFT JOIN maintain on maintain.id = maintain_detail.parent_id
+        WHERE maintain.id = ${maintainId}
         and operate = ${operate}
-
+        and maintain_detail.pre_merge_id = t.id
+        )
     </select>
 
-    <update id="updateRecordByMaintainId" statementType="STATEMENT">
+    <update id="updateRecordByMaintainId" statementType="STATEMENT" >
          update ${tableTempName}
         INNER JOIN maintain_detail on ${tableTempName}.id = maintain_detail.pre_merge_id
         set ${updateSegment}
@@ -412,7 +510,7 @@
 
     </update>
 
-    <delete id="deleteRecordByMaintainId" statementType="STATEMENT">
+    <delete id="deleteRecordByMaintainId" statementType="STATEMENT" >
         DELETE  ${tableTempName} from  ${tableTempName}
         INNER JOIN maintain_detail on maintain_detail.pre_merge_id =  ${tableTempName}.id
         WHERE maintain_detail.parent_id = ${maintainId} and  ${tableTempName}.std_id = ${stdId}
@@ -428,32 +526,36 @@
         select * from ACT_ID_MEMBERSHIP where USER_ID_ = #{userId}
     </select>
 
-    <select id="getOneTempFieldDataByMaintainExtent" statementType="STATEMENT" resultType="java.util.Map">
+    <select id="getOneTempFieldDataByMaintainExtent" statementType="STATEMENT"   resultType="java.util.Map">
          <![CDATA[
-
-        SELECT DISTINCT ${field} FROM  ${tempTableName} t
-        LEFT JOIN maintain_detail md on md.pre_merge_id = t.id
-        LEFT JOIN maintain m on m.id = md.parent_id
-
-        WHERE
-         m.table_name = ${tableName}
-         AND m.order_no >= ${fromOrderNo}
-         AND m.order_no <  ${toOrderNo}
+        SELECT DISTINCT ${field} FROM  ${tempTableName} t  WHERE  EXISTS (
+          SELECT pre_merge_id  FROM ( SELECT  pre_merge_id FROM  maintain_detail  WHERE EXISTS (
+            SELECT  id  FROM  ( SELECT  id  FROM  `maintain`  WHERE
+              table_name = ${tableName}
+              AND order_no >= ${fromOrderNo}
+              AND order_no <  ${toOrderNo}
+              ) a
+            WHERE
+            a.id = maintain_detail.parent_id  )
+          ) a
+        WHERE t.id = a.pre_merge_id)
 
         ]]>
     </select>
 
-    <select id="getTempDataByMaintainExtent" statementType="STATEMENT" resultType="java.util.Map">
+    <select id="getTempDataByMaintainExtent" statementType="STATEMENT"   resultType="java.util.Map">
         <![CDATA[
-     SELECT  t.* FROM  ${tempTableName} t
-            LEFT JOIN maintain_detail md on md.pre_merge_id = t.id
-            LEFT JOIN maintain m on m.id = md.parent_id
-
+        SELECT *  FROM  ${tempTableName} t  WHERE  EXISTS (
+          SELECT pre_merge_id  FROM ( SELECT  pre_merge_id FROM  maintain_detail  WHERE EXISTS (
+            SELECT  id  FROM  ( SELECT  id  FROM  `maintain`  WHERE
+              table_name = ${tableName}
+              AND order_no >= ${fromOrderNo}
+              AND order_no <  ${toOrderNo}
+              ) a
             WHERE
-             m.table_name = ${tableName}
-             AND m.order_no >= ${fromOrderNo}
-             AND m.order_no <  ${toOrderNo}
-
+            a.id = maintain_detail.parent_id  )
+          ) a
+        WHERE t.id = a.pre_merge_id)
 
         ]]>
     </select>

--
Gitblit v1.8.0