@@ -136,6 +185,10 @@
type: Object,
default: null
},
+ getSearch: {
+ type: Array,
+ default: null
+ },
},
watch: {
@@ -165,7 +218,8 @@
tempId: null,
listRedact: false, //新增页面开启
tempRedactId: 0,
- selection: []
+ selection: [],
+ searchForm: {}
}
},
created() {
diff --git a/h5-datax-manager/src/components/common/dataManageRedact.vue b/h5-datax-manager/src/components/common/dataManageRedact.vue
index 383c800..69b15f8 100644
--- a/h5-datax-manager/src/components/common/dataManageRedact.vue
+++ b/h5-datax-manager/src/components/common/dataManageRedact.vue
@@ -351,7 +351,6 @@ export default {
this.loading = true
this.getInfo(this.id, {}).then(res => {
this.loading = false
-
if (res.status === "1") {
this.jsonValue = JSON.stringify(JSON.parse(res.data.fieldVo.jsonValue), null, 4)
@@ -368,9 +367,12 @@ export default {
this.fid = res.data.fieldVo.fieldTypeId
this.isOutput = res.data.fieldVo.isOutput == 1 ? true : false
this.isLocalVariable = res.data.fieldVo.isLocalVariable
+ console.log("3333")
+ console.log(res.data.fieldVo.isDerivative)
+ console.log(res.data.fieldVo.isUseSql)
if (res.data.fieldVo.isDerivative) {
this.isDerivative = 'Derivative'
- } else if (res.data.fieldVo.useSql) {
+ } else if (res.data.fieldVo.isUseSql) {
this.isDerivative = 'SQL'
this.SQLType = this.$store.state.Sourcelist.find(x => x.id == res.data.fieldVo
.dataSourceId).type
diff --git a/h5-datax-manager/src/components/page/Dashboard.vue b/h5-datax-manager/src/components/page/Dashboard.vue
index bbaf70f..1d09560 100644
--- a/h5-datax-manager/src/components/page/Dashboard.vue
+++ b/h5-datax-manager/src/components/page/Dashboard.vue
@@ -4,7 +4,7 @@
-

+
{{name}}
diff --git a/h5-datax-manager/src/components/page/staticManage.vue b/h5-datax-manager/src/components/page/staticManage.vue
index 9cb4fbc..f09548a 100644
--- a/h5-datax-manager/src/components/page/staticManage.vue
+++ b/h5-datax-manager/src/components/page/staticManage.vue
@@ -1,7 +1,7 @@
-
-
+
+
@@ -110,6 +110,28 @@
})
}
},
+ getSearchForm: [
+ {
+ name:"字段名称",
+ key:"userName",
+ type:"1",
+ },
+ {
+ name:"字段中文名",
+ key:"userName1",
+ type:"1",
+ },
+ {
+ name:"创建时间",
+ key:"userName1",
+ type:"1",
+ },
+ {
+ name:"状态",
+ key:"userName1",
+ type:"1",
+ }
+ ],
};
}
@@ -118,4 +140,8 @@
diff --git a/h5-datax-manager/src/components/upload/singleUpload.vue b/h5-datax-manager/src/components/upload/singleUpload.vue
index f57dd69..da4c58f 100644
--- a/h5-datax-manager/src/components/upload/singleUpload.vue
+++ b/h5-datax-manager/src/components/upload/singleUpload.vue
@@ -3,7 +3,7 @@
) ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$EnhancerBySpringCGLIB$$23f1f35a.createSysMenu() ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController.save(SysMenuController.java:96) ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$FastClassBySpringCGLIB$$5192d0c8.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor135.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$EnhancerBySpringCGLIB$$c158f377.save() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) ~[druid-1.1.21.jar:1.1.21]
+ at jdk.internal.reflect.GeneratedMethodAccessor99.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy301.execute(Unknown Source) ~[?:?]
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy299.update(Unknown Source) ~[?:?]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ ... 90 more
+11:44:41.724 [http-nio-8082-exec-8] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[save]发生运行时异常Exception-{}
+org.springframework.dao.DataIntegrityViolationException:
+### Error updating database. Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+### The error may exist in file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysMenuMapper.xml]
+### The error may involve com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu-Inline
+### The error occurred while setting parameters
+### SQL: insert into t_resource (user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort) values (?, ?, ?, ?, ?, ?,?, now(), ?, ?)
+### Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+; Data truncated for column 'resource_system' at row 1; nested exception is java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:104) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at com.sun.proxy.$Proxy97.insert(Unknown Source) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at com.sun.proxy.$Proxy177.createSysMenu(Unknown Source) ~[?:?]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl.createSysMenu(SysMenuServiceImpl.java:45) ~[classes/:?]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$FastClassBySpringCGLIB$$54fbfc43.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$EnhancerBySpringCGLIB$$23f1f35a.createSysMenu() ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController.save(SysMenuController.java:96) ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$FastClassBySpringCGLIB$$5192d0c8.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor135.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$EnhancerBySpringCGLIB$$c158f377.save() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) ~[druid-1.1.21.jar:1.1.21]
+ at jdk.internal.reflect.GeneratedMethodAccessor99.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy301.execute(Unknown Source) ~[?:?]
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy299.update(Unknown Source) ~[?:?]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ ... 90 more
diff --git a/logs/manager/info.log b/logs/manager/info.log
new file mode 100644
index 0000000..9719e81
--- /dev/null
+++ b/logs/manager/info.log
@@ -0,0 +1,268 @@
+09:16:06.315 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+09:16:06.315 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+09:16:06.315 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+09:16:07.571 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:f7d04f643df0485498fbf96fed9c20fa ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+09:16:07.657 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:f7d04f643df0485498fbf96fed9c20fa, userId:0, cost time: 86 ms ###, returnResult:{"data":{"token":"68680a877ad34cde8e11b57a3036f1ed"},"error":"00000000","status":"1"} <<====
+09:16:07.708 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:7c60d65a092946acbaea29b7cb90d0b6 ###, request args: {paramMap:{}},, userId:1 ===>>
+09:16:07.712 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:86f0dee117574db79458afc3ba6daad2 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+09:16:07.712 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:72b07f6c0c11460896f89a60d39d55a0 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+09:16:07.712 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:807b11f364fb4c88b7384ecc9727ceea ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+09:16:07.712 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:ff60b0fb4f7d4630a34bdc2b65c0a80f ###, request args: null, userId:1 ===>>
+09:16:07.712 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:ded327899f90499eba141cdc413197c9 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:16:07.714 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:7c60d65a092946acbaea29b7cb90d0b6, userId:1, cost time: 6 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+09:16:07.718 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:383db67d16fb49ac97091ebc074c934f ###, request args: {param:{}},, userId:1 ===>>
+09:16:07.726 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:807b11f364fb4c88b7384ecc9727ceea, userId:1, cost time: 14 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+09:16:07.734 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:ded327899f90499eba141cdc413197c9, userId:1, cost time: 22 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"2fe8959c-2300-4796-b578-6aca17b3b16d","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"b82fc697-fe50-4893-bba0-d3f86d535402","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"687be2aa-ac5f-4cd9-90cb-1669786ef9ca","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+09:16:07.736 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:383db67d16fb49ac97091ebc074c934f, userId:1, cost time: 18 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+09:16:07.740 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:86f0dee117574db79458afc3ba6daad2, userId:1, cost time: 28 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+09:16:07.742 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:72b07f6c0c11460896f89a60d39d55a0, userId:1, cost time: 30 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+09:16:07.747 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:ff60b0fb4f7d4630a34bdc2b65c0a80f, userId:1, cost time: 35 ms ###, returnResult:{"data":{"fieldCount":9,"lastLoginTime":1727344530000,"databaseCount":1,"logList":[{"endTime":1727399768000,"id":1009,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@46eb9295, status=1, error=00000000, msg=null, data={token=68680a877ad34cde8e11b57a3036f1ed})","startTime":1727399768000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":5,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4}]},"error":"00000000","status":"1"} <<====
+09:16:09.919 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:d5d0a87f2fd441b38f6c53b8630644e8 ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:09.922 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:9665966d5b404d0abcc67d5ed19f8f36 ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:09.922 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:4ac58dd0518c41f98492fedc7f2dd34b ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:09.932 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:d5d0a87f2fd441b38f6c53b8630644e8, userId:1, cost time: 13 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:16:09.933 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:4ac58dd0518c41f98492fedc7f2dd34b, userId:1, cost time: 11 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:16:09.937 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:9665966d5b404d0abcc67d5ed19f8f36, userId:1, cost time: 15 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:16:12.069 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:7f3b1b59927c40fea6ad11e67575c15a ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:12.085 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:7f3b1b59927c40fea6ad11e67575c15a, userId:1, cost time: 17 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:16:12.979 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:200fb0308e924ff981900660a302ee3c ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:13.000 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:200fb0308e924ff981900660a302ee3c, userId:1, cost time: 21 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:16:13.176 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:83c2f3274e2d4b1f9d105069083753aa ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:13.195 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:83c2f3274e2d4b1f9d105069083753aa, userId:1, cost time: 19 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:55:37.499 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:d1049c07f0554a03964718374ea70b71 ###, request args: {param:{"type":1}},, userId:1 ===>>
+09:55:37.523 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:d1049c07f0554a03964718374ea70b71, userId:1, cost time: 24 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+09:55:37.540 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:755f6101c0684fac99170c5ef19b04e5 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+09:55:37.558 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:755f6101c0684fac99170c5ef19b04e5, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+09:55:38.750 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:f1b1c063cdce43e48717877b4cb453cc ###, request args: {param:{"type":5}},, userId:1 ===>>
+09:55:38.764 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:f1b1c063cdce43e48717877b4cb453cc, userId:1, cost time: 14 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+09:55:38.776 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2773762eeb4d40e589224e664f2c7ea4 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+09:55:38.790 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2773762eeb4d40e589224e664f2c7ea4, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:50:21.290 [http-nio-8082-exec-5] INFO org.apache.tomcat.util.http.parser.Cookie - A cookie header was received [1724222130,1724237563] that contained an invalid cookie. That cookie will be ignored.
+ Note: further occurrences of this error will be logged at DEBUG level.
+15:50:21.290 [http-nio-8082-exec-9] INFO org.apache.tomcat.util.http.parser.Cookie - A cookie header was received [1724222130,1724237563] that contained an invalid cookie. That cookie will be ignored.
+ Note: further occurrences of this error will be logged at DEBUG level.
+15:50:21.295 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:50:21.295 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:50:22.543 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:aee1f28900194336a791a532c66e7f02 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+15:50:22.584 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:aee1f28900194336a791a532c66e7f02, userId:0, cost time: 41 ms ###, returnResult:{"data":{"token":"4c7b6a8f5a5f4b00a78a399b0e3ef3c4"},"error":"00000000","status":"1"} <<====
+15:50:22.629 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:15b98472c8124852b4639ed5d3765eeb ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:22.629 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:70a7ad786107442190f3ebdbcdeeb850 ###, request args: {paramMap:{}},, userId:1 ===>>
+15:50:22.629 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:43a35876da1c48c7a32e4f807b5cfe48 ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:50:22.631 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:3c513aab7b6447df8a04cc14d50a3f4d ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:50:22.631 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:8c1d06c1e8aa471184612455773b87a3 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:50:22.633 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:18f7de033fe246f8a446de1dc4f51d30 ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:50:22.651 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:70a7ad786107442190f3ebdbcdeeb850, userId:1, cost time: 21 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:50:22.656 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:02457e0091d04e44ae3871fe97583fd9 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:22.674 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:18f7de033fe246f8a446de1dc4f51d30, userId:1, cost time: 41 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+15:50:22.679 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:41e4a6f92d204e8e908179720bbad20d ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:50:22.681 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:3c513aab7b6447df8a04cc14d50a3f4d, userId:1, cost time: 51 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:50:22.684 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:81c285c89201408aa494313c67f72c96 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:22.687 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:15b98472c8124852b4639ed5d3765eeb, userId:1, cost time: 59 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+15:50:22.690 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:50c966ac491242a7ae86bf268961df1d ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:50:22.698 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:81c285c89201408aa494313c67f72c96, userId:1, cost time: 14 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:50:22.705 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:8c1d06c1e8aa471184612455773b87a3, userId:1, cost time: 74 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"code":"juece001","createTime":1717491346000,"creator":1,"creatorName":"超级管理员","decisionTablesVersionList":[{"createTime":1717491346000,"createUserId":1,"decisionTablesId":14,"description":"初始版本","id":14,"organId":1,"resultFieldEn":"","snapshot":"{\"id\": 14, \"status\": 1, \"organId\": 1, \"resultSet\": {\"id\": 12, \"ro\": 1, \"colum\": 1, \"versionId\": 14, \"createTime\": 1717493276000, \"resultList\": [[\"1\"]], \"updateTime\": 1717493276000, \"resultValue\": \"[[\\\"1\\\"]]\"}, \"createTime\": 1717491346000, \"updateTime\": 1717493090000, \"description\": \"初始版本\", \"topDetailVo\": [{\"id\": 68, \"type\": 1, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 69, \"type\": 2, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"parentId\": 68, \"versionId\": 14, \"createTime\": 1717493276000, \"indexValue\": 0, \"conditionList\": [{\"id\": 69, \"detailId\": 69, \"operator\": \">=\", \"createTime\": 1717493276000, \"fieldValue\": \"100000\", \"variableType\": 1}], \"dimensionality\": 2}], \"parentId\": 0, \"versionId\": 14, \"createTime\": 1717491346000, \"conditionList\": [{\"id\": 68, \"detailId\": 68, \"operator\": \">=\", \"createTime\": 1717491346000, \"fieldValue\": \"18\", \"variableType\": 1}], \"dimensionality\": 2}], \"versionCode\": \"V:0\", \"createUserId\": 1, \"leftDetailVo\": [{\"id\": 67, \"type\": 2, \"fieldEn\": \"\", \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"versionId\": 14, \"createTime\": 1717493276000, \"indexValue\": 0, \"conditionList\": [{\"id\": 67, \"detailId\": 67, \"operator\": \"\", \"createTime\": 1717493276000, \"fieldValue\": \"\", \"variableType\": 1}], \"dimensionality\": 1}], \"updateUserId\": 1, \"resultFieldEn\": \"\", \"decisionTablesId\": 14, \"strategyOutputList\": [{\"id\": 11, \"fieldEn\": \"username\", \"fieldId\": 5, \"createTime\": 1717493276000, \"fieldValue\": \"username\", \"strategyId\": 14, \"updateTime\": 1717493276000, \"strategyType\": \"decision_tables\", \"variableType\": 2}]}","status":1,"updateTime":1717493276000,"updateUserId":1,"versionCode":"V:0"}],"description":"juece001","id":14,"modifier":1,"name":"juece001","organId":1,"parentId":5,"status":1,"updateTime":1717491346000}]},"error":"00000000","status":"1"} <<====
+15:50:22.706 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:41e4a6f92d204e8e908179720bbad20d, userId:1, cost time: 27 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+15:50:22.711 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:02457e0091d04e44ae3871fe97583fd9, userId:1, cost time: 54 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"code":"jueceshu001","createTime":1717493930000,"createUserId":1,"creatorName":"超级管理员","description":"jueceshu001","folderId":6,"id":1,"name":"jueceshu001","organId":1,"status":1,"updateTime":1717493930000,"updateUserId":1,"versionList":[{"createTime":1717493930000,"createUserId":1,"decisionTreeId":1,"description":"初始版本","id":1,"organId":1,"resultFieldEn":"result","snapshot":"{\"id\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1717493930000, \"detailList\": [{\"id\": 29, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [{\"id\": 30, \"fieldEn\": \"phone\", \"fieldId\": 3, \"logical\": \"&&\", \"children\": [{\"id\": 31, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 32, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"nodeType\": 2, \"parentId\": 31, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"true\", \"variableType\": 1, \"conditionList\": [{\"id\": 36, \"detailId\": 32, \"operator\": \"<=\", \"createTime\": 1717493930000, \"fieldValue\": \"20000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 30, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 35, \"detailId\": 31, \"operator\": \">=\", \"createTime\": 1717493930000, \"fieldValue\": \"18\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 29, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 34, \"detailId\": 30, \"operator\": \"regex\", \"createTime\": 1717493930000, \"fieldValue\": \"^1(3[4-9]|4[7]|5[0-2,7-9]|6[2]|7[8]|8[2-4,7-8]|9[5])\\\\d{8}$\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}, {\"id\": 33, \"fieldEn\": \"phone\", \"fieldId\": 3, \"logical\": \"&&\", \"children\": [{\"id\": 34, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 35, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"nodeType\": 2, \"parentId\": 34, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"false\", \"variableType\": 1, \"conditionList\": [{\"id\": 39, \"detailId\": 35, \"operator\": \">\", \"createTime\": 1717493930000, \"fieldValue\": \"20000\", \"updateTime\": 1717493930000, \"variableType\": 1}, {\"id\": 40, \"detailId\": 35, \"operator\": \"<=\", \"createTime\": 1717493930000, \"fieldValue\": \"50000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 33, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 38, \"detailId\": 34, \"operator\": \"<\", \"createTime\": 1717493930000, \"fieldValue\": \"18\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 29, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 37, \"detailId\": 33, \"operator\": \"regex\", \"createTime\": 1717493930000, \"fieldValue\": \"^1(3[4-9]|4[7]|5[0-2,7-9]|6[2]|7[8]|8[2-4,7-8]|9[5])\\\\d{8}$\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 0, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 33, \"detailId\": 29, \"operator\": \">=\", \"createTime\": 1717493930000, \"fieldValue\": \"10000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"updateTime\": 1717494691000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"resultFieldEn\": \"result\", \"decisionTreeId\": 1, \"strategyOutputList\": [{\"id\": 16, \"fieldEn\": \"username\", \"fieldId\": 5, \"createTime\": 1717493930000, \"fieldValue\": \"username\", \"strategyId\": 1, \"updateTime\": 1717493930000, \"strategyType\": \"decision_tree\", \"variableType\": 2}]}","status":1,"updateTime":1717494725000,"updateUserId":1,"versionCode":"V:0"}]}]},"error":"00000000","status":"1"} <<====
+15:50:22.712 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:43a35876da1c48c7a32e4f807b5cfe48, userId:1, cost time: 82 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":10,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1721888237000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:50:22.729 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:50c966ac491242a7ae86bf268961df1d, userId:1, cost time: 39 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":2,"startRow":1,"total":2},"listDbs":[{"created":1717482931000,"id":3,"listDesc":"手机号白名单","listName":"白名单","listType":"b","matchType":0,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":0,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1},{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+15:50:22.763 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:78b765db8485456c953c65c4447e0ca9 ###, request args: null, userId:1 ===>>
+15:50:22.763 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:32bd7eae7ec049e281ee3ab073c1a2db ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:50:22.771 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:32bd7eae7ec049e281ee3ab073c1a2db, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"824f1337-745e-426b-9a6d-8df155f842ee","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"4e99d431-933b-42af-b64a-ebb49f4533da","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"f8a19c62-1bba-4d89-a16f-73781b6561c7","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"57ce1929-a145-48f5-b9e1-5b3df3c06cb8","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"62c641a8-17ee-4733-8442-5176ef3c16eb","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+15:50:22.799 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:78b765db8485456c953c65c4447e0ca9, userId:1, cost time: 36 ms ###, returnResult:{"data":{"lastLoginTime":1727399768000,"recentDayMap":{"datasets":[],"labels":[]},"logList":[{"endTime":1727423423000,"id":1010,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e3b833b5, status=1, error=00000000, msg=null, data={token=4c7b6a8f5a5f4b00a78a399b0e3ef3c4})","startTime":1727423423000},{"endTime":1727399768000,"id":1009,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@46eb9295, status=1, error=00000000, msg=null, data={token=68680a877ad34cde8e11b57a3036f1ed})","startTime":1727399768000}],"engineUseRatio":[{"useRatio":75.0,"useNum":39,"totleNum":52,"engineName":"测试引擎","engineId":1},{"useRatio":25.0,"useNum":13,"totleNum":52,"engineName":"决策树001","engineId":2}],"engineBaseInfo":{"engineNum":2,"engineResultNum":52,"engineNodeNum":7},"recentMonthMap":{"datasets":[{"data":[0,13],"label":"决策树001"},{"data":[22,17],"label":"测试引擎"}],"labels":["2024-05","2024-06"]}},"error":"00000000","status":"1"} <<====
+15:50:37.291 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:50:37.291 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:50:37.291 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:50:38.707 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:365c494ede074c7da512b1eff153c30f ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+15:50:38.731 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:365c494ede074c7da512b1eff153c30f, userId:0, cost time: 24 ms ###, returnResult:{"data":{"token":"1a7b12187ef345809152790e5ddce9fb"},"error":"00000000","status":"1"} <<====
+15:50:38.764 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:a51b6d7f73e349ed8c95e08a1e567b7c ###, request args: {paramMap:{}},, userId:1 ===>>
+15:50:38.769 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:574e546847ad49fe90db0a3ad221a331 ###, request args: null, userId:1 ===>>
+15:50:38.769 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:4d30433c96cc46529ae2106c37281070 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:38.769 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:2d5104d1518645508098845e8d44af9f ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:38.769 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:374c6f2314344641b27a995b894f8f40 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:50:38.769 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:f707ecd53f2844acbf8adecc77392bcc ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:50:38.774 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:a51b6d7f73e349ed8c95e08a1e567b7c, userId:1, cost time: 10 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:50:38.778 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:925a336f39ab405588be8295fff960ec ###, request args: {param:{}},, userId:1 ===>>
+15:50:38.787 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:2d5104d1518645508098845e8d44af9f, userId:1, cost time: 18 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:50:38.795 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:f707ecd53f2844acbf8adecc77392bcc, userId:1, cost time: 26 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"91ce0fa1-d793-48ef-89e8-7703686d6573","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"764594ae-af7e-44f3-97d9-bd77f54b8606","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"8fa49df1-0f9c-4221-9c72-77312d86117d","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:50:38.797 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:925a336f39ab405588be8295fff960ec, userId:1, cost time: 19 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+15:50:38.801 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:4d30433c96cc46529ae2106c37281070, userId:1, cost time: 32 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+15:50:38.805 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:374c6f2314344641b27a995b894f8f40, userId:1, cost time: 36 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+15:50:38.814 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:574e546847ad49fe90db0a3ad221a331, userId:1, cost time: 45 ms ###, returnResult:{"data":{"fieldCount":9,"lastLoginTime":1727423423000,"databaseCount":1,"logList":[{"endTime":1727423439000,"id":1011,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e9262e5, status=1, error=00000000, msg=null, data={token=1a7b12187ef345809152790e5ddce9fb})","startTime":1727423439000},{"endTime":1727423423000,"id":1010,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e3b833b5, status=1, error=00000000, msg=null, data={token=4c7b6a8f5a5f4b00a78a399b0e3ef3c4})","startTime":1727423423000},{"endTime":1727399768000,"id":1009,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@46eb9295, status=1, error=00000000, msg=null, data={token=68680a877ad34cde8e11b57a3036f1ed})","startTime":1727399768000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":5,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4}]},"error":"00000000","status":"1"} <<====
+16:03:35.009 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:194fcabd7ce645e8b3fff7f4153f44b8 ###, request args: {paramMap:{}},, userId:1 ===>>
+16:03:35.009 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:bf77af3ba81d45599ea79517afc018be ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+16:03:35.009 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:775d9f70461d4fd1973d8879ae5c1326 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+16:03:35.009 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:92c83b47d1ff455ab3796fcf3f5bd281 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+16:03:35.041 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:194fcabd7ce645e8b3fff7f4153f44b8, userId:1, cost time: 33 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+16:03:35.044 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:775d9f70461d4fd1973d8879ae5c1326, userId:1, cost time: 35 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+16:03:35.055 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:bf77af3ba81d45599ea79517afc018be, userId:1, cost time: 47 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+16:03:35.056 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:92c83b47d1ff455ab3796fcf3f5bd281, userId:1, cost time: 48 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+16:06:33.559 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:603a0cebb3d9442b90aef86dbc44e770 ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:06:33.579 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:603a0cebb3d9442b90aef86dbc44e770, userId:1, cost time: 20 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:06:33.600 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2e10b13138184965b8a260923487a146 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:06:33.610 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2e10b13138184965b8a260923487a146, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:06:35.066 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:5917e53afdae4f43904081ec61f4849c ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:06:35.074 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:5917e53afdae4f43904081ec61f4849c, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:06:35.085 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e306f924c46341348cd3b68d3235038d ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:06:35.103 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e306f924c46341348cd3b68d3235038d, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:06:47.983 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:debb2b7184b44105ab87d3686d0b9dbe ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:06:47.984 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:ecc68eb45c9e4d3583457d6f886adb39 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:06:47.993 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:debb2b7184b44105ab87d3686d0b9dbe, userId:1, cost time: 10 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:06:47.996 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:ecc68eb45c9e4d3583457d6f886adb39, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"2d444d03-ce6d-4b90-906c-bd4cebcaeef6","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"257fac8c-4fd8-4ba3-ad41-7e9507c629ce","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"e55de2d7-de89-4d4a-b243-a41f792562b2","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:06:48.000 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:19319cad69f24de2a5fb930808b120c0 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:06:48.021 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:19319cad69f24de2a5fb930808b120c0, userId:1, cost time: 21 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:08:05.526 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:89f4f29867a84beeba06479703274538 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:08:05.555 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:89f4f29867a84beeba06479703274538, userId:1, cost time: 29 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:08:05.562 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e083c2a9ef9645389dfa783224ae89de ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:08:05.570 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e083c2a9ef9645389dfa783224ae89de, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:08:07.247 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:1654a06d818e46d08b2a416bc8664e39 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:08:07.253 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:3ba02b2765b9436a8e2884ab253e1b86 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:08:07.265 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:1654a06d818e46d08b2a416bc8664e39, userId:1, cost time: 17 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:08:07.268 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:3ba02b2765b9436a8e2884ab253e1b86, userId:1, cost time: 15 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"1a7443c9-d92d-49c3-8e62-a8c7b7379740","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"5c0177c9-fc2e-4035-aa0e-c7d37a5aacba","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"55a92e33-e1dc-4cc9-a112-1115b2694e35","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:08:07.275 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:d25554e32a464bc7b69dea7346548b22 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:08:07.284 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:d25554e32a464bc7b69dea7346548b22, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:08:50.634 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:2debf0ea43814ef98d1a527f361d6292 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:08:50.634 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:348c58b084164f918f8ce1d5a22da129 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:08:50.646 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:2debf0ea43814ef98d1a527f361d6292, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"eadefc2c-e58e-4825-9a45-2d0e36af22d4","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"b669b575-a82a-4661-98c4-635140250c47","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"1539af03-a4c2-4e17-b36e-edad57c5514b","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:08:50.646 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:348c58b084164f918f8ce1d5a22da129, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:08:50.653 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:b3faba60aae346e995760eaf1a846ed2 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:08:50.663 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:b3faba60aae346e995760eaf1a846ed2, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:09:09.697 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:2ae87a739cdd455392d04add9c322c85 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:09:09.697 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:229cd7d3dd7641b085e34df18f8fbfce ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:09:09.708 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:229cd7d3dd7641b085e34df18f8fbfce, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"efc9b0d0-1fca-4b1e-8a95-62dea5e9c0a4","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"1a99ebbd-ac78-4d21-9e14-b05fcd844adc","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"52b37c04-2faf-4b47-b43e-bd718e06637c","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:09:09.715 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:2ae87a739cdd455392d04add9c322c85, userId:1, cost time: 18 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:09:18.429 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:f0d819b78db847429de784cec6d4740e ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:09:18.442 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:f0d819b78db847429de784cec6d4740e, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:12:22.202 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:eb70a4071f254406965dfe396fa05342 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:12:22.261 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:eb70a4071f254406965dfe396fa05342, userId:1, cost time: 61 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:12:26.289 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:6f756016533d41469288ee8cae52839b ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:12:26.316 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:6f756016533d41469288ee8cae52839b, userId:1, cost time: 27 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:14:56.363 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:fb7944efd1c4455180c1a4985d0c6f97 ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:14:56.374 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:fb7944efd1c4455180c1a4985d0c6f97, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:14:56.395 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:cdd66eb8fff8492ea758c56ffc1ea6fa ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:14:56.406 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:cdd66eb8fff8492ea758c56ffc1ea6fa, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:16:56.729 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:08c3ecd931a345b1bf235894cfc6ce2c ###, request args: {param:{"type":2}},, userId:1 ===>>
+16:16:56.740 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:08c3ecd931a345b1bf235894cfc6ce2c, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"shujuku001","id":2,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":2}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:16:56.753 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:7db10f9de47546239adffdf6dd166d3a ###, request args: {paramMap:{"fType":2,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:16:56.766 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:7db10f9de47546239adffdf6dd166d3a, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717495333000,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"nickName":"超级管理员","page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","status":"1","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:16:57.527 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:3d1754813cf64e00a0b84c1a7d7ad315 ###, request args: {param:{"type":4}},, userId:1 ===>>
+16:16:57.535 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:3d1754813cf64e00a0b84c1a7d7ad315, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"jiekou","id":3,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":4}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:16:57.546 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:4f35ab58202b42b396248b5aebb27d05 ###, request args: {paramMap:{"fType":4,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:16:57.559 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:4f35ab58202b42b396248b5aebb27d05, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721806289000,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":4,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:16:58.211 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:90e3091e24294b6e8598ed0e5e5e7071 ###, request args: {param:{"type":3}},, userId:1 ===>>
+16:16:58.221 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:90e3091e24294b6e8598ed0e5e5e7071, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"yanshen","id":4,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":3}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:16:58.230 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:c34c2e19bfe8407ba23d2eaaaef394ca ###, request args: {paramMap:{"fType":3,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:16:58.242 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:c34c2e19bfe8407ba23d2eaaaef394ca, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717556298000,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","nickName":"超级管理员","page":0,"rows":0,"sourceType":3,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:19:00.387 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:64c00a64d4234c38ae0655892250fe03 ###, request args: {searchString:null},{pageNo:1},{pageSize:10},, userId:1 ===>>
+16:19:00.404 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:64c00a64d4234c38ae0655892250fe03, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+16:19:01.699 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getUUID enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getUUID method, ### traceId:f79505a9aac14db3aa2ca51e42ecf3fb ###, request args: null, userId:1 ===>>
+16:19:01.702 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getUUID method,### traceId:f79505a9aac14db3aa2ca51e42ecf3fb, userId:1, cost time: 3 ms ###, returnResult:{"data":"95a494a3-4d19-4d5d-86f5-5564b7fae3f6","error":"00000000","status":"1"} <<====
+16:19:06.795 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/initupdate/2 enter com.fibo.ddp.enginex.riskengine.controller.EngineController.initupdate method, ### traceId:a46347a9906d49e9a35e9d371d0f5eda ###, request args: {id:"2"},, userId:1 ===>>
+16:19:06.817 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.initupdate method,### traceId:a46347a9906d49e9a35e9d371d0f5eda, userId:1, cost time: 9 ms ###, returnResult:{"data":{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","engineVersionList":[{"bootState":1,"createTime":"Tue Jun 04 17:39:10 CST 2024","engineId":2,"engineNodeList":[{"nextNodes":"ND_34","nodeCode":"ND_START","nodeId":11,"nodeName":"开始","nodeOrder":1,"nodeType":1,"nodeX":-18.64,"nodeY":37.44,"params":"{\"arr_linkId\":\"\",\"dataId\":\"-1\",\"url\":\"/Riskmanage/resource/images/decision/start.png\",\"type\":\"1\"}","versionId":2},{"nodeCode":"ND_34","nodeId":51,"nodeName":"决策树","nodeOrder":34,"nodeType":17,"nodeX":180.85,"nodeY":39.29,"parentId":"11","versionId":2}],"latestTime":"Tue Jun 04 17:39:10 CST 2024","latestUser":1,"layout":0,"status":1,"subVersion":0,"userId":1,"version":0,"versionId":2}],"exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1717493950000},"error":"00000000","status":"1"} <<====
+16:19:09.903 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:9f39760857614d889b48acaa0f85c478 ###, request args: {searchString:null},{pageNo:1},{pageSize:999999},, userId:1 ===>>
+16:19:09.952 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:9f39760857614d889b48acaa0f85c478, userId:1, cost time: 49 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":999999,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+16:19:12.325 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/version/2 enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getEngineVersionList method, ### traceId:329a38f1493947649e47cce9b14e5b23 ###, request args: {engineId:2},, userId:1 ===>>
+16:19:12.344 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getEngineVersionList method,### traceId:329a38f1493947649e47cce9b14e5b23, userId:1, cost time: 16 ms ###, returnResult:{"data":[{"engineVersion":{"bootState":1,"createTime":"Tue Jun 04 17:39:10 CST 2024","engineId":2,"latestTime":"Tue Jun 04 17:39:10 CST 2024","latestUser":1,"layout":0,"status":1,"subVersion":0,"userId":1,"version":0,"versionId":2},"subEngineVersionList":[]}],"error":"00000000","status":"1"} <<====
+16:19:12.357 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/decision_flow/getNodeList/2 enter com.fibo.ddp.enginex.riskengine.controller.DecisionFlowController.getNodeList method, ### traceId:0e227cd8eb8f4cd1a240118ac607e7f7 ###, request args: {versionId:2},, userId:1 ===>>
+16:19:12.383 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.DecisionFlowController.getNodeList method,### traceId:0e227cd8eb8f4cd1a240118ac607e7f7, userId:1, cost time: 26 ms ###, returnResult:{"data":{"versionId":2,"maxOrder":34,"engineNodeList":[{"nextNodes":"ND_34","nodeCode":"ND_START","nodeId":11,"nodeName":"开始","nodeOrder":1,"nodeType":1,"nodeX":-18.64,"nodeY":37.44,"params":"{\"arr_linkId\":\"\",\"dataId\":\"-1\",\"url\":\"/Riskmanage/resource/images/decision/start.png\",\"type\":\"1\"}","versionId":2},{"nodeCode":"ND_34","nodeId":51,"nodeName":"决策树","nodeOrder":34,"nodeType":17,"nodeX":180.85,"nodeY":39.29,"parentId":"11","versionId":2}]},"error":"00000000","status":"1"} <<====
+16:19:18.361 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:ee9c0348d6b740d0a3c65dcb2c9a9754 ###, request args: {param:{"parentId":0,"treeType":"5","type":1}},, userId:1 ===>>
+16:19:18.385 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:ee9c0348d6b740d0a3c65dcb2c9a9754, userId:1, cost time: 24 ms ###, returnResult:{"data":[{"parentId":10,"treeType":"5","type":1,"status":[1],"name":"复杂规则集合","tree_type":[5],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":1,"isParent":"true","name":"测试规则集","organId":1,"parentId":0,"status":1,"treeType":5,"type":1,"userId":1},{"children":[],"id":10,"isParent":"true","name":"aaa","organId":1,"parentId":0,"status":1,"treeType":5,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+16:19:18.401 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:47812568996542ae8b1e27730a8d5fa4 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2}}},, userId:1 ===>>
+16:19:18.416 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:47812568996542ae8b1e27730a8d5fa4, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":10,"priority":0,"status":1,"type":1,"updated":1721888237000,"userId":1}]},"error":"00000000","status":"1"} <<====
+16:19:22.699 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:aac75f48988241b0bd8e5e1eaaec7f60 ###, request args: {searchString:null},{pageNo:1},{pageSize:999999},, userId:1 ===>>
+16:19:22.719 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:aac75f48988241b0bd8e5e1eaaec7f60, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":999999,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+16:19:24.154 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results enter com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method, ### traceId:e8ba4a827adc443796b4256cc5891cab ###, request args: {param:{"engineId":2,"startDate":"2024-09-20","endDate":"2024-09-27","businessId":"","pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:19:24.154 [http-nio-8082-exec-9] INFO com.fibo.ddp.monitor.controller.decisionflow.MonitorController - /v2/monitor//results inputParam :{engineId=2, startDate=2024-09-20, endDate=2024-09-27, businessId=, pageNo=1, pageSize=10}
+16:19:24.165 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method,### traceId:e8ba4a827adc443796b4256cc5891cab, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"endDate":"2024-09-27","pageNo":1,"businessId":"","pageSize":10,"startDate":"2024-09-20","engineId":2},"error":"00000000","status":"1"} <<====
+16:19:25.116 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysLog/getLogList enter com.fibo.ddp.monitor.controller.logger.LoggerController.getLogList method, ### traceId:56ee17da9a904fc3be77f3d506c58bd8 ###, request args: {loggerParam:{"endDate":"2024-09-27","pageNo":1,"pageSize":10,"searchKey":"","startDate":"2024-09-27"}},, userId:1 ===>>
+16:19:25.138 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.monitor.controller.logger.LoggerController.getLogList method,### traceId:56ee17da9a904fc3be77f3d506c58bd8, userId:1, cost time: 22 ms ###, returnResult:{"data":{"pager":{"endRow":3,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":3,"startRow":1,"total":3},"logList":[{"endTime":1727423439000,"id":1011,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e9262e5, status=1, error=00000000, msg=null, data={token=1a7b12187ef345809152790e5ddce9fb})","startTime":1727423439000},{"endTime":1727423423000,"id":1010,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e3b833b5, status=1, error=00000000, msg=null, data={token=4c7b6a8f5a5f4b00a78a399b0e3ef3c4})","startTime":1727423423000},{"endTime":1727399768000,"id":1009,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@46eb9295, status=1, error=00000000, msg=null, data={token=68680a877ad34cde8e11b57a3036f1ed})","startTime":1727399768000}]},"error":"00000000","status":"1"} <<====
+16:19:34.310 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:c13d9cf011044415ad03e3c7a8ce7b57 ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+16:19:34.358 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:c13d9cf011044415ad03e3c7a8ce7b57, userId:1, cost time: 48 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"listDbs":[{"created":1717482931000,"id":3,"listDesc":"手机号白名单","listName":"白名单","listType":"b","matchType":0,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":0,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1},{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+16:19:40.834 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:e2b4a65ed5e54b85a95e46d52912993c ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+16:19:40.878 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:e2b4a65ed5e54b85a95e46d52912993c, userId:1, cost time: 44 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"listDbs":[{"created":1717482931000,"id":3,"listDesc":"手机号白名单","listName":"白名单","listType":"b","matchType":0,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":0,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1},{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+16:25:12.002 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+16:25:13.606 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:29efffe4ac0443af89fbb2ff2bc6fe62 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+16:25:13.650 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:29efffe4ac0443af89fbb2ff2bc6fe62, userId:0, cost time: 44 ms ###, returnResult:{"data":{"token":"71fe82b0ac404db8929ea17744d63822"},"error":"00000000","status":"1"} <<====
+16:25:13.700 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:16bff404fb0c448caf6c951709aea5e0 ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:13.700 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:4337d59f11e2469bb2bfcae5d1a50300 ###, request args: null, userId:1 ===>>
+16:25:13.700 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:551654e5ca7b4d6a87a456cb9f01854e ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:13.704 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:4337d59f11e2469bb2bfcae5d1a50300, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"},{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+16:25:13.706 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:16bff404fb0c448caf6c951709aea5e0, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"},{"icon":"el-icon-location-outline","index":"/resourceManagement","title":"资源管理"},{"icon":"el-icon-link","index":"/organizationManagement","title":"组织管理"}],"error":"00000000","status":"1"} <<====
+16:25:13.707 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:551654e5ca7b4d6a87a456cb9f01854e, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
+16:25:20.791 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:164f034c7823418e9e9c8cfa62be83a9 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:20.810 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:164f034c7823418e9e9c8cfa62be83a9, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+16:25:21.896 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:486f2c27c727466083442bae8bc1654b ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:21.909 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:486f2c27c727466083442bae8bc1654b, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+16:25:23.771 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:dc80c316521c49149d350d0b734f8334 ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:23.779 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:dc80c316521c49149d350d0b734f8334, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":4,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":4,"startRow":1,"total":4},"listMenu":[{"birth":1616826703000,"code":"017","des":"用户管理","icon":"el-icon-user","name":"用户管理","parentId":0,"resourceId":17,"resourceSystem":"Auth","sort":2,"status":1,"url":"/userManagement"},{"birth":1616826703000,"code":"018","des":"角色管理","icon":"el-icon-collection-tag","name":"角色管理","parentId":0,"resourceId":18,"resourceSystem":"Auth","sort":3,"status":1,"url":"/roleManagement"},{"birth":1616826703000,"code":"019","des":"资源管理","icon":"el-icon-location-outline","name":"资源管理","parentId":0,"resourceId":19,"resourceSystem":"Auth","sort":4,"status":1,"url":"/resourceManagement"},{"birth":1616826703000,"code":"020","des":"组织管理","icon":"el-icon-link","name":"组织管理","parentId":0,"resourceId":20,"resourceSystem":"Auth","sort":5,"status":1,"url":"/organizationManagement"}]},"error":"00000000","status":"1"} <<====
+16:25:24.180 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:36496aa8f7bc4e79baec5dcce8ff503e ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:24.189 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:36496aa8f7bc4e79baec5dcce8ff503e, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+16:25:26.690 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getTreeMenu enter com.fibo.ddp.authx.system.controller.SysMenuController.getTreeMenu method, ### traceId:0fff15aa82114f8b804fd906dc5fa02d ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10,"parentId":0}},, userId:1 ===>>
+16:25:26.700 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getTreeMenu method,### traceId:0fff15aa82114f8b804fd906dc5fa02d, userId:1, cost time: 10 ms ###, returnResult:{"data":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732905000,"code":"datax-zbtj","des":"指标统计","icon":"","name":"指标统计","parentId":46,"resourceId":47,"resourceSystem":"DataX","sort":1,"status":1,"url":"/FieldStatistics","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732881000,"code":"datax-sjzl","des":"数据总览","icon":"el-icon-monitor","name":"数据总览","parentId":0,"resourceId":46,"resourceSystem":"DataX","sort":4,"status":1,"url":"","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1}],"error":"00000000","status":"1"} <<====
+16:25:32.593 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:d6742133c38641e18224e705789fc0bf ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:32.604 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:d6742133c38641e18224e705789fc0bf, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+16:32:01.920 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:7ddfc9bcbdf74fb9a2ec35f4fdf0a6fe ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:32:01.928 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:7ddfc9bcbdf74fb9a2ec35f4fdf0a6fe, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:32:01.936 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:c28f1047f0724331a7f7e86712eac84b ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:32:01.956 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:c28f1047f0724331a7f7e86712eac84b, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:41:40.315 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:9ae0666183e04b91a66ea6ca541a751b ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:41:40.320 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8a473a88f25d480f837a29b572d4eefc ###, request args: {param:{"type":3}},, userId:1 ===>>
+16:41:40.336 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8a473a88f25d480f837a29b572d4eefc, userId:1, cost time: 15 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"yanshen","id":4,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":3}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:41:40.336 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:9ae0666183e04b91a66ea6ca541a751b, userId:1, cost time: 21 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"1f31bb3d-8bf3-42e0-9bcb-3cdef1facd15","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"a55c033e-fad5-4ac0-be8d-b516d7024fd9","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"d9f6f0f8-b3ed-4bd8-b9e8-f48a5a0dc252","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:41:40.349 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:99d4462e31114e47881e65f3717adccb ###, request args: {paramMap:{"fType":3,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:41:40.381 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:99d4462e31114e47881e65f3717adccb, userId:1, cost time: 32 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717556298000,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","nickName":"超级管理员","page":0,"rows":0,"sourceType":3,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:41:44.253 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:47cb3dac343647ccb8cc39b4e0800168 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:41:44.260 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:47cb3dac343647ccb8cc39b4e0800168, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:41:44.267 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2d9558896d9f47319b4a864648f2a6a8 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:41:44.278 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2d9558896d9f47319b4a864648f2a6a8, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:41:45.968 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:74265db45b1d4f8294f5cbdc4b0d9a00 ###, request args: {param:{"type":2}},, userId:1 ===>>
+16:41:45.974 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:74265db45b1d4f8294f5cbdc4b0d9a00, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"shujuku001","id":2,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":2}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:41:45.981 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:6c9a0a1538ac4e01801aeffde588f71a ###, request args: {paramMap:{"fType":2,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:41:45.994 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:6c9a0a1538ac4e01801aeffde588f71a, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717495333000,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"nickName":"超级管理员","page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","status":"1","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:45:19.326 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:f1566531ed044706bface9ad3275b5e0 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:45:19.326 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8fe168b0858948f0b86550480eaf6ef4 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:45:19.338 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:f1566531ed044706bface9ad3275b5e0, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"c827ea2d-b2c2-493b-a051-5a9ff0a496ed","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"f5f4fbde-5e29-419b-9b94-978a5736472b","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"7adc85aa-3cb3-42ee-9159-f4d09bedeb86","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:45:19.338 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8fe168b0858948f0b86550480eaf6ef4, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:45:19.349 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e235403d8ad74dce9f65f12dfd856078 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:45:19.361 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e235403d8ad74dce9f65f12dfd856078, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:45:33.037 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:a202ab2655124d0481a33845f100346b ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:45:33.044 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:a202ab2655124d0481a33845f100346b, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:45:33.051 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:9962c20bf1b54a4da2897ac5000c2dc2 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:45:33.067 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:9962c20bf1b54a4da2897ac5000c2dc2, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:45:58.469 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:d8abe65419434ac5afb8c948ce6686b8 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:45:58.469 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:1ce55437025844faaeaefca47db7f60f ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:45:58.488 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:1ce55437025844faaeaefca47db7f60f, userId:1, cost time: 19 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"f528744d-0282-4b20-a952-c4de51480bc4","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"f9987e5b-810f-4080-b151-777a70667374","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"e2c0aaa0-9d29-43f0-82cc-a9d7e73aa78c","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:45:58.489 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:d8abe65419434ac5afb8c948ce6686b8, userId:1, cost time: 19 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:45:58.498 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:df8bb0dc06034ac6b0f7d3fb9bb7f233 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:45:58.513 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:df8bb0dc06034ac6b0f7d3fb9bb7f233, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:46:19.790 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8611a846a83843ce99c56684521053f5 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:46:19.790 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:b1c7778c2d2c4178b5c96567dbaac9cf ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:46:19.797 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8611a846a83843ce99c56684521053f5, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:46:19.798 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:b1c7778c2d2c4178b5c96567dbaac9cf, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"c73cbc6a-7fa7-40c8-a9da-5b2208ec8e7f","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"03c6596f-6a99-4f27-abd3-b46f381620ff","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"ed78194c-ba15-4079-b1eb-4e015889f59d","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:46:19.804 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e1d2a13356954d86a656848998fd3b4a ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:46:19.816 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e1d2a13356954d86a656848998fd3b4a, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:46:21.142 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:f29685e8ddd149e6845d0d10942bfc9a ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:46:21.155 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:f29685e8ddd149e6845d0d10942bfc9a, userId:1, cost time: 13 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:46:21.162 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:18c357b4a87847f58b0313b469df3c02 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:46:21.173 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:18c357b4a87847f58b0313b469df3c02, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:47:43.972 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:f5a720b00d22413db46d3c0827d4016d ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:47:43.972 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:6ec4878d23244fa78c03e852fcafb410 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:47:44.005 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:f5a720b00d22413db46d3c0827d4016d, userId:1, cost time: 32 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:47:44.005 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:6ec4878d23244fa78c03e852fcafb410, userId:1, cost time: 32 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:47:44.016 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:b9b28c2ebe494e04825299fea9227258 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:47:44.019 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:b21a0749ba62446f848749dce953014f ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:47:44.033 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:b21a0749ba62446f848749dce953014f, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:47:44.035 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:b9b28c2ebe494e04825299fea9227258, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:49:53.183 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:f071a7f8f874476cb5eba381e7d61a35 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:49:53.183 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8a98045272f04fdf803a0936dee1dbc4 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:49:53.203 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8a98045272f04fdf803a0936dee1dbc4, userId:1, cost time: 20 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:49:53.205 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:f071a7f8f874476cb5eba381e7d61a35, userId:1, cost time: 22 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"cf50aec8-9e8b-4911-bb9d-1a2dce6bb6e5","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"4977b97d-ca1e-4f99-bb69-47776f042ada","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"62538828-5ce2-4d62-93e8-e76968a18a8c","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:49:53.217 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:07dcd4246e7c475996c419862c776b22 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:49:53.226 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:07dcd4246e7c475996c419862c776b22, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:54:18.556 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:359ab11db8d04680a721af1f940508ad ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:54:18.556 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:5f798ba9825c49d6b41ff2d747d8bb85 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:54:18.587 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:359ab11db8d04680a721af1f940508ad, userId:1, cost time: 32 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"b137b9f1-defd-429c-af91-e13a778e80b2","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"81aeda0a-bd40-4a17-8ef0-8b0f17bbc319","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"a3447476-032f-4548-acdf-99576ef43337","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:54:18.587 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:5f798ba9825c49d6b41ff2d747d8bb85, userId:1, cost time: 32 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:54:18.602 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:897aeebdc7824cfbacf943461c6dd9fb ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:54:18.612 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:897aeebdc7824cfbacf943461c6dd9fb, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+18:16:57.682 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
+18:16:57.692 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
diff --git a/logs/manager/manager-ERROR-2024-05-24_1.log.gz b/logs/manager/manager-ERROR-2024-05-24_1.log.gz
new file mode 100644
index 0000000..485416e
Binary files /dev/null and b/logs/manager/manager-ERROR-2024-05-24_1.log.gz differ
diff --git a/logs/manager/manager-ERROR-2024-05-29_1.log.gz b/logs/manager/manager-ERROR-2024-05-29_1.log.gz
new file mode 100644
index 0000000..1898891
Binary files /dev/null and b/logs/manager/manager-ERROR-2024-05-29_1.log.gz differ
diff --git a/logs/manager/manager-ERROR-2024-05-30_1.log.gz b/logs/manager/manager-ERROR-2024-05-30_1.log.gz
new file mode 100644
index 0000000..a0b1828
Binary files /dev/null and b/logs/manager/manager-ERROR-2024-05-30_1.log.gz differ
diff --git a/logs/manager/manager-ERROR-2024-05-31_1.log.gz b/logs/manager/manager-ERROR-2024-05-31_1.log.gz
new file mode 100644
index 0000000..e1b11fe
Binary files /dev/null and b/logs/manager/manager-ERROR-2024-05-31_1.log.gz differ
diff --git a/logs/manager/manager-ERROR-2024-06-03_1.log.gz b/logs/manager/manager-ERROR-2024-06-03_1.log.gz
new file mode 100644
index 0000000..f4e746c
Binary files /dev/null and b/logs/manager/manager-ERROR-2024-06-03_1.log.gz differ
diff --git a/logs/manager/manager-ERROR-2024-06-04_1.log.gz b/logs/manager/manager-ERROR-2024-06-04_1.log.gz
new file mode 100644
index 0000000..720e82d
Binary files /dev/null and b/logs/manager/manager-ERROR-2024-06-04_1.log.gz differ
diff --git a/logs/manager/manager-ERROR-2024-06-06_1.log b/logs/manager/manager-ERROR-2024-06-06_1.log
new file mode 100644
index 0000000..584dfbd
--- /dev/null
+++ b/logs/manager/manager-ERROR-2024-06-06_1.log
@@ -0,0 +1,234 @@
+16:52:50.219 [pool-2-thread-1] ERROR com.fibo.ddp.common.service.redis.RedisManager - redis订阅异常:channel:DATAX:PUBSUB:CACHE
+redis.clients.jedis.exceptions.JedisConnectionException: It seems like server has closed the connection.
+ at redis.clients.util.RedisInputStream.readLine(RedisInputStream.java:90) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.Protocol.processMultiBulkReply(Protocol.java:175) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.Protocol.process(Protocol.java:124) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.Protocol.read(Protocol.java:191) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.Connection.getRawObjectMultiBulkReply(Connection.java:221) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisPubSub.process(JedisPubSub.java:109) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisPubSub.proceed(JedisPubSub.java:103) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.Jedis.subscribe(Jedis.java:2753) ~[jedis-2.4.2.jar:?]
+ at com.fibo.ddp.common.service.redis.RedisManager.subscribe(RedisManager.java:841) [classes/:?]
+ at com.fibo.ddp.common.service.datax.cache.impl.DataXCacheServiceImpl$1.run(DataXCacheServiceImpl.java:107) [classes/:?]
+ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
+ at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:264) [?:?]
+ at java.util.concurrent.FutureTask.run(FutureTask.java) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+17:30:21.438 [http-nio-8070-exec-7] ERROR com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】调用Token验证服务异常,uri:/Riskmanage/v2/datamanage/field/getFieldInfo/6,token:d2bad9736d34437fb41c14d7b2dab625,IP:127.0.0.1
+redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
+ at redis.clients.util.Pool.getResource(Pool.java:42) ~[jedis-2.4.2.jar:?]
+ at com.fibo.ddp.common.service.redis.RedisManager.get(RedisManager.java:74) ~[classes/:?]
+ at com.fibo.ddp.manager.web.interceptor.SessionInterceptor.preHandle(SessionInterceptor.java:59) [classes/:?]
+ at org.springframework.web.servlet.HandlerExecutionChain.applyPreHandle(HandlerExecutionChain.java:148) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1055) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
+ at redis.clients.jedis.Connection.connect(Connection.java:142) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+Caused by: java.net.ConnectException: Connection refused (Connection refused)
+ at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
+ at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
+ at java.net.Socket.connect(Socket.java:608) ~[?:?]
+ at redis.clients.jedis.Connection.connect(Connection.java:137) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+17:30:23.854 [http-nio-8070-exec-1] ERROR com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】调用Token验证服务异常,uri:/Riskmanage/v2/datamanage/field/list,token:d2bad9736d34437fb41c14d7b2dab625,IP:127.0.0.1
+redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
+ at redis.clients.util.Pool.getResource(Pool.java:42) ~[jedis-2.4.2.jar:?]
+ at com.fibo.ddp.common.service.redis.RedisManager.get(RedisManager.java:74) ~[classes/:?]
+ at com.fibo.ddp.manager.web.interceptor.SessionInterceptor.preHandle(SessionInterceptor.java:59) [classes/:?]
+ at org.springframework.web.servlet.HandlerExecutionChain.applyPreHandle(HandlerExecutionChain.java:148) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1055) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
+ at redis.clients.jedis.Connection.connect(Connection.java:142) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+Caused by: java.net.ConnectException: Connection refused (Connection refused)
+ at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
+ at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
+ at java.net.Socket.connect(Socket.java:608) ~[?:?]
+ at redis.clients.jedis.Connection.connect(Connection.java:137) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+17:30:24.820 [http-nio-8070-exec-2] ERROR com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】调用Token验证服务异常,uri:/Riskmanage/v2/datamanage/field/list,token:d2bad9736d34437fb41c14d7b2dab625,IP:127.0.0.1
+redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
+ at redis.clients.util.Pool.getResource(Pool.java:42) ~[jedis-2.4.2.jar:?]
+ at com.fibo.ddp.common.service.redis.RedisManager.get(RedisManager.java:74) ~[classes/:?]
+ at com.fibo.ddp.manager.web.interceptor.SessionInterceptor.preHandle(SessionInterceptor.java:59) [classes/:?]
+ at org.springframework.web.servlet.HandlerExecutionChain.applyPreHandle(HandlerExecutionChain.java:148) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1055) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
+ at redis.clients.jedis.Connection.connect(Connection.java:142) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+Caused by: java.net.ConnectException: Connection refused (Connection refused)
+ at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
+ at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
+ at java.net.Socket.connect(Socket.java:608) ~[?:?]
+ at redis.clients.jedis.Connection.connect(Connection.java:137) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
diff --git a/logs/manager/manager-INFO-2024-05-24_1.log.gz b/logs/manager/manager-INFO-2024-05-24_1.log.gz
new file mode 100644
index 0000000..73e0745
Binary files /dev/null and b/logs/manager/manager-INFO-2024-05-24_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-05-29_1.log.gz b/logs/manager/manager-INFO-2024-05-29_1.log.gz
new file mode 100644
index 0000000..fc6212a
Binary files /dev/null and b/logs/manager/manager-INFO-2024-05-29_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-05-30_1.log.gz b/logs/manager/manager-INFO-2024-05-30_1.log.gz
new file mode 100644
index 0000000..144e06c
Binary files /dev/null and b/logs/manager/manager-INFO-2024-05-30_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-05-31_1.log b/logs/manager/manager-INFO-2024-05-31_1.log
new file mode 100644
index 0000000..efe1957
--- /dev/null
+++ b/logs/manager/manager-INFO-2024-05-31_1.log
@@ -0,0 +1,723 @@
+00:02:38.703 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
+00:02:38.750 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
+09:19:46.145 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Starting JarDdpManagerWebApplication using Java 11.0.22 on liutongdeMacBook-Pro.local with PID 77715 (/Users/liutong/project/FIBO-Rule/ddp/ddp-manager-web/target/classes started by liutong in /Users/liutong/project/FIBO-Rule)
+09:19:46.149 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - The following profiles are active: dev
+09:19:47.247 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8082"]
+09:19:47.247 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
+09:19:47.247 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.41]
+09:19:47.322 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage] - Initializing Spring embedded WebApplicationContext
+09:19:48.169 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+09:19:48.295 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+09:19:50.601 [main] INFO com.fibo.ddp.common.utils.util.SnowFlakUtil - 当前机器的workId:1
+09:19:51.201 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8082"]
+09:19:51.605 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
+09:19:51.659 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - subscribe redis channel success, channel DATAX:PUBSUB:CACHE, subscribedChannels 1
+09:19:51.663 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Started JarDdpManagerWebApplication in 5.75 seconds (JVM running for 6.372)
+09:20:21.757 [http-nio-8082-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage] - Initializing Spring DispatcherServlet 'dispatcherServlet'
+09:20:21.772 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+09:20:21.818 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+09:20:37.575 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:22ce4fe32627489e9afdb700131738fd ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+09:20:37.602 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:22ce4fe32627489e9afdb700131738fd, userId:0, cost time: 29 ms ###, returnResult:{"data":{"token":"8d980b7670a4449daad72bab3157de6a"},"error":"00000000","status":"1"} <<====
+09:20:37.649 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:bd0f1988a044411aaa29ca3b7508c155 ###, request args: null, userId:1 ===>>
+09:20:37.654 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:41129ede74a242d190b3527ec1453780 ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:20:37.656 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:fb5dbddf47b04a1f834aa37dc5a32071 ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:20:37.658 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:bd0f1988a044411aaa29ca3b7508c155, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+09:20:37.663 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:fb5dbddf47b04a1f834aa37dc5a32071, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"},{"icon":"el-icon-location-outline","index":"/resourceManagement","title":"资源管理"},{"icon":"el-icon-link","index":"/organizationManagement","title":"组织管理"}],"error":"00000000","status":"1"} <<====
+09:20:37.679 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:41129ede74a242d190b3527ec1453780, userId:1, cost time: 23 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
+09:21:06.181 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:c2e09e8b217143b6affa74254785b1d4 ###, request args: null, userId:1 ===>>
+09:21:06.182 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList enter com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method, ### traceId:c6bfd0f35c93467eb16164de4da34ef9 ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:21:06.190 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:c2e09e8b217143b6affa74254785b1d4, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+09:21:06.206 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method,### traceId:c6bfd0f35c93467eb16164de4da34ef9, userId:1, cost time: 21 ms ###, returnResult:{"data":{"listRole":[{"author":"超级管理员","birth":1498724751000,"organId":46,"roleId":70,"roleName":"管理员","status":1}],"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1}},"error":"00000000","status":"1"} <<====
+09:21:08.367 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:8a7dd6322cd74db68dd764705ba4ce20 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:21:08.385 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:8a7dd6322cd74db68dd764705ba4ce20, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+09:31:28.239 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:bcbae27e080f43d5a467c30e56fccb27 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:31:28.259 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:bcbae27e080f43d5a467c30e56fccb27, userId:1, cost time: 19 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+09:31:31.615 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:79d88de14f0e4b768f8f5198d0491443 ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:31:31.634 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:79d88de14f0e4b768f8f5198d0491443, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pager":{"endRow":4,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":4,"startRow":1,"total":4},"listMenu":[{"birth":1616826703000,"code":"017","des":"用户管理","icon":"el-icon-user","name":"用户管理","parentId":0,"resourceId":17,"resourceSystem":"Auth","sort":2,"status":1,"url":"/userManagement"},{"birth":1616826703000,"code":"018","des":"角色管理","icon":"el-icon-collection-tag","name":"角色管理","parentId":0,"resourceId":18,"resourceSystem":"Auth","sort":3,"status":1,"url":"/roleManagement"},{"birth":1616826703000,"code":"019","des":"资源管理","icon":"el-icon-location-outline","name":"资源管理","parentId":0,"resourceId":19,"resourceSystem":"Auth","sort":4,"status":1,"url":"/resourceManagement"},{"birth":1616826703000,"code":"020","des":"组织管理","icon":"el-icon-link","name":"组织管理","parentId":0,"resourceId":20,"resourceSystem":"Auth","sort":5,"status":1,"url":"/organizationManagement"}]},"error":"00000000","status":"1"} <<====
+09:31:34.608 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:e85c2bdefca4456da0e1d26607022d32 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:31:34.629 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:e85c2bdefca4456da0e1d26607022d32, userId:1, cost time: 21 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+09:32:10.913 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getTreeMenu enter com.fibo.ddp.authx.system.controller.SysMenuController.getTreeMenu method, ### traceId:47b869ff630b429a870b2d0339822692 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10,"parentId":0}},, userId:1 ===>>
+09:32:10.920 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getTreeMenu method,### traceId:47b869ff630b429a870b2d0339822692, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826703000,"code":"015","des":"决策流监控","name":"决策流监控","parentId":5,"resourceId":15,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engine_result"},{"birth":1632288318000,"code":"spsz","des":"审批设置","icon":"","name":"审批设置","parentId":31,"resourceId":32,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/examineSet","userId":1},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"016","des":"操作日志","name":"操作日志","parentId":5,"resourceId":16,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/logManagement"},{"birth":1623407033000,"code":"qsfx","des":"趋势分析","icon":"","name":"趋势分析","parentId":27,"resourceId":28,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/tendencyAnalyse","userId":1},{"birth":1632288339000,"code":"spl","des":"审批流","icon":"","name":"审批流","parentId":31,"resourceId":33,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/examineCurrent","userId":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1631588364000,"code":"jbgzj","des":"脚本规则集","icon":"","name":"脚本规则集","parentId":3,"resourceId":30,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/groovyRule","userId":1},{"birth":1632288366000,"code":"spgl","des":"审批管理","icon":"","name":"审批管理","parentId":31,"resourceId":34,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/examineCentre","userId":1},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1623406986000,"code":"fxzx","des":"分析中心","icon":"el-icon-data-line","name":"分析中心","parentId":0,"resourceId":27,"resourceSystem":"EngineX","sort":5,"status":1,"url":"","userId":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"},{"birth":1618918394000,"code":"jcb","des":"决策表","icon":"","name":"决策表","parentId":3,"resourceId":26,"resourceSystem":"EngineX","sort":7,"status":1,"url":"/decisionTable","userId":1},{"birth":1632288154000,"code":"spzx","des":"审批中心","icon":"el-icon-check","name":"审批中心","parentId":0,"resourceId":31,"resourceSystem":"EngineX","sort":7,"status":1,"url":"","userId":1},{"birth":1625220968000,"code":"jcs","des":"决策树","icon":"","name":"决策树","parentId":3,"resourceId":29,"resourceSystem":"EngineX","sort":8,"status":1,"url":"/decisionTree","userId":1},{"birth":1639733670000,"code":"jhcz","des":"集合规则","icon":"","name":"集合规则","parentId":3,"resourceId":48,"resourceSystem":"EngineX","sort":9,"status":1,"url":"/listOperation","userId":1},{"birth":1648017554000,"code":"sjqx","des":"数据清洗","icon":"","name":"数据清洗","parentId":3,"resourceId":49,"resourceSystem":"EngineX","sort":11,"status":1,"url":"/dataRinse","userId":1}],"error":"00000000","status":"1"} <<====
+09:32:31.815 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:3502d612526d4e9e9b5a62ee27893afe ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:32:31.828 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:3502d612526d4e9e9b5a62ee27893afe, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+09:34:47.576 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:2eaa577b66e84cb593cc72762ba67131 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:34:47.593 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:2eaa577b66e84cb593cc72762ba67131, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+09:34:50.118 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:b63c100c295e4216a841accf1f40490f ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:34:50.140 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:b63c100c295e4216a841accf1f40490f, userId:1, cost time: 22 ms ###, returnResult:{"data":{"pager":{"endRow":4,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":4,"startRow":1,"total":4},"listMenu":[{"birth":1616826703000,"code":"017","des":"用户管理","icon":"el-icon-user","name":"用户管理","parentId":0,"resourceId":17,"resourceSystem":"Auth","sort":2,"status":1,"url":"/userManagement"},{"birth":1616826703000,"code":"018","des":"角色管理","icon":"el-icon-collection-tag","name":"角色管理","parentId":0,"resourceId":18,"resourceSystem":"Auth","sort":3,"status":1,"url":"/roleManagement"},{"birth":1616826703000,"code":"019","des":"资源管理","icon":"el-icon-location-outline","name":"资源管理","parentId":0,"resourceId":19,"resourceSystem":"Auth","sort":4,"status":1,"url":"/resourceManagement"},{"birth":1616826703000,"code":"020","des":"组织管理","icon":"el-icon-link","name":"组织管理","parentId":0,"resourceId":20,"resourceSystem":"Auth","sort":5,"status":1,"url":"/organizationManagement"}]},"error":"00000000","status":"1"} <<====
+09:34:51.269 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:337780a804cf4bb693a4557087479bd3 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:34:51.287 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:337780a804cf4bb693a4557087479bd3, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+09:34:51.866 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:224e59235cee4259b74a70a40542f2c2 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:34:51.877 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:224e59235cee4259b74a70a40542f2c2, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+09:34:52.636 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:86e4b3a7194848848d15b003dbde4915 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:34:52.645 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:86e4b3a7194848848d15b003dbde4915, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+09:34:53.046 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:a9287e00c443461cbdb6c72db48d76a1 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:34:53.062 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:a9287e00c443461cbdb6c72db48d76a1, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+09:35:42.591 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:9042000f600c4d10b76c84fa6a3d55c9 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:35:42.599 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:9042000f600c4d10b76c84fa6a3d55c9, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+09:35:43.384 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:5e68d8efd49642d8bdb8fe1fec351896 ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:35:43.401 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:5e68d8efd49642d8bdb8fe1fec351896, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":4,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":4,"startRow":1,"total":4},"listMenu":[{"birth":1616826703000,"code":"017","des":"用户管理","icon":"el-icon-user","name":"用户管理","parentId":0,"resourceId":17,"resourceSystem":"Auth","sort":2,"status":1,"url":"/userManagement"},{"birth":1616826703000,"code":"018","des":"角色管理","icon":"el-icon-collection-tag","name":"角色管理","parentId":0,"resourceId":18,"resourceSystem":"Auth","sort":3,"status":1,"url":"/roleManagement"},{"birth":1616826703000,"code":"019","des":"资源管理","icon":"el-icon-location-outline","name":"资源管理","parentId":0,"resourceId":19,"resourceSystem":"Auth","sort":4,"status":1,"url":"/resourceManagement"},{"birth":1616826703000,"code":"020","des":"组织管理","icon":"el-icon-link","name":"组织管理","parentId":0,"resourceId":20,"resourceSystem":"Auth","sort":5,"status":1,"url":"/organizationManagement"}]},"error":"00000000","status":"1"} <<====
+09:35:43.889 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:1f9e1cbd2b92408b9b97500ceaa1903d ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:35:43.906 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:1f9e1cbd2b92408b9b97500ceaa1903d, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+09:35:44.433 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:e7cb385b331e421abf4de2e71399416f ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:35:44.450 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:e7cb385b331e421abf4de2e71399416f, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+09:36:30.691 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:973d59f0a369442ea347f482e07fac7c ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:36:30.701 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:973d59f0a369442ea347f482e07fac7c, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+09:36:37.089 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:6f4d8be30e3846d1b772d66f47ff370f ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:36:37.106 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:6f4d8be30e3846d1b772d66f47ff370f, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+09:36:39.734 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getTreeMenu enter com.fibo.ddp.authx.system.controller.SysMenuController.getTreeMenu method, ### traceId:19c65558b6b64ef783ad0bce51e677ba ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10,"parentId":0}},, userId:1 ===>>
+09:36:39.742 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getTreeMenu method,### traceId:19c65558b6b64ef783ad0bce51e677ba, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826703000,"code":"015","des":"决策流监控","name":"决策流监控","parentId":5,"resourceId":15,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engine_result"},{"birth":1632288318000,"code":"spsz","des":"审批设置","icon":"","name":"审批设置","parentId":31,"resourceId":32,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/examineSet","userId":1},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"016","des":"操作日志","name":"操作日志","parentId":5,"resourceId":16,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/logManagement"},{"birth":1623407033000,"code":"qsfx","des":"趋势分析","icon":"","name":"趋势分析","parentId":27,"resourceId":28,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/tendencyAnalyse","userId":1},{"birth":1632288339000,"code":"spl","des":"审批流","icon":"","name":"审批流","parentId":31,"resourceId":33,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/examineCurrent","userId":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1631588364000,"code":"jbgzj","des":"脚本规则集","icon":"","name":"脚本规则集","parentId":3,"resourceId":30,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/groovyRule","userId":1},{"birth":1632288366000,"code":"spgl","des":"审批管理","icon":"","name":"审批管理","parentId":31,"resourceId":34,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/examineCentre","userId":1},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1623406986000,"code":"fxzx","des":"分析中心","icon":"el-icon-data-line","name":"分析中心","parentId":0,"resourceId":27,"resourceSystem":"EngineX","sort":5,"status":1,"url":"","userId":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"},{"birth":1618918394000,"code":"jcb","des":"决策表","icon":"","name":"决策表","parentId":3,"resourceId":26,"resourceSystem":"EngineX","sort":7,"status":1,"url":"/decisionTable","userId":1},{"birth":1632288154000,"code":"spzx","des":"审批中心","icon":"el-icon-check","name":"审批中心","parentId":0,"resourceId":31,"resourceSystem":"EngineX","sort":7,"status":1,"url":"","userId":1},{"birth":1625220968000,"code":"jcs","des":"决策树","icon":"","name":"决策树","parentId":3,"resourceId":29,"resourceSystem":"EngineX","sort":8,"status":1,"url":"/decisionTree","userId":1},{"birth":1639733670000,"code":"jhcz","des":"集合规则","icon":"","name":"集合规则","parentId":3,"resourceId":48,"resourceSystem":"EngineX","sort":9,"status":1,"url":"/listOperation","userId":1},{"birth":1648017554000,"code":"sjqx","des":"数据清洗","icon":"","name":"数据清洗","parentId":3,"resourceId":49,"resourceSystem":"EngineX","sort":11,"status":1,"url":"/dataRinse","userId":1}],"error":"00000000","status":"1"} <<====
+09:37:13.740 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:a1234857b8ef469ebfb30480b3f2bdaf ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:37:13.760 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:a1234857b8ef469ebfb30480b3f2bdaf, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+09:39:53.947 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:edf18c8ac0c64ebd8a5a8564879f6dab ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:39:53.966 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:edf18c8ac0c64ebd8a5a8564879f6dab, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+09:39:54.741 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:d5ffaee43f4f4f6e81f2d9a2f4940be1 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:39:54.759 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:d5ffaee43f4f4f6e81f2d9a2f4940be1, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+09:40:33.841 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getTreeMenu enter com.fibo.ddp.authx.system.controller.SysMenuController.getTreeMenu method, ### traceId:ec750609dc1d4a95a50d60ca93336171 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10,"parentId":0}},, userId:1 ===>>
+09:40:33.848 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getTreeMenu method,### traceId:ec750609dc1d4a95a50d60ca93336171, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826703000,"code":"015","des":"决策流监控","name":"决策流监控","parentId":5,"resourceId":15,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engine_result"},{"birth":1632288318000,"code":"spsz","des":"审批设置","icon":"","name":"审批设置","parentId":31,"resourceId":32,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/examineSet","userId":1},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"016","des":"操作日志","name":"操作日志","parentId":5,"resourceId":16,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/logManagement"},{"birth":1623407033000,"code":"qsfx","des":"趋势分析","icon":"","name":"趋势分析","parentId":27,"resourceId":28,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/tendencyAnalyse","userId":1},{"birth":1632288339000,"code":"spl","des":"审批流","icon":"","name":"审批流","parentId":31,"resourceId":33,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/examineCurrent","userId":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1631588364000,"code":"jbgzj","des":"脚本规则集","icon":"","name":"脚本规则集","parentId":3,"resourceId":30,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/groovyRule","userId":1},{"birth":1632288366000,"code":"spgl","des":"审批管理","icon":"","name":"审批管理","parentId":31,"resourceId":34,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/examineCentre","userId":1},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1623406986000,"code":"fxzx","des":"分析中心","icon":"el-icon-data-line","name":"分析中心","parentId":0,"resourceId":27,"resourceSystem":"EngineX","sort":5,"status":1,"url":"","userId":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"},{"birth":1618918394000,"code":"jcb","des":"决策表","icon":"","name":"决策表","parentId":3,"resourceId":26,"resourceSystem":"EngineX","sort":7,"status":1,"url":"/decisionTable","userId":1},{"birth":1632288154000,"code":"spzx","des":"审批中心","icon":"el-icon-check","name":"审批中心","parentId":0,"resourceId":31,"resourceSystem":"EngineX","sort":7,"status":1,"url":"","userId":1},{"birth":1625220968000,"code":"jcs","des":"决策树","icon":"","name":"决策树","parentId":3,"resourceId":29,"resourceSystem":"EngineX","sort":8,"status":1,"url":"/decisionTree","userId":1},{"birth":1639733670000,"code":"jhcz","des":"集合规则","icon":"","name":"集合规则","parentId":3,"resourceId":48,"resourceSystem":"EngineX","sort":9,"status":1,"url":"/listOperation","userId":1},{"birth":1648017554000,"code":"sjqx","des":"数据清洗","icon":"","name":"数据清洗","parentId":3,"resourceId":49,"resourceSystem":"EngineX","sort":11,"status":1,"url":"/dataRinse","userId":1}],"error":"00000000","status":"1"} <<====
+09:40:55.934 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:5e573e83a5b9458587c0d271057713fb ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:40:55.950 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:5e573e83a5b9458587c0d271057713fb, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+10:02:17.054 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:17.054 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:17.054 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:17.054 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:17.054 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:17.054 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:17.068 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:17.068 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:17.068 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:17.069 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:17.069 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+10:02:41.271 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:31e3d2c3a9ad4833b8961dd034a38572 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+10:02:41.309 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:31e3d2c3a9ad4833b8961dd034a38572, userId:0, cost time: 39 ms ###, returnResult:{"data":{"token":"dfb88b79032e4f62aa504b79702b686a"},"error":"00000000","status":"1"} <<====
+10:02:41.369 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:628dba9ebef34ded9214a6a0af29ca90 ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+10:02:41.371 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:975c2b37981a495c985f27b3f12e5011 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+10:02:41.373 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:2370fb000deb485d848993db6ea83361 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+10:02:41.383 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:48e2cf65bda2454d9cfd980e799a64b5 ###, request args: {paramMap:{}},, userId:1 ===>>
+10:02:41.385 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:cd7b51437c5c4a29aed074962d8a7962 ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+10:02:41.387 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:975c2b37981a495c985f27b3f12e5011, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+10:02:41.388 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:628dba9ebef34ded9214a6a0af29ca90, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+10:02:41.388 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:e3b11dbda8b3433684a6e7cd92df46a9 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+10:02:41.397 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:2370fb000deb485d848993db6ea83361, userId:1, cost time: 21 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:02:41.400 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:4f6b4d500f44439b93654b585a41c780 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+10:02:41.402 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:310e5d58da094f088e880564bf00920a ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+10:02:41.403 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:50cdcb5cf0a24271a11f19da06da0cb3 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+10:02:41.404 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:48e2cf65bda2454d9cfd980e799a64b5, userId:1, cost time: 18 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+10:02:41.405 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:e3b11dbda8b3433684a6e7cd92df46a9, userId:1, cost time: 22 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+10:02:41.410 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:cf08ef7a52334cf18183df8217af3012 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+10:02:41.410 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:d3b2bf1e70f049b5a3719ee6a81a4e1c ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+10:02:41.411 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:310e5d58da094f088e880564bf00920a, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+10:02:41.412 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:4f6b4d500f44439b93654b585a41c780, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+10:02:41.414 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:50cdcb5cf0a24271a11f19da06da0cb3, userId:1, cost time: 11 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+10:02:41.415 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:0d249289ab3948b0b7347f1aee31e7dc ###, request args: null, userId:1 ===>>
+10:02:41.415 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:cf08ef7a52334cf18183df8217af3012, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"b01b544e-c598-4e75-a15a-ef82e24760bf","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"3b9db34c-aa6f-4881-91e0-273a504b0be6","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"9999805c-0ab1-4528-9333-9927edaf3c9f","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"a51a378c-f9b0-41a8-b7d1-53a5c190b226","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"1e10d3dc-3499-4189-80b4-f2018690a08c","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+10:02:41.419 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:cd7b51437c5c4a29aed074962d8a7962, userId:1, cost time: 32 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:02:41.420 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:d3b2bf1e70f049b5a3719ee6a81a4e1c, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+10:02:41.448 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:0d249289ab3948b0b7347f1aee31e7dc, userId:1, cost time: 31 ms ###, returnResult:{"data":{"lastLoginTime":1717118438000,"recentDayMap":{"datasets":[{"data":[17],"label":"测试引擎"}],"labels":["2024-05-30"]},"logList":[{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":17,"totleNum":17,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":17,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[17],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+10:02:52.920 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:9efb0bdce1e34587a20cde6ff79dd8a1 ###, request args: null, userId:1 ===>>
+10:02:52.921 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:9d1cb8509bf74c01ae958c6b719b75ec ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+10:02:52.932 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:9d1cb8509bf74c01ae958c6b719b75ec, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"2168f3b9-0246-415d-a3ef-1bb91794c574","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"0f7809ff-a2db-4d2c-8388-67394ee4ea48","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"ed627258-c6c7-46b9-a455-6dba8d73a0ff","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"6dd842dc-daa0-47ff-9c04-6a65d3c2d402","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"4fc9d801-80b4-423d-9f77-288101b6397f","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+10:02:52.947 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:9efb0bdce1e34587a20cde6ff79dd8a1, userId:1, cost time: 27 ms ###, returnResult:{"data":{"lastLoginTime":1717118438000,"recentDayMap":{"datasets":[{"data":[17],"label":"测试引擎"}],"labels":["2024-05-30"]},"logList":[{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":17,"totleNum":17,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":17,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[17],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+10:03:01.965 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:82f1062031d7464ea7d78c4c5fc28c4a ###, request args: {paramMap:{}},, userId:1 ===>>
+10:03:01.974 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:9cf81089ba3d4e2fba68732069a0e1fe ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+10:03:01.974 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:e98dd9dcddb5495f804aa63ae3ab861a ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+10:03:01.974 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:31482e0d9c7944229c2439ee3259a94c ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+10:03:01.974 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:2240daab66ae4f96b3d510ac3bfc88b7 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+10:03:01.974 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:8a1ebfeb5ef9478b8ae0623518194371 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+10:03:01.976 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:82f1062031d7464ea7d78c4c5fc28c4a, userId:1, cost time: 12 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+10:03:01.985 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:8a1ebfeb5ef9478b8ae0623518194371, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+10:03:01.986 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:2240daab66ae4f96b3d510ac3bfc88b7, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+10:03:01.987 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:256f3a74036347a3b89def5470b4e47d ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+10:03:01.988 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:31482e0d9c7944229c2439ee3259a94c, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:03:01.990 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:9cf81089ba3d4e2fba68732069a0e1fe, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+10:03:01.991 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:b4db2992bd2043c9844edae634c34e2d ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+10:03:01.991 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:256f3a74036347a3b89def5470b4e47d, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+10:03:01.992 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:e98dd9dcddb5495f804aa63ae3ab861a, userId:1, cost time: 18 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:03:01.995 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:510b645ea9844c76872c3be60d9522b4 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+10:03:01.995 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:b4db2992bd2043c9844edae634c34e2d, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+10:03:01.996 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:4b0b41f8a2324a7ebc4ae5e86558bbe5 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+10:03:01.998 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:510b645ea9844c76872c3be60d9522b4, userId:1, cost time: 3 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+10:03:02.000 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:4b0b41f8a2324a7ebc4ae5e86558bbe5, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+10:03:22.838 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:ac721db2d8b44df1817998a3806d70dc ###, request args: {searchString:null},{pageNo:1},{pageSize:10},, userId:1 ===>>
+10:03:22.856 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:ac721db2d8b44df1817998a3806d70dc, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+10:09:38.642 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/initupdate/1 enter com.fibo.ddp.enginex.riskengine.controller.EngineController.initupdate method, ### traceId:6c95556b248944ad9b4a19bf59e6d031 ###, request args: {id:"1"},, userId:1 ===>>
+10:09:38.676 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.initupdate method,### traceId:6c95556b248944ad9b4a19bf59e6d031, userId:1, cost time: 17 ms ###, returnResult:{"data":{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","engineVersionList":[{"bootState":1,"createTime":"Wed May 29 11:11:36 CST 2024","engineId":1,"engineNodeList":[{"nextNodes":"ND_7","nodeCode":"ND_START","nodeId":1,"nodeName":"开始","nodeOrder":1,"nodeType":1,"nodeX":-326.0,"nodeY":-268.0,"params":"{\"arr_linkId\":\"\",\"dataId\":\"-1\",\"url\":\"/Riskmanage/resource/images/decision/start.png\",\"type\":\"1\"}","versionId":1},{"nodeCode":"ND_7","nodeId":9,"nodeJson":"{\"scorecardList\":[{\"scorecardId\":1,\"parentId\":2,\"code\":\"aaa\",\"name\":\"aaa\",\"versionId\":1,\"versionCode\":\"V:0\",\"versionDesc\":\"初始版本\"}],\"terminationInfo\":{\"output\":{\"fieldId\":\"\",\"fieldCode\":\"\",\"fieldName\":\"\",\"valueType\":1,\"variableType\":1,\"fieldValue\":\"\"},\"selectedRule\":[],\"conditions\":[{\"fieldCode\":\"\",\"fieldName\":\"\",\"valueType\":1,\"operator\":\"\",\"value\":\"\",\"relativeOperator\":\"\"}]}}","nodeName":"评分卡","nodeOrder":7,"nodeScript":"{\"terminationInfo\":{\"output\":{\"variableType\":1,\"fieldName\":\"\",\"fieldCode\":\"\",\"valueType\":1,\"fieldValue\":\"\",\"fieldId\":\"\"},\"selectedRule\":[],\"conditions\":[{\"fieldName\":\"\",\"fieldCode\":\"\",\"relativeOperator\":\"\",\"valueType\":1,\"value\":\"\",\"operator\":\"\"}]},\"scorecardList\":[{\"versionId\":1,\"versionDesc\":\"初始版本\",\"code\":\"aaa\",\"name\":\"aaa\",\"scorecardId\":1,\"parentId\":2,\"versionCode\":\"V:0\"}]}","nodeType":4,"nodeX":-82.0,"nodeY":-245.75,"parentId":"1","versionId":1}],"latestTime":"Wed May 29 11:11:36 CST 2024","latestUser":1,"layout":0,"status":1,"subVersion":0,"userId":1,"version":0,"versionId":1}],"exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000},"error":"00000000","status":"1"} <<====
+10:09:44.116 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/initupdate/1 enter com.fibo.ddp.enginex.riskengine.controller.EngineController.initupdate method, ### traceId:289f44b9342b4917851825e63df217f3 ###, request args: {id:"1"},, userId:1 ===>>
+10:09:44.129 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.initupdate method,### traceId:289f44b9342b4917851825e63df217f3, userId:1, cost time: 14 ms ###, returnResult:{"data":{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","engineVersionList":[{"bootState":1,"createTime":"Wed May 29 11:11:36 CST 2024","engineId":1,"engineNodeList":[{"nextNodes":"ND_7","nodeCode":"ND_START","nodeId":1,"nodeName":"开始","nodeOrder":1,"nodeType":1,"nodeX":-326.0,"nodeY":-268.0,"params":"{\"arr_linkId\":\"\",\"dataId\":\"-1\",\"url\":\"/Riskmanage/resource/images/decision/start.png\",\"type\":\"1\"}","versionId":1},{"nodeCode":"ND_7","nodeId":9,"nodeJson":"{\"scorecardList\":[{\"scorecardId\":1,\"parentId\":2,\"code\":\"aaa\",\"name\":\"aaa\",\"versionId\":1,\"versionCode\":\"V:0\",\"versionDesc\":\"初始版本\"}],\"terminationInfo\":{\"output\":{\"fieldId\":\"\",\"fieldCode\":\"\",\"fieldName\":\"\",\"valueType\":1,\"variableType\":1,\"fieldValue\":\"\"},\"selectedRule\":[],\"conditions\":[{\"fieldCode\":\"\",\"fieldName\":\"\",\"valueType\":1,\"operator\":\"\",\"value\":\"\",\"relativeOperator\":\"\"}]}}","nodeName":"评分卡","nodeOrder":7,"nodeScript":"{\"terminationInfo\":{\"output\":{\"variableType\":1,\"fieldName\":\"\",\"fieldCode\":\"\",\"valueType\":1,\"fieldValue\":\"\",\"fieldId\":\"\"},\"selectedRule\":[],\"conditions\":[{\"fieldName\":\"\",\"fieldCode\":\"\",\"relativeOperator\":\"\",\"valueType\":1,\"value\":\"\",\"operator\":\"\"}]},\"scorecardList\":[{\"versionId\":1,\"versionDesc\":\"初始版本\",\"code\":\"aaa\",\"name\":\"aaa\",\"scorecardId\":1,\"parentId\":2,\"versionCode\":\"V:0\"}]}","nodeType":4,"nodeX":-82.0,"nodeY":-245.75,"parentId":"1","versionId":1}],"latestTime":"Wed May 29 11:11:36 CST 2024","latestUser":1,"layout":0,"status":1,"subVersion":0,"userId":1,"version":0,"versionId":1}],"exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000},"error":"00000000","status":"1"} <<====
+10:09:57.667 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/initupdate/1 enter com.fibo.ddp.enginex.riskengine.controller.EngineController.initupdate method, ### traceId:f0d9f59b48804b5790e4b10c6711cf7e ###, request args: {id:"1"},, userId:1 ===>>
+10:09:57.680 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.initupdate method,### traceId:f0d9f59b48804b5790e4b10c6711cf7e, userId:1, cost time: 13 ms ###, returnResult:{"data":{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","engineVersionList":[{"bootState":1,"createTime":"Wed May 29 11:11:36 CST 2024","engineId":1,"engineNodeList":[{"nextNodes":"ND_7","nodeCode":"ND_START","nodeId":1,"nodeName":"开始","nodeOrder":1,"nodeType":1,"nodeX":-326.0,"nodeY":-268.0,"params":"{\"arr_linkId\":\"\",\"dataId\":\"-1\",\"url\":\"/Riskmanage/resource/images/decision/start.png\",\"type\":\"1\"}","versionId":1},{"nodeCode":"ND_7","nodeId":9,"nodeJson":"{\"scorecardList\":[{\"scorecardId\":1,\"parentId\":2,\"code\":\"aaa\",\"name\":\"aaa\",\"versionId\":1,\"versionCode\":\"V:0\",\"versionDesc\":\"初始版本\"}],\"terminationInfo\":{\"output\":{\"fieldId\":\"\",\"fieldCode\":\"\",\"fieldName\":\"\",\"valueType\":1,\"variableType\":1,\"fieldValue\":\"\"},\"selectedRule\":[],\"conditions\":[{\"fieldCode\":\"\",\"fieldName\":\"\",\"valueType\":1,\"operator\":\"\",\"value\":\"\",\"relativeOperator\":\"\"}]}}","nodeName":"评分卡","nodeOrder":7,"nodeScript":"{\"terminationInfo\":{\"output\":{\"variableType\":1,\"fieldName\":\"\",\"fieldCode\":\"\",\"valueType\":1,\"fieldValue\":\"\",\"fieldId\":\"\"},\"selectedRule\":[],\"conditions\":[{\"fieldName\":\"\",\"fieldCode\":\"\",\"relativeOperator\":\"\",\"valueType\":1,\"value\":\"\",\"operator\":\"\"}]},\"scorecardList\":[{\"versionId\":1,\"versionDesc\":\"初始版本\",\"code\":\"aaa\",\"name\":\"aaa\",\"scorecardId\":1,\"parentId\":2,\"versionCode\":\"V:0\"}]}","nodeType":4,"nodeX":-82.0,"nodeY":-245.75,"parentId":"1","versionId":1}],"latestTime":"Wed May 29 11:11:36 CST 2024","latestUser":1,"layout":0,"status":1,"subVersion":0,"userId":1,"version":0,"versionId":1}],"exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000},"error":"00000000","status":"1"} <<====
+10:10:06.358 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:a2edb1332aa648c888f318cca03bf7d1 ###, request args: {searchString:null},{pageNo:1},{pageSize:999999},, userId:1 ===>>
+10:10:06.369 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:a2edb1332aa648c888f318cca03bf7d1, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":999999,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+10:10:06.401 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/version/1 enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getEngineVersionList method, ### traceId:5c08ea374f194a6ebbe7d32ddef742eb ###, request args: {engineId:1},, userId:1 ===>>
+10:10:06.411 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getEngineVersionList method,### traceId:5c08ea374f194a6ebbe7d32ddef742eb, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"engineVersion":{"bootState":1,"createTime":"Wed May 29 11:11:36 CST 2024","engineId":1,"latestTime":"Wed May 29 11:11:36 CST 2024","latestUser":1,"layout":0,"status":1,"subVersion":0,"userId":1,"version":0,"versionId":1},"subEngineVersionList":[]}],"error":"00000000","status":"1"} <<====
+10:10:06.437 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/decision_flow/getNodeList/1 enter com.fibo.ddp.enginex.riskengine.controller.DecisionFlowController.getNodeList method, ### traceId:eb0b3ab0c25e4bedb7a19c1dd23838ae ###, request args: {versionId:1},, userId:1 ===>>
+10:10:06.448 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.DecisionFlowController.getNodeList method,### traceId:eb0b3ab0c25e4bedb7a19c1dd23838ae, userId:1, cost time: 11 ms ###, returnResult:{"data":{"versionId":1,"maxOrder":7,"engineNodeList":[{"nextNodes":"ND_7","nodeCode":"ND_START","nodeId":1,"nodeName":"开始","nodeOrder":1,"nodeType":1,"nodeX":-326.0,"nodeY":-268.0,"params":"{\"arr_linkId\":\"\",\"dataId\":\"-1\",\"url\":\"/Riskmanage/resource/images/decision/start.png\",\"type\":\"1\"}","versionId":1},{"nodeCode":"ND_7","nodeId":9,"nodeJson":"{\"scorecardList\":[{\"scorecardId\":1,\"parentId\":2,\"code\":\"aaa\",\"name\":\"aaa\",\"versionId\":1,\"versionCode\":\"V:0\",\"versionDesc\":\"初始版本\"}],\"terminationInfo\":{\"output\":{\"fieldId\":\"\",\"fieldCode\":\"\",\"fieldName\":\"\",\"valueType\":1,\"variableType\":1,\"fieldValue\":\"\"},\"selectedRule\":[],\"conditions\":[{\"fieldCode\":\"\",\"fieldName\":\"\",\"valueType\":1,\"operator\":\"\",\"value\":\"\",\"relativeOperator\":\"\"}]}}","nodeName":"评分卡","nodeOrder":7,"nodeScript":"{\"terminationInfo\":{\"output\":{\"variableType\":1,\"fieldName\":\"\",\"fieldCode\":\"\",\"valueType\":1,\"fieldValue\":\"\",\"fieldId\":\"\"},\"selectedRule\":[],\"conditions\":[{\"fieldName\":\"\",\"fieldCode\":\"\",\"relativeOperator\":\"\",\"valueType\":1,\"value\":\"\",\"operator\":\"\"}]},\"scorecardList\":[{\"versionId\":1,\"versionDesc\":\"初始版本\",\"code\":\"aaa\",\"name\":\"aaa\",\"scorecardId\":1,\"parentId\":2,\"versionCode\":\"V:0\"}]}","nodeType":4,"nodeX":-82.0,"nodeY":-245.75,"parentId":"1","versionId":1}]},"error":"00000000","status":"1"} <<====
+10:11:45.677 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getUUID enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getUUID method, ### traceId:9d52ed292d394c4597956ee0b3f09b61 ###, request args: null, userId:1 ===>>
+10:11:45.678 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getUUID method,### traceId:9d52ed292d394c4597956ee0b3f09b61, userId:1, cost time: 1 ms ###, returnResult:{"data":"314a9b93-6c7a-4cab-877e-a8f963a7d2a8","error":"00000000","status":"1"} <<====
+10:11:54.747 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:88908834b64c415fa5d4f8c127ae34b0 ###, request args: {param:{"parentId":0,"treeType":"5","type":1}},, userId:1 ===>>
+10:11:54.772 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:88908834b64c415fa5d4f8c127ae34b0, userId:1, cost time: 19 ms ###, returnResult:{"data":[{"parentId":1,"treeType":"5","type":1,"status":[1],"name":"复杂规则集合","tree_type":[5],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":1,"isParent":"true","name":"测试规则集","organId":1,"parentId":0,"status":1,"treeType":5,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+10:11:54.794 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:de3f757696184baba37291f1cbd767bb ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2}}},, userId:1 ===>>
+10:11:54.804 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:de3f757696184baba37291f1cbd767bb, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:11:58.592 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:477bb0afae2d47689cd65e736f5dd414 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2,"parentId":1}}},, userId:1 ===>>
+10:11:58.613 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:477bb0afae2d47689cd65e736f5dd414, userId:1, cost time: 21 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:11:58.995 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:0faa2845165149e7998b80d3794bfc29 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2,"parentId":1}}},, userId:1 ===>>
+10:11:59.010 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:0faa2845165149e7998b80d3794bfc29, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:11:59.999 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:f55cce94e4d44b29910002d61557efe8 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2,"parentId":1}}},, userId:1 ===>>
+10:12:00.026 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:f55cce94e4d44b29910002d61557efe8, userId:1, cost time: 27 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:12:00.415 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:35e177f3aefc4862b3af3e6d2149e889 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2,"parentId":1}}},, userId:1 ===>>
+10:12:00.432 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:35e177f3aefc4862b3af3e6d2149e889, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:12:00.594 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:5996cc0e7e1c4b9789246793c4f8433c ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2,"parentId":1}}},, userId:1 ===>>
+10:12:00.612 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:5996cc0e7e1c4b9789246793c4f8433c, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:12:01.171 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:36e7107321f64e24a1d74efde2e38cb7 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2,"parentId":1}}},, userId:1 ===>>
+10:12:01.196 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:36e7107321f64e24a1d74efde2e38cb7, userId:1, cost time: 25 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+10:12:04.117 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleInfo/1 enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleInfo method, ### traceId:525702cc3ae24a9195224e27651947b7 ###, request args: {id:1},, userId:1 ===>>
+10:12:04.149 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleInfo method,### traceId:525702cc3ae24a9195224e27651947b7, userId:1, cost time: 27 ms ###, returnResult:{"data":{"author":1,"code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1},"error":"00000000","status":"1"} <<====
+10:12:04.160 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/ruleVersion/getRuleVersionInfo/1 enter com.fibo.ddp.strategyx.guiderule.controller.RuleVersionController.getRuleVersionInfo method, ### traceId:30ca90b2fb9e46c48a148ff4e6bb4081 ###, request args: {versionId:1},, userId:1 ===>>
+10:12:04.246 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleVersionController.getRuleVersionInfo method,### traceId:30ca90b2fb9e46c48a148ff4e6bb4081, userId:1, cost time: 80 ms ###, returnResult:{"data":{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleBlockVoList":[{"createTime":1716968114000,"failOutputList":[],"id":10004,"resultFieldEn":"age","ruleConditionVo":{"blockId":10004,"children":[{"blockId":10004,"children":[],"conditionType":2,"createTime":1716968114000,"fieldEn":"age","fieldType":2,"fieldValue":"18","id":10,"loopGroupActions":[],"operator":">=","parentId":9,"ruleId":1,"variableType":1,"versionId":1}],"conditionType":1,"createTime":1716968114000,"fieldType":2,"id":9,"logical":"&&","loopGroupActions":[],"parentId":0,"ruleId":1,"versionId":1},"ruleId":1,"score":20,"scoreFieldEn":"age","strategyOutputList":[{"createTime":1717064114000,"fieldEn":"age","fieldId":1,"fieldValue":"{\"farr\":[],\"formula\":\"哈哈哈哈哈\"}","id":3,"outCondition":"{\"logical\":\"&&\",\"conditionList\":[{\"conditionType\":2,\"fieldEn\":\"age\",\"fieldValue\":\"18\",\"operator\":\">\",\"variableType\":1},{\"conditionType\":2,\"fieldEn\":\"age\",\"fieldValue\":\"20\",\"operator\":\"<=\",\"variableType\":1}]}","outType":"success","strategyId":10004,"strategyType":"complex_rule","updateTime":1717064114000,"variableType":3}],"updateTime":1716968114000,"versionId":1}],"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"},"error":"00000000","status":"1"} <<====
+10:29:09.929 [pool-2-thread-1] ERROR com.fibo.ddp.common.service.redis.RedisManager - redis订阅异常:channel:DATAX:PUBSUB:CACHE
+redis.clients.jedis.exceptions.JedisConnectionException: It seems like server has closed the connection.
+ at redis.clients.util.RedisInputStream.readLine(RedisInputStream.java:90) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.Protocol.processMultiBulkReply(Protocol.java:175) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.Protocol.process(Protocol.java:124) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.Protocol.read(Protocol.java:191) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.Connection.getRawObjectMultiBulkReply(Connection.java:221) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisPubSub.process(JedisPubSub.java:109) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisPubSub.proceed(JedisPubSub.java:103) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.Jedis.subscribe(Jedis.java:2753) ~[jedis-2.4.2.jar:?]
+ at com.fibo.ddp.common.service.redis.RedisManager.subscribe(RedisManager.java:841) [classes/:?]
+ at com.fibo.ddp.common.service.datax.cache.impl.DataXCacheServiceImpl$1.run(DataXCacheServiceImpl.java:107) [classes/:?]
+ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
+ at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:264) [?:?]
+ at java.util.concurrent.FutureTask.run(FutureTask.java) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+10:35:07.174 [http-nio-8082-exec-1] ERROR com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】调用Token验证服务异常,uri:/Riskmanage/v2/knowledge/tree/list,token:dfb88b79032e4f62aa504b79702b686a,IP:127.0.0.1
+redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
+ at redis.clients.util.Pool.getResource(Pool.java:42) ~[jedis-2.4.2.jar:?]
+ at com.fibo.ddp.common.service.redis.RedisManager.get(RedisManager.java:74) ~[classes/:?]
+ at com.fibo.ddp.manager.web.interceptor.SessionInterceptor.preHandle(SessionInterceptor.java:59) [classes/:?]
+ at org.springframework.web.servlet.HandlerExecutionChain.applyPreHandle(HandlerExecutionChain.java:148) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1055) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
+ at redis.clients.jedis.Connection.connect(Connection.java:142) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+Caused by: java.net.ConnectException: Connection refused (Connection refused)
+ at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
+ at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
+ at java.net.Socket.connect(Socket.java:608) ~[?:?]
+ at redis.clients.jedis.Connection.connect(Connection.java:137) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+10:35:07.177 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000101,"errMsg:":服务繁忙,请稍后再试!}
+13:50:07.170 [http-nio-8082-exec-8] ERROR com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】调用Token验证服务异常,uri:/Riskmanage/v2/engine/initupdate/1,token:dfb88b79032e4f62aa504b79702b686a,IP:127.0.0.1
+redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
+ at redis.clients.util.Pool.getResource(Pool.java:42) ~[jedis-2.4.2.jar:?]
+ at com.fibo.ddp.common.service.redis.RedisManager.get(RedisManager.java:74) ~[classes/:?]
+ at com.fibo.ddp.manager.web.interceptor.SessionInterceptor.preHandle(SessionInterceptor.java:59) [classes/:?]
+ at org.springframework.web.servlet.HandlerExecutionChain.applyPreHandle(HandlerExecutionChain.java:148) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1055) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
+ at redis.clients.jedis.Connection.connect(Connection.java:142) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+Caused by: java.net.ConnectException: Connection refused (Connection refused)
+ at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
+ at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
+ at java.net.Socket.connect(Socket.java:608) ~[?:?]
+ at redis.clients.jedis.Connection.connect(Connection.java:137) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+13:50:07.177 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000101,"errMsg:":服务繁忙,请稍后再试!}
+15:04:10.402 [http-nio-8082-exec-7] ERROR com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】调用Token验证服务异常,uri:/Riskmanage/v2/engine/getUUID,token:dfb88b79032e4f62aa504b79702b686a,IP:127.0.0.1
+redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
+ at redis.clients.util.Pool.getResource(Pool.java:42) ~[jedis-2.4.2.jar:?]
+ at com.fibo.ddp.common.service.redis.RedisManager.get(RedisManager.java:74) ~[classes/:?]
+ at com.fibo.ddp.manager.web.interceptor.SessionInterceptor.preHandle(SessionInterceptor.java:59) [classes/:?]
+ at org.springframework.web.servlet.HandlerExecutionChain.applyPreHandle(HandlerExecutionChain.java:148) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1055) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
+ at redis.clients.jedis.Connection.connect(Connection.java:142) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+Caused by: java.net.ConnectException: Connection refused (Connection refused)
+ at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
+ at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
+ at java.net.Socket.connect(Socket.java:608) ~[?:?]
+ at redis.clients.jedis.Connection.connect(Connection.java:137) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 43 more
+15:04:10.411 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000101,"errMsg:":服务繁忙,请稍后再试!}
+15:21:03.033 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:21:29.338 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:965077e229924cb6a20a49e9195dd8fe ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+15:21:29.368 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:965077e229924cb6a20a49e9195dd8fe, userId:0, cost time: 29 ms ###, returnResult:{"data":{"token":"e953019f461843a4a10dd2a15521cd16"},"error":"00000000","status":"1"} <<====
+15:21:29.424 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:78407205726340bb99d0d053df648e85 ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:21:29.425 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:e2527fba76e743fe803be042f454d147 ###, request args: {paramMap:{}},, userId:1 ===>>
+15:21:29.425 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:ed398144491849cc8e166366ad188bb5 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:21:29.425 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:5b490ef579174cdf978c68fe5d7e0e97 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:21:29.425 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:0a195b92f65e4af9a1cd4771d8cd1766 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:21:29.425 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:3cd1b8a071e64e6d921b498061c2680a ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:21:29.430 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:e2527fba76e743fe803be042f454d147, userId:1, cost time: 5 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:21:29.430 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:ed398144491849cc8e166366ad188bb5, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:21:29.431 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:5b490ef579174cdf978c68fe5d7e0e97, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:21:29.434 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:0a195b92f65e4af9a1cd4771d8cd1766, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:21:29.435 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:3cd1b8a071e64e6d921b498061c2680a, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:21:29.435 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:78407205726340bb99d0d053df648e85, userId:1, cost time: 11 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:21:29.438 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:3f4d63d6fe874e3a9ac7c6a3a3164404 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:21:29.438 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:ff6581bcc2c64e1b834e13684e11e434 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:21:29.438 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:fe72543cf6154f01a91b9a4a6c91c61b ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:21:29.438 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:7ecd3a18d8164897b8502ebaae28bbea ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:21:29.445 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:10c795e19a9145c4811b675b36689f1a ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:21:29.446 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:ccb6b2a46c7a48c787941026494f92b0 ###, request args: null, userId:1 ===>>
+15:21:29.447 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:ff6581bcc2c64e1b834e13684e11e434, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:21:29.448 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:3f4d63d6fe874e3a9ac7c6a3a3164404, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:21:29.449 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:fe72543cf6154f01a91b9a4a6c91c61b, userId:1, cost time: 11 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:21:29.450 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:7ecd3a18d8164897b8502ebaae28bbea, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:21:29.451 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:10c795e19a9145c4811b675b36689f1a, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"1c255ae2-f92f-4e97-bda7-679b6cd13f44","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"54c55072-36a9-42b3-b0fc-e882796a4ec7","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"5e5c5e98-fd75-4633-8143-e699a7ce1b3a","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"b8c69ca7-156e-4a6c-aee8-72459101a45d","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"3c1ff0a4-b5c6-4d0a-be97-c169de5a5728","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+15:21:29.463 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:ccb6b2a46c7a48c787941026494f92b0, userId:1, cost time: 17 ms ###, returnResult:{"data":{"lastLoginTime":1717120961000,"recentDayMap":{"datasets":[{"data":[17,3],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":20,"totleNum":20,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":20,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[20],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+15:23:52.610 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:f69c3d8863064371bc4ac566ebae4664 ###, request args: {paramMap:{}},, userId:1 ===>>
+15:23:52.611 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:c467494376e14340a627da1f38d8e5bd ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:23:52.622 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:a5a29a1e21d94d8387d794bcb15e1167 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:23:52.622 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:857164b65b5e475b89225dcaa513a32a ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:23:52.623 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:daa329e218a24d8a8569cd64585a33fc ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:23:52.623 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:76f2878174cb4d0889efc1bcac5c887e ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:23:52.625 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:f69c3d8863064371bc4ac566ebae4664, userId:1, cost time: 15 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:23:52.631 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:daa329e218a24d8a8569cd64585a33fc, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:23:52.632 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:76f2878174cb4d0889efc1bcac5c887e, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:23:52.633 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:223540eafbef46f3b6846a4b9b3c1e4a ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:23:52.634 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:857164b65b5e475b89225dcaa513a32a, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:23:52.635 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:a5a29a1e21d94d8387d794bcb15e1167, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:23:52.635 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:c467494376e14340a627da1f38d8e5bd, userId:1, cost time: 24 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:23:52.637 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:223540eafbef46f3b6846a4b9b3c1e4a, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:23:52.637 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:7c6e37c2c9b14d2488139774d16181ca ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:23:52.638 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:154c548b11954e7bb55cd23f0da4e2b9 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:23:52.638 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:c88f32095a784176bd4cc88f5d525b26 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:23:52.639 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:7c6e37c2c9b14d2488139774d16181ca, userId:1, cost time: 2 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:23:52.641 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:154c548b11954e7bb55cd23f0da4e2b9, userId:1, cost time: 3 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:23:52.642 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:c88f32095a784176bd4cc88f5d525b26, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:23:53.571 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:c4ad13cae1234277aa125a55e6be6523 ###, request args: {paramMap:{}},, userId:1 ===>>
+15:23:53.572 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:51e3cab9396440fbb1c825a1fd663984 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:23:53.572 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:643b7666cd08467ab66c37e4057c46aa ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:23:53.574 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:d7a43db04d50481d954383d57abbd0cc ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:23:53.574 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:6362269c59d1493e8d4ccfcf42a9d174 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:23:53.574 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:c56e831f0a794147aac6115ec865650e ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:23:53.582 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:c4ad13cae1234277aa125a55e6be6523, userId:1, cost time: 11 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:23:53.583 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:51e3cab9396440fbb1c825a1fd663984, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:23:53.584 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:c56e831f0a794147aac6115ec865650e, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:23:53.586 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:6362269c59d1493e8d4ccfcf42a9d174, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:23:53.586 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:d7a43db04d50481d954383d57abbd0cc, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:23:53.591 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:8049770b761743a28d08bb4181fb890b ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:23:53.591 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:6faedd080e90445eaa7012b8e6a92f14 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:23:53.591 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:70c0cd5ae655409b93f8f1de89238e41 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:23:53.592 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:ae9ec8cc8aac4de5bfdbfde566b8ffb4 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:23:53.593 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:643b7666cd08467ab66c37e4057c46aa, userId:1, cost time: 21 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:23:53.596 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:8049770b761743a28d08bb4181fb890b, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:23:53.596 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:70c0cd5ae655409b93f8f1de89238e41, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:23:53.597 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:ae9ec8cc8aac4de5bfdbfde566b8ffb4, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:23:53.598 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:6faedd080e90445eaa7012b8e6a92f14, userId:1, cost time: 6 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:23:54.459 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:a2421bc677e34103b2dff94c336315f8 ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:23:54.459 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:4378850f66b54eacbf093caadded306c ###, request args: {paramMap:{}},, userId:1 ===>>
+15:23:54.471 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:6bbd5d3a5a9d43f0807f793dfb5c8435 ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:23:54.471 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:cf310d8f8ff341ef837840bb7d016af0 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:23:54.471 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:05a29fb24e57495f94266f1f7e896f1b ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:23:54.476 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:063e0a994582482f8cfc7c52c56391f9 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:23:54.477 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:4378850f66b54eacbf093caadded306c, userId:1, cost time: 18 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:23:54.482 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:05a29fb24e57495f94266f1f7e896f1b, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:23:54.485 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:063e0a994582482f8cfc7c52c56391f9, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:23:54.486 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:cf310d8f8ff341ef837840bb7d016af0, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:23:54.486 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:7971ac672c40419d8b1e91ba471686cb ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:23:54.487 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:6bbd5d3a5a9d43f0807f793dfb5c8435, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:23:54.491 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:7971ac672c40419d8b1e91ba471686cb, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:23:54.492 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:a2421bc677e34103b2dff94c336315f8, userId:1, cost time: 33 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:23:54.494 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:791b75ed3474419b9ea44525f90251ab ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:23:54.497 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:5c68ea50d68f48c3a39eba148aabb75e ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:23:54.497 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:3b4b654aabbe4acbacf61a62c5c19561 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:23:54.498 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:791b75ed3474419b9ea44525f90251ab, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:23:54.500 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:3b4b654aabbe4acbacf61a62c5c19561, userId:1, cost time: 3 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:23:54.501 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:5c68ea50d68f48c3a39eba148aabb75e, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:24:06.512 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:6c89348faab8486685b8ebdcdc663281 ###, request args: {paramMap:{}},, userId:1 ===>>
+15:24:06.524 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:6c89348faab8486685b8ebdcdc663281, userId:1, cost time: 13 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:24:06.530 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:79a6a9215b52484fbde56a353f1b7d4c ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:24:06.530 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:4dbbd71ab18c402ea776cdab7fe03e4a ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:24:06.530 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:f62da0967ab54d12a36ea409cc699b6d ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:06.530 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:11a924f26ec743c4869238e9cfaa17a0 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:24:06.530 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:5af4d032ee074f0bb395f9ee0198c309 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:24:06.536 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:43c7a554e2ba471f97abb11679d09307 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:06.540 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:f62da0967ab54d12a36ea409cc699b6d, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:06.541 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:43c7a554e2ba471f97abb11679d09307, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:06.544 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:11a924f26ec743c4869238e9cfaa17a0, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:06.545 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:4dbbd71ab18c402ea776cdab7fe03e4a, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:24:06.545 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:79a6a9215b52484fbde56a353f1b7d4c, userId:1, cost time: 15 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:06.546 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:3d4443265f4c4de5a8fa35e424537fa5 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:24:06.546 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:bf44b327d752437abfbd673f8a9c8bce ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:06.546 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:5af4d032ee074f0bb395f9ee0198c309, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:06.549 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:a4ed21e7001c45838efce2fd4e0079e5 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:24:06.550 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:3d4443265f4c4de5a8fa35e424537fa5, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:24:06.550 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:bf44b327d752437abfbd673f8a9c8bce, userId:1, cost time: 4 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:24:06.553 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:a4ed21e7001c45838efce2fd4e0079e5, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:24:06.709 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:8b7e4ab4f8cc40ecaee3d9fedf577238 ###, request args: {paramMap:{}},, userId:1 ===>>
+15:24:06.709 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:8e2442e073c14dda8b8b225e32a55b79 ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:24:06.710 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:e8906c083bbb4df5999c1b8389ec38ff ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:06.711 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:139b0d9e31ae439a8f94c25e04e5eed6 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:24:06.711 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:c4a65aa7283848479156cd97726c4315 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:24:06.711 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:ae89667ec9774f03b9436c757da14983 ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:24:06.714 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:e8906c083bbb4df5999c1b8389ec38ff, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:06.716 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:8b7e4ab4f8cc40ecaee3d9fedf577238, userId:1, cost time: 7 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:24:06.719 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:139b0d9e31ae439a8f94c25e04e5eed6, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:06.720 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:c4a65aa7283848479156cd97726c4315, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:06.723 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:ae89667ec9774f03b9436c757da14983, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:24:06.726 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:0e39f93761ea417c8b665786f1833c1a ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:06.727 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:8e2442e073c14dda8b8b225e32a55b79, userId:1, cost time: 17 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:06.729 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:5933e8a1861a448ca4bd355534bd1fff ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:06.729 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:d7e6adf5e8e3448aa0e311aac82e7509 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:24:06.729 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:9e0ef0915a4f453ca48d6fcfe8ccdc4b ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:24:06.729 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:0e39f93761ea417c8b665786f1833c1a, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:06.732 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:5933e8a1861a448ca4bd355534bd1fff, userId:1, cost time: 3 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:24:06.733 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:d7e6adf5e8e3448aa0e311aac82e7509, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:24:06.733 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:9e0ef0915a4f453ca48d6fcfe8ccdc4b, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:24:06.839 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:5c79695fefcc4353a9d4fe87e90f88e2 ###, request args: {paramMap:{}},, userId:1 ===>>
+15:24:06.840 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:ba0edf04ec9844bebbe3d9042e5bcd86 ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:24:06.840 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:5caf1c3f7710402db13f704f287b09bc ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:06.840 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:b58778de995f4c1e8f3bd53ee174dfbc ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:24:06.842 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:1ee8d7f5c0d348ce91571f3d9499069f ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:24:06.842 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:51c97051e2b9435991b119e8f2378ab5 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:24:06.851 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:5c79695fefcc4353a9d4fe87e90f88e2, userId:1, cost time: 12 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:24:06.859 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:5caf1c3f7710402db13f704f287b09bc, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:06.861 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:51c97051e2b9435991b119e8f2378ab5, userId:1, cost time: 19 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:06.862 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:b58778de995f4c1e8f3bd53ee174dfbc, userId:1, cost time: 21 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:06.863 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:ba0edf04ec9844bebbe3d9042e5bcd86, userId:1, cost time: 23 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:24:06.863 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:35fd72276d084fc8888dd2c0e9730375 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:06.863 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:9cd6e2fc69bb478aba9b3428eaa9a4a9 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:24:06.866 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:35fd72276d084fc8888dd2c0e9730375, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:06.866 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:9cd6e2fc69bb478aba9b3428eaa9a4a9, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:24:06.868 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:1ee8d7f5c0d348ce91571f3d9499069f, userId:1, cost time: 26 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:06.876 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:45a58703db78410b9633e1c6a64c649f ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:24:06.876 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:99cc9a344fab413db4a4ba22ffc9bc99 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:06.878 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:99cc9a344fab413db4a4ba22ffc9bc99, userId:1, cost time: 2 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:24:06.879 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:45a58703db78410b9633e1c6a64c649f, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:24:07.225 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:653a48f5a86d478eae1ef4c0b8d9ba4e ###, request args: {paramMap:{}},, userId:1 ===>>
+15:24:07.225 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:b4fd34346471466e9a44914425f768bd ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:24:07.236 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:dfcb73e7b0e047edb87b5d0aea760942 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:07.237 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:55ec672676d74d0ebfc0778a5d010615 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:24:07.239 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:236009c4f8a64dc1a26a0276c8d1335b ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:24:07.241 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:4f798a7a217b4cd694e3b8390b4d0b56 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:24:07.245 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:653a48f5a86d478eae1ef4c0b8d9ba4e, userId:1, cost time: 20 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:24:07.251 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:dfcb73e7b0e047edb87b5d0aea760942, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:07.251 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:55ec672676d74d0ebfc0778a5d010615, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:07.253 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:503963d876cf4525bf2bb9c9c84d7d62 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:07.258 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:236009c4f8a64dc1a26a0276c8d1335b, userId:1, cost time: 19 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:24:07.259 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:f7c6ec1548f849daad269f798bcbce17 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:24:07.260 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:503963d876cf4525bf2bb9c9c84d7d62, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:07.261 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:4f798a7a217b4cd694e3b8390b4d0b56, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:07.261 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:b4fd34346471466e9a44914425f768bd, userId:1, cost time: 36 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:07.262 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:188dd7065f514919b4e319f35521ec9c ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:07.263 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:f7c6ec1548f849daad269f798bcbce17, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:24:07.265 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:188dd7065f514919b4e319f35521ec9c, userId:1, cost time: 3 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:24:07.268 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:4457386be4fc42a49f0d5b7b9392913b ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:24:07.273 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:4457386be4fc42a49f0d5b7b9392913b, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:24:07.410 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:a5a2936cf4bb485a9e95be012ddeafda ###, request args: {paramMap:{}},, userId:1 ===>>
+15:24:07.410 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:95bbc58772dd4979bb81158e3081002a ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:24:07.413 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:7dbb2ce7af944441b1cfdfed45197585 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:24:07.413 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:0eecb38aaa39437298953a6752a8305d ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:07.414 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:1d72131f29064ffd8b4e4b1059df97e6 ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:24:07.416 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:79fd25f2b35349898cc3e99c2fe7d49c ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:24:07.416 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:a5a2936cf4bb485a9e95be012ddeafda, userId:1, cost time: 7 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:24:07.423 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:0eecb38aaa39437298953a6752a8305d, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:07.423 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:8b3603d75a5f4b1d8f88260ccbf4cd59 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:07.423 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:79fd25f2b35349898cc3e99c2fe7d49c, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:07.426 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:8b3603d75a5f4b1d8f88260ccbf4cd59, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:07.427 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:7dbb2ce7af944441b1cfdfed45197585, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:07.427 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:8a84f1ce73174675be6dbcfb6e8387c7 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:24:07.428 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:d912d74f54e64e8fbd9a4b7c628343c7 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:07.428 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:95bbc58772dd4979bb81158e3081002a, userId:1, cost time: 19 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:07.428 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:1d72131f29064ffd8b4e4b1059df97e6, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:24:07.429 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:8a84f1ce73174675be6dbcfb6e8387c7, userId:1, cost time: 2 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:24:07.430 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:d912d74f54e64e8fbd9a4b7c628343c7, userId:1, cost time: 2 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:24:07.437 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:29576ee17b8b4724872fd540be2af648 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:24:07.441 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:29576ee17b8b4724872fd540be2af648, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:24:07.589 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:f7cb791c3fea4a5c9b4ac173fda5751e ###, request args: {paramMap:{}},, userId:1 ===>>
+15:24:07.604 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:f7cb791c3fea4a5c9b4ac173fda5751e, userId:1, cost time: 15 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:24:07.605 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:00fc9c90d12647168e34ae0f0e27daec ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:24:07.605 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:1d2a869281cc4a9fa8d1497b488299e4 ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:24:07.605 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:62c0939dbf6d4383b61ecb5ce816a841 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:24:07.605 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:abbba1a56df44c99a6ea981d3fd1ec0d ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:07.605 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:71f6d3dcd499497887994b4c68894d68 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:24:07.617 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:71f6d3dcd499497887994b4c68894d68, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:07.618 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:3d3da8ac7a1149039a937ab491410a62 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:07.621 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:abbba1a56df44c99a6ea981d3fd1ec0d, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:07.621 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:62c0939dbf6d4383b61ecb5ce816a841, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:07.622 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:00fc9c90d12647168e34ae0f0e27daec, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:24:07.623 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:4d3aacb6a4544687af72d906289b3e40 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:24:07.624 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:3d3da8ac7a1149039a937ab491410a62, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:24:07.626 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:1d2a869281cc4a9fa8d1497b488299e4, userId:1, cost time: 21 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:24:07.626 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:5b84b85fda9545578b0959679ff64f6f ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:24:07.626 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:4d3aacb6a4544687af72d906289b3e40, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:24:07.627 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:fdcc9cde1738456bbe109b797ed51e40 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:24:07.629 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:5b84b85fda9545578b0959679ff64f6f, userId:1, cost time: 3 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:24:07.630 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:fdcc9cde1738456bbe109b797ed51e40, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:24:10.043 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:e2503b733c0e4794a736a531449af2f2 ###, request args: null, userId:1 ===>>
+15:24:10.043 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:0dea53fb3fc44367b2ef4fe20a0cd648 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:24:10.047 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:0dea53fb3fc44367b2ef4fe20a0cd648, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"c3720e25-d2a4-4ac4-833a-ed5a51ac49c8","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"235b1c71-7ae5-46ce-a255-70cc0e8e0b36","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"ca1a268b-32e0-476d-80f4-0e906c6ed728","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"62c33216-5990-4870-b2ef-a689bb223322","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"3dfb682b-3807-40eb-b109-0c69230edb11","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+15:24:10.058 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:e2503b733c0e4794a736a531449af2f2, userId:1, cost time: 15 ms ###, returnResult:{"data":{"lastLoginTime":1717120961000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+15:28:32.474 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:504e76e8080c424b92400a0262b9b7ea ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:28:32.474 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:d9ab13b73ff443439eb55a23a0d37f72 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:28:32.474 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:cfbe582e1fb94aa7942523520decdb14 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:28:32.474 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:37d9a359710540de920df995857d6bc3 ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:28:32.474 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:5c63766070c6467b90a08f38724dea3d ###, request args: {paramMap:{}},, userId:1 ===>>
+15:28:32.474 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:3812008985214060ab8b55afdf461155 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:28:32.485 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:cfbe582e1fb94aa7942523520decdb14, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:28:32.485 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:5c63766070c6467b90a08f38724dea3d, userId:1, cost time: 11 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:28:32.485 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:3812008985214060ab8b55afdf461155, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:28:32.487 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:504e76e8080c424b92400a0262b9b7ea, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:28:32.487 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:d9ab13b73ff443439eb55a23a0d37f72, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:28:32.502 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:37d9a359710540de920df995857d6bc3, userId:1, cost time: 27 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:28:32.508 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:b131d9ba505b49f4bffe5709bd593b48 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:28:32.508 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:f5aa0016665c43bb8d3226ea86fc205b ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:28:32.508 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:60215e6e2f66455b94b2a1bb22eac016 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:28:32.508 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:f338c69bfe9e4579ad536b0bc5f49daa ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:28:32.511 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:b131d9ba505b49f4bffe5709bd593b48, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:28:32.513 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:f5aa0016665c43bb8d3226ea86fc205b, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+15:28:32.513 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:f338c69bfe9e4579ad536b0bc5f49daa, userId:1, cost time: 5 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:28:32.513 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:60215e6e2f66455b94b2a1bb22eac016, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:45:38.763 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:47:15.395 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:34580239b3614fa8b4cb74270c01e78d ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+15:47:15.431 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:34580239b3614fa8b4cb74270c01e78d, userId:0, cost time: 36 ms ###, returnResult:{"data":{"token":"a24b87a455c54586be9028a6cc0e14b8"},"error":"00000000","status":"1"} <<====
+15:47:15.472 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:7129ed26d36f4b1b85f6e2eafe1573ef ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:47:15.473 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:8626965e4d6c462cae634802f1f06951 ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:47:15.475 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:76d149ebb73e47afa83d7bdf0c20a277 ###, request args: null, userId:1 ===>>
+15:47:15.476 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:7129ed26d36f4b1b85f6e2eafe1573ef, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"},{"icon":"el-icon-location-outline","index":"/resourceManagement","title":"资源管理"},{"icon":"el-icon-link","index":"/organizationManagement","title":"组织管理"}],"error":"00000000","status":"1"} <<====
+15:47:15.478 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:76d149ebb73e47afa83d7bdf0c20a277, userId:1, cost time: 3 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+15:47:15.479 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:8626965e4d6c462cae634802f1f06951, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
+15:50:26.872 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:eeec525e3e1040ec9c1977a17548d325 ###, request args: null, userId:1 ===>>
+15:50:26.873 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:6ebfaaef01d54c24b5c7202dfe9af4ff ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:50:26.878 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:6ebfaaef01d54c24b5c7202dfe9af4ff, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"c46d2081-9e2f-461a-ba85-f3f877e3b402","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"1f46eb21-0e4f-45c7-88bc-01af31cb1ec0","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"2ba888ae-6d70-4355-af90-f764b195a545","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"898f2c6a-6c1a-422c-9411-f241f930ef3c","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"3f2b6862-e27f-4142-9612-72bb43ff83a6","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+15:50:26.903 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:eeec525e3e1040ec9c1977a17548d325, userId:1, cost time: 31 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+15:50:57.906 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:d61476384a4a4e6388af280a54d2c903 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:50:57.907 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:294bf6f0ef5d456ea8c3de8315ea4814 ###, request args: null, userId:1 ===>>
+15:50:57.907 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:821a6a803eb048dbaf345cb6f3a7e68c ###, request args: {paramMap:{}},, userId:1 ===>>
+15:50:57.906 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:dd6d0542b9f949579e443ac56b31c69f ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:50:57.907 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:344949a7f80f45fa89c5930a06acde43 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:57.927 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:dd6d0542b9f949579e443ac56b31c69f, userId:1, cost time: 21 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+15:50:57.931 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:344949a7f80f45fa89c5930a06acde43, userId:1, cost time: 24 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+15:50:57.931 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:d61476384a4a4e6388af280a54d2c903, userId:1, cost time: 25 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"1ef9e6d2-2e41-46f7-a56b-c6cecbb59f15","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"f68b2886-7dfc-4548-a9cd-53e9e6ea4692","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"dcb67ff6-6124-4765-8535-678966a07121","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"9e2eae95-811d-4984-9d4a-2b435ac36bde","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"f0931322-9e77-40a7-b652-2764bce5b213","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+15:50:57.935 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:821a6a803eb048dbaf345cb6f3a7e68c, userId:1, cost time: 28 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:50:57.951 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:294bf6f0ef5d456ea8c3de8315ea4814, userId:1, cost time: 44 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+15:56:31.185 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:e082872a57734630b161917ab7b80052 ###, request args: null, userId:1 ===>>
+15:56:31.187 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:90619e2ca5704b1b8120481a20303723 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:56:31.196 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:90619e2ca5704b1b8120481a20303723, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"948a2af9-32a6-4b24-833b-83b0a17e4527","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"7310cad0-90f4-4b12-8a5d-9a093ee2f756","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"1a8000cb-da38-4bd7-8c8b-03a26ccd53ac","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"d94a8643-1699-4236-a50e-3b619bf5a8a4","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"408d0406-6885-49f2-ab21-4cb72f60be37","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+15:56:31.222 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:e082872a57734630b161917ab7b80052, userId:1, cost time: 37 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+15:57:14.828 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:660ef6cce4114451857774b510c92594 ###, request args: null, userId:1 ===>>
+15:57:14.829 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:3280edf784884d81875ff238ee35ce65 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:57:14.837 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:3280edf784884d81875ff238ee35ce65, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"fce8f4b2-9eaa-47f8-b626-5ec264a565f2","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"08d3cfc6-61c5-4432-ad53-c5221e9f2c13","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"4250a4b8-1475-410d-86d0-8533a1874fe7","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"57d5f242-6dd4-4b48-9a2d-d75bd7a5b1b0","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"bdddaf0b-e5ed-438a-89c0-920bcf10558e","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+15:57:14.858 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:660ef6cce4114451857774b510c92594, userId:1, cost time: 30 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+16:07:25.377 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/dictionary/getByKey enter com.fibo.ddp.authx.dictionary.controller.DictionaryController.getByKey method, ### traceId:c8156162239d418f87b94cbfdb82c53c ###, request args: {param:{"dictKey":"holdSystemList"}},, userId:1 ===>>
+16:07:25.402 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.dictionary.controller.DictionaryController.getByKey method,### traceId:c8156162239d418f87b94cbfdb82c53c, userId:1, cost time: 31 ms ###, returnResult:{"data":{"createTime":1639558118000,"dictKey":"holdSystemList","dictValue":"EngineX,DataX,Auth","id":1,"updateTime":1639634927000},"error":"00000000","status":"1"} <<====
+16:07:25.446 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:3c7a00a7c18d4f49826e2635f9de9a6b ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:07:25.446 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:e3c7656f9937414eb1d293d3f93076b4 ###, request args: null, userId:1 ===>>
+16:07:25.446 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:f85a5bae8ed5471e90c22110cc674adc ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:07:25.450 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:e3c7656f9937414eb1d293d3f93076b4, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+16:07:25.451 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:3c7a00a7c18d4f49826e2635f9de9a6b, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"},{"icon":"el-icon-location-outline","index":"/resourceManagement","title":"资源管理"},{"icon":"el-icon-link","index":"/organizationManagement","title":"组织管理"}],"error":"00000000","status":"1"} <<====
+16:07:25.452 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:f85a5bae8ed5471e90c22110cc674adc, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
+16:07:45.532 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:22d76e83a592452182ac731c7a64a4cb ###, request args: null, userId:1 ===>>
+16:07:45.532 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:c82b1192ab824d43bfdca72cb4d2004f ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:07:45.536 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:c82b1192ab824d43bfdca72cb4d2004f, userId:1, cost time: 3 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"76dcd8e9-ace3-40fe-bb4b-0c3d93094940","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"aaad902e-831b-4ddf-b181-6375050438df","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"40aa75e0-1a4e-4278-9c80-39ea840e520c","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"26323c0d-b24e-462d-8ac1-8dc1bfa7f722","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"b0408ba2-4a17-42f9-a2b7-34d1341be567","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+16:07:45.551 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:22d76e83a592452182ac731c7a64a4cb, userId:1, cost time: 19 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+16:07:45.845 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:2755d864569d42dea883034b27f41d20 ###, request args: null, userId:1 ===>>
+16:07:45.845 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:fdfbc0e3bf8b4065b93a19a020d38530 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:07:45.851 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:fdfbc0e3bf8b4065b93a19a020d38530, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"5e696210-1cf0-43d1-a71e-afd7b7f4aee9","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"a43bb0a6-a0ce-4265-b92f-09f7f91edfc4","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"5c874ce2-967d-4f7c-9377-c8aeb840a831","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"14314fca-5a76-486b-b2dd-3d6d218a0a92","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"0c29da60-9eff-4b7d-abed-e3f3c4a45b4f","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+16:07:45.869 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:2755d864569d42dea883034b27f41d20, userId:1, cost time: 24 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+16:09:51.841 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:6f73857279a44ba9b0cff09c0d5ad879 ###, request args: null, userId:1 ===>>
+16:09:51.844 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:3bbda19d9dd445708af00e5d70deeef5 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:09:51.853 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:3bbda19d9dd445708af00e5d70deeef5, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"b831d21b-45d9-4baf-941c-69cd1d212fcb","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"fa90550a-2669-4b71-bc91-785f742e3fe3","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"eb4d4d8b-48cb-4229-a5c7-a788829226f0","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"f0d48c03-da12-4654-be13-4241c67bb29e","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"93d2529e-bad6-49ad-acaa-4660e38a2d0d","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+16:09:51.877 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:6f73857279a44ba9b0cff09c0d5ad879, userId:1, cost time: 36 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+16:09:52.205 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:a4569eeb05294506b874164b95cc7f5b ###, request args: null, userId:1 ===>>
+16:09:52.207 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:064e9b26083c488e9abdfb02e065adae ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:09:52.221 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:064e9b26083c488e9abdfb02e065adae, userId:1, cost time: 14 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"16705f70-643c-4cb2-a7aa-4845c63a7ab2","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"fcf94958-23c3-452a-8ca7-c564aabf314a","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"a088861c-8c87-4406-b435-3af0b34b01f7","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"c030ab94-3a30-463b-9f65-440e88ed3f8b","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"f2b933f7-1865-4eec-b7e3-b28d498bbcc8","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+16:09:52.251 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:a4569eeb05294506b874164b95cc7f5b, userId:1, cost time: 46 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+16:14:01.491 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:9888593984e749faace40432603e5293 ###, request args: null, userId:1 ===>>
+16:14:01.496 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:270cb463902a4a2daf11253fab859e4a ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:14:01.501 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:270cb463902a4a2daf11253fab859e4a, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"53ce392f-dfad-496b-925e-63693228e09c","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"9e4f42d6-7f69-480a-8aac-f3b3c460efe8","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"d1f7669b-4c4a-4333-ae9c-cb1d3ca7a4f1","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"8481d6e5-82ef-4608-b348-be3d5a2c8c17","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"bc0cfc87-23ab-4b33-ad16-5f1b70ffff73","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+16:14:01.523 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:9888593984e749faace40432603e5293, userId:1, cost time: 32 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+16:15:07.977 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:1f89ebb55da04053ac2c7747ecf0becd ###, request args: null, userId:1 ===>>
+16:15:07.978 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:8a1ba46c736d41a7ac96195221ca0d12 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:15:07.986 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:8a1ba46c736d41a7ac96195221ca0d12, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"ad1cc767-faa6-4510-aafe-ce82f0030b9a","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"42472cf8-adbb-4e39-86e3-262441397b4c","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"1bfc52cd-1e16-4a62-afcd-ee0ec0120a36","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"3cb44133-86ae-491c-8907-4603852418a7","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"a48c55d7-bbc3-4ba7-a8ff-0082b7f96aee","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+16:15:08.009 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:1f89ebb55da04053ac2c7747ecf0becd, userId:1, cost time: 32 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+16:18:10.850 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:2294afd0c922468093a21c762609dafb ###, request args: null, userId:1 ===>>
+16:18:10.851 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:5dc891d6a02041afa08db4c4a9788b0e ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:18:10.865 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:5dc891d6a02041afa08db4c4a9788b0e, userId:1, cost time: 14 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"1ee4f24d-9242-4a25-8f68-14da2605ed23","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"cd1afada-cd80-460a-b773-407535374aa0","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"e9fac04c-c6a8-4016-bcc4-ac342f58d202","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"42a8a5f1-cd6e-472a-8a74-c73f844cb32c","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"2be7b6d6-42c1-42a8-af67-d4682170fb23","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+16:18:10.892 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:2294afd0c922468093a21c762609dafb, userId:1, cost time: 42 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+16:19:46.504 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:19dfaba966c64b7599883fa7cf2ec1f2 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:19:46.505 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:6d88eca55e5e43e7a2ba4b131bb515a0 ###, request args: null, userId:1 ===>>
+16:19:46.514 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:19dfaba966c64b7599883fa7cf2ec1f2, userId:1, cost time: 10 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"f192fdc9-a277-4225-a56d-b28203a29d25","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"48b8f1ca-c7e3-4872-af33-585e4cdb292f","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"baaef88a-2011-4fef-af45-0cb2f95cddfa","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"00a8f0cb-1747-43a3-b1f3-bcfd93d7730d","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"795cddd6-f236-448e-bf9e-06a6068e7338","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+16:19:46.531 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:6d88eca55e5e43e7a2ba4b131bb515a0, userId:1, cost time: 26 ms ###, returnResult:{"data":{"lastLoginTime":1717140089000,"recentDayMap":{"datasets":[{"data":[17,4],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717141635000,"id":162,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@34cbd129, status=1, error=00000000, msg=null, data={token=a24b87a455c54586be9028a6cc0e14b8})","startTime":1717141635000},{"endTime":1717140089000,"id":161,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@bf21a728, status=1, error=00000000, msg=null, data={token=e953019f461843a4a10dd2a15521cd16})","startTime":1717140089000},{"endTime":1717120961000,"id":160,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fafea6dd, status=1, error=00000000, msg=null, data={token=dfb88b79032e4f62aa504b79702b686a})","startTime":1717120961000},{"endTime":1717118438000,"id":159,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@be719947, status=1, error=00000000, msg=null, data={token=8d980b7670a4449daad72bab3157de6a})","startTime":1717118438000}],"engineUseRatio":[{"useRatio":100.0,"useNum":21,"totleNum":21,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":21,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[21],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+16:19:50.469 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+16:45:53.156 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/dictionary/getByKey enter com.fibo.ddp.authx.dictionary.controller.DictionaryController.getByKey method, ### traceId:5658d46e9a274f278c8d3cecade78036 ###, request args: {param:{"dictKey":"holdSystemList"}},, userId:1 ===>>
+16:45:53.165 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.dictionary.controller.DictionaryController.getByKey method,### traceId:5658d46e9a274f278c8d3cecade78036, userId:1, cost time: 9 ms ###, returnResult:{"data":{"createTime":1639558118000,"dictKey":"holdSystemList","dictValue":"EngineX,DataX,Auth","id":1,"updateTime":1639634927000},"error":"00000000","status":"1"} <<====
+16:45:53.239 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:4159c6ee16754e6f9403e5b84e8ee6c4 ###, request args: null, userId:1 ===>>
+16:45:53.239 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:c4d0f570ccef4d248f176de3721cd42e ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:45:53.239 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:73349c307e46432fbb3bc530f113e1df ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:45:53.243 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:4159c6ee16754e6f9403e5b84e8ee6c4, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+16:45:53.244 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:73349c307e46432fbb3bc530f113e1df, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"},{"icon":"el-icon-location-outline","index":"/resourceManagement","title":"资源管理"},{"icon":"el-icon-link","index":"/organizationManagement","title":"组织管理"}],"error":"00000000","status":"1"} <<====
+16:45:53.245 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:c4d0f570ccef4d248f176de3721cd42e, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
diff --git a/logs/manager/manager-INFO-2024-05-31_1.log.gz b/logs/manager/manager-INFO-2024-05-31_1.log.gz
new file mode 100644
index 0000000..adedd39
Binary files /dev/null and b/logs/manager/manager-INFO-2024-05-31_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-06-03_1.log b/logs/manager/manager-INFO-2024-06-03_1.log
new file mode 100644
index 0000000..cc7475e
--- /dev/null
+++ b/logs/manager/manager-INFO-2024-06-03_1.log
@@ -0,0 +1,1219 @@
+11:01:28.099 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
+11:01:28.116 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
+11:01:31.665 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Starting JarDdpManagerWebApplication using Java 11.0.22 on liutongdeMacBook-Pro.local with PID 37289 (/Users/liutong/project/FIBO-Rule/ddp/ddp-manager-web/target/classes started by liutong in /Users/liutong/project/FIBO-Rule)
+11:01:31.669 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - The following profiles are active: dev
+11:01:32.914 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8082"]
+11:01:32.915 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
+11:01:32.915 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.41]
+11:01:32.989 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage] - Initializing Spring embedded WebApplicationContext
+11:01:33.916 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+11:01:34.066 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+11:01:36.703 [main] INFO com.fibo.ddp.common.utils.util.SnowFlakUtil - 当前机器的workId:1
+11:01:37.313 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8082"]
+11:01:37.768 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
+11:01:37.811 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - subscribe redis channel success, channel DATAX:PUBSUB:CACHE, subscribedChannels 1
+11:01:37.816 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Started JarDdpManagerWebApplication in 6.418 seconds (JVM running for 7.131)
+11:03:31.529 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
+11:03:31.546 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
+11:03:34.197 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Starting JarDdpManagerWebApplication using Java 11.0.22 on liutongdeMacBook-Pro.local with PID 52779 (/Users/liutong/project/FIBO-Rule/ddp/ddp-manager-web/target/classes started by liutong in /Users/liutong/project/FIBO-Rule)
+11:03:34.200 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - The following profiles are active: dev
+11:03:35.315 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8070"]
+11:03:35.315 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
+11:03:35.316 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.41]
+11:03:35.394 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage] - Initializing Spring embedded WebApplicationContext
+11:03:36.278 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+11:03:36.410 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+11:03:38.807 [main] INFO com.fibo.ddp.common.utils.util.SnowFlakUtil - 当前机器的workId:9
+11:03:39.403 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8070"]
+11:03:39.791 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
+11:03:39.835 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - subscribe redis channel success, channel DATAX:PUBSUB:CACHE, subscribedChannels 1
+11:03:39.839 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Started JarDdpManagerWebApplication in 5.884 seconds (JVM running for 6.41)
+11:04:28.849 [http-nio-8070-exec-2] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage] - Initializing Spring DispatcherServlet 'dispatcherServlet'
+11:04:28.884 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:04:28.885 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:04:28.885 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:04:28.885 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:04:28.885 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:05:26.786 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:353db7e37e334e6f8d5af32ba4efb6c5 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+11:05:26.824 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:353db7e37e334e6f8d5af32ba4efb6c5, userId:0, cost time: 39 ms ###, returnResult:{"data":{"token":"c77fbb28a106486486c753b44046a050"},"error":"00000000","status":"1"} <<====
+11:05:26.895 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:92cd0e8a89024e9e88260e88748f5c4c ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+11:05:26.907 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:14806a92e11b41f2b94358cb2f210dd8 ###, request args: {paramMap:{}},, userId:1 ===>>
+11:05:26.909 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:3d1537d8dfc7479cb80db4af80b61942 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:05:26.909 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:664726dedfab44acab867e4d25f99639 ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+11:05:26.910 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:abb86a9c3fd54cc997592943f4b12533 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+11:05:26.911 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:06f1bd01139f49b48ec7056324f6b3b4 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+11:05:26.938 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:3d1537d8dfc7479cb80db4af80b61942, userId:1, cost time: 26 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:05:26.938 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:abb86a9c3fd54cc997592943f4b12533, userId:1, cost time: 29 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:05:26.941 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:92cd0e8a89024e9e88260e88748f5c4c, userId:1, cost time: 42 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+11:05:26.942 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:06f1bd01139f49b48ec7056324f6b3b4, userId:1, cost time: 29 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+11:05:26.942 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:14806a92e11b41f2b94358cb2f210dd8, userId:1, cost time: 30 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+11:05:26.956 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:70f4b6547db54b9aa6f9004aab819533 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+11:05:26.963 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:b5a95bc778a4478bbaf07bc966a681f3 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:05:26.963 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:664726dedfab44acab867e4d25f99639, userId:1, cost time: 45 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+11:05:26.964 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:2670e3e44fbd4f4c885f82418403a555 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:05:26.968 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:3857af7a094e422dad3670feee86740c ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+11:05:26.970 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:09a32bcc0d7a4a63a706b3f5027042c2 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:05:26.974 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:d1b8c22180d4419586204ac35b8f91f7 ###, request args: null, userId:1 ===>>
+11:05:26.977 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:b5a95bc778a4478bbaf07bc966a681f3, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:05:26.978 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:70f4b6547db54b9aa6f9004aab819533, userId:1, cost time: 22 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+11:05:26.980 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:3857af7a094e422dad3670feee86740c, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+11:05:26.980 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:2670e3e44fbd4f4c885f82418403a555, userId:1, cost time: 16 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+11:05:26.988 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:09a32bcc0d7a4a63a706b3f5027042c2, userId:1, cost time: 22 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"d44c7bab-549b-413f-b6de-23b1b794ecf1","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"01b5399b-4a4e-4dc5-a6c7-51c5680586e3","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"b175d57a-5fc2-4b9d-9a36-d038b133bcc4","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"5d6c0ec2-da66-410b-9a4a-547d48ae12f3","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"39de851d-45ff-4bdc-8088-e984d1b97dbf","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+11:05:27.008 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:d1b8c22180d4419586204ac35b8f91f7, userId:1, cost time: 32 ms ###, returnResult:{"data":{"lastLoginTime":1717141635000,"recentDayMap":{"datasets":[{"data":[17,5],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717383927000,"id":163,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8070/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@4d1c1eff, status=1, error=00000000, msg=null, data={token=c77fbb28a106486486c753b44046a050})","startTime":1717383927000}],"engineUseRatio":[{"useRatio":100.0,"useNum":22,"totleNum":22,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":22,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[22],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+11:05:30.629 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:d1789eb9644b40b8bb9179a9486598c8 ###, request args: {searchString:null},{pageNo:1},{pageSize:10},, userId:1 ===>>
+11:05:30.644 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:d1789eb9644b40b8bb9179a9486598c8, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+11:05:41.975 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:7161d6e189294da6a1bb0057c607d471 ###, request args: {searchString:null},{pageNo:1},{pageSize:999999},, userId:1 ===>>
+11:05:42.015 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:7161d6e189294da6a1bb0057c607d471, userId:1, cost time: 39 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":999999,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+11:05:42.039 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/engine/version/1 enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getEngineVersionList method, ### traceId:f8924065bc2b45d5855fbff5ed445d74 ###, request args: {engineId:1},, userId:1 ===>>
+11:05:42.049 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getEngineVersionList method,### traceId:f8924065bc2b45d5855fbff5ed445d74, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"engineVersion":{"bootState":1,"createTime":"Wed May 29 11:11:36 CST 2024","engineId":1,"latestTime":"Wed May 29 11:11:36 CST 2024","latestUser":1,"layout":0,"status":1,"subVersion":0,"userId":1,"version":0,"versionId":1},"subEngineVersionList":[]}],"error":"00000000","status":"1"} <<====
+11:05:42.069 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/decision_flow/getNodeList/1 enter com.fibo.ddp.enginex.riskengine.controller.DecisionFlowController.getNodeList method, ### traceId:277591a3b1124d0e9280d18c241804a8 ###, request args: {versionId:1},, userId:1 ===>>
+11:05:42.093 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.DecisionFlowController.getNodeList method,### traceId:277591a3b1124d0e9280d18c241804a8, userId:1, cost time: 14 ms ###, returnResult:{"data":{"versionId":1,"maxOrder":7,"engineNodeList":[{"nextNodes":"ND_7","nodeCode":"ND_START","nodeId":1,"nodeName":"开始","nodeOrder":1,"nodeType":1,"nodeX":-326.0,"nodeY":-268.0,"params":"{\"arr_linkId\":\"\",\"dataId\":\"-1\",\"url\":\"/Riskmanage/resource/images/decision/start.png\",\"type\":\"1\"}","versionId":1},{"nodeCode":"ND_7","nodeId":9,"nodeJson":"{\"scorecardList\":[{\"scorecardId\":1,\"parentId\":2,\"code\":\"aaa\",\"name\":\"aaa\",\"versionId\":1,\"versionCode\":\"V:0\",\"versionDesc\":\"初始版本\"}],\"terminationInfo\":{\"output\":{\"fieldId\":\"\",\"fieldCode\":\"\",\"fieldName\":\"\",\"valueType\":1,\"variableType\":1,\"fieldValue\":\"\"},\"selectedRule\":[],\"conditions\":[{\"fieldCode\":\"\",\"fieldName\":\"\",\"valueType\":1,\"operator\":\"\",\"value\":\"\",\"relativeOperator\":\"\"}]}}","nodeName":"评分卡","nodeOrder":7,"nodeScript":"{\"terminationInfo\":{\"output\":{\"variableType\":1,\"fieldName\":\"\",\"fieldCode\":\"\",\"valueType\":1,\"fieldValue\":\"\",\"fieldId\":\"\"},\"selectedRule\":[],\"conditions\":[{\"fieldName\":\"\",\"fieldCode\":\"\",\"relativeOperator\":\"\",\"valueType\":1,\"value\":\"\",\"operator\":\"\"}]},\"scorecardList\":[{\"versionId\":1,\"versionDesc\":\"初始版本\",\"code\":\"aaa\",\"name\":\"aaa\",\"scorecardId\":1,\"parentId\":2,\"versionCode\":\"V:0\"}]}","nodeType":4,"nodeX":-82.0,"nodeY":-245.75,"parentId":"1","versionId":1}]},"error":"00000000","status":"1"} <<====
+11:23:36.135 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:da1c621d59894489bfa98a9594dbafb5 ###, request args: null, userId:1 ===>>
+11:23:36.136 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:ad5ec159b5b94fb3bf55cc0e518c32b3 ###, request args: {paramMap:{}},, userId:1 ===>>
+11:23:36.136 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:fda6f9ab2279486db37fc7bf8a84619b ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:23:36.136 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:fbabbc9e83b44b4991d396422579aa36 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:23:36.136 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:fbd20c5867b240a7b93ea892b405bc49 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+11:23:36.146 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:fda6f9ab2279486db37fc7bf8a84619b, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:23:36.146 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:fbd20c5867b240a7b93ea892b405bc49, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+11:23:36.148 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:ad5ec159b5b94fb3bf55cc0e518c32b3, userId:1, cost time: 12 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+11:23:36.148 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:fbabbc9e83b44b4991d396422579aa36, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"750e8dbe-b8e3-44a2-925b-03bd296f8200","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"8ae4f3a8-a1f6-4210-8ef1-98e5c71ab23d","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"dfa54eec-52cc-401b-bfe0-e56e93da5b21","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"a1370bd0-19ba-48e2-a674-f868ac84a7d3","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"a93c759e-01b9-401c-940a-3f40b6b017c3","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+11:23:36.170 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:da1c621d59894489bfa98a9594dbafb5, userId:1, cost time: 35 ms ###, returnResult:{"data":{"lastLoginTime":1717141635000,"recentDayMap":{"datasets":[{"data":[17,5],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717383927000,"id":163,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8070/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@4d1c1eff, status=1, error=00000000, msg=null, data={token=c77fbb28a106486486c753b44046a050})","startTime":1717383927000}],"engineUseRatio":[{"useRatio":100.0,"useNum":22,"totleNum":22,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":22,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[22],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+11:23:42.061 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:5b67578611b347b6a233938573400d1e ###, request args: {param:{"parentId":0,"treeType":"7","type":1}},, userId:1 ===>>
+11:23:42.096 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:5b67578611b347b6a233938573400d1e, userId:1, cost time: 27 ms ###, returnResult:{"data":[{"parentId":0,"treeType":"7","type":1,"status":[1],"name":"脚本规则集","tree_type":[7],"userId":1,"organId":1,"sort":true,"children":[],"id":99999999}],"error":"00000000","status":"1"} <<====
+11:23:42.156 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:808dd71e81624db689b98e984c33d3ac ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":3}}},, userId:1 ===>>
+11:23:42.178 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:808dd71e81624db689b98e984c33d3ac, userId:1, cost time: 25 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:23:43.385 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:00400492c49c497593a5e69b429b676e ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":3}}},, userId:1 ===>>
+11:23:43.401 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:00400492c49c497593a5e69b429b676e, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:23:43.753 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:faa677abdbce4b65b1b60ae48dbb1a26 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":3}}},, userId:1 ===>>
+11:23:43.769 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:faa677abdbce4b65b1b60ae48dbb1a26, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:23:51.979 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/knowledge/tree/save enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.save method, ### traceId:76e4c321e9cf4042b60ad990e0ec9d95 ###, request args: {param:{"parentId":"0","name":"测试脚本","treeType":"7","type":"1","engineId":""}},, userId:1 ===>>
+11:23:52.007 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.save method,### traceId:76e4c321e9cf4042b60ad990e0ec9d95, userId:1, cost time: 29 ms ###, returnResult:{"data":{"parentId":"0","name":"测试脚本","treeType":"7","type":"1","engineId":"","userId":1,"organId":1,"result":1,"node":{"id":4,"isParent":"true","name":"测试脚本","organId":1,"parentId":0,"status":1,"treeType":7,"type":1,"userId":1}},"error":"00000000","status":"1"} <<====
+11:23:54.333 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:9fd91fb2797c407588d0815e26e7ae68 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":3,"parentId":4}}},, userId:1 ===>>
+11:23:54.347 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:9fd91fb2797c407588d0815e26e7ae68, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:23:54.736 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:267568d0c0ed4e949401777dddf919a9 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":3,"parentId":4}}},, userId:1 ===>>
+11:23:54.752 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:267568d0c0ed4e949401777dddf919a9, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:24:40.409 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:45d0622566574362a037d507ee069f7b ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":3,"parentId":4}}},, userId:1 ===>>
+11:24:40.420 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:45d0622566574362a037d507ee069f7b, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:24:42.819 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/knowledge/tree/update enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.update method, ### traceId:b173f716e7e1421791bb7252c4bc161f ###, request args: {param:{"status":"-1","id":4,"name":"测试脚本","type":"1","engineId":"","parentId":0}},, userId:1 ===>>
+11:24:42.887 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.update method,### traceId:b173f716e7e1421791bb7252c4bc161f, userId:1, cost time: 68 ms ###, returnResult:{"data":{"status":"-1","id":4,"name":"测试脚本","type":"1","engineId":"","parentId":0,"userId":1,"organId":1,"result":1},"error":"00000000","status":"1"} <<====
+11:24:42.902 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:08b6c973888d4fe48c71ea479c01132b ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":3}}},, userId:1 ===>>
+11:24:42.907 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:08b6c973888d4fe48c71ea479c01132b, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:24:44.569 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:846f3482c787431e96c810b3cbbb9f04 ###, request args: {param:{"parentId":0,"treeType":"1","type":1}},, userId:1 ===>>
+11:24:44.622 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:846f3482c787431e96c810b3cbbb9f04, userId:1, cost time: 52 ms ###, returnResult:{"data":[{"parentId":2,"treeType":"1","type":1,"status":[1],"name":"评分卡","tree_type":[1],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":2,"isParent":"true","name":"测试评分卡","organId":1,"parentId":0,"status":1,"treeType":1,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+11:24:44.639 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:f85f128216944a9c9ae27b224e671941 ###, request args: {listParam:{"pageNum":1,"pageSize":10,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+11:24:44.662 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:f85f128216944a9c9ae27b224e671941, userId:1, cost time: 23 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+11:24:45.823 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:45c2a9be040848f0b3e9111694ab3227 ###, request args: {listParam:{"pageNum":1,"pageSize":10,"parentId":2,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+11:24:45.849 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:45c2a9be040848f0b3e9111694ab3227, userId:1, cost time: 27 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+11:24:47.799 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/scorecard/getScorecardInfo/1 enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.getScorecardInfo method, ### traceId:ede16e8309b748fa95b70115cc9a69aa ###, request args: {scorecardId:1},, userId:1 ===>>
+11:24:47.870 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.getScorecardInfo method,### traceId:ede16e8309b748fa95b70115cc9a69aa, userId:1, cost time: 64 ms ###, returnResult:{"data":{"author":1,"checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1,"versionList":[{"createTime":1717066189000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"resultFieldEn":"age","scoreCalculateType":1,"scorecardId":1,"snapshot":"{\"id\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1717066189000, \"updateTime\": 1717066189000, \"description\": \"初始版本\", \"scorecardId\": 1, \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"resultFieldEn\": \"age\", \"scoreCalculateType\": 1, \"scorecardDimension\": [{\"id\": 2, \"weight\": 1.0, \"children\": [{\"id\": 3, \"type\": 1, \"score\": 10.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(1,18]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"coefficient\": 1.0, \"dimensionId\": 2, \"calculateType\": 1}, {\"id\": 4, \"type\": 1, \"score\": 25.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(18,20]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionId\": 2, \"calculateType\": 1}, {\"id\": 5, \"type\": 1, \"score\": 90.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(20,99]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionId\": 2, \"calculateType\": 1}], \"versionId\": 1, \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionName\": \"111\"}], \"strategyOutputList\": []}","status":1,"updateTime":1717066783000,"updateUserId":1,"versionCode":"V:0"}]},"error":"00000000","status":"1"} <<====
+11:24:47.887 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/scorecardVersion/getScorecardVersionInfo/1 enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardVersionController.getScorecardVersionInfo method, ### traceId:aeecf19cf7a74377b8a50ba29d788dab ###, request args: {versionId:1},, userId:1 ===>>
+11:24:47.948 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardVersionController.getScorecardVersionInfo method,### traceId:aeecf19cf7a74377b8a50ba29d788dab, userId:1, cost time: 58 ms ###, returnResult:{"data":{"createTime":1717066189000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"resultFieldEn":"age","scoreCalculateType":1,"scorecardDimension":[{"children":[{"calculateType":1,"children":[],"coefficient":1.0,"condition":"(1,18]","createTime":1717066782000,"custom":"","dimensionId":2,"fieldId":1,"id":3,"logical":"&&","parentId":0,"score":10.0,"type":1,"updateTime":1717066782000},{"calculateType":1,"children":[],"condition":"(18,20]","createTime":1717066782000,"custom":"","dimensionId":2,"fieldId":1,"id":4,"logical":"&&","parentId":0,"score":25.0,"type":1,"updateTime":1717066782000},{"calculateType":1,"children":[],"condition":"(20,99]","createTime":1717066782000,"custom":"","dimensionId":2,"fieldId":1,"id":5,"logical":"&&","parentId":0,"score":90.0,"type":1,"updateTime":1717066782000}],"createTime":1717066782000,"dimensionName":"111","id":2,"updateTime":1717066782000,"versionId":1,"weight":1.0}],"scorecardId":1,"snapshot":"{\"id\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1717066189000, \"updateTime\": 1717066189000, \"description\": \"初始版本\", \"scorecardId\": 1, \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"resultFieldEn\": \"age\", \"scoreCalculateType\": 1, \"scorecardDimension\": [{\"id\": 2, \"weight\": 1.0, \"children\": [{\"id\": 3, \"type\": 1, \"score\": 10.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(1,18]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"coefficient\": 1.0, \"dimensionId\": 2, \"calculateType\": 1}, {\"id\": 4, \"type\": 1, \"score\": 25.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(18,20]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionId\": 2, \"calculateType\": 1}, {\"id\": 5, \"type\": 1, \"score\": 90.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(20,99]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionId\": 2, \"calculateType\": 1}], \"versionId\": 1, \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionName\": \"111\"}], \"strategyOutputList\": []}","status":1,"strategyOutputList":[],"updateTime":1717066783000,"updateUserId":1,"versionCode":"V:0"},"error":"00000000","status":"1"} <<====
+11:25:12.458 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:d23003e11b7f41ac82aa6c9dc75ea29d ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+11:25:12.473 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:d23003e11b7f41ac82aa6c9dc75ea29d, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+11:25:30.137 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:c755eb09fc46487d849ed7878ba6f496 ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+11:25:30.160 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:c755eb09fc46487d849ed7878ba6f496, userId:1, cost time: 23 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+11:29:25.866 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:29:25.866 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:29:25.866 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:29:59.275 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:c950c26314ad40e79e3dc33dcf6017c5 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+11:29:59.310 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:c950c26314ad40e79e3dc33dcf6017c5, userId:0, cost time: 35 ms ###, returnResult:{"data":{"token":"235fb2cb843641e194c48ac2bb56a3d2"},"error":"00000000","status":"1"} <<====
+11:29:59.365 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:19b0f7c06a954b8e8422b1d635de2bec ###, request args: {paramMap:{}},, userId:1 ===>>
+11:29:59.365 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:ffbbc0b8be014ebf9a2be6f5fbd33caf ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+11:29:59.365 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:084926c606fe4b858e59e154f41dd001 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:29:59.365 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:8d4cb436afed46e3a7487f9b6328421c ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:29:59.365 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:d74bf8a212084faa9deeb4c8b6e9a714 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:29:59.366 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:87ee56ab22ed4066bf326240867a0308 ###, request args: null, userId:1 ===>>
+11:29:59.375 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:d74bf8a212084faa9deeb4c8b6e9a714, userId:1, cost time: 10 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"f1a92b25-2afa-4cf2-aec5-c12cd22d1d09","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"281863d9-3dc8-4e4f-a14e-091d92226bb4","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"d7a27d77-05e6-4db9-a3d1-99f1e56ca384","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:29:59.375 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:084926c606fe4b858e59e154f41dd001, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:29:59.375 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:19b0f7c06a954b8e8422b1d635de2bec, userId:1, cost time: 10 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+11:29:59.376 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:ffbbc0b8be014ebf9a2be6f5fbd33caf, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+11:29:59.377 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:8d4cb436afed46e3a7487f9b6328421c, userId:1, cost time: 11 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+11:29:59.388 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:8c6bccdbf8dd4142b1ecf760601b43ab ###, request args: {param:{}},, userId:1 ===>>
+11:29:59.398 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:8c6bccdbf8dd4142b1ecf760601b43ab, userId:1, cost time: 12 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:29:59.402 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:87ee56ab22ed4066bf326240867a0308, userId:1, cost time: 36 ms ###, returnResult:{"data":{"fieldCount":2,"lastLoginTime":1717383927000,"databaseCount":0,"logList":[{"endTime":1717385399000,"id":166,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8070/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d5996ea4, status=1, error=00000000, msg=null, data={token=235fb2cb843641e194c48ac2bb56a3d2})","startTime":1717385399000},{"endTime":1717383927000,"id":163,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8070/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@4d1c1eff, status=1, error=00000000, msg=null, data={token=c77fbb28a106486486c753b44046a050})","startTime":1717383927000}],"interfaceCount":0,"fieldTypeGroup":[{"fieldCount":2,"fieldType":1}]},"error":"00000000","status":"1"} <<====
+11:30:01.863 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:73c72f04eea04b3c93fb067adf17b67c ###, request args: {param:{"type":1}},, userId:1 ===>>
+11:30:01.887 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:73c72f04eea04b3c93fb067adf17b67c, userId:1, cost time: 25 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+11:30:01.904 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e6f70f4d398546179550ee613158fb77 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+11:30:01.924 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e6f70f4d398546179550ee613158fb77, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+11:30:02.819 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:b83ab40eae544cfdafcbb34cfbb06133 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"1"}},, userId:1 ===>>
+11:30:02.843 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:b83ab40eae544cfdafcbb34cfbb06133, userId:1, cost time: 23 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+11:30:22.914 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/save enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.save method, ### traceId:25822206878844698cf2d5f4494999e4 ###, request args: {fieldSaveParam:{"dataSourceId":0,"fieldCn":"手机号","fieldCondList":"","fieldEn":"phone","fieldTypeId":1,"formulaHidden":"","isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"searchKey":"","sourceType":1,"sqlStatement":"","valueType":2}},, userId:1 ===>>
+11:30:22.991 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+11:30:22.992 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.save method,### traceId:25822206878844698cf2d5f4494999e4, userId:1, cost time: 84 ms ###, returnResult:{"data":{"isCommon":1,"fieldTypeId":1},"error":"00000000","status":"1"} <<====
+11:30:23.031 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:90ed6bf488de4d37863f2af8e77669c9 ###, request args: {paramMap:{}},, userId:1 ===>>
+11:30:23.031 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:03c287163b444adc926acc8661b614c5 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"1"}},, userId:1 ===>>
+11:30:23.036 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:90ed6bf488de4d37863f2af8e77669c9, userId:1, cost time: 5 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+11:30:23.041 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:03c287163b444adc926acc8661b614c5, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":3,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":3,"startRow":1,"total":3},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"}]},"error":"00000000","status":"1"} <<====
+11:30:36.121 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:868fe1b2d13f4444b87c83bdee391b31 ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+11:30:36.129 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:868fe1b2d13f4444b87c83bdee391b31, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+11:30:37.842 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:6ffa97c2a10f4cedbe75bc284e028f16 ###, request args: {paramMap:{}},, userId:1 ===>>
+11:30:37.842 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:c20c4ad2d5db4336b9588552a9b88d5a ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+11:30:37.842 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:ff0f0952c5444116b167a17d972e46f9 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+11:30:37.842 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:ee733b368020441cb8e0dad64085f6bf ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+11:30:37.842 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:dd44fddd61a74153bdf63cea0456269b ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+11:30:37.842 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:469d78048f9d451f912a06a4091929cd ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:30:37.850 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:dd44fddd61a74153bdf63cea0456269b, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:30:37.850 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:6ffa97c2a10f4cedbe75bc284e028f16, userId:1, cost time: 9 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+11:30:37.853 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:469d78048f9d451f912a06a4091929cd, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:30:37.856 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:ff0f0952c5444116b167a17d972e46f9, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+11:30:37.857 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:ee733b368020441cb8e0dad64085f6bf, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+11:30:37.857 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:9d49e51189b5425b89d0d09fcce44d59 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:30:37.857 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:a827f3eba3c441aa8035a09915463bcf ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+11:30:37.859 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:22a4042914574302b07324ad5bab34bf ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:30:37.859 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:c20c4ad2d5db4336b9588552a9b88d5a, userId:1, cost time: 18 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+11:30:37.860 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:e5224ef2f7574f619d3073dd4c9b8055 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+11:30:37.861 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:a827f3eba3c441aa8035a09915463bcf, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+11:30:37.862 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:9d49e51189b5425b89d0d09fcce44d59, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+11:30:37.863 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:22a4042914574302b07324ad5bab34bf, userId:1, cost time: 4 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+11:30:37.864 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:e5224ef2f7574f619d3073dd4c9b8055, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listDbs":[]},"error":"00000000","status":"1"} <<====
+11:32:29.061 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/save enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.save method, ### traceId:0d194645442440819164ee0e4f69aeca ###, request args: {listDb:{"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","strategyOutputList":[],"tableColumn":"3"}},, userId:1 ===>>
+11:32:29.148 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.save method,### traceId:0d194645442440819164ee0e4f69aeca, userId:1, cost time: 95 ms ###, returnResult:{"data":true,"error":"00000000","status":"1"} <<====
+11:32:29.160 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:4190bdd02d5640b2b9abe29b1bb799e7 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+11:32:29.164 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:3ed548916da6497a9671ae8a29f76584 ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+11:32:29.216 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:4190bdd02d5640b2b9abe29b1bb799e7, userId:1, cost time: 57 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"listDbs":[{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+11:32:29.216 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:3ed548916da6497a9671ae8a29f76584, userId:1, cost time: 52 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"listDbs":[{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+13:44:36.569 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/downTemplate enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method, ### traceId:90f7b269895849a293894dced58aa70a ###, request args: null, userId:0 ===>>
+13:44:36.581 [http-nio-8070-exec-5] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[downExcelTemplate]发生运行时异常Exception-{}
+java.io.FileNotFoundException: class path resource [excleTemplate/listDb.xlsx] cannot be opened because it does not exist
+ at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:180) ~[spring-core-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate(ListDbController.java:327) ~[classes/:?]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$FastClassBySpringCGLIB$$569fc401.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+13:44:36.603 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method,### traceId:90f7b269895849a293894dced58aa70a, userId:0, cost time: 34 ms ###, returnResult:{"error":"01000101","msg":"服务繁忙,请稍后再试!","status":"0"} <<====
+13:44:36.620 [http-nio-8070-exec-5] ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/Riskmanage] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')] with root cause
+java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() ~[classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+13:44:36.628 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+14:11:28.098 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/downTemplate enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method, ### traceId:59dd05ba57644f8996af87e29bf4e784 ###, request args: null, userId:0 ===>>
+14:11:28.108 [http-nio-8070-exec-10] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[downExcelTemplate]发生运行时异常Exception-{}
+java.io.FileNotFoundException: class path resource [excleTemplate/listDb.xlsx] cannot be opened because it does not exist
+ at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:180) ~[spring-core-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate(ListDbController.java:327) ~[classes/:?]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$FastClassBySpringCGLIB$$569fc401.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:11:28.113 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method,### traceId:59dd05ba57644f8996af87e29bf4e784, userId:0, cost time: 16 ms ###, returnResult:{"error":"01000101","msg":"服务繁忙,请稍后再试!","status":"0"} <<====
+14:11:28.115 [http-nio-8070-exec-10] ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/Riskmanage] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')] with root cause
+java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() ~[classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:11:28.117 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+14:13:38.904 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/downTemplate enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method, ### traceId:6a25b4ca5da742879f3c8c754bae996b ###, request args: null, userId:0 ===>>
+14:13:38.918 [http-nio-8070-exec-3] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[downExcelTemplate]发生运行时异常Exception-{}
+java.io.FileNotFoundException: class path resource [excleTemplate/listDb.xlsx] cannot be opened because it does not exist
+ at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:180) ~[spring-core-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate(ListDbController.java:327) ~[classes/:?]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$FastClassBySpringCGLIB$$569fc401.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:13:38.930 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method,### traceId:6a25b4ca5da742879f3c8c754bae996b, userId:0, cost time: 26 ms ###, returnResult:{"error":"01000101","msg":"服务繁忙,请稍后再试!","status":"0"} <<====
+14:13:38.931 [http-nio-8070-exec-3] ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/Riskmanage] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')] with root cause
+java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() ~[classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:13:38.933 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+14:13:44.586 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/downTemplate enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method, ### traceId:56225587730d48f98c836d928aed4dbd ###, request args: null, userId:0 ===>>
+14:13:44.588 [http-nio-8070-exec-7] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[downExcelTemplate]发生运行时异常Exception-{}
+java.io.FileNotFoundException: class path resource [excleTemplate/listDb.xlsx] cannot be opened because it does not exist
+ at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:180) ~[spring-core-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate(ListDbController.java:327) ~[classes/:?]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$FastClassBySpringCGLIB$$569fc401.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:13:44.591 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method,### traceId:56225587730d48f98c836d928aed4dbd, userId:0, cost time: 5 ms ###, returnResult:{"error":"01000101","msg":"服务繁忙,请稍后再试!","status":"0"} <<====
+14:13:44.592 [http-nio-8070-exec-7] ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/Riskmanage] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')] with root cause
+java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() ~[classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:13:44.594 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+14:13:56.532 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+14:14:02.580 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:20b85c970d994eb6bb4dc089606ddd52 ###, request args: {param:{"account":"sadmin","password":"123456"}},, userId:0 ===>>
+14:14:02.623 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:20b85c970d994eb6bb4dc089606ddd52, userId:0, cost time: 43 ms ###, returnResult:{"error":"01000102","msg":"登录失败","status":"0"} <<====
+14:14:22.538 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:a580fdf59d4b45309211c6dfe2a07d2a ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+14:14:22.563 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:a580fdf59d4b45309211c6dfe2a07d2a, userId:0, cost time: 25 ms ###, returnResult:{"data":{"token":"4d4209bbb2c2446bbb1cfcc8df95368e"},"error":"00000000","status":"1"} <<====
+14:14:22.626 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:385312b1d7a3437ab1c99e3c4d43731a ###, request args: {paramMap:{}},, userId:1 ===>>
+14:14:22.634 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:385312b1d7a3437ab1c99e3c4d43731a, userId:1, cost time: 8 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+14:14:22.641 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:1ba5295cf9cd4d9593426da37789b40e ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+14:14:22.641 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:7bf50e81cea24e8fabe3ccd14433f4d9 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+14:14:22.641 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:c0a667229c494a7c93256bfe76718a6c ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+14:14:22.642 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:8e9397297fa8471f944590f990d40263 ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+14:14:22.642 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:f9b9a86cf81d4fa681d53110acd19121 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+14:14:22.642 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:bf86911b4e784b1098be8526bec7aacb ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+14:14:22.664 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:f9b9a86cf81d4fa681d53110acd19121, userId:1, cost time: 23 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:14:22.665 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:c0a667229c494a7c93256bfe76718a6c, userId:1, cost time: 24 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:14:22.666 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:bf86911b4e784b1098be8526bec7aacb, userId:1, cost time: 24 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:14:22.668 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:8e9397297fa8471f944590f990d40263, userId:1, cost time: 25 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"enginelist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:14:22.669 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:7bf50e81cea24e8fabe3ccd14433f4d9, userId:1, cost time: 27 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+14:14:22.670 [http-nio-8070-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:1ba5295cf9cd4d9593426da37789b40e, userId:1, cost time: 28 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":1,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1716968114000,"userId":1}]},"error":"00000000","status":"1"} <<====
+14:14:22.671 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:9b6c15ff82384a68982cec4279d67b1e ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+14:14:22.672 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:f0e5c53785164323bb105ee8af17fc59 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+14:14:22.672 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:2138b638c08f43c1903221ce7fd9acd1 ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+14:14:22.673 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:353a7d6f114944cb86dd4a915aaa7949 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+14:14:22.673 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:05e08114c9904b59afe3c9b877736ec1 ###, request args: null, userId:1 ===>>
+14:14:22.675 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:9b6c15ff82384a68982cec4279d67b1e, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"data":[]},"error":"00000000","status":"1"} <<====
+14:14:22.678 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:353a7d6f114944cb86dd4a915aaa7949, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"0225f950-1ecd-4ca3-b271-5d1e1d6ae8fb","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"cd64782f-fef4-4d2b-9dd9-8764cc45af7b","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"91166bd0-0d4a-4efa-b473-0d3ac4f4a39d","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"4d7572be-eabc-4110-8087-5d325619b9f2","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"f9e66197-5fcc-4df6-9a09-fbebb1e34d29","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+14:14:22.678 [http-nio-8070-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:f0e5c53785164323bb105ee8af17fc59, userId:1, cost time: 6 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+14:14:22.687 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:2138b638c08f43c1903221ce7fd9acd1, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":1,"startRow":1,"total":1},"listDbs":[{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+14:14:22.694 [http-nio-8070-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:05e08114c9904b59afe3c9b877736ec1, userId:1, cost time: 21 ms ###, returnResult:{"data":{"lastLoginTime":1717385399000,"recentDayMap":{"datasets":[{"data":[17,5],"label":"测试引擎"}],"labels":["2024-05-30","2024-05-31"]},"logList":[{"endTime":1717395263000,"id":170,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8070/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@435c2a9a, status=1, error=00000000, msg=null, data={token=4d4209bbb2c2446bbb1cfcc8df95368e})","startTime":1717395263000},{"endTime":1717385549000,"id":168,"ip":"127.0.0.1","method":"save","opName":" 保存黑白名单库","opType":"saveBLackOrWhiteListDB","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/save","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7dafc, status=1, error=00000000, msg=null, data=true)","startTime":1717385549000},{"endTime":1717385423000,"id":167,"ip":"127.0.0.1","method":"save","opName":"保存数据管理中的字段","opType":"saveField","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8070/Riskmanage/v2/datamanage/field/save","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e717886c, status=1, error=00000000, msg=null, data={isCommon=1, fieldTypeId=1, engineId=null})","startTime":1717385423000},{"endTime":1717385399000,"id":166,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8070/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d5996ea4, status=1, error=00000000, msg=null, data={token=235fb2cb843641e194c48ac2bb56a3d2})","startTime":1717385399000},{"endTime":1717385083000,"id":165,"ip":"127.0.0.1","method":"update","opName":"修改规则知识库或规则管理目录","opType":"updateKnowledgeTree","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8070/Riskmanage/v2/knowledge/tree/update","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8c009cb6, status=1, error=00000000, msg=null, data={status=-1, id=4, name=测试脚本, type=1, engineId=, parentId=0, userId=1, organId=1, result=1})","startTime":1717385083000},{"endTime":1717385032000,"id":164,"ip":"127.0.0.1","method":"save","opName":"保存知识库或规则管理目录","opType":"saveKnowledgeTree","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8070/Riskmanage/v2/knowledge/tree/save","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@26fd803f, status=1, error=00000000, msg=null, data={parentId=0, name=测试脚本, treeType=7, type=1, engineId=, userId=1, organId=1, result=1, node=KnowledgeTree(id=4, name=测试脚本, parentId=0, userId=1, organId=1, engineId=null, status=1, type=1, treeType=7, created=null, updated=null, children=null, isParent=true)})","startTime":1717385032000}],"engineUseRatio":[{"useRatio":100.0,"useNum":22,"totleNum":22,"engineName":"测试引擎","engineId":1}],"engineBaseInfo":{"engineNum":1,"engineResultNum":22,"engineNodeNum":2},"recentMonthMap":{"datasets":[{"data":[22],"label":"测试引擎"}],"labels":["2024-05"]}},"error":"00000000","status":"1"} <<====
+14:14:27.110 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:0d4e293d6b6a4117898d084eaf29c138 ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+14:14:27.128 [http-nio-8070-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:0d4e293d6b6a4117898d084eaf29c138, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"listDbs":[{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+14:14:29.427 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/downTemplate enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method, ### traceId:a4e546b611e74934ab49570f20ae4875 ###, request args: null, userId:0 ===>>
+14:14:29.428 [http-nio-8070-exec-7] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[downExcelTemplate]发生运行时异常Exception-{}
+java.io.FileNotFoundException: class path resource [excleTemplate/listDb.xlsx] cannot be opened because it does not exist
+ at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:180) ~[spring-core-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate(ListDbController.java:327) ~[classes/:?]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$FastClassBySpringCGLIB$$569fc401.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:14:29.430 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method,### traceId:a4e546b611e74934ab49570f20ae4875, userId:0, cost time: 3 ms ###, returnResult:{"error":"01000101","msg":"服务繁忙,请稍后再试!","status":"0"} <<====
+14:14:29.431 [http-nio-8070-exec-7] ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/Riskmanage] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')] with root cause
+java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() ~[classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:14:29.433 [http-nio-8070-exec-7] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+14:14:56.100 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/downTemplate enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method, ### traceId:f4bebb5794294874accd5ed76988293f ###, request args: null, userId:0 ===>>
+14:14:56.105 [http-nio-8070-exec-5] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[downExcelTemplate]发生运行时异常Exception-{}
+java.io.FileNotFoundException: class path resource [excleTemplate/listDb.xlsx] cannot be opened because it does not exist
+ at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:180) ~[spring-core-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate(ListDbController.java:327) ~[classes/:?]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$FastClassBySpringCGLIB$$569fc401.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:14:56.110 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method,### traceId:f4bebb5794294874accd5ed76988293f, userId:0, cost time: 10 ms ###, returnResult:{"error":"01000101","msg":"服务繁忙,请稍后再试!","status":"0"} <<====
+14:14:56.112 [http-nio-8070-exec-5] ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/Riskmanage] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')] with root cause
+java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() ~[classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:14:56.114 [http-nio-8070-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+14:22:09.823 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/downTemplate enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method, ### traceId:1101a56da43146ac83ad626369b328cd ###, request args: null, userId:0 ===>>
+14:22:17.656 [http-nio-8070-exec-3] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[downExcelTemplate]发生运行时异常Exception-{}
+java.io.FileNotFoundException: class path resource [excleTemplate/listDb.xlsx] cannot be opened because it does not exist
+ at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:180) ~[spring-core-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate(ListDbController.java:327) ~[classes/:?]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$FastClassBySpringCGLIB$$569fc401.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:22:17.661 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method,### traceId:1101a56da43146ac83ad626369b328cd, userId:0, cost time: 7838 ms ###, returnResult:{"error":"01000101","msg":"服务繁忙,请稍后再试!","status":"0"} <<====
+14:22:17.662 [http-nio-8070-exec-3] ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/Riskmanage] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')] with root cause
+java.lang.ClassCastException: class com.fibo.ddp.common.model.common.ResponseEntityDto cannot be cast to class org.springframework.http.ResponseEntity (com.fibo.ddp.common.model.common.ResponseEntityDto and org.springframework.http.ResponseEntity are in unnamed module of loader 'app')
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$a0c0e49f.downExcelTemplate() ~[classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) ~[tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:22:17.665 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+14:22:25.514 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
+14:22:25.525 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
+14:22:27.148 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Starting JarDdpManagerWebApplication using Java 11.0.22 on liutongdeMacBook-Pro.local with PID 85514 (/Users/liutong/project/FIBO-Rule/ddp/ddp-manager-web/target/classes started by liutong in /Users/liutong/project/FIBO-Rule)
+14:22:27.152 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - The following profiles are active: dev
+14:22:28.212 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8070"]
+14:22:28.213 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
+14:22:28.213 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.41]
+14:22:28.294 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage] - Initializing Spring embedded WebApplicationContext
+14:22:29.187 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+14:22:29.315 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+14:22:31.702 [main] INFO com.fibo.ddp.common.utils.util.SnowFlakUtil - 当前机器的workId:1
+14:22:32.311 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8070"]
+14:22:32.769 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
+14:22:32.815 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - subscribe redis channel success, channel DATAX:PUBSUB:CACHE, subscribedChannels 1
+14:22:32.819 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Started JarDdpManagerWebApplication in 5.91 seconds (JVM running for 6.45)
+14:22:38.361 [http-nio-8070-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage] - Initializing Spring DispatcherServlet 'dispatcherServlet'
+14:22:38.383 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/downTemplate enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method, ### traceId:d71632c869d0488ba87e9f526913faf9 ###, request args: null, userId:0 ===>>
+14:22:53.620 [http-nio-8070-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.downExcelTemplate method,### traceId:d71632c869d0488ba87e9f526913faf9, userId:0, cost time: 15206 ms ###, returnResult:{"body":"","headers":{"Content-Disposition":["form-data; name=\"attachment\"; filename=\"å\u0090\u008Då\u008D\u0095åº\u0093导å\u0085¥æ¨¡æ\u009D¿.xlsx\""],"Content-Type":["application/octet-stream"]},"statusCode":"CREATED","statusCodeValue":201} <<====
+14:23:26.066 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:0c37fc208583479da008945f84477948 ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+14:23:26.136 [http-nio-8070-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:0c37fc208583479da008945f84477948, userId:1, cost time: 64 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"listDbs":[{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+14:23:33.413 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/getListDbData enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.getListDbData method, ### traceId:50ff08dd195e4dc6aa30764969ba511a ###, request args: {param:{"id":1,"pageNo":1,"pageSize":5}},, userId:1 ===>>
+14:23:33.420 [http-nio-8070-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.getListDbData method,### traceId:50ff08dd195e4dc6aa30764969ba511a, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":5,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"list":[]},"error":"00000000","status":"1"} <<====
+14:24:16.822 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8070/Riskmanage/v2/datamanage/listmanage/upload/1 enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.upload method, ### traceId:548e370d9f5e4b3a96cad858f2bcd70a ###, request args: {id:1},, userId:1 ===>>
+14:24:16.856 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[upload]发生业务异常Exception-{}
+com.fibo.ddp.common.utils.exception.ApiException: 导入失败
+ at com.fibo.ddp.common.service.strategyx.listlibrary.impl.ListDbServiceImp.importExcel(ListDbServiceImp.java:224) ~[classes/:?]
+ at com.fibo.ddp.common.service.strategyx.listlibrary.impl.ListDbServiceImp.upload(ListDbServiceImp.java:209) ~[classes/:?]
+ at com.fibo.ddp.common.service.strategyx.listlibrary.impl.ListDbServiceImp$$FastClassBySpringCGLIB$$b2b2b2ba.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.common.service.strategyx.listlibrary.impl.ListDbServiceImp$$EnhancerBySpringCGLIB$$f6c4b3d4.upload() ~[classes/:?]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.upload(ListDbController.java:347) ~[classes/:?]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$FastClassBySpringCGLIB$$569fc401.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.strategyx.listlibrary.controller.ListDbController$$EnhancerBySpringCGLIB$$1de7476f.upload() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+14:24:16.860 [http-nio-8070-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.upload method,### traceId:548e370d9f5e4b3a96cad858f2bcd70a, userId:1, cost time: 38 ms ###, returnResult:{"error":"01000602","msg":"导入失败","status":"0"} <<====
diff --git a/logs/manager/manager-INFO-2024-06-03_1.log.gz b/logs/manager/manager-INFO-2024-06-03_1.log.gz
new file mode 100644
index 0000000..adedd39
Binary files /dev/null and b/logs/manager/manager-INFO-2024-06-03_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-06-04_1.log.gz b/logs/manager/manager-INFO-2024-06-04_1.log.gz
new file mode 100644
index 0000000..e356a72
Binary files /dev/null and b/logs/manager/manager-INFO-2024-06-04_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-06-05_1.log.gz b/logs/manager/manager-INFO-2024-06-05_1.log.gz
new file mode 100644
index 0000000..e3bf343
Binary files /dev/null and b/logs/manager/manager-INFO-2024-06-05_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-06-06_1.log.gz b/logs/manager/manager-INFO-2024-06-06_1.log.gz
new file mode 100644
index 0000000..2359569
Binary files /dev/null and b/logs/manager/manager-INFO-2024-06-06_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-06-06_2.log.gz b/logs/manager/manager-INFO-2024-06-06_2.log.gz
new file mode 100644
index 0000000..578af7e
Binary files /dev/null and b/logs/manager/manager-INFO-2024-06-06_2.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-06-07_1.log.gz b/logs/manager/manager-INFO-2024-06-07_1.log.gz
new file mode 100644
index 0000000..a5536ba
Binary files /dev/null and b/logs/manager/manager-INFO-2024-06-07_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-07-23_1.log.gz b/logs/manager/manager-INFO-2024-07-23_1.log.gz
new file mode 100644
index 0000000..34e12dc
Binary files /dev/null and b/logs/manager/manager-INFO-2024-07-23_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-07-24_1.log.gz b/logs/manager/manager-INFO-2024-07-24_1.log.gz
new file mode 100644
index 0000000..a4a53af
Binary files /dev/null and b/logs/manager/manager-INFO-2024-07-24_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-07-25_1.log.gz b/logs/manager/manager-INFO-2024-07-25_1.log.gz
new file mode 100644
index 0000000..992b581
Binary files /dev/null and b/logs/manager/manager-INFO-2024-07-25_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-07-26_1.log.gz b/logs/manager/manager-INFO-2024-07-26_1.log.gz
new file mode 100644
index 0000000..9a53fbb
Binary files /dev/null and b/logs/manager/manager-INFO-2024-07-26_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-07-29_1.log.gz b/logs/manager/manager-INFO-2024-07-29_1.log.gz
new file mode 100644
index 0000000..e75b945
Binary files /dev/null and b/logs/manager/manager-INFO-2024-07-29_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-07-29_2.log.gz b/logs/manager/manager-INFO-2024-07-29_2.log.gz
new file mode 100644
index 0000000..fc065e3
Binary files /dev/null and b/logs/manager/manager-INFO-2024-07-29_2.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-08-17_1.log.gz b/logs/manager/manager-INFO-2024-08-17_1.log.gz
new file mode 100644
index 0000000..21d2f22
Binary files /dev/null and b/logs/manager/manager-INFO-2024-08-17_1.log.gz differ
diff --git a/logs/manager/manager-INFO-2024-09-26_1.log.gz b/logs/manager/manager-INFO-2024-09-26_1.log.gz
new file mode 100644
index 0000000..d90a219
Binary files /dev/null and b/logs/manager/manager-INFO-2024-09-26_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-05-24_1.log.gz b/logs/manager/manager-WARN-2024-05-24_1.log.gz
new file mode 100644
index 0000000..140232c
Binary files /dev/null and b/logs/manager/manager-WARN-2024-05-24_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-05-29_1.log.gz b/logs/manager/manager-WARN-2024-05-29_1.log.gz
new file mode 100644
index 0000000..86fce2d
Binary files /dev/null and b/logs/manager/manager-WARN-2024-05-29_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-05-30_1.log.gz b/logs/manager/manager-WARN-2024-05-30_1.log.gz
new file mode 100644
index 0000000..a0b1828
Binary files /dev/null and b/logs/manager/manager-WARN-2024-05-30_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-05-31_1.log.gz b/logs/manager/manager-WARN-2024-05-31_1.log.gz
new file mode 100644
index 0000000..c18ff72
Binary files /dev/null and b/logs/manager/manager-WARN-2024-05-31_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-06-03_1.log.gz b/logs/manager/manager-WARN-2024-06-03_1.log.gz
new file mode 100644
index 0000000..1a2faca
Binary files /dev/null and b/logs/manager/manager-WARN-2024-06-03_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-06-04_1.log.gz b/logs/manager/manager-WARN-2024-06-04_1.log.gz
new file mode 100644
index 0000000..5992eaa
Binary files /dev/null and b/logs/manager/manager-WARN-2024-06-04_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-06-05_1.log.gz b/logs/manager/manager-WARN-2024-06-05_1.log.gz
new file mode 100644
index 0000000..94187b3
Binary files /dev/null and b/logs/manager/manager-WARN-2024-06-05_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-06-06_1.log.gz b/logs/manager/manager-WARN-2024-06-06_1.log.gz
new file mode 100644
index 0000000..9de6101
Binary files /dev/null and b/logs/manager/manager-WARN-2024-06-06_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-06-07_1.log.gz b/logs/manager/manager-WARN-2024-06-07_1.log.gz
new file mode 100644
index 0000000..36981a7
Binary files /dev/null and b/logs/manager/manager-WARN-2024-06-07_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-07-23_1.log.gz b/logs/manager/manager-WARN-2024-07-23_1.log.gz
new file mode 100644
index 0000000..2c2dec4
Binary files /dev/null and b/logs/manager/manager-WARN-2024-07-23_1.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-07-23_2.log.gz b/logs/manager/manager-WARN-2024-07-23_2.log.gz
new file mode 100644
index 0000000..4c5d73a
Binary files /dev/null and b/logs/manager/manager-WARN-2024-07-23_2.log.gz differ
diff --git a/logs/manager/manager-WARN-2024-08-17_1.log.gz b/logs/manager/manager-WARN-2024-08-17_1.log.gz
new file mode 100644
index 0000000..e979b52
Binary files /dev/null and b/logs/manager/manager-WARN-2024-08-17_1.log.gz differ
diff --git a/logs/manager/test.log b/logs/manager/test.log
new file mode 100644
index 0000000..00651d1
--- /dev/null
+++ b/logs/manager/test.log
@@ -0,0 +1,9061 @@
+11:05:01.585 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Starting JarDdpManagerWebApplication using Java 11.0.22 on liutongdeMacBook-Pro.local with PID 40160 (/Users/liutong/project/FIBO-Rule/ddp/ddp-manager-web/target/classes started by liutong in /Users/liutong/project/FIBO-Rule)
+11:05:01.588 [main] DEBUG com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Running with Spring Boot v2.4.2, Spring v5.3.3
+11:05:01.589 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - The following profiles are active: dev
+11:05:02.252 [main] DEBUG org.apache.ibatis.logging.LogFactory - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
+11:05:02.649 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8082"]
+11:05:02.649 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
+11:05:02.649 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.41]
+11:05:02.730 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage] - Initializing Spring embedded WebApplicationContext
+11:05:03.086 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Property 'configuration' or 'configLocation' not specified, using default MyBatis Configuration
+11:05:03.203 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.insertOrUpdate
+11:05:03.204 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.insertOrUpdateBatch
+11:05:03.219 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.insert
+11:05:03.222 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.delete
+11:05:03.223 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.deleteByMap
+11:05:03.224 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.deleteById
+11:05:03.224 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.deleteBatchIds
+11:05:03.226 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.update
+11:05:03.227 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.updateById
+11:05:03.228 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectById
+11:05:03.228 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectBatchIds
+11:05:03.229 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectByMap
+11:05:03.230 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectOne
+11:05:03.232 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectCount
+11:05:03.233 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectMaps
+11:05:03.234 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectMapsPage
+11:05:03.235 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectObjs
+11:05:03.236 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectList
+11:05:03.237 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectPage
+11:05:03.237 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/approval/ApprovalConfigMapper.xml]'
+11:05:03.243 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.insert
+11:05:03.245 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.delete
+11:05:03.245 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.deleteByMap
+11:05:03.246 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.deleteById
+11:05:03.247 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.deleteBatchIds
+11:05:03.248 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.update
+11:05:03.249 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.updateById
+11:05:03.249 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.selectById
+11:05:03.250 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.selectBatchIds
+11:05:03.250 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.selectByMap
+11:05:03.251 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.selectOne
+11:05:03.252 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.selectCount
+11:05:03.253 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.selectMaps
+11:05:03.254 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.selectMapsPage
+11:05:03.255 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.selectObjs
+11:05:03.256 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.selectList
+11:05:03.257 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.approval.ApprovalMapper.selectPage
+11:05:03.257 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/approval/ApprovalMapper.xml]'
+11:05:03.260 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.insertOrUpdateBatch
+11:05:03.261 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.insert
+11:05:03.262 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.delete
+11:05:03.263 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.deleteByMap
+11:05:03.263 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.deleteById
+11:05:03.264 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.deleteBatchIds
+11:05:03.265 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.update
+11:05:03.265 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.updateById
+11:05:03.265 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectById
+11:05:03.266 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectBatchIds
+11:05:03.267 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectByMap
+11:05:03.267 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectOne
+11:05:03.268 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectCount
+11:05:03.269 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectMaps
+11:05:03.270 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectMapsPage
+11:05:03.270 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectObjs
+11:05:03.271 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectList
+11:05:03.272 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectPage
+11:05:03.272 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/dictionary/DictionaryMapper.xml]'
+11:05:03.276 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu
+11:05:03.276 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.findById
+11:05:03.276 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.findTreeList
+11:05:03.276 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu
+11:05:03.277 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.validateMenuOnly
+11:05:03.277 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu
+11:05:03.277 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.insertRoleMenu
+11:05:03.277 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.updateSysMenu
+11:05:03.278 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.deleteRoleMenu
+11:05:03.278 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.updateStatus
+11:05:03.279 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.insert
+11:05:03.280 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.delete
+11:05:03.281 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.deleteByMap
+11:05:03.281 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.deleteById
+11:05:03.282 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.deleteBatchIds
+11:05:03.283 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.update
+11:05:03.283 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.updateById
+11:05:03.283 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.selectById
+11:05:03.284 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.selectBatchIds
+11:05:03.285 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.selectByMap
+11:05:03.285 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.selectOne
+11:05:03.286 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.selectCount
+11:05:03.287 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.selectMaps
+11:05:03.288 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.selectMapsPage
+11:05:03.288 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.selectObjs
+11:05:03.289 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.selectList
+11:05:03.290 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysMenuMapper.selectPage
+11:05:03.290 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysMenuMapper.xml]'
+11:05:03.293 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization
+11:05:03.294 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan
+11:05:03.294 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.findById
+11:05:03.294 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.validateOrganOnly
+11:05:03.294 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.createSysOrganization
+11:05:03.295 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.updateSysOrganization
+11:05:03.295 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.updateStatus
+11:05:03.296 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.insert
+11:05:03.297 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.delete
+11:05:03.297 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.deleteByMap
+11:05:03.298 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.deleteById
+11:05:03.299 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.deleteBatchIds
+11:05:03.299 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.update
+11:05:03.300 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.updateById
+11:05:03.300 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.selectById
+11:05:03.301 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.selectBatchIds
+11:05:03.301 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.selectByMap
+11:05:03.302 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.selectOne
+11:05:03.303 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.selectCount
+11:05:03.304 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.selectMaps
+11:05:03.305 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.selectMapsPage
+11:05:03.305 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.selectObjs
+11:05:03.306 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.selectList
+11:05:03.307 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.selectPage
+11:05:03.307 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysOrganizationMapper.xml]'
+11:05:03.310 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllSysRole
+11:05:03.310 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles
+11:05:03.310 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.findById
+11:05:03.311 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.findByAId
+11:05:03.311 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllValidRole
+11:05:03.311 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getOrganByRoleId
+11:05:03.311 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.validateRoleOnly
+11:05:03.312 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getOrganRoleByAuthor
+11:05:03.312 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.createSysRole
+11:05:03.312 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.updateSysRole
+11:05:03.312 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.updateStatus
+11:05:03.312 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.deleteRolesByOrgans
+11:05:03.313 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.insert
+11:05:03.314 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.delete
+11:05:03.315 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.deleteByMap
+11:05:03.315 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.deleteById
+11:05:03.316 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.deleteBatchIds
+11:05:03.317 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.update
+11:05:03.317 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.updateById
+11:05:03.317 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.selectById
+11:05:03.318 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.selectBatchIds
+11:05:03.318 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.selectByMap
+11:05:03.319 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.selectOne
+11:05:03.320 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.selectCount
+11:05:03.321 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.selectMaps
+11:05:03.322 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.selectMapsPage
+11:05:03.322 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.selectObjs
+11:05:03.323 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.selectList
+11:05:03.324 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysRoleMapper.selectPage
+11:05:03.324 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysRoleMapper.xml]'
+11:05:03.329 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers
+11:05:03.329 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.findById
+11:05:03.329 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.findRoleByUserId
+11:05:03.329 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.validateUserOnly
+11:05:03.330 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.getBatchUserIdsByRoleId
+11:05:03.330 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById
+11:05:03.330 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById
+11:05:03.330 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.createSysUser
+11:05:03.331 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.insertUserRole
+11:05:03.331 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.updateSysUser
+11:05:03.331 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.updateUserRole
+11:05:03.331 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.updateStates
+11:05:03.331 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.updatePassword
+11:05:03.331 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.deleteUsersByOrgans
+11:05:03.332 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.deleteUserRoleByOrgan
+11:05:03.332 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.deleteUsersByIds
+11:05:03.332 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.deleteBatchUserRole
+11:05:03.334 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.insert
+11:05:03.334 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.delete
+11:05:03.335 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.deleteByMap
+11:05:03.336 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.deleteById
+11:05:03.336 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.deleteBatchIds
+11:05:03.337 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.update
+11:05:03.338 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.updateById
+11:05:03.338 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectById
+11:05:03.338 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectBatchIds
+11:05:03.339 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectByMap
+11:05:03.340 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectOne
+11:05:03.340 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectCount
+11:05:03.341 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectMaps
+11:05:03.342 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectMapsPage
+11:05:03.342 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectObjs
+11:05:03.343 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList
+11:05:03.344 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectPage
+11:05:03.344 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysUserMapper.xml]'
+11:05:03.347 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.queryAllByLimit
+11:05:03.348 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.insert
+11:05:03.349 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.delete
+11:05:03.350 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.deleteByMap
+11:05:03.350 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.deleteById
+11:05:03.351 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.deleteBatchIds
+11:05:03.352 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.update
+11:05:03.353 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.updateById
+11:05:03.353 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.selectById
+11:05:03.353 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.selectBatchIds
+11:05:03.354 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.selectByMap
+11:05:03.355 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.selectOne
+11:05:03.355 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.selectCount
+11:05:03.356 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.selectMaps
+11:05:03.357 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.selectMapsPage
+11:05:03.357 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.selectObjs
+11:05:03.358 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.selectList
+11:05:03.359 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessEventLogMapper.selectPage
+11:05:03.359 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/cignacmb/BusinessEventLogMapper.xml]'
+11:05:03.362 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.queryAllByLimit
+11:05:03.362 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.queryByIds
+11:05:03.363 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.insert
+11:05:03.364 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.delete
+11:05:03.364 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.deleteByMap
+11:05:03.365 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.deleteById
+11:05:03.365 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.deleteBatchIds
+11:05:03.366 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.update
+11:05:03.367 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.updateById
+11:05:03.367 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.selectById
+11:05:03.367 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.selectBatchIds
+11:05:03.368 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.selectByMap
+11:05:03.369 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.selectOne
+11:05:03.369 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.selectCount
+11:05:03.370 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.selectMaps
+11:05:03.370 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.selectMapsPage
+11:05:03.371 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.selectObjs
+11:05:03.372 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.selectList
+11:05:03.372 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.BusinessRuleLogMapper.selectPage
+11:05:03.372 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/cignacmb/BusinessRuleLogMapper.xml]'
+11:05:03.377 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.insert
+11:05:03.378 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.delete
+11:05:03.378 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.deleteByMap
+11:05:03.379 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.deleteById
+11:05:03.379 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.deleteBatchIds
+11:05:03.380 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.update
+11:05:03.381 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.updateById
+11:05:03.381 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.selectById
+11:05:03.381 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.selectBatchIds
+11:05:03.382 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.selectByMap
+11:05:03.383 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.selectOne
+11:05:03.383 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.selectCount
+11:05:03.384 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.selectMaps
+11:05:03.385 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.selectMapsPage
+11:05:03.386 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.selectObjs
+11:05:03.386 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.selectList
+11:05:03.387 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.cignacmb.TBusinessRuleRelMapper.selectPage
+11:05:03.387 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/cignacmb/TBusinessRuleRelMapper.xml]'
+11:05:03.390 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.insert
+11:05:03.391 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.delete
+11:05:03.391 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.deleteByMap
+11:05:03.392 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.deleteById
+11:05:03.393 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.deleteBatchIds
+11:05:03.393 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.update
+11:05:03.394 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.updateById
+11:05:03.394 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.selectById
+11:05:03.395 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.selectBatchIds
+11:05:03.395 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.selectByMap
+11:05:03.396 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.selectOne
+11:05:03.397 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.selectCount
+11:05:03.397 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.selectMaps
+11:05:03.398 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.selectMapsPage
+11:05:03.399 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.selectObjs
+11:05:03.400 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.selectList
+11:05:03.400 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.AppTemplateMapper.selectPage
+11:05:03.400 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/common/message/template/AppTemplateMapper.xml]'
+11:05:03.406 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.insert
+11:05:03.406 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.delete
+11:05:03.407 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.deleteByMap
+11:05:03.407 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.deleteById
+11:05:03.408 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.deleteBatchIds
+11:05:03.409 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.update
+11:05:03.409 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.updateById
+11:05:03.409 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.selectById
+11:05:03.410 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.selectBatchIds
+11:05:03.410 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.selectByMap
+11:05:03.411 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.selectOne
+11:05:03.412 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.selectCount
+11:05:03.412 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.selectMaps
+11:05:03.413 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.selectMapsPage
+11:05:03.413 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.selectObjs
+11:05:03.414 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.selectList
+11:05:03.415 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.MessageSendRecordMapper.selectPage
+11:05:03.415 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/common/message/template/MessageSendRecordMapper.xml]'
+11:05:03.427 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.insert
+11:05:03.427 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.delete
+11:05:03.428 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.deleteByMap
+11:05:03.428 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.deleteById
+11:05:03.429 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.deleteBatchIds
+11:05:03.429 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.update
+11:05:03.430 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.updateById
+11:05:03.430 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.selectById
+11:05:03.430 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.selectBatchIds
+11:05:03.431 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.selectByMap
+11:05:03.432 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.selectOne
+11:05:03.432 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.selectCount
+11:05:03.433 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.selectMaps
+11:05:03.433 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.selectMapsPage
+11:05:03.434 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.selectObjs
+11:05:03.434 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.selectList
+11:05:03.435 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.SmsTemplateMapper.selectPage
+11:05:03.435 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/common/message/template/SmsTemplateMapper.xml]'
+11:05:03.438 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.insert
+11:05:03.439 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.delete
+11:05:03.440 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.deleteByMap
+11:05:03.440 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.deleteById
+11:05:03.441 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.deleteBatchIds
+11:05:03.441 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.update
+11:05:03.442 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.updateById
+11:05:03.442 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.selectById
+11:05:03.442 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.selectBatchIds
+11:05:03.443 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.selectByMap
+11:05:03.443 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.selectOne
+11:05:03.444 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.selectCount
+11:05:03.445 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.selectMaps
+11:05:03.445 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.selectMapsPage
+11:05:03.446 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.selectObjs
+11:05:03.446 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.selectList
+11:05:03.447 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WebhookTemplateMapper.selectPage
+11:05:03.447 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/common/message/template/WebhookTemplateMapper.xml]'
+11:05:03.450 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.insert
+11:05:03.450 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.delete
+11:05:03.451 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.deleteByMap
+11:05:03.451 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.deleteById
+11:05:03.452 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.deleteBatchIds
+11:05:03.452 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.update
+11:05:03.453 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.updateById
+11:05:03.453 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.selectById
+11:05:03.453 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.selectBatchIds
+11:05:03.454 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.selectByMap
+11:05:03.455 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.selectOne
+11:05:03.455 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.selectCount
+11:05:03.456 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.selectMaps
+11:05:03.456 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.selectMapsPage
+11:05:03.457 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.selectObjs
+11:05:03.458 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.selectList
+11:05:03.458 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.common.message.template.WechatTemplateMapper.selectPage
+11:05:03.458 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/common/message/template/WechatTemplateMapper.xml]'
+11:05:03.462 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.updateStatus
+11:05:03.462 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.queryLimit
+11:05:03.462 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.queryInterfaceList
+11:05:03.463 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.insert
+11:05:03.463 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.delete
+11:05:03.464 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.deleteByMap
+11:05:03.464 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.deleteById
+11:05:03.465 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.deleteBatchIds
+11:05:03.465 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.update
+11:05:03.466 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.updateById
+11:05:03.466 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectById
+11:05:03.466 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectBatchIds
+11:05:03.467 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectByMap
+11:05:03.467 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectOne
+11:05:03.468 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount
+11:05:03.469 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectMaps
+11:05:03.469 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectMapsPage
+11:05:03.470 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectObjs
+11:05:03.470 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList
+11:05:03.471 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectPage
+11:05:03.471 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/datax/datainterface/InterfaceMapper.xml]'
+11:05:03.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.findCustList
+11:05:03.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.searchTop4Column
+11:05:03.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.findValidColumnData
+11:05:03.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.findById
+11:05:03.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.findByQueryKey
+11:05:03.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.revFindByQueryKey
+11:05:03.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.createCustList
+11:05:03.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.updateCustList
+11:05:03.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.deleteCustList
+11:05:03.475 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.checkDupCustList
+11:05:03.475 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.importOneCustList
+11:05:03.476 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.insert
+11:05:03.477 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.delete
+11:05:03.477 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.deleteByMap
+11:05:03.477 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.deleteById
+11:05:03.478 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.deleteBatchIds
+11:05:03.479 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.update
+11:05:03.479 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.updateById
+11:05:03.479 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.selectById
+11:05:03.480 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.selectBatchIds
+11:05:03.480 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.selectByMap
+11:05:03.481 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.selectOne
+11:05:03.481 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.selectCount
+11:05:03.482 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.selectMaps
+11:05:03.483 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.selectMapsPage
+11:05:03.483 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.selectObjs
+11:05:03.484 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.selectList
+11:05:03.485 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.CustListMapper.selectPage
+11:05:03.485 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/datax/datamanage/CustListMapper.xml]'
+11:05:03.487 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList
+11:05:03.487 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallLogList
+11:05:03.487 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList
+11:05:03.488 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.insert
+11:05:03.489 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.delete
+11:05:03.489 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.deleteByMap
+11:05:03.490 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.deleteById
+11:05:03.490 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.deleteBatchIds
+11:05:03.491 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.update
+11:05:03.491 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.updateById
+11:05:03.491 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.selectById
+11:05:03.492 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.selectBatchIds
+11:05:03.493 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.selectByMap
+11:05:03.493 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.selectOne
+11:05:03.494 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.selectCount
+11:05:03.494 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.selectMaps
+11:05:03.495 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.selectMapsPage
+11:05:03.495 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.selectObjs
+11:05:03.496 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.selectList
+11:05:03.496 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.selectPage
+11:05:03.496 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/datax/datamanage/FieldCallLogMapper.xml]'
+11:05:03.502 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.createFieldCond
+11:05:03.502 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.deleteFieldCondById
+11:05:03.503 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList
+11:05:03.504 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.insert
+11:05:03.504 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.delete
+11:05:03.505 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.deleteByMap
+11:05:03.505 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.deleteById
+11:05:03.506 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.deleteBatchIds
+11:05:03.506 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.update
+11:05:03.507 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.updateById
+11:05:03.507 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.selectById
+11:05:03.507 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.selectBatchIds
+11:05:03.508 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.selectByMap
+11:05:03.509 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.selectOne
+11:05:03.509 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.selectCount
+11:05:03.510 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.selectMaps
+11:05:03.511 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.selectMapsPage
+11:05:03.512 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.selectObjs
+11:05:03.512 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.selectList
+11:05:03.513 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.selectPage
+11:05:03.513 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/datax/datamanage/FieldCondMapper.xml]'
+11:05:03.518 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType
+11:05:03.518 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findFieldTypeIdsByFieldId
+11:05:03.518 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser
+11:05:03.518 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId
+11:05:03.518 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findFieldByIdsForCheckField
+11:05:03.518 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists
+11:05:03.518 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldName
+11:05:03.519 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.createField
+11:05:03.519 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.batchCreateField
+11:05:03.519 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.updateField
+11:05:03.519 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.getFieldList
+11:05:03.519 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldCn
+11:05:03.520 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField
+11:05:03.520 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.getSourceField
+11:05:03.520 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findOrgFieldTypeIdsByIds
+11:05:03.520 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findFieldNameById
+11:05:03.520 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.updateFieldFolder
+11:05:03.520 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectByIds
+11:05:03.520 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectByEns
+11:05:03.521 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectByOrganCns
+11:05:03.521 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findFieldByIdsbyorganId
+11:05:03.521 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldEnbyorganId
+11:05:03.521 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldCnbyorganId
+11:05:03.521 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectFieldListByEns
+11:05:03.523 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.insert
+11:05:03.523 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.delete
+11:05:03.524 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.deleteByMap
+11:05:03.524 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.deleteById
+11:05:03.525 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.deleteBatchIds
+11:05:03.526 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.update
+11:05:03.526 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.updateById
+11:05:03.526 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectById
+11:05:03.527 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectBatchIds
+11:05:03.527 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectByMap
+11:05:03.528 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectOne
+11:05:03.528 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectCount
+11:05:03.529 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectMaps
+11:05:03.530 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectMapsPage
+11:05:03.530 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectObjs
+11:05:03.531 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectList
+11:05:03.532 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.selectPage
+11:05:03.532 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/datax/datamanage/FieldMapper.xml]'
+11:05:03.536 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.getFieldTypeList
+11:05:03.536 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.findIdByFieldType
+11:05:03.536 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.findTypeIdByParentId
+11:05:03.536 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.findParentIdByTypeId
+11:05:03.536 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.createFieldType
+11:05:03.536 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType
+11:05:03.537 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.backFieldTypeByTypeIds
+11:05:03.537 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.isExists
+11:05:03.537 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList
+11:05:03.538 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.insert
+11:05:03.538 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.delete
+11:05:03.539 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.deleteByMap
+11:05:03.539 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.deleteById
+11:05:03.539 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.deleteBatchIds
+11:05:03.540 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.update
+11:05:03.540 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateById
+11:05:03.541 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectById
+11:05:03.541 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectBatchIds
+11:05:03.541 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectByMap
+11:05:03.542 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectOne
+11:05:03.542 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectCount
+11:05:03.543 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectMaps
+11:05:03.543 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectMapsPage
+11:05:03.544 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectObjs
+11:05:03.545 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectList
+11:05:03.545 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectPage
+11:05:03.545 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/datax/datamanage/FieldTypeMapper.xml]'
+11:05:03.547 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.createFieldTypeUserRel
+11:05:03.547 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.batchBindEngineFieldTypeUserRel
+11:05:03.547 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel
+11:05:03.548 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.insert
+11:05:03.549 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.delete
+11:05:03.549 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.deleteByMap
+11:05:03.550 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.deleteById
+11:05:03.550 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.deleteBatchIds
+11:05:03.551 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.update
+11:05:03.551 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateById
+11:05:03.551 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.selectById
+11:05:03.552 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.selectBatchIds
+11:05:03.552 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.selectByMap
+11:05:03.552 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.selectOne
+11:05:03.553 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.selectCount
+11:05:03.553 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.selectMaps
+11:05:03.554 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.selectMapsPage
+11:05:03.554 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.selectObjs
+11:05:03.555 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.selectList
+11:05:03.555 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.selectPage
+11:05:03.556 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/datax/datamanage/FieldTypeUserMapper.xml]'
+11:05:03.558 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.createFieldUserRel
+11:05:03.558 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.batchCreateFieldUserRel
+11:05:03.558 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.batchBindEngineFieldUserRel
+11:05:03.558 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus
+11:05:03.558 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.backFieldByIds
+11:05:03.559 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId
+11:05:03.559 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType
+11:05:03.559 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.insert
+11:05:03.560 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.delete
+11:05:03.560 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.deleteByMap
+11:05:03.561 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.deleteById
+11:05:03.561 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.deleteBatchIds
+11:05:03.562 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.update
+11:05:03.563 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateById
+11:05:03.563 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.selectById
+11:05:03.563 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.selectBatchIds
+11:05:03.564 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.selectByMap
+11:05:03.565 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.selectOne
+11:05:03.565 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.selectCount
+11:05:03.566 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.selectMaps
+11:05:03.566 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.selectMapsPage
+11:05:03.567 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.selectObjs
+11:05:03.568 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.selectList
+11:05:03.568 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.selectPage
+11:05:03.568 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/datax/datamanage/FieldUserMapper.xml]'
+11:05:03.570 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.SimpleMapper.customSelect
+11:05:03.570 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.SimpleMapper.test
+11:05:03.570 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/datax/datasource/SimpleMapper.xml]'
+11:05:03.573 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.insert
+11:05:03.573 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.delete
+11:05:03.574 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.deleteByMap
+11:05:03.574 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.deleteById
+11:05:03.574 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.deleteBatchIds
+11:05:03.575 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.update
+11:05:03.576 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.updateById
+11:05:03.576 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.selectById
+11:05:03.576 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.selectBatchIds
+11:05:03.576 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.selectByMap
+11:05:03.577 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.selectOne
+11:05:03.577 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.selectCount
+11:05:03.578 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.selectMaps
+11:05:03.578 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.selectMapsPage
+11:05:03.579 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.selectObjs
+11:05:03.579 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.selectList
+11:05:03.580 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeDateResultMapper.selectPage
+11:05:03.580 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/enginex/marketing/MarketingEngineNodeDateResultMapper.xml]'
+11:05:03.582 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.insert
+11:05:03.583 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.delete
+11:05:03.583 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.deleteByMap
+11:05:03.584 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.deleteById
+11:05:03.584 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.deleteBatchIds
+11:05:03.585 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.update
+11:05:03.585 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.updateById
+11:05:03.585 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.selectById
+11:05:03.586 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.selectBatchIds
+11:05:03.586 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.selectByMap
+11:05:03.587 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.selectOne
+11:05:03.587 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.selectCount
+11:05:03.588 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.selectMaps
+11:05:03.588 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.selectMapsPage
+11:05:03.589 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.selectObjs
+11:05:03.589 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.selectList
+11:05:03.590 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineNodeResultMapper.selectPage
+11:05:03.590 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/enginex/marketing/MarketingEngineNodeResultMapper.xml]'
+11:05:03.592 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.insert
+11:05:03.593 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.delete
+11:05:03.593 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.deleteByMap
+11:05:03.594 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.deleteById
+11:05:03.594 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.deleteBatchIds
+11:05:03.595 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.update
+11:05:03.595 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.updateById
+11:05:03.595 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.selectById
+11:05:03.596 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.selectBatchIds
+11:05:03.596 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.selectByMap
+11:05:03.596 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.selectOne
+11:05:03.597 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.selectCount
+11:05:03.598 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.selectMaps
+11:05:03.598 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.selectMapsPage
+11:05:03.599 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.selectObjs
+11:05:03.599 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.selectList
+11:05:03.600 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.marketing.MarketingEngineResultMapper.selectPage
+11:05:03.600 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/enginex/marketing/MarketingEngineResultMapper.xml]'
+11:05:03.601 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectReportList
+11:05:03.602 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.insert
+11:05:03.603 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.delete
+11:05:03.603 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.deleteByMap
+11:05:03.604 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.deleteById
+11:05:03.604 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.deleteBatchIds
+11:05:03.605 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.update
+11:05:03.605 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.updateById
+11:05:03.605 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectById
+11:05:03.605 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectBatchIds
+11:05:03.606 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectByMap
+11:05:03.606 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectOne
+11:05:03.607 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectCount
+11:05:03.607 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectMaps
+11:05:03.608 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectMapsPage
+11:05:03.609 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectObjs
+11:05:03.609 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectList
+11:05:03.610 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultDetailMapper.selectPage
+11:05:03.610 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/enginex/personas/PersonasEngineResultDetailMapper.xml]'
+11:05:03.614 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.insertEngineAndReturnId
+11:05:03.614 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.updateEngine
+11:05:03.614 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineByList
+11:05:03.614 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList
+11:05:03.615 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineById
+11:05:03.615 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineBaseInfo
+11:05:03.615 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentDayEngineUseInfo
+11:05:03.615 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentMonthEngineUseInfo
+11:05:03.616 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineUseRatio
+11:05:03.617 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.insert
+11:05:03.617 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.delete
+11:05:03.618 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.deleteByMap
+11:05:03.618 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.deleteById
+11:05:03.619 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.deleteBatchIds
+11:05:03.619 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.update
+11:05:03.620 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.updateById
+11:05:03.620 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.selectById
+11:05:03.620 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.selectBatchIds
+11:05:03.621 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.selectByMap
+11:05:03.621 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.selectOne
+11:05:03.622 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.selectCount
+11:05:03.622 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.selectMaps
+11:05:03.623 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.selectMapsPage
+11:05:03.624 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.selectObjs
+11:05:03.624 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.selectList
+11:05:03.625 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineMapper.selectPage
+11:05:03.625 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/enginex/risk/EngineMapper.xml]'
+11:05:03.628 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineTypedNodeListByEngineVersionId
+11:05:03.628 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.deleteNodesByNodeIds
+11:05:03.628 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert
+11:05:03.628 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insertNodeAndReturnId
+11:05:03.629 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insertNodeAndReturnIdV2
+11:05:03.629 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.updateNodePosition
+11:05:03.629 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.updateNextNodes
+11:05:03.629 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.updateParentIdByNodeId
+11:05:03.629 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.renameNode
+11:05:03.629 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.updateSnapshot
+11:05:03.629 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId
+11:05:03.629 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getMaxNodeOrder
+11:05:03.629 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.updateNodeForNextOrderAndParams
+11:05:03.630 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByVersionId
+11:05:03.631 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+11:05:03.631 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.delete
+11:05:03.632 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.deleteByMap
+11:05:03.632 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.deleteById
+11:05:03.633 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.deleteBatchIds
+11:05:03.634 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.update
+11:05:03.634 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.updateById
+11:05:03.634 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.selectById
+11:05:03.635 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.selectBatchIds
+11:05:03.635 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.selectByMap
+11:05:03.636 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.selectOne
+11:05:03.636 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.selectCount
+11:05:03.637 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.selectMaps
+11:05:03.637 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.selectMapsPage
+11:05:03.638 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.selectObjs
+11:05:03.638 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.selectList
+11:05:03.639 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.selectPage
+11:05:03.639 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/enginex/risk/EngineNodeMapper.xml]'
+11:05:03.641 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getResultSetDetailsById
+11:05:03.641 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.insertResultSet
+11:05:03.641 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getResultSetByList
+11:05:03.641 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment
+11:05:03.641 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getResultSetById
+11:05:03.641 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getBatchTestResultSetByEngineId
+11:05:03.641 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getBatchTestResultSetByBatchNo
+11:05:03.642 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.updateResultOutput
+11:05:03.642 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.countDecisionCallNum
+11:05:03.642 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.updateResultById
+11:05:03.642 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/enginex/risk/EngineResultSetMapper.xml]'
+11:05:03.645 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getLatestEngineSubVersion
+11:05:03.645 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getLatestEngineVersion
+11:05:03.645 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectByPrimaryKey
+11:05:03.645 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.cleanSubVersionByVersion
+11:05:03.645 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.insertOne
+11:05:03.645 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.insertEngineVersionAndReturnId
+11:05:03.645 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.updateByPrimaryKeySelective
+11:05:03.645 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.undeployVersion
+11:05:03.646 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.updateBootState
+11:05:03.646 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.updateByPrimaryKey
+11:05:03.646 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId
+11:05:03.646 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineIdV2
+11:05:03.646 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionByEngineId
+11:05:03.646 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectAll
+11:05:03.646 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.countDecisionResult
+11:05:03.646 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getRunningVersion
+11:05:03.647 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.insert
+11:05:03.648 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.delete
+11:05:03.649 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.deleteByMap
+11:05:03.649 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.deleteById
+11:05:03.650 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.deleteBatchIds
+11:05:03.650 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.update
+11:05:03.651 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.updateById
+11:05:03.651 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectById
+11:05:03.651 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectBatchIds
+11:05:03.651 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectByMap
+11:05:03.652 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectOne
+11:05:03.652 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectCount
+11:05:03.653 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectMaps
+11:05:03.654 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectMapsPage
+11:05:03.654 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectObjs
+11:05:03.655 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectList
+11:05:03.655 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.selectPage
+11:05:03.655 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/enginex/risk/EngineVersionMapper.xml]'
+11:05:03.658 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.insert
+11:05:03.658 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.delete
+11:05:03.659 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.deleteByMap
+11:05:03.659 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.deleteById
+11:05:03.660 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.deleteBatchIds
+11:05:03.660 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.update
+11:05:03.661 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.updateById
+11:05:03.661 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.selectById
+11:05:03.661 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.selectBatchIds
+11:05:03.662 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.selectByMap
+11:05:03.662 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.selectOne
+11:05:03.663 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.selectCount
+11:05:03.663 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.selectMaps
+11:05:03.664 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.selectMapsPage
+11:05:03.664 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.selectObjs
+11:05:03.665 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.selectList
+11:05:03.665 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorEngineMapper.selectPage
+11:05:03.665 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/monitor/decisionflow/TMonitorEngineMapper.xml]'
+11:05:03.670 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.countNodeHit
+11:05:03.671 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.insert
+11:05:03.672 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.delete
+11:05:03.672 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.deleteByMap
+11:05:03.673 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.deleteById
+11:05:03.673 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.deleteBatchIds
+11:05:03.673 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.update
+11:05:03.674 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.updateById
+11:05:03.674 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.selectById
+11:05:03.674 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.selectBatchIds
+11:05:03.675 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.selectByMap
+11:05:03.675 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.selectOne
+11:05:03.676 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.selectCount
+11:05:03.676 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.selectMaps
+11:05:03.676 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.selectMapsPage
+11:05:03.677 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.selectObjs
+11:05:03.677 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.selectList
+11:05:03.678 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorNodeMapper.selectPage
+11:05:03.678 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/monitor/decisionflow/TMonitorNodeMapper.xml]'
+11:05:03.679 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.countRule
+11:05:03.679 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.countScorecardHit
+11:05:03.679 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.countDecisionTables
+11:05:03.680 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.insert
+11:05:03.680 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.delete
+11:05:03.681 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.deleteByMap
+11:05:03.681 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.deleteById
+11:05:03.681 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.deleteBatchIds
+11:05:03.682 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.update
+11:05:03.682 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.updateById
+11:05:03.682 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.selectById
+11:05:03.683 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.selectBatchIds
+11:05:03.683 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.selectByMap
+11:05:03.684 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.selectOne
+11:05:03.684 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.selectCount
+11:05:03.685 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.selectMaps
+11:05:03.685 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.selectMapsPage
+11:05:03.685 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.selectObjs
+11:05:03.686 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.selectList
+11:05:03.686 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.decisionflow.TMonitorStrategyMapper.selectPage
+11:05:03.686 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/monitor/decisionflow/TMonitorStrategyMapper.xml]'
+11:05:03.688 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList
+11:05:03.688 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo
+11:05:03.689 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert
+11:05:03.690 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.delete
+11:05:03.690 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.deleteByMap
+11:05:03.690 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.deleteById
+11:05:03.691 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.deleteBatchIds
+11:05:03.691 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.update
+11:05:03.691 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.updateById
+11:05:03.692 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.selectById
+11:05:03.692 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.selectBatchIds
+11:05:03.692 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.selectByMap
+11:05:03.693 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.selectOne
+11:05:03.693 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.selectCount
+11:05:03.694 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.selectMaps
+11:05:03.694 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.selectMapsPage
+11:05:03.694 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.selectObjs
+11:05:03.695 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.selectList
+11:05:03.695 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.selectPage
+11:05:03.695 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/monitor/logger/loggerMapper.xml]'
+11:05:03.697 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.getModelsListByOrganId
+11:05:03.698 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.insert
+11:05:03.698 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.delete
+11:05:03.698 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.deleteByMap
+11:05:03.699 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.deleteById
+11:05:03.699 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.deleteBatchIds
+11:05:03.700 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.update
+11:05:03.700 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.updateById
+11:05:03.700 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.selectById
+11:05:03.700 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.selectBatchIds
+11:05:03.701 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.selectByMap
+11:05:03.701 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.selectOne
+11:05:03.702 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.selectCount
+11:05:03.702 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.selectMaps
+11:05:03.703 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.selectMapsPage
+11:05:03.703 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.selectObjs
+11:05:03.704 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.selectList
+11:05:03.704 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.selectPage
+11:05:03.704 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/strategyx/aimodel/MachineLearningModelsMapper.xml]'
+11:05:03.706 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.insert
+11:05:03.706 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.delete
+11:05:03.707 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.deleteByMap
+11:05:03.707 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.deleteById
+11:05:03.707 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.deleteBatchIds
+11:05:03.708 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.update
+11:05:03.708 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.updateById
+11:05:03.708 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectById
+11:05:03.709 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectBatchIds
+11:05:03.709 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectByMap
+11:05:03.710 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectOne
+11:05:03.710 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectCount
+11:05:03.710 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectMaps
+11:05:03.711 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectMapsPage
+11:05:03.711 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectObjs
+11:05:03.712 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectList
+11:05:03.712 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectPage
+11:05:03.712 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/strategyx/guiderule/RuleBlockMapper.xml]'
+11:05:03.714 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryById
+11:05:03.714 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList
+11:05:03.714 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.updateStatus
+11:05:03.714 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.updateParent
+11:05:03.714 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.getRuleList
+11:05:03.715 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.insert
+11:05:03.716 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.delete
+11:05:03.716 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.deleteByMap
+11:05:03.716 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.deleteById
+11:05:03.717 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.deleteBatchIds
+11:05:03.717 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.update
+11:05:03.718 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.updateById
+11:05:03.718 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectById
+11:05:03.718 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectBatchIds
+11:05:03.718 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectByMap
+11:05:03.719 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectOne
+11:05:03.719 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectCount
+11:05:03.720 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectMaps
+11:05:03.720 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectMapsPage
+11:05:03.721 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectObjs
+11:05:03.721 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectList
+11:05:03.722 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectPage
+11:05:03.722 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/strategyx/guiderule/RuleInfoMapper.xml]'
+11:05:03.724 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList
+11:05:03.724 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2
+11:05:03.724 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeDataForEngine
+11:05:03.724 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeDataForEngineV2
+11:05:03.724 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectFolderList
+11:05:03.725 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.insert
+11:05:03.726 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.delete
+11:05:03.726 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.deleteByMap
+11:05:03.726 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.deleteById
+11:05:03.727 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.deleteBatchIds
+11:05:03.727 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.update
+11:05:03.728 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.updateById
+11:05:03.728 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectById
+11:05:03.728 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectBatchIds
+11:05:03.728 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectByMap
+11:05:03.729 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectOne
+11:05:03.729 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectCount
+11:05:03.730 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectMaps
+11:05:03.730 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectMapsPage
+11:05:03.731 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectObjs
+11:05:03.731 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectList
+11:05:03.732 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.selectPage
+11:05:03.732 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/strategyx/knowledge/KnowledgeTreeMapper.xml]'
+11:05:03.734 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.getRuleList
+11:05:03.734 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.checkByField
+11:05:03.734 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.getAllCodeNameParentId
+11:05:03.735 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.insert
+11:05:03.736 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.delete
+11:05:03.736 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.deleteByMap
+11:05:03.737 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.deleteById
+11:05:03.737 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.deleteBatchIds
+11:05:03.738 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.update
+11:05:03.738 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.updateById
+11:05:03.738 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.selectById
+11:05:03.738 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.selectBatchIds
+11:05:03.739 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.selectByMap
+11:05:03.739 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.selectOne
+11:05:03.740 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.selectCount
+11:05:03.740 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.selectMaps
+11:05:03.741 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.selectMapsPage
+11:05:03.742 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.selectObjs
+11:05:03.742 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.selectList
+11:05:03.743 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.knowledge.RuleMapper.selectPage
+11:05:03.743 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/strategyx/knowledge/RuleMapper.xml]'
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.updateStatus
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.createListDb
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.createTable
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.createIndex
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findListDbByIds
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findFieldsByListDbIds
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.updateListDb
+11:05:03.745 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.isExists
+11:05:03.746 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectFieldIdsByListDbId
+11:05:03.746 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.customInsert
+11:05:03.746 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.customSelect
+11:05:03.747 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.insert
+11:05:03.747 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.delete
+11:05:03.748 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.deleteByMap
+11:05:03.748 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.deleteById
+11:05:03.748 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.deleteBatchIds
+11:05:03.749 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.update
+11:05:03.749 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.updateById
+11:05:03.749 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectById
+11:05:03.750 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectBatchIds
+11:05:03.750 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectByMap
+11:05:03.750 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectOne
+11:05:03.751 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectCount
+11:05:03.751 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectMaps
+11:05:03.752 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectMapsPage
+11:05:03.752 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectObjs
+11:05:03.753 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectList
+11:05:03.753 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.selectPage
+11:05:03.753 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/strategyx/listlibrary/ListDbMapper.xml]'
+11:05:03.755 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.getColumnList
+11:05:03.755 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+11:05:03.756 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.insert
+11:05:03.756 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.delete
+11:05:03.756 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.deleteByMap
+11:05:03.757 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.deleteById
+11:05:03.757 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.deleteBatchIds
+11:05:03.758 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.update
+11:05:03.758 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.updateById
+11:05:03.758 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.selectById
+11:05:03.759 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.selectBatchIds
+11:05:03.759 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.selectByMap
+11:05:03.759 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.selectOne
+11:05:03.760 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.selectCount
+11:05:03.760 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.selectMaps
+11:05:03.761 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.selectMapsPage
+11:05:03.761 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.selectObjs
+11:05:03.761 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.selectList
+11:05:03.762 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.TblColumnMapper.selectPage
+11:05:03.762 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/strategyx/listlibrary/TblColumnMapper.xml]'
+11:05:03.764 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.getScorecardList
+11:05:03.764 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.checkByField
+11:05:03.765 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.insert
+11:05:03.765 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.delete
+11:05:03.765 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.deleteByMap
+11:05:03.766 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.deleteById
+11:05:03.766 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.deleteBatchIds
+11:05:03.767 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.update
+11:05:03.767 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.updateById
+11:05:03.767 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectById
+11:05:03.768 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectBatchIds
+11:05:03.768 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectByMap
+11:05:03.768 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectOne
+11:05:03.769 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectCount
+11:05:03.769 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectMaps
+11:05:03.770 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectMapsPage
+11:05:03.770 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectObjs
+11:05:03.771 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList
+11:05:03.771 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectPage
+11:05:03.771 [main] DEBUG com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean - Parsed mapper file: 'file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/strategyx/scorecard/ScorecardMapper.xml]'
+11:05:04.090 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.insert
+11:05:04.091 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.delete
+11:05:04.091 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.deleteByMap
+11:05:04.092 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.deleteById
+11:05:04.092 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.deleteBatchIds
+11:05:04.093 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.update
+11:05:04.093 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.updateById
+11:05:04.093 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectById
+11:05:04.093 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectBatchIds
+11:05:04.094 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectByMap
+11:05:04.094 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectOne
+11:05:04.095 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount
+11:05:04.095 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectMaps
+11:05:04.096 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectMapsPage
+11:05:04.096 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectObjs
+11:05:04.097 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList
+11:05:04.097 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectPage
+11:05:04.123 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.insert
+11:05:04.123 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.delete
+11:05:04.124 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.deleteByMap
+11:05:04.124 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.deleteById
+11:05:04.124 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.deleteBatchIds
+11:05:04.125 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.update
+11:05:04.125 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.updateById
+11:05:04.126 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectById
+11:05:04.126 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectBatchIds
+11:05:04.126 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectByMap
+11:05:04.127 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectOne
+11:05:04.127 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectCount
+11:05:04.128 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectMaps
+11:05:04.128 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectMapsPage
+11:05:04.129 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectObjs
+11:05:04.129 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList
+11:05:04.130 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectPage
+11:05:04.180 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.insert
+11:05:04.180 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.delete
+11:05:04.181 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.deleteByMap
+11:05:04.181 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.deleteById
+11:05:04.181 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.deleteBatchIds
+11:05:04.182 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.update
+11:05:04.182 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.updateById
+11:05:04.182 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectById
+11:05:04.183 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectBatchIds
+11:05:04.183 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectByMap
+11:05:04.184 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectOne
+11:05:04.184 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectCount
+11:05:04.184 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectMaps
+11:05:04.185 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectMapsPage
+11:05:04.185 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectObjs
+11:05:04.186 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectList
+11:05:04.186 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectPage
+11:05:04.193 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.insert
+11:05:04.193 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.delete
+11:05:04.194 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.deleteByMap
+11:05:04.194 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.deleteById
+11:05:04.194 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.deleteBatchIds
+11:05:04.195 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.update
+11:05:04.195 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.updateById
+11:05:04.195 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectById
+11:05:04.196 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectBatchIds
+11:05:04.196 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectByMap
+11:05:04.197 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectOne
+11:05:04.197 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectCount
+11:05:04.198 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectMaps
+11:05:04.198 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectMapsPage
+11:05:04.199 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectObjs
+11:05:04.199 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectList
+11:05:04.200 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectPage
+11:05:04.206 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.insert
+11:05:04.206 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.delete
+11:05:04.207 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.deleteByMap
+11:05:04.207 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.deleteById
+11:05:04.207 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.deleteBatchIds
+11:05:04.208 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.update
+11:05:04.208 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.updateById
+11:05:04.208 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectById
+11:05:04.209 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectBatchIds
+11:05:04.209 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectByMap
+11:05:04.210 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectOne
+11:05:04.210 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectCount
+11:05:04.211 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectMaps
+11:05:04.211 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectMapsPage
+11:05:04.212 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectObjs
+11:05:04.212 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectList
+11:05:04.213 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectPage
+11:05:04.236 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.insert
+11:05:04.236 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.delete
+11:05:04.237 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.deleteByMap
+11:05:04.237 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.deleteById
+11:05:04.237 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.deleteBatchIds
+11:05:04.238 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.update
+11:05:04.238 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.updateById
+11:05:04.238 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectById
+11:05:04.239 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectBatchIds
+11:05:04.239 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectByMap
+11:05:04.240 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectOne
+11:05:04.240 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectCount
+11:05:04.241 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectMaps
+11:05:04.241 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectMapsPage
+11:05:04.242 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectObjs
+11:05:04.242 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectList
+11:05:04.243 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectPage
+11:05:04.265 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.insert
+11:05:04.266 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.delete
+11:05:04.268 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.deleteByMap
+11:05:04.271 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.deleteById
+11:05:04.272 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.deleteBatchIds
+11:05:04.272 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.update
+11:05:04.272 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.updateById
+11:05:04.272 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectById
+11:05:04.273 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectBatchIds
+11:05:04.273 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectByMap
+11:05:04.274 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectOne
+11:05:04.274 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectCount
+11:05:04.275 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectMaps
+11:05:04.275 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectMapsPage
+11:05:04.276 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectObjs
+11:05:04.276 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectList
+11:05:04.276 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectPage
+11:05:04.302 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.insert
+11:05:04.302 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.delete
+11:05:04.303 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.deleteByMap
+11:05:04.303 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.deleteById
+11:05:04.304 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.deleteBatchIds
+11:05:04.304 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.update
+11:05:04.305 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.updateById
+11:05:04.305 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectById
+11:05:04.305 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectBatchIds
+11:05:04.306 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectByMap
+11:05:04.307 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectOne
+11:05:04.307 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectCount
+11:05:04.308 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectMaps
+11:05:04.308 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectMapsPage
+11:05:04.309 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectObjs
+11:05:04.309 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectList
+11:05:04.310 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectPage
+11:05:04.422 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.insert
+11:05:04.423 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.delete
+11:05:04.423 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.deleteByMap
+11:05:04.424 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.deleteById
+11:05:04.424 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.deleteBatchIds
+11:05:04.425 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.update
+11:05:04.425 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.updateById
+11:05:04.425 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.selectById
+11:05:04.425 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.selectBatchIds
+11:05:04.426 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.selectByMap
+11:05:04.426 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.selectOne
+11:05:04.427 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.selectCount
+11:05:04.427 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.selectMaps
+11:05:04.428 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.selectMapsPage
+11:05:04.428 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.selectObjs
+11:05:04.429 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.selectList
+11:05:04.429 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineCallMapper.selectPage
+11:05:04.472 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.insert
+11:05:04.473 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.delete
+11:05:04.473 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.deleteByMap
+11:05:04.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.deleteById
+11:05:04.474 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.deleteBatchIds
+11:05:04.475 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.update
+11:05:04.475 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.updateById
+11:05:04.475 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.selectById
+11:05:04.476 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.selectBatchIds
+11:05:04.476 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.selectByMap
+11:05:04.476 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.selectOne
+11:05:04.477 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.selectCount
+11:05:04.477 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.selectMaps
+11:05:04.478 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.selectMapsPage
+11:05:04.478 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.selectObjs
+11:05:04.479 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.selectList
+11:05:04.479 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionResultMapper.selectPage
+11:05:04.506 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.insert
+11:05:04.507 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.delete
+11:05:04.507 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.deleteByMap
+11:05:04.508 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.deleteById
+11:05:04.508 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.deleteBatchIds
+11:05:04.509 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.update
+11:05:04.509 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.updateById
+11:05:04.509 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.selectById
+11:05:04.510 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.selectBatchIds
+11:05:04.510 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.selectByMap
+11:05:04.511 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.selectOne
+11:05:04.511 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.selectCount
+11:05:04.512 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.selectMaps
+11:05:04.512 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.selectMapsPage
+11:05:04.513 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.selectObjs
+11:05:04.513 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.selectList
+11:05:04.514 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseRuleMapper.selectPage
+11:05:04.542 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.insert
+11:05:04.542 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.delete
+11:05:04.543 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.deleteByMap
+11:05:04.543 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.deleteById
+11:05:04.544 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.deleteBatchIds
+11:05:04.544 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.update
+11:05:04.545 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.updateById
+11:05:04.545 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.selectById
+11:05:04.545 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.selectBatchIds
+11:05:04.545 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.selectByMap
+11:05:04.546 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.selectOne
+11:05:04.546 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.selectCount
+11:05:04.547 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.selectMaps
+11:05:04.547 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.selectMapsPage
+11:05:04.548 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.selectObjs
+11:05:04.548 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.selectList
+11:05:04.549 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseScorecardMapper.selectPage
+11:05:04.577 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.insert
+11:05:04.578 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.delete
+11:05:04.578 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.deleteByMap
+11:05:04.579 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.deleteById
+11:05:04.579 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.deleteBatchIds
+11:05:04.580 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.update
+11:05:04.580 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.updateById
+11:05:04.580 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.selectById
+11:05:04.580 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.selectBatchIds
+11:05:04.581 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.selectByMap
+11:05:04.581 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.selectOne
+11:05:04.582 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.selectCount
+11:05:04.582 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.selectMaps
+11:05:04.583 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.selectMapsPage
+11:05:04.583 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.selectObjs
+11:05:04.584 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.selectList
+11:05:04.584 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseDecisionTablesMapper.selectPage
+11:05:04.615 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.insert
+11:05:04.616 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.delete
+11:05:04.616 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.deleteByMap
+11:05:04.617 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.deleteById
+11:05:04.617 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.deleteBatchIds
+11:05:04.618 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.update
+11:05:04.618 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.updateById
+11:05:04.618 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.selectById
+11:05:04.618 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.selectBatchIds
+11:05:04.619 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.selectByMap
+11:05:04.619 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.selectOne
+11:05:04.620 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.selectCount
+11:05:04.620 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.selectMaps
+11:05:04.621 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.selectMapsPage
+11:05:04.621 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.selectObjs
+11:05:04.622 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.selectList
+11:05:04.622 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineNodeMapper.selectPage
+11:05:04.653 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.insert
+11:05:04.653 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.delete
+11:05:04.654 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.deleteByMap
+11:05:04.654 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.deleteById
+11:05:04.654 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.deleteBatchIds
+11:05:04.655 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.update
+11:05:04.655 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.updateById
+11:05:04.655 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.selectById
+11:05:04.656 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.selectBatchIds
+11:05:04.656 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.selectByMap
+11:05:04.657 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.selectOne
+11:05:04.657 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.selectCount
+11:05:04.657 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.selectMaps
+11:05:04.658 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.selectMapsPage
+11:05:04.658 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.selectObjs
+11:05:04.659 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.selectList
+11:05:04.659 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.analyse.AnalyseEngineSummaryMapper.selectPage
+11:05:04.998 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.insert
+11:05:04.999 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.delete
+11:05:04.999 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.deleteByMap
+11:05:05.000 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.deleteById
+11:05:05.000 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.deleteBatchIds
+11:05:05.000 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.update
+11:05:05.001 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.updateById
+11:05:05.001 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.selectById
+11:05:05.001 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.selectBatchIds
+11:05:05.002 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.selectByMap
+11:05:05.002 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.selectOne
+11:05:05.002 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.selectCount
+11:05:05.003 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.selectMaps
+11:05:05.003 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.selectMapsPage
+11:05:05.004 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.selectObjs
+11:05:05.004 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.selectList
+11:05:05.005 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.dataflow.EngineVersionContentMapper.selectPage
+11:05:05.013 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.insert
+11:05:05.013 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.delete
+11:05:05.014 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.deleteByMap
+11:05:05.014 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.deleteById
+11:05:05.014 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.deleteBatchIds
+11:05:05.015 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.update
+11:05:05.015 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.updateById
+11:05:05.015 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.selectById
+11:05:05.016 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.selectBatchIds
+11:05:05.016 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.selectByMap
+11:05:05.016 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.selectOne
+11:05:05.017 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.selectCount
+11:05:05.017 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.selectMaps
+11:05:05.018 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.selectMapsPage
+11:05:05.018 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.selectObjs
+11:05:05.018 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.selectList
+11:05:05.019 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleMapper.selectPage
+11:05:05.027 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.insert
+11:05:05.027 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.delete
+11:05:05.028 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.deleteByMap
+11:05:05.028 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.deleteById
+11:05:05.028 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.deleteBatchIds
+11:05:05.029 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.update
+11:05:05.029 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.updateById
+11:05:05.029 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.selectById
+11:05:05.030 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.selectBatchIds
+11:05:05.030 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.selectByMap
+11:05:05.030 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.selectOne
+11:05:05.031 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.selectCount
+11:05:05.031 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.selectMaps
+11:05:05.032 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.selectMapsPage
+11:05:05.032 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.selectObjs
+11:05:05.033 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.selectList
+11:05:05.033 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.baserule.BaseRuleConditionMapper.selectPage
+11:05:05.040 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.insert
+11:05:05.041 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.delete
+11:05:05.041 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.deleteByMap
+11:05:05.042 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.deleteById
+11:05:05.042 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.deleteBatchIds
+11:05:05.042 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.update
+11:05:05.043 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.updateById
+11:05:05.043 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.selectById
+11:05:05.043 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.selectBatchIds
+11:05:05.044 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.selectByMap
+11:05:05.044 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.selectOne
+11:05:05.044 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.selectCount
+11:05:05.045 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.selectMaps
+11:05:05.045 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.selectMapsPage
+11:05:05.046 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.selectObjs
+11:05:05.046 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.selectList
+11:05:05.047 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleLoopGroupActionMapper.selectPage
+11:05:05.343 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.insert
+11:05:05.344 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.delete
+11:05:05.344 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.deleteByMap
+11:05:05.345 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.deleteById
+11:05:05.345 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.deleteBatchIds
+11:05:05.345 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.update
+11:05:05.346 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.updateById
+11:05:05.346 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.selectById
+11:05:05.346 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.selectBatchIds
+11:05:05.346 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.selectByMap
+11:05:05.347 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.selectOne
+11:05:05.347 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.selectCount
+11:05:05.348 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.selectMaps
+11:05:05.348 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.selectMapsPage
+11:05:05.348 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.selectObjs
+11:05:05.349 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.selectList
+11:05:05.349 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.enginex.personas.PersonasEngineResultMapper.selectPage
+11:05:05.370 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.insert
+11:05:05.371 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.delete
+11:05:05.371 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.deleteByMap
+11:05:05.372 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.deleteById
+11:05:05.372 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.deleteBatchIds
+11:05:05.373 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.update
+11:05:05.373 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.updateById
+11:05:05.373 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectById
+11:05:05.373 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectBatchIds
+11:05:05.374 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectByMap
+11:05:05.374 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectOne
+11:05:05.375 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectCount
+11:05:05.375 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectMaps
+11:05:05.376 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectMapsPage
+11:05:05.376 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectObjs
+11:05:05.377 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectList
+11:05:05.377 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectPage
+11:05:05.382 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.insert
+11:05:05.383 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.delete
+11:05:05.383 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.deleteByMap
+11:05:05.383 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.deleteById
+11:05:05.384 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.deleteBatchIds
+11:05:05.384 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.update
+11:05:05.385 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.updateById
+11:05:05.385 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectById
+11:05:05.385 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectBatchIds
+11:05:05.385 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectByMap
+11:05:05.386 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectOne
+11:05:05.386 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectCount
+11:05:05.387 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectMaps
+11:05:05.387 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectMapsPage
+11:05:05.387 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectObjs
+11:05:05.388 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectList
+11:05:05.388 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectPage
+11:05:05.405 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.insert
+11:05:05.406 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.delete
+11:05:05.406 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.deleteByMap
+11:05:05.407 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.deleteById
+11:05:05.407 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.deleteBatchIds
+11:05:05.407 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.update
+11:05:05.408 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.updateById
+11:05:05.408 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectById
+11:05:05.408 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectBatchIds
+11:05:05.408 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectByMap
+11:05:05.409 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectOne
+11:05:05.409 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectCount
+11:05:05.410 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectMaps
+11:05:05.410 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectMapsPage
+11:05:05.411 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectObjs
+11:05:05.411 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectList
+11:05:05.412 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectPage
+11:05:05.429 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.insert
+11:05:05.429 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.delete
+11:05:05.430 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.deleteByMap
+11:05:05.430 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.deleteById
+11:05:05.430 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.deleteBatchIds
+11:05:05.431 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.update
+11:05:05.431 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.updateById
+11:05:05.431 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectById
+11:05:05.432 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectBatchIds
+11:05:05.432 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectByMap
+11:05:05.432 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectOne
+11:05:05.433 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectCount
+11:05:05.433 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectMaps
+11:05:05.434 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectMapsPage
+11:05:05.434 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectObjs
+11:05:05.434 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectList
+11:05:05.435 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectPage
+11:05:05.453 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.insert
+11:05:05.453 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.delete
+11:05:05.453 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.deleteByMap
+11:05:05.454 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.deleteById
+11:05:05.454 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.deleteBatchIds
+11:05:05.455 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.update
+11:05:05.455 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.updateById
+11:05:05.455 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectById
+11:05:05.455 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectBatchIds
+11:05:05.456 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectByMap
+11:05:05.456 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectOne
+11:05:05.457 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectCount
+11:05:05.457 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectMaps
+11:05:05.458 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectMapsPage
+11:05:05.458 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectObjs
+11:05:05.458 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList
+11:05:05.459 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectPage
+11:05:05.510 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.insert
+11:05:05.511 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.delete
+11:05:05.511 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.deleteByMap
+11:05:05.511 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.deleteById
+11:05:05.512 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.deleteBatchIds
+11:05:05.512 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.update
+11:05:05.513 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.updateById
+11:05:05.513 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectById
+11:05:05.513 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectBatchIds
+11:05:05.513 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectByMap
+11:05:05.514 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectOne
+11:05:05.514 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectCount
+11:05:05.515 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectMaps
+11:05:05.516 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectMapsPage
+11:05:05.516 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectObjs
+11:05:05.517 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList
+11:05:05.517 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectPage
+11:05:05.526 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.insert
+11:05:05.527 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.delete
+11:05:05.527 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.deleteByMap
+11:05:05.527 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.deleteById
+11:05:05.528 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.deleteBatchIds
+11:05:05.528 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.update
+11:05:05.528 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.updateById
+11:05:05.529 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.selectById
+11:05:05.529 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.selectBatchIds
+11:05:05.529 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.selectByMap
+11:05:05.530 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.selectOne
+11:05:05.530 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.selectCount
+11:05:05.531 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.selectMaps
+11:05:05.531 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.selectMapsPage
+11:05:05.531 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.selectObjs
+11:05:05.532 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.selectList
+11:05:05.532 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailMapper.selectPage
+11:05:05.538 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.insert
+11:05:05.538 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.delete
+11:05:05.539 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.deleteByMap
+11:05:05.539 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.deleteById
+11:05:05.539 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.deleteBatchIds
+11:05:05.540 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.update
+11:05:05.540 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.updateById
+11:05:05.540 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.selectById
+11:05:05.541 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.selectBatchIds
+11:05:05.541 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.selectByMap
+11:05:05.541 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.selectOne
+11:05:05.542 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.selectCount
+11:05:05.542 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.selectMaps
+11:05:05.543 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.selectMapsPage
+11:05:05.543 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.selectObjs
+11:05:05.543 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.selectList
+11:05:05.544 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesDetailConditionMapper.selectPage
+11:05:05.583 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.insert
+11:05:05.584 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.delete
+11:05:05.584 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.deleteByMap
+11:05:05.585 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.deleteById
+11:05:05.585 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.deleteBatchIds
+11:05:05.586 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.update
+11:05:05.586 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.updateById
+11:05:05.586 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.selectById
+11:05:05.587 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.selectBatchIds
+11:05:05.587 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.selectByMap
+11:05:05.587 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.selectOne
+11:05:05.588 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.selectCount
+11:05:05.588 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.selectMaps
+11:05:05.589 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.selectMapsPage
+11:05:05.589 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.selectObjs
+11:05:05.589 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.selectList
+11:05:05.590 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesResultMapper.selectPage
+11:05:05.611 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.insert
+11:05:05.611 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.delete
+11:05:05.612 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.deleteByMap
+11:05:05.612 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.deleteById
+11:05:05.612 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.deleteBatchIds
+11:05:05.613 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.update
+11:05:05.613 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.updateById
+11:05:05.613 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectById
+11:05:05.614 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectBatchIds
+11:05:05.614 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectByMap
+11:05:05.615 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectOne
+11:05:05.615 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectCount
+11:05:05.615 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectMaps
+11:05:05.616 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectMapsPage
+11:05:05.616 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectObjs
+11:05:05.617 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectList
+11:05:05.617 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectPage
+11:05:05.660 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.insert
+11:05:05.660 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.delete
+11:05:05.661 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.deleteByMap
+11:05:05.661 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.deleteById
+11:05:05.661 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.deleteBatchIds
+11:05:05.662 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.update
+11:05:05.662 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.updateById
+11:05:05.662 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectById
+11:05:05.663 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectBatchIds
+11:05:05.663 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectByMap
+11:05:05.663 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectOne
+11:05:05.664 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectCount
+11:05:05.664 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectMaps
+11:05:05.665 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectMapsPage
+11:05:05.665 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectObjs
+11:05:05.666 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList
+11:05:05.666 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectPage
+11:05:05.673 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.insert
+11:05:05.673 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.delete
+11:05:05.673 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.deleteByMap
+11:05:05.674 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.deleteById
+11:05:05.674 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.deleteBatchIds
+11:05:05.675 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.update
+11:05:05.675 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.updateById
+11:05:05.675 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectById
+11:05:05.675 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectBatchIds
+11:05:05.676 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectByMap
+11:05:05.676 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectOne
+11:05:05.677 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectCount
+11:05:05.677 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectMaps
+11:05:05.677 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectMapsPage
+11:05:05.678 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectObjs
+11:05:05.678 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectList
+11:05:05.679 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectPage
+11:05:05.685 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.insert
+11:05:05.685 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.delete
+11:05:05.686 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.deleteByMap
+11:05:05.686 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.deleteById
+11:05:05.686 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.deleteBatchIds
+11:05:05.687 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.update
+11:05:05.687 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.updateById
+11:05:05.687 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.selectById
+11:05:05.688 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.selectBatchIds
+11:05:05.688 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.selectByMap
+11:05:05.688 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.selectOne
+11:05:05.689 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.selectCount
+11:05:05.689 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.selectMaps
+11:05:05.690 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.selectMapsPage
+11:05:05.690 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.selectObjs
+11:05:05.690 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.selectList
+11:05:05.691 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailMapper.selectPage
+11:05:05.697 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.insert
+11:05:05.697 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.delete
+11:05:05.698 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.deleteByMap
+11:05:05.698 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.deleteById
+11:05:05.699 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.deleteBatchIds
+11:05:05.699 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.update
+11:05:05.699 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.updateById
+11:05:05.699 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.selectById
+11:05:05.700 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.selectBatchIds
+11:05:05.700 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.selectByMap
+11:05:05.701 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.selectOne
+11:05:05.701 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.selectCount
+11:05:05.701 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.selectMaps
+11:05:05.702 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.selectMapsPage
+11:05:05.702 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.selectObjs
+11:05:05.703 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.selectList
+11:05:05.703 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeDetailConditionMapper.selectPage
+11:05:05.793 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.insert
+11:05:05.794 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.delete
+11:05:05.794 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.deleteByMap
+11:05:05.795 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.deleteById
+11:05:05.795 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.deleteBatchIds
+11:05:05.795 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.update
+11:05:05.796 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.updateById
+11:05:05.796 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectById
+11:05:05.796 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectBatchIds
+11:05:05.797 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectByMap
+11:05:05.797 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectOne
+11:05:05.797 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectCount
+11:05:05.798 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectMaps
+11:05:05.798 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectMapsPage
+11:05:05.799 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectObjs
+11:05:05.799 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectList
+11:05:05.800 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectPage
+11:05:05.821 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.insert
+11:05:05.822 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.delete
+11:05:05.822 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.deleteByMap
+11:05:05.822 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.deleteById
+11:05:05.823 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.deleteBatchIds
+11:05:05.823 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.update
+11:05:05.824 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.updateById
+11:05:05.824 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectById
+11:05:05.824 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectBatchIds
+11:05:05.825 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectByMap
+11:05:05.825 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectOne
+11:05:05.826 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectCount
+11:05:05.826 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectMaps
+11:05:05.826 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectMapsPage
+11:05:05.827 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectObjs
+11:05:05.828 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectList
+11:05:05.828 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectPage
+11:05:05.862 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.insert
+11:05:05.862 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.delete
+11:05:05.863 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.deleteByMap
+11:05:05.863 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.deleteById
+11:05:05.863 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.deleteBatchIds
+11:05:05.864 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.update
+11:05:05.864 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.updateById
+11:05:05.864 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.selectById
+11:05:05.865 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.selectBatchIds
+11:05:05.865 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.selectByMap
+11:05:05.865 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.selectOne
+11:05:05.866 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.selectCount
+11:05:05.866 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.selectMaps
+11:05:05.867 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.selectMapsPage
+11:05:05.867 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.selectObjs
+11:05:05.868 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.selectList
+11:05:05.868 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.scriptrule.RuleScriptVersionMapper.selectPage
+11:05:05.934 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.insert
+11:05:05.934 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.delete
+11:05:05.934 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.deleteByMap
+11:05:05.935 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.deleteById
+11:05:05.935 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.deleteBatchIds
+11:05:05.936 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.update
+11:05:05.936 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.updateById
+11:05:05.936 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.selectById
+11:05:05.937 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.selectBatchIds
+11:05:05.937 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.selectByMap
+11:05:05.937 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.selectOne
+11:05:05.938 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.selectCount
+11:05:05.938 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.selectMaps
+11:05:05.939 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.selectMapsPage
+11:05:05.939 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.selectObjs
+11:05:05.940 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.selectList
+11:05:05.940 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbVersionMapper.selectPage
+11:05:05.993 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.insert
+11:05:05.994 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.delete
+11:05:05.994 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.deleteByMap
+11:05:05.994 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.deleteById
+11:05:05.995 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.deleteBatchIds
+11:05:05.995 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.update
+11:05:05.995 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.updateById
+11:05:05.996 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.selectById
+11:05:05.996 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.selectBatchIds
+11:05:05.996 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.selectByMap
+11:05:05.997 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.selectOne
+11:05:05.997 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.selectCount
+11:05:05.997 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.selectMaps
+11:05:05.998 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.selectMapsPage
+11:05:05.998 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.selectObjs
+11:05:05.999 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.selectList
+11:05:05.999 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanBlockMapper.selectPage
+11:05:06.021 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.insert
+11:05:06.022 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.delete
+11:05:06.022 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.deleteByMap
+11:05:06.023 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.deleteById
+11:05:06.023 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.deleteBatchIds
+11:05:06.024 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.update
+11:05:06.024 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.updateById
+11:05:06.024 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.selectById
+11:05:06.025 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.selectBatchIds
+11:05:06.025 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.selectByMap
+11:05:06.025 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.selectOne
+11:05:06.026 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.selectCount
+11:05:06.026 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.selectMaps
+11:05:06.027 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.selectMapsPage
+11:05:06.027 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.selectObjs
+11:05:06.028 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.selectList
+11:05:06.028 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanConditionMapper.selectPage
+11:05:06.051 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.insert
+11:05:06.052 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.delete
+11:05:06.052 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.deleteByMap
+11:05:06.052 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.deleteById
+11:05:06.053 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.deleteBatchIds
+11:05:06.053 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.update
+11:05:06.054 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.updateById
+11:05:06.054 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.selectById
+11:05:06.054 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.selectBatchIds
+11:05:06.054 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.selectByMap
+11:05:06.055 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.selectOne
+11:05:06.055 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.selectCount
+11:05:06.056 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.selectMaps
+11:05:06.056 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.selectMapsPage
+11:05:06.057 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.selectObjs
+11:05:06.057 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.selectList
+11:05:06.057 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOutputMapper.selectPage
+11:05:06.080 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.insert
+11:05:06.081 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.delete
+11:05:06.081 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.deleteByMap
+11:05:06.081 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.deleteById
+11:05:06.082 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.deleteBatchIds
+11:05:06.082 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.update
+11:05:06.083 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.updateById
+11:05:06.083 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.selectById
+11:05:06.083 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.selectBatchIds
+11:05:06.083 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.selectByMap
+11:05:06.084 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.selectOne
+11:05:06.084 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.selectCount
+11:05:06.085 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.selectMaps
+11:05:06.085 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.selectMapsPage
+11:05:06.086 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.selectObjs
+11:05:06.086 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.selectList
+11:05:06.087 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanFilterConditionMapper.selectPage
+11:05:06.112 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.insert
+11:05:06.112 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.delete
+11:05:06.112 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.deleteByMap
+11:05:06.113 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.deleteById
+11:05:06.113 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.deleteBatchIds
+11:05:06.114 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.update
+11:05:06.114 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.updateById
+11:05:06.114 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.selectById
+11:05:06.115 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.selectBatchIds
+11:05:06.115 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.selectByMap
+11:05:06.115 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.selectOne
+11:05:06.116 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.selectCount
+11:05:06.116 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.selectMaps
+11:05:06.117 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.selectMapsPage
+11:05:06.117 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.selectObjs
+11:05:06.117 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.selectList
+11:05:06.118 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanOriginalDataOpMapper.selectPage
+11:05:06.139 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.insert
+11:05:06.140 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.delete
+11:05:06.140 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.deleteByMap
+11:05:06.141 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.deleteById
+11:05:06.141 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.deleteBatchIds
+11:05:06.142 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.update
+11:05:06.142 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.updateById
+11:05:06.142 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectById
+11:05:06.142 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectBatchIds
+11:05:06.143 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectByMap
+11:05:06.143 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectOne
+11:05:06.144 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectCount
+11:05:06.144 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectMaps
+11:05:06.145 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectMapsPage
+11:05:06.145 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectObjs
+11:05:06.146 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectList
+11:05:06.146 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectPage
+11:05:06.152 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.insert
+11:05:06.153 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.delete
+11:05:06.153 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.deleteByMap
+11:05:06.153 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.deleteById
+11:05:06.154 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.deleteBatchIds
+11:05:06.154 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.update
+11:05:06.155 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.updateById
+11:05:06.155 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.selectById
+11:05:06.155 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.selectBatchIds
+11:05:06.155 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.selectByMap
+11:05:06.156 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.selectOne
+11:05:06.156 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.selectCount
+11:05:06.157 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.selectMaps
+11:05:06.157 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.selectMapsPage
+11:05:06.158 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.selectObjs
+11:05:06.158 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.selectList
+11:05:06.159 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanVersionMapper.selectPage
+11:05:06.228 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.insert
+11:05:06.228 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.delete
+11:05:06.229 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.deleteByMap
+11:05:06.229 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.deleteById
+11:05:06.229 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.deleteBatchIds
+11:05:06.230 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.update
+11:05:06.230 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.updateById
+11:05:06.230 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.selectById
+11:05:06.231 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.selectBatchIds
+11:05:06.231 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.selectByMap
+11:05:06.232 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.selectOne
+11:05:06.232 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.selectCount
+11:05:06.232 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.selectMaps
+11:05:06.233 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.selectMapsPage
+11:05:06.233 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.selectObjs
+11:05:06.234 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.selectList
+11:05:06.234 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagMapper.selectPage
+11:05:06.241 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.insert
+11:05:06.241 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.delete
+11:05:06.242 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.deleteByMap
+11:05:06.242 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.deleteById
+11:05:06.242 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.deleteBatchIds
+11:05:06.243 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.update
+11:05:06.243 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.updateById
+11:05:06.243 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.selectById
+11:05:06.244 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.selectBatchIds
+11:05:06.244 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.selectByMap
+11:05:06.244 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.selectOne
+11:05:06.245 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.selectCount
+11:05:06.245 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.selectMaps
+11:05:06.246 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.selectMapsPage
+11:05:06.246 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.selectObjs
+11:05:06.246 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.selectList
+11:05:06.247 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionMapper.selectPage
+11:05:06.254 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.insert
+11:05:06.255 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.delete
+11:05:06.255 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.deleteByMap
+11:05:06.255 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.deleteById
+11:05:06.256 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.deleteBatchIds
+11:05:06.256 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.update
+11:05:06.257 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.updateById
+11:05:06.257 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.selectById
+11:05:06.257 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.selectBatchIds
+11:05:06.257 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.selectByMap
+11:05:06.258 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.selectOne
+11:05:06.258 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.selectCount
+11:05:06.259 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.selectMaps
+11:05:06.259 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.selectMapsPage
+11:05:06.260 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.selectObjs
+11:05:06.260 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.selectList
+11:05:06.260 [main] DEBUG com.baomidou.mybatisplus.core.MybatisConfiguration - addMappedStatement: com.fibo.ddp.common.dao.strategyx.tag.TagVersionDetailMapper.selectPage
+11:05:06.339 [main] INFO com.fibo.ddp.common.utils.util.SnowFlakUtil - 当前机器的workId:1
+11:05:06.944 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8082"]
+11:05:07.351 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
+11:05:07.356 [main] DEBUG com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectOne - ==> Preparing: SELECT id,dict_key,dict_value,create_time,update_time FROM t_dictionary WHERE (dict_key = ?)
+11:05:07.369 [main] DEBUG com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectOne - ==> Parameters: useCache(String)
+11:05:07.384 [main] DEBUG com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectOne - <== Total: 1
+11:05:07.386 [main] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20000} enter cache
+11:05:07.392 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - subscribe redis channel success, channel DATAX:PUBSUB:CACHE, subscribedChannels 1
+11:05:07.395 [main] INFO com.fibo.ddp.manager.web.JarDdpManagerWebApplication - Started JarDdpManagerWebApplication in 6.088 seconds (JVM running for 6.59)
+11:11:16.936 [http-nio-8082-exec-2] INFO org.apache.tomcat.util.http.parser.Cookie - A cookie header was received [1724222130,1724237563] that contained an invalid cookie. That cookie will be ignored.
+ Note: further occurrences of this error will be logged at DEBUG level.
+11:11:16.941 [http-nio-8082-exec-2] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/Riskmanage] - Initializing Spring DispatcherServlet 'dispatcherServlet'
+11:11:16.962 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:ac19feefa1444183916b25c31a5d729c,/Riskmanage/DataX/statistics/getFieldCallCountList, token:e22b2e0ad97441fca4c51303f7f3766b ### ===>>
+11:11:16.962 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:4bee880f74c34fe697f4d35817583973,/Riskmanage/DataX/home/getIndexInfo, token:e22b2e0ad97441fca4c51303f7f3766b ### ===>>
+11:11:16.962 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:9ea7f5370a414e8fb7a9df968a873e12,/Riskmanage/v2/sysMenu/getMenus, token:e22b2e0ad97441fca4c51303f7f3766b ### ===>>
+11:11:16.982 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:11:16.982 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:11:16.982 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:11:18.943 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:18e8103db34248b3b9dd00d5fa0880f4,/Riskmanage/v2/login/login, token:e22b2e0ad97441fca4c51303f7f3766b ### ===>>
+11:11:19.034 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:18e8103db34248b3b9dd00d5fa0880f4 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+11:11:19.050 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+11:11:19.050 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+11:11:19.071 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+11:11:19.071 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20001} enter cache
+11:11:19.080 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+11:11:19.081 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})(String), 127.0.0.1(String), 2024-09-26 11:11:19.038(Timestamp), 2024-09-26 11:11:19.075(Timestamp)
+11:11:19.100 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+11:11:19.102 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20002} enter cache
+11:11:19.103 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:18e8103db34248b3b9dd00d5fa0880f4, userId:0, cost time: 70 ms ###, returnResult:{"data":{"token":"06ca420df5494b0e96cd40a19a2c3815"},"error":"00000000","status":"1"} <<====
+11:11:19.142 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:5a5a28b1746149ecaf76526cc0988655,/Riskmanage/v2/datamanage/field/findFieldByUser, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:11:19.142 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:44d2573b1a6d40949170e734e5cc20bc,/Riskmanage/v3/interface/getInterfaceList, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:11:19.144 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:6ef384f6be6c4f2bb89ba9b686aa1878,/Riskmanage/datasource/getDataSourceList, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:11:19.145 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:9b29018bd34e4cf78a6cdec5d693fdb2,/Riskmanage/v2/sysMenu/getMenus, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:11:19.145 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:eeee4596b9954078baa7128319730e07,/Riskmanage/DataX/home/getIndexInfo, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:11:19.145 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList, ### traceId:b6e5fde147c6448b8e229265bec116ac,/Riskmanage/mqSource/getMqSourceList, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:11:19.150 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:eeee4596b9954078baa7128319730e07 ###, request args: null, userId:1 ===>>
+11:11:19.153 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+11:11:19.153 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+11:11:19.156 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+11:11:19.156 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20003} enter cache
+11:11:19.156 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:6ef384f6be6c4f2bb89ba9b686aa1878 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+11:11:19.160 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:b6e5fde147c6448b8e229265bec116ac ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:11:19.161 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:44d2573b1a6d40949170e734e5cc20bc ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:11:19.164 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:5a5a28b1746149ecaf76526cc0988655 ###, request args: {paramMap:{}},, userId:1 ===>>
+11:11:19.165 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ?) ORDER BY update_time DESC
+11:11:19.166 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:9b29018bd34e4cf78a6cdec5d693fdb2 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:11:19.166 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer)
+11:11:19.176 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Preparing: SELECT id,name,type,server_addrs,topic,group_id,auto_offset_reset,enable_auto_commit,timeout,auto_commit_interval,concurrency,key_deserializer,value_deserializer,message_body,status,creator,modifier,organ_id,create_time,update_time FROM t_field_mq_source WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+11:11:19.176 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+11:11:19.177 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+11:11:19.177 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+11:11:19.177 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:11:19.178 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+11:11:19.178 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+11:11:19.179 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+11:11:19.181 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+11:11:19.181 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20004} enter cache
+11:11:19.184 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+11:11:19.184 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:11:19(String)
+11:11:19.185 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - <== Total: 0
+11:11:19.185 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20005} enter cache
+11:11:19.186 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+11:11:19.186 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20006} enter cache
+11:11:19.186 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+11:11:19.186 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+11:11:19.187 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+11:11:19.187 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20010} enter cache
+11:11:19.188 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+11:11:19.188 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:b6e5fde147c6448b8e229265bec116ac, userId:1, cost time: 27 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+11:11:19.188 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+11:11:19.188 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+11:11:19.188 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20009} enter cache
+11:11:19.189 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+11:11:19.189 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:11:19(String)
+11:11:19.189 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+11:11:19.189 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+11:11:19.189 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20007} enter cache
+11:11:19.190 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+11:11:19.190 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+11:11:19.191 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 1
+11:11:19.191 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20011} enter cache
+11:11:19.191 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+11:11:19.191 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20012} enter cache
+11:11:19.191 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 10
+11:11:19.191 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20008} enter cache
+11:11:19.191 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:9b29018bd34e4cf78a6cdec5d693fdb2, userId:1, cost time: 27 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"00c2a0fc-6d7e-4359-810d-e34beee445b5","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"e25078d1-ce5f-4e59-863f-0076fe729bf6","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"628cb6f8-6a47-4e30-83e1-221e20a354e3","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:11:19.192 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:6ef384f6be6c4f2bb89ba9b686aa1878, userId:1, cost time: 34 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+11:11:19.192 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+11:11:19.192 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+11:11:19.193 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+11:11:19.194 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:44d2573b1a6d40949170e734e5cc20bc, userId:1, cost time: 33 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+11:11:19.195 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+11:11:19.195 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:11:19.195 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:5a5a28b1746149ecaf76526cc0988655, userId:1, cost time: 27 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldRelId":9,"fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+11:11:19.196 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+11:11:19.197 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20013} enter cache
+11:11:19.199 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:49a874b377234ae79c5cf01b41f8203e,/Riskmanage/DataX/statistics/getFieldCallCountList, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:11:19.202 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+11:11:19.203 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:11:19.203 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:49a874b377234ae79c5cf01b41f8203e ###, request args: {param:{}},, userId:1 ===>>
+11:11:19.204 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+11:11:19.204 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20014} enter cache
+11:11:19.207 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+11:11:19.207 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+11:11:19.210 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+11:11:19.210 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20015} enter cache
+11:11:19.210 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+11:11:19.210 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+11:11:19.211 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+11:11:19.211 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+11:11:19.212 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+11:11:19.212 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20017} enter cache
+11:11:19.213 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:eeee4596b9954078baa7128319730e07, userId:1, cost time: 62 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1722234038000,"databaseCount":1,"logList":[{"endTime":1727320279000,"id":973,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})","startTime":1727320279000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+11:11:19.214 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+11:11:19.214 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20016} enter cache
+11:11:19.214 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:49a874b377234ae79c5cf01b41f8203e, userId:1, cost time: 13 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:17:07.185 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:cec672ba3516427298f70b91794fa7b6,/Riskmanage/DataX/home/getIndexInfo, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:17:07.185 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:46c2d2b57af346bbac90f599a6bfc588,/Riskmanage/DataX/statistics/getFieldCallCountList, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:17:07.185 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:b8a0832df5d24b28a241eb7cf7dbf8c0,/Riskmanage/v2/sysMenu/getMenus, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:17:07.191 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:cec672ba3516427298f70b91794fa7b6 ###, request args: null, userId:1 ===>>
+11:17:07.193 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:46c2d2b57af346bbac90f599a6bfc588 ###, request args: {param:{}},, userId:1 ===>>
+11:17:07.193 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:b8a0832df5d24b28a241eb7cf7dbf8c0 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:17:07.202 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+11:17:07.203 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:17:07.204 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+11:17:07.204 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+11:17:07.204 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+11:17:07.205 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+11:17:07.217 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+11:17:07.218 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+11:17:07.218 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20019} enter cache
+11:17:07.218 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:46c2d2b57af346bbac90f599a6bfc588, userId:1, cost time: 25 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:17:07.223 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+11:17:07.223 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20018} enter cache
+11:17:07.223 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:b8a0832df5d24b28a241eb7cf7dbf8c0, userId:1, cost time: 30 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"f1baba88-f36f-4026-aa76-43c7baad370a","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"c1341eeb-c02c-4125-8df2-e1541d7191ad","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"4618335a-279d-4fc3-a1ce-9e13c51f2343","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:17:07.225 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+11:17:07.225 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:17:07(String)
+11:17:07.228 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+11:17:07.228 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20020} enter cache
+11:17:07.228 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+11:17:07.228 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:17:07(String)
+11:17:07.230 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 1
+11:17:07.230 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20021} enter cache
+11:17:07.233 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+11:17:07.233 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:17:07.234 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+11:17:07.234 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20022} enter cache
+11:17:07.236 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+11:17:07.236 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:17:07.237 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+11:17:07.237 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20023} enter cache
+11:17:07.239 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+11:17:07.239 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+11:17:07.240 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+11:17:07.240 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20024} enter cache
+11:17:07.241 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+11:17:07.241 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+11:17:07.241 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+11:17:07.242 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20025} enter cache
+11:17:07.243 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:cec672ba3516427298f70b91794fa7b6, userId:1, cost time: 51 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1722234038000,"databaseCount":1,"logList":[{"endTime":1727320279000,"id":973,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})","startTime":1727320279000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+11:17:16.706 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:540af149cc4c43f0be5efd0f0b333ac6,/Riskmanage/DataX/home/getIndexInfo, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:17:16.706 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:8f4aafbf90664561b61c02719a520a36,/Riskmanage/DataX/statistics/getFieldCallCountList, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:17:16.706 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:b9b6862c979c413faf724b6c7f7f3a8e,/Riskmanage/v2/sysMenu/getMenus, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:17:16.707 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:540af149cc4c43f0be5efd0f0b333ac6 ###, request args: null, userId:1 ===>>
+11:17:16.708 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:8f4aafbf90664561b61c02719a520a36 ###, request args: {param:{}},, userId:1 ===>>
+11:17:16.708 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:b9b6862c979c413faf724b6c7f7f3a8e ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:17:16.719 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+11:17:16.719 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+11:17:16.720 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+11:17:16.720 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+11:17:16.722 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:17:16.723 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+11:17:16.723 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+11:17:16.723 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20026} enter cache
+11:17:16.724 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+11:17:16.724 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:8f4aafbf90664561b61c02719a520a36, userId:1, cost time: 16 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:17:16.728 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+11:17:16.728 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20027} enter cache
+11:17:16.728 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:b9b6862c979c413faf724b6c7f7f3a8e, userId:1, cost time: 20 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"82ba5579-60dc-4e27-8d13-f1f786622cde","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"0bbbdcd1-1734-4955-ab4a-61b7515d168e","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"119b194b-56fb-4159-b35c-ed6c33b7080e","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:17:16.730 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+11:17:16.730 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:17:16(String)
+11:17:16.733 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+11:17:16.733 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+11:17:16.733 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:17:16(String)
+11:17:16.735 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 1
+11:17:16.737 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+11:17:16.737 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:17:16.737 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+11:17:16.738 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20028} enter cache
+11:17:16.739 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+11:17:16.739 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:17:16.740 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+11:17:16.740 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20029} enter cache
+11:17:16.741 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+11:17:16.741 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+11:17:16.743 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+11:17:16.743 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20030} enter cache
+11:17:16.745 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+11:17:16.745 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+11:17:16.745 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+11:17:16.745 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20031} enter cache
+11:17:16.746 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:540af149cc4c43f0be5efd0f0b333ac6, userId:1, cost time: 38 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1722234038000,"databaseCount":1,"logList":[{"endTime":1727320279000,"id":973,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})","startTime":1727320279000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+11:17:59.224 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:c545fd87842d4757bdabc24395480907,/Riskmanage/DataX/home/getIndexInfo, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:17:59.224 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:186ab37fed064978875793ffbf52997f,/Riskmanage/DataX/statistics/getFieldCallCountList, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:17:59.224 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:1d4489007b6c48bd875c7c2ae607b842,/Riskmanage/v2/sysMenu/getMenus, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:17:59.228 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:c545fd87842d4757bdabc24395480907 ###, request args: null, userId:1 ===>>
+11:17:59.233 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:186ab37fed064978875793ffbf52997f ###, request args: {param:{}},, userId:1 ===>>
+11:17:59.240 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:1d4489007b6c48bd875c7c2ae607b842 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:17:59.253 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:17:59.253 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+11:17:59.253 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+11:17:59.253 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+11:17:59.254 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+11:17:59.254 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+11:17:59.256 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+11:17:59.256 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:186ab37fed064978875793ffbf52997f, userId:1, cost time: 24 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:17:59.257 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+11:17:59.258 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+11:17:59.259 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:1d4489007b6c48bd875c7c2ae607b842, userId:1, cost time: 27 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"f53558c0-63aa-41d2-a0fe-92851ec13a27","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"ed192d3b-ca02-4386-9291-729a2f93e8e0","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"2f402b17-eb95-44d7-9352-d01de908fd19","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:17:59.263 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+11:17:59.264 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:17:59(String)
+11:17:59.266 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+11:17:59.266 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+11:17:59.266 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:17:59(String)
+11:17:59.268 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 1
+11:17:59.271 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+11:17:59.271 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:17:59.272 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+11:17:59.273 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+11:17:59.274 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:17:59.274 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+11:17:59.275 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+11:17:59.275 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+11:17:59.276 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+11:17:59.277 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+11:17:59.278 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+11:17:59.278 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+11:17:59.278 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:c545fd87842d4757bdabc24395480907, userId:1, cost time: 50 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1722234038000,"databaseCount":1,"logList":[{"endTime":1727320279000,"id":973,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})","startTime":1727320279000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+11:18:06.790 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:abb5425888dc4361bd16b17140330592,/Riskmanage/v2/sysMenu/getMenus, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:18:06.796 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:3ab926540ebf4cd1a4968d4dacb7bb67,/Riskmanage/DataX/home/getIndexInfo, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:18:06.801 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:3ab926540ebf4cd1a4968d4dacb7bb67 ###, request args: null, userId:1 ===>>
+11:18:06.797 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:3a1102c3701c4fb79d61f716724d23dd,/Riskmanage/DataX/statistics/getFieldCallCountList, token:06ca420df5494b0e96cd40a19a2c3815 ### ===>>
+11:18:06.805 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:abb5425888dc4361bd16b17140330592 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:18:06.806 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:3a1102c3701c4fb79d61f716724d23dd ###, request args: {param:{}},, userId:1 ===>>
+11:18:06.811 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+11:18:06.811 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+11:18:06.812 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:18:06.812 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+11:18:06.812 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+11:18:06.812 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+11:18:06.813 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+11:18:06.813 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+11:18:06.813 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:3a1102c3701c4fb79d61f716724d23dd, userId:1, cost time: 7 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:18:06.813 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+11:18:06.814 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:abb5425888dc4361bd16b17140330592, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"8a18a0d5-1ee6-429c-b7b8-680f0433aded","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"33d66dae-d274-4beb-aec7-29afadbec8d1","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"48dd33bd-e670-4462-b8dd-a7947c533b2d","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:18:06.816 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+11:18:06.816 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:18:06(String)
+11:18:06.817 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+11:18:06.817 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+11:18:06.817 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:18:06(String)
+11:18:06.819 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 1
+11:18:06.821 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+11:18:06.821 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:18:06.822 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+11:18:06.823 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+11:18:06.824 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:18:06.824 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+11:18:06.825 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+11:18:06.826 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+11:18:06.826 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+11:18:06.827 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+11:18:06.828 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+11:18:06.828 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+11:18:06.828 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:3ab926540ebf4cd1a4968d4dacb7bb67, userId:1, cost time: 27 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1722234038000,"databaseCount":1,"logList":[{"endTime":1727320279000,"id":973,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})","startTime":1727320279000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+11:19:11.018 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:885abc9883e7429d99fcb49e8cf2108d,/Riskmanage/DataX/home/getIndexInfo, token:c73dc4235380467597adbf3c7e73e8ed ### ===>>
+11:19:11.018 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:4d23e4be85544086b691b98823f8eeb9,/Riskmanage/v2/sysMenu/getMenus, token:c73dc4235380467597adbf3c7e73e8ed ### ===>>
+11:19:11.018 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:d02b5775d5f04ffa87e5d35d8d2b5ae0,/Riskmanage/DataX/statistics/getFieldCallCountList, token:c73dc4235380467597adbf3c7e73e8ed ### ===>>
+11:19:11.020 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:19:11.021 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:19:11.021 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:22:46.398 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:31cdf2317e834d4aae01dd603bd3884d,/Riskmanage/v2/sysMenu/getMenus, token:f08ad01caa1a48eb9f40bf66e6f8265d ### ===>>
+11:22:46.414 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:27:07.835 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:ed60e84ace72450f81d8d819fdb38955,/Riskmanage/v2/login/login, token:f08ad01caa1a48eb9f40bf66e6f8265d ### ===>>
+11:27:07.840 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:ed60e84ace72450f81d8d819fdb38955 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+11:27:07.850 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+11:27:07.850 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+11:27:07.853 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+11:27:07.856 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+11:27:07.856 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d62bedb7, status=1, error=00000000, msg=null, data={token=8c1f2f972c4642d0ad61571a74d803cc})(String), 127.0.0.1(String), 2024-09-26 11:27:07.841(Timestamp), 2024-09-26 11:27:07.855(Timestamp)
+11:27:07.861 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+11:27:07.861 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:ed60e84ace72450f81d8d819fdb38955, userId:0, cost time: 21 ms ###, returnResult:{"data":{"token":"8c1f2f972c4642d0ad61571a74d803cc"},"error":"00000000","status":"1"} <<====
+11:27:07.879 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:383088b0ca284593b5c959effc9f96fa,/Riskmanage/v2/datamanage/field/findFieldByUser, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:27:07.880 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:c362b8f406da44fabb79fe2c30018daf,/Riskmanage/v3/interface/getInterfaceList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:27:07.880 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:aa80973b95f841db947f11490b0a8b6b,/Riskmanage/datasource/getDataSourceList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:27:07.880 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList, ### traceId:b23acc03a4444c29bb2993cea41aeda9,/Riskmanage/mqSource/getMqSourceList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:27:07.884 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:383088b0ca284593b5c959effc9f96fa ###, request args: {paramMap:{}},, userId:1 ===>>
+11:27:07.884 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:aa80973b95f841db947f11490b0a8b6b ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+11:27:07.886 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:c362b8f406da44fabb79fe2c30018daf ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:27:07.886 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:b23acc03a4444c29bb2993cea41aeda9 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+11:27:07.889 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+11:27:07.891 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+11:27:07.895 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+11:27:07.895 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+11:27:07.896 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ?) ORDER BY update_time DESC
+11:27:07.896 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer)
+11:27:07.897 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Preparing: SELECT id,name,type,server_addrs,topic,group_id,auto_offset_reset,enable_auto_commit,timeout,auto_commit_interval,concurrency,key_deserializer,value_deserializer,message_body,status,creator,modifier,organ_id,create_time,update_time FROM t_field_mq_source WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+11:27:07.898 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+11:27:07.900 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+11:27:07.901 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20034} enter cache
+11:27:07.901 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+11:27:07.901 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20033} enter cache
+11:27:07.904 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - <== Total: 0
+11:27:07.904 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20035} enter cache
+11:27:07.906 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:b23acc03a4444c29bb2993cea41aeda9, userId:1, cost time: 21 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+11:27:07.906 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 10
+11:27:07.906 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20032} enter cache
+11:27:07.907 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:383088b0ca284593b5c959effc9f96fa, userId:1, cost time: 22 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldRelId":9,"fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+11:27:07.911 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+11:27:07.911 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+11:27:07.912 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+11:27:07.912 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+11:27:07.912 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+11:27:07.912 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20036} enter cache
+11:27:07.913 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+11:27:07.913 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20037} enter cache
+11:27:07.915 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+11:27:07.915 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+11:27:07.916 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+11:27:07.917 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:c362b8f406da44fabb79fe2c30018daf, userId:1, cost time: 32 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+11:27:07.918 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+11:27:07.918 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+11:27:07.919 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+11:27:07.920 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:aa80973b95f841db947f11490b0a8b6b, userId:1, cost time: 35 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+11:27:08.245 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:4a4e46511f964002948c4732258b0540,/Riskmanage/DataX/home/getIndexInfo, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:27:08.245 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:03751c3153e246a58e8e5c5f48d51ccc,/Riskmanage/DataX/statistics/getFieldCallCountList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:27:08.245 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:ee6e87a0873347d69d606cc2944007a3,/Riskmanage/v2/sysMenu/getMenus, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:27:08.246 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:4a4e46511f964002948c4732258b0540 ###, request args: null, userId:1 ===>>
+11:27:08.247 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:03751c3153e246a58e8e5c5f48d51ccc ###, request args: {param:{}},, userId:1 ===>>
+11:27:08.247 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:ee6e87a0873347d69d606cc2944007a3 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:27:08.249 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+11:27:08.249 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+11:27:08.250 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+11:27:08.250 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+11:27:08.250 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:27:08.250 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+11:27:08.251 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+11:27:08.251 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20038} enter cache
+11:27:08.251 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+11:27:08.251 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:03751c3153e246a58e8e5c5f48d51ccc, userId:1, cost time: 5 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:27:08.251 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+11:27:08.251 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:ee6e87a0873347d69d606cc2944007a3, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"36647970-f31d-4ada-9af0-dd1b148316cc","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"327b2a18-7c06-4c18-a8bb-c4e051f13057","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"0d2d8e56-e381-422b-aa5f-42078acdec12","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:27:08.254 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+11:27:08.254 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:27:08(String)
+11:27:08.255 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+11:27:08.255 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+11:27:08.255 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:27:08(String)
+11:27:08.257 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 2
+11:27:08.259 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+11:27:08.259 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:27:08.259 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+11:27:08.261 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+11:27:08.261 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:27:08.261 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+11:27:08.262 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+11:27:08.263 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+11:27:08.263 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+11:27:08.264 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+11:27:08.264 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+11:27:08.265 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+11:27:08.265 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:4a4e46511f964002948c4732258b0540, userId:1, cost time: 19 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727320279000,"databaseCount":1,"logList":[{"endTime":1727321228000,"id":974,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d62bedb7, status=1, error=00000000, msg=null, data={token=8c1f2f972c4642d0ad61571a74d803cc})","startTime":1727321228000},{"endTime":1727320279000,"id":973,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})","startTime":1727320279000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+11:27:13.927 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:9407481d5a3b4928bd80fae74fc54788,/Riskmanage/DataX/home/getIndexInfo, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:27:13.927 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:5da435f3ee9e443598517a8af45e49a6,/Riskmanage/DataX/statistics/getFieldCallCountList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:27:13.927 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:2b9788079ba34fea914d9ad5b8b031ca,/Riskmanage/v2/sysMenu/getMenus, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:27:13.928 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:9407481d5a3b4928bd80fae74fc54788 ###, request args: null, userId:1 ===>>
+11:27:13.928 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:5da435f3ee9e443598517a8af45e49a6 ###, request args: {param:{}},, userId:1 ===>>
+11:27:13.928 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:2b9788079ba34fea914d9ad5b8b031ca ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:27:13.931 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+11:27:13.932 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+11:27:13.933 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+11:27:13.933 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+11:27:13.934 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+11:27:13.934 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:27:13.934 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+11:27:13.935 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+11:27:13.935 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:5da435f3ee9e443598517a8af45e49a6, userId:1, cost time: 7 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:27:13.937 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+11:27:13.938 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:2b9788079ba34fea914d9ad5b8b031ca, userId:1, cost time: 10 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"fb366b22-2c63-4689-9391-74f90134114e","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"be93023c-3b28-47e3-b5c2-af342bc56106","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"70507e16-d6e8-4bc1-a1b3-5878c24943a1","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:27:13.941 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+11:27:13.942 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:27:13(String)
+11:27:13.944 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+11:27:13.944 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20039} enter cache
+11:27:13.945 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+11:27:13.945 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:27:13(String)
+11:27:13.947 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 2
+11:27:13.947 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20040} enter cache
+11:27:13.953 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+11:27:13.953 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:27:13.954 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+11:27:13.954 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20041} enter cache
+11:27:13.960 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+11:27:13.960 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:27:13.961 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+11:27:13.961 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20042} enter cache
+11:27:13.962 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+11:27:13.963 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+11:27:13.964 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+11:27:13.964 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20043} enter cache
+11:27:13.965 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+11:27:13.965 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+11:27:13.966 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+11:27:13.966 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20044} enter cache
+11:27:13.966 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:9407481d5a3b4928bd80fae74fc54788, userId:1, cost time: 38 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727320279000,"databaseCount":1,"logList":[{"endTime":1727321228000,"id":974,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d62bedb7, status=1, error=00000000, msg=null, data={token=8c1f2f972c4642d0ad61571a74d803cc})","startTime":1727321228000},{"endTime":1727320279000,"id":973,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})","startTime":1727320279000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+11:31:10.877 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/dictionary/getByKey, ### traceId:79f6a90d72734069986961888cf7d028,/Riskmanage/dictionary/getByKey, token:null ### ===>>
+11:31:10.878 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:31:15.734 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/dictionary/getByKey, ### traceId:37230e9430564c19b6364957cbd3ac1b,/Riskmanage/dictionary/getByKey, token:null ### ===>>
+11:31:15.734 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:31:29.325 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:3f9ff67d51c14415b44a3d483b1e1199,/Riskmanage/v2/login/login, token:null ### ===>>
+11:31:29.331 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:3f9ff67d51c14415b44a3d483b1e1199 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+11:31:29.346 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+11:31:29.347 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+11:31:29.351 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+11:31:29.351 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20045} enter cache
+11:31:29.362 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+11:31:29.363 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fdef0420, status=1, error=00000000, msg=null, data={token=fbed240a23b14fe5b13e2f72ca83df43})(String), 127.0.0.1(String), 2024-09-26 11:31:29.332(Timestamp), 2024-09-26 11:31:29.355(Timestamp)
+11:31:29.369 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+11:31:29.369 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20046} enter cache
+11:31:29.369 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:3f9ff67d51c14415b44a3d483b1e1199, userId:0, cost time: 38 ms ###, returnResult:{"data":{"token":"fbed240a23b14fe5b13e2f72ca83df43"},"error":"00000000","status":"1"} <<====
+11:31:29.447 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:47b6028666db45d38d8d3c2ff939a565,/Riskmanage/v2/sysMenu/getMenus, token:fbed240a23b14fe5b13e2f72ca83df43 ### ===>>
+11:31:29.448 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:04170b7392fe44ac8e805cd8bb040d23,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:fbed240a23b14fe5b13e2f72ca83df43 ### ===>>
+11:31:29.448 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList, ### traceId:dc742e2a7a964f7fbaad33cb1b06fc5d,/Riskmanage/v2/sysUser/getUserList, token:fbed240a23b14fe5b13e2f72ca83df43 ### ===>>
+11:31:29.449 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:47b6028666db45d38d8d3c2ff939a565 ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:31:29.449 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:04170b7392fe44ac8e805cd8bb040d23 ###, request args: null, userId:1 ===>>
+11:31:29.451 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:31:29.452 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: Auth(String)
+11:31:29.453 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 4
+11:31:29.453 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:47b6028666db45d38d8d3c2ff939a565, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"},{"icon":"el-icon-location-outline","index":"/resourceManagement","title":"资源管理"},{"icon":"el-icon-link","index":"/organizationManagement","title":"组织管理"}],"error":"00000000","status":"1"} <<====
+11:31:29.455 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:dc742e2a7a964f7fbaad33cb1b06fc5d ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:31:29.459 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status = 1 order by organ_id desc
+11:31:29.459 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Parameters:
+11:31:29.460 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - <== Total: 2
+11:31:29.460 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20047} enter cache
+11:31:29.462 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:04170b7392fe44ac8e805cd8bb040d23, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"},{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+11:31:29.463 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Preparing: SELECT count(0) FROM t_user u, t_user_role_rel urr, t_role r, t_organization g WHERE u.user_id = urr.user_id AND r.role_id = urr.role_id AND g.organ_id = u.organ_id AND u.author = '超级管理员' AND u.status != -1
+11:31:29.463 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Parameters:
+11:31:29.473 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - <== Total: 1
+11:31:29.474 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20048} enter cache
+11:31:29.475 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:dc742e2a7a964f7fbaad33cb1b06fc5d, userId:1, cost time: 23 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
+11:31:34.280 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList, ### traceId:4170a0cea2894c8eb181c9d5f79f554e,/Riskmanage/v2/sysRole/getRoleList, token:fbed240a23b14fe5b13e2f72ca83df43 ### ===>>
+11:31:34.281 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:ded2cb70e659402eae2d0817a5bd9991,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:fbed240a23b14fe5b13e2f72ca83df43 ### ===>>
+11:31:34.282 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList enter com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method, ### traceId:4170a0cea2894c8eb181c9d5f79f554e ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:31:34.282 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:ded2cb70e659402eae2d0817a5bd9991 ###, request args: null, userId:1 ===>>
+11:31:34.286 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status = 1 order by organ_id desc
+11:31:34.286 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Parameters:
+11:31:34.288 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - <== Total: 2
+11:31:34.289 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:ded2cb70e659402eae2d0817a5bd9991, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"},{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+11:31:34.302 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - ==> Preparing: SELECT count(0) FROM t_role WHERE status != -1 AND author = '超级管理员'
+11:31:34.303 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - ==> Parameters:
+11:31:34.304 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - <== Total: 1
+11:31:34.304 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20049} enter cache
+11:31:34.304 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - ==> Preparing: select role_id, organ_id, role_name, role_code, role_desc, author, birth, status from t_role where status != -1 and author='超级管理员' order by role_id desc LIMIT 10
+11:31:34.305 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - ==> Parameters:
+11:31:34.306 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - <== Total: 1
+11:31:34.306 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20050} enter cache
+11:31:34.311 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method,### traceId:4170a0cea2894c8eb181c9d5f79f554e, userId:1, cost time: 24 ms ###, returnResult:{"data":{"listRole":[{"author":"超级管理员","birth":1498724751000,"organId":46,"roleId":70,"roleName":"管理员","status":1}],"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1}},"error":"00000000","status":"1"} <<====
+11:31:36.472 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:275e2d80a3e640ea98bca811b8cd8a14,/Riskmanage/v2/sysMenu/getMenuList, token:fbed240a23b14fe5b13e2f72ca83df43 ### ===>>
+11:31:36.475 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:275e2d80a3e640ea98bca811b8cd8a14 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:31:36.480 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:31:36.480 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:31:36.482 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:31:36.482 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20051} enter cache
+11:31:36.482 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+11:31:36.482 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:31:36.484 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:31:36.484 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20052} enter cache
+11:31:36.484 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:275e2d80a3e640ea98bca811b8cd8a14, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+11:32:05.218 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getOrganList, ### traceId:8f697bde0af942ba954b870d8a6dad17,/Riskmanage/v2/sysOrganization/getOrganList, token:fbed240a23b14fe5b13e2f72ca83df43 ### ===>>
+11:32:05.220 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getOrganList enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getOrganList method, ### traceId:8f697bde0af942ba954b870d8a6dad17 ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:32:05.227 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - ==> Preparing: SELECT count(0) FROM t_organization WHERE status != -1 AND organ_id != 1
+11:32:05.227 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - ==> Parameters:
+11:32:05.229 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - <== Total: 1
+11:32:05.229 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20053} enter cache
+11:32:05.229 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status != -1 and organ_id != 1 order by organ_id desc LIMIT 10
+11:32:05.230 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - ==> Parameters:
+11:32:05.231 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - <== Total: 1
+11:32:05.231 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20054} enter cache
+11:32:05.231 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getOrganList method,### traceId:8f697bde0af942ba954b870d8a6dad17, userId:1, cost time: 11 ms ###, returnResult:{"data":{"listOrgan":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"}],"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1}},"error":"00000000","status":"1"} <<====
+11:33:38.639 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:57f3b6560ac0480a90ed62ecedbd0fbf,/Riskmanage/v2/sysMenu/getMenuList, token:fbed240a23b14fe5b13e2f72ca83df43 ### ===>>
+11:33:38.649 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:57f3b6560ac0480a90ed62ecedbd0fbf ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:33:38.658 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:33:38.659 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:33:38.661 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:33:38.662 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+11:33:38.662 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:33:38.664 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:33:38.665 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:57f3b6560ac0480a90ed62ecedbd0fbf, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+11:34:59.176 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:0bc5eeaa1e9a4952b2542fd3d7f03f5c,/Riskmanage/v2/datamanage/field/newListTree, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:34:59.201 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:0bc5eeaa1e9a4952b2542fd3d7f03f5c ###, request args: {param:{"type":1}},, userId:1 ===>>
+11:34:59.215 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+11:34:59.216 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+11:34:59.227 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+11:34:59.228 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20033} exit cache
+11:34:59.228 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20055} enter cache
+11:34:59.235 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:0bc5eeaa1e9a4952b2542fd3d7f03f5c, userId:1, cost time: 38 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+11:34:59.252 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:686a76f4090446cf88d87f2f1c954e4c,/Riskmanage/v2/datamanage/field/list, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:34:59.258 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:686a76f4090446cf88d87f2f1c954e4c ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+11:34:59.269 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+11:34:59.269 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+11:34:59.270 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+11:34:59.270 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20036} exit cache
+11:34:59.271 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20056} enter cache
+11:34:59.271 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+11:34:59.271 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+11:34:59.272 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+11:34:59.273 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20038} exit cache
+11:34:59.273 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20057} enter cache
+11:34:59.273 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:686a76f4090446cf88d87f2f1c954e4c, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+11:36:05.013 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:1744077706334e978900ab230d219116,/Riskmanage/DataX/home/getIndexInfo, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:36:05.013 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:2b36584d2eea4357858108874a333de6,/Riskmanage/v2/sysMenu/getMenus, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:36:05.013 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:95318f4ec9a74ebf8e552627bdb2f3ca,/Riskmanage/DataX/statistics/getFieldCallCountList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:36:05.017 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:1744077706334e978900ab230d219116 ###, request args: null, userId:1 ===>>
+11:36:05.018 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:95318f4ec9a74ebf8e552627bdb2f3ca ###, request args: {param:{}},, userId:1 ===>>
+11:36:05.018 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:2b36584d2eea4357858108874a333de6 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:36:05.023 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+11:36:05.024 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+11:36:05.024 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+11:36:05.024 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+11:36:05.024 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:36:05.024 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+11:36:05.026 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+11:36:05.026 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20058} enter cache
+11:36:05.026 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+11:36:05.026 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:95318f4ec9a74ebf8e552627bdb2f3ca, userId:1, cost time: 8 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:36:05.026 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+11:36:05.027 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:2b36584d2eea4357858108874a333de6, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"053c07da-59ca-4fef-bb48-595d45c23aa7","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"6828b0b3-4091-4f85-8dd2-0a714e720472","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"450d995b-2565-4f7d-86ed-e3a61d4ae5a4","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:36:05.031 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+11:36:05.031 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:36:05(String)
+11:36:05.034 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+11:36:05.034 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+11:36:05.034 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:36:05(String)
+11:36:05.036 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 3
+11:36:05.038 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+11:36:05.038 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:36:05.039 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+11:36:05.041 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+11:36:05.041 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:36:05.042 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+11:36:05.043 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+11:36:05.043 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+11:36:05.044 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+11:36:05.045 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+11:36:05.045 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+11:36:05.046 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+11:36:05.046 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:1744077706334e978900ab230d219116, userId:1, cost time: 29 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727321228000,"databaseCount":1,"logList":[{"endTime":1727321489000,"id":975,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fdef0420, status=1, error=00000000, msg=null, data={token=fbed240a23b14fe5b13e2f72ca83df43})","startTime":1727321489000},{"endTime":1727321228000,"id":974,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d62bedb7, status=1, error=00000000, msg=null, data={token=8c1f2f972c4642d0ad61571a74d803cc})","startTime":1727321228000},{"endTime":1727320279000,"id":973,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})","startTime":1727320279000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+11:36:14.340 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:d7dfef1a05bb41eca4e08d7335a8d9cd,/Riskmanage/v2/sysMenu/getMenus, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:36:14.342 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:6f259607d96d43a3b83855de47d81d42,/Riskmanage/DataX/home/getIndexInfo, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:36:14.342 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:2b530ad0ddf84ae0a6c37546fc5a66ac,/Riskmanage/DataX/statistics/getFieldCallCountList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:36:14.343 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:6f259607d96d43a3b83855de47d81d42 ###, request args: null, userId:1 ===>>
+11:36:14.344 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:2b530ad0ddf84ae0a6c37546fc5a66ac ###, request args: {param:{}},, userId:1 ===>>
+11:36:14.344 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:d7dfef1a05bb41eca4e08d7335a8d9cd ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:36:14.348 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+11:36:14.349 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+11:36:14.350 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+11:36:14.350 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+11:36:14.350 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+11:36:14.350 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:2b530ad0ddf84ae0a6c37546fc5a66ac, userId:1, cost time: 7 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:36:14.352 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:36:14.352 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+11:36:14.353 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+11:36:14.354 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20045} exit cache
+11:36:14.354 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20059} enter cache
+11:36:14.355 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+11:36:14.355 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:d7dfef1a05bb41eca4e08d7335a8d9cd, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"807fa343-85ef-44ad-97b0-c73cb52f952d","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"84c29501-9c8c-4fbc-b3cb-f3c5e60fe5aa","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"5d0a8304-6729-4fba-a50b-bc02dc4bc430","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:36:14.358 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+11:36:14.358 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:36:14(String)
+11:36:14.359 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+11:36:14.359 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+11:36:14.360 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:36:14(String)
+11:36:14.362 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 3
+11:36:14.363 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+11:36:14.364 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:36:14.364 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+11:36:14.365 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+11:36:14.366 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:36:14.366 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+11:36:14.367 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+11:36:14.367 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+11:36:14.368 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+11:36:14.369 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+11:36:14.369 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+11:36:14.369 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+11:36:14.370 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:6f259607d96d43a3b83855de47d81d42, userId:1, cost time: 26 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727321228000,"databaseCount":1,"logList":[{"endTime":1727321489000,"id":975,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fdef0420, status=1, error=00000000, msg=null, data={token=fbed240a23b14fe5b13e2f72ca83df43})","startTime":1727321489000},{"endTime":1727321228000,"id":974,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d62bedb7, status=1, error=00000000, msg=null, data={token=8c1f2f972c4642d0ad61571a74d803cc})","startTime":1727321228000},{"endTime":1727320279000,"id":973,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})","startTime":1727320279000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+11:36:21.746 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:b38fd1bf56294ffdad42f9ca4311e93b,/Riskmanage/v2/sysMenu/getMenus, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:36:21.748 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:b38fd1bf56294ffdad42f9ca4311e93b ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:36:21.748 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:54d7199403fb424b8a5d8f3e03383bbc,/Riskmanage/DataX/home/getIndexInfo, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:36:21.749 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:54d7199403fb424b8a5d8f3e03383bbc ###, request args: null, userId:1 ===>>
+11:36:21.752 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:8101ac2299a840348b9f517de9923389,/Riskmanage/DataX/statistics/getFieldCallCountList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:36:21.753 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:8101ac2299a840348b9f517de9923389 ###, request args: {param:{}},, userId:1 ===>>
+11:36:21.753 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:36:21.753 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+11:36:21.762 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+11:36:21.763 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+11:36:21.763 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+11:36:21.764 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:b38fd1bf56294ffdad42f9ca4311e93b, userId:1, cost time: 16 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"dafc2182-e048-4cff-8d44-d76215a41b06","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"62a1e2e8-1edf-4884-9140-dda6198d0e77","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"05bdc1c9-3a2a-4505-b236-814e4061ffc0","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+11:36:21.765 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+11:36:21.765 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+11:36:21.766 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+11:36:21.766 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+11:36:21.766 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:8101ac2299a840348b9f517de9923389, userId:1, cost time: 13 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+11:36:21.770 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+11:36:21.770 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:36:21(String)
+11:36:21.771 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+11:36:21.771 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+11:36:21.771 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 11:36:21(String)
+11:36:21.774 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 3
+11:36:21.776 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+11:36:21.777 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:36:21.777 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+11:36:21.779 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+11:36:21.779 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+11:36:21.780 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+11:36:21.781 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+11:36:21.781 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+11:36:21.781 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+11:36:21.782 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+11:36:21.783 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+11:36:21.783 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+11:36:21.783 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:54d7199403fb424b8a5d8f3e03383bbc, userId:1, cost time: 34 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727321228000,"databaseCount":1,"logList":[{"endTime":1727321489000,"id":975,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@fdef0420, status=1, error=00000000, msg=null, data={token=fbed240a23b14fe5b13e2f72ca83df43})","startTime":1727321489000},{"endTime":1727321228000,"id":974,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d62bedb7, status=1, error=00000000, msg=null, data={token=8c1f2f972c4642d0ad61571a74d803cc})","startTime":1727321228000},{"endTime":1727320279000,"id":973,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7ed86c2d, status=1, error=00000000, msg=null, data={token=06ca420df5494b0e96cd40a19a2c3815})","startTime":1727320279000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+11:37:57.092 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/dictionary/getByKey, ### traceId:399adc8203e8441091fd555174f3b0b6,/Riskmanage/dictionary/getByKey, token:null ### ===>>
+11:37:57.093 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+11:38:07.295 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:0cf6d63acb2a4d219a443ed7e07b1faa,/Riskmanage/v2/login/login, token:null ### ===>>
+11:38:07.300 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:0cf6d63acb2a4d219a443ed7e07b1faa ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+11:38:07.333 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+11:38:07.335 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+11:38:07.339 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+11:38:07.340 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20060} enter cache
+11:38:07.346 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+11:38:07.347 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@2fa75f34, status=1, error=00000000, msg=null, data={token=865db567aff14e28ae20da7a07319a77})(String), 127.0.0.1(String), 2024-09-26 11:38:07.301(Timestamp), 2024-09-26 11:38:07.343(Timestamp)
+11:38:07.352 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+11:38:07.352 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20061} enter cache
+11:38:07.353 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:0cf6d63acb2a4d219a443ed7e07b1faa, userId:0, cost time: 52 ms ###, returnResult:{"data":{"token":"865db567aff14e28ae20da7a07319a77"},"error":"00000000","status":"1"} <<====
+11:38:07.415 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:1da267229fd34303a05b7fa478564803,/Riskmanage/v2/sysMenu/getMenus, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:38:07.416 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:bf12d34fc37040919e08449515ab3634,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:38:07.417 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList, ### traceId:37537548aaba4eaba6670054b67d7d71,/Riskmanage/v2/sysUser/getUserList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:38:07.418 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:bf12d34fc37040919e08449515ab3634 ###, request args: null, userId:1 ===>>
+11:38:07.419 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:37537548aaba4eaba6670054b67d7d71 ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:38:07.419 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:1da267229fd34303a05b7fa478564803 ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:38:07.422 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status = 1 order by organ_id desc
+11:38:07.422 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Parameters:
+11:38:07.424 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - <== Total: 2
+11:38:07.424 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20062} enter cache
+11:38:07.424 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:38:07.424 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:bf12d34fc37040919e08449515ab3634, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"},{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+11:38:07.424 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: Auth(String)
+11:38:07.428 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 4
+11:38:07.428 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Preparing: SELECT count(0) FROM t_user u, t_user_role_rel urr, t_role r, t_organization g WHERE u.user_id = urr.user_id AND r.role_id = urr.role_id AND g.organ_id = u.organ_id AND u.author = '超级管理员' AND u.status != -1
+11:38:07.428 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:1da267229fd34303a05b7fa478564803, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"},{"icon":"el-icon-location-outline","index":"/resourceManagement","title":"资源管理"},{"icon":"el-icon-link","index":"/organizationManagement","title":"组织管理"}],"error":"00000000","status":"1"} <<====
+11:38:07.429 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Parameters:
+11:38:07.432 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - <== Total: 1
+11:38:07.432 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20063} enter cache
+11:38:07.433 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:37537548aaba4eaba6670054b67d7d71, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
+11:38:11.846 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:da2560d6a1634e558bcddfb62a0f0380,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:38:11.850 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:da2560d6a1634e558bcddfb62a0f0380 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:38:11.856 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:38:11.857 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:38:11.859 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:38:11.859 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20064} enter cache
+11:38:11.859 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+11:38:11.860 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:38:11.863 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:38:11.863 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20065} enter cache
+11:38:11.864 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:da2560d6a1634e558bcddfb62a0f0380, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+11:38:42.100 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:548629e97e9140ff8165dc803b6b9a55,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:38:42.105 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:548629e97e9140ff8165dc803b6b9a55 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":3,"pageSize":10}},, userId:1 ===>>
+11:38:42.112 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:38:42.112 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:38:42.113 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:38:42.113 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 20,10
+11:38:42.113 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:38:42.115 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 3
+11:38:42.115 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20066} enter cache
+11:38:42.115 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:548629e97e9140ff8165dc803b6b9a55, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":23,"firstPage":1,"hasNextPage":false,"hasPreviousPage":true,"isFirstPage":false,"isLastPage":true,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":0,"pageNum":3,"pageSize":10,"pages":3,"prePage":2,"size":3,"startRow":21,"total":23},"listMenu":[{"birth":1632288366000,"code":"spgl","des":"审批管理","icon":"","name":"审批管理","parentId":31,"resourceId":34,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/examineCentre","userId":1},{"birth":1639733670000,"code":"jhcz","des":"集合规则","icon":"","name":"集合规则","parentId":3,"resourceId":48,"resourceSystem":"EngineX","sort":9,"status":1,"url":"/listOperation","userId":1},{"birth":1648017554000,"code":"sjqx","des":"数据清洗","icon":"","name":"数据清洗","parentId":3,"resourceId":49,"resourceSystem":"EngineX","sort":11,"status":1,"url":"/dataRinse","userId":1}]},"error":"00000000","status":"1"} <<====
+11:38:44.833 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:8f08afaea4e54948bfe8a1a13aee37b1,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:38:44.835 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:8f08afaea4e54948bfe8a1a13aee37b1 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:38:44.841 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:38:44.841 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:38:44.843 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:38:44.843 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+11:38:44.843 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:38:44.845 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:38:44.846 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:8f08afaea4e54948bfe8a1a13aee37b1, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+11:39:40.896 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/save, ### traceId:168791ae387c48e9b776ecc7ed019461,/Riskmanage/v2/sysMenu/save, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:39:40.903 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/save enter com.fibo.ddp.authx.system.controller.SysMenuController.save method, ### traceId:168791ae387c48e9b776ecc7ed019461 ###, request args: {sysMenu:{"code":"bqgl","des":"保前管理","icon":"","name":"保前管理","parentId":0,"resourceSystem":"","sort":1,"url":""}},, userId:1 ===>>
+11:39:40.912 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.validateMenuOnly - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where (name = ? or code = ?) and status != -1
+11:39:40.912 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.validateMenuOnly - ==> Parameters: 保前管理(String), bqgl(String)
+11:39:40.914 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.validateMenuOnly - <== Total: 0
+11:39:40.914 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20067} enter cache
+11:39:40.918 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu - ==> Preparing: insert into t_resource (user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort) values (?, ?, ?, ?, ?, ?,?, now(), ?, ?)
+11:39:40.919 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu - ==> Parameters: 1(Long), 保前管理(String), bqgl(String), (String), 0(Long), 保前管理(String), (String), (String), 1(Integer)
+11:39:40.939 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20068} exit cache
+11:39:40.987 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+11:39:40.987 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: saveSysMenu(String), 新增系统菜单(String), 1(Long), 1(Long), save(String), http://127.0.0.1:8082/Riskmanage/v2/sysMenu/save(String), }(String),
+### Error updating database. Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+### The error may exist in file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysMenuMapper.xml]
+### The error may involve com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu-Inline
+### The error occurred while setting parameters
+### SQL: insert into t_resource (user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort) values (?, ?, ?, ?, ?, ?,?, now(), ?, ?)
+### Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+; Data truncated for column 'resource_system' at row 1; nested exception is java.sql.SQLException: Data truncated for column 'resource_system' at row 1(String), 127.0.0.1(String), 2024-09-26 11:39:40.904(Timestamp), 2024-09-26 11:39:40.985(Timestamp)
+11:39:40.991 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+11:39:40.991 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20069} enter cache
+11:39:40.993 [http-nio-8082-exec-9] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[save]发生运行时异常Exception-{}
+org.springframework.dao.DataIntegrityViolationException:
+### Error updating database. Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+### The error may exist in file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysMenuMapper.xml]
+### The error may involve com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu-Inline
+### The error occurred while setting parameters
+### SQL: insert into t_resource (user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort) values (?, ?, ?, ?, ?, ?,?, now(), ?, ?)
+### Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+; Data truncated for column 'resource_system' at row 1; nested exception is java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:104) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at com.sun.proxy.$Proxy97.insert(Unknown Source) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at com.sun.proxy.$Proxy177.createSysMenu(Unknown Source) ~[?:?]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl.createSysMenu(SysMenuServiceImpl.java:45) ~[classes/:?]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$FastClassBySpringCGLIB$$54fbfc43.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$EnhancerBySpringCGLIB$$23f1f35a.createSysMenu() ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController.save(SysMenuController.java:96) ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$FastClassBySpringCGLIB$$5192d0c8.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor135.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$EnhancerBySpringCGLIB$$c158f377.save() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) ~[druid-1.1.21.jar:1.1.21]
+ at jdk.internal.reflect.GeneratedMethodAccessor99.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy301.execute(Unknown Source) ~[?:?]
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy299.update(Unknown Source) ~[?:?]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ ... 90 more
+11:39:41.000 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.save method,### traceId:168791ae387c48e9b776ecc7ed019461, userId:1, cost time: 98 ms ###, returnResult:{"error":"01000101","msg":"服务繁忙,请稍后再试!","status":"0"} <<====
+11:39:48.453 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:3240dd7377824dc8b2117e2a06959761,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:39:48.457 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:3240dd7377824dc8b2117e2a06959761 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:39:48.464 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:39:48.464 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:39:48.466 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:39:48.466 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+11:39:48.466 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:39:48.469 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:39:48.469 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:3240dd7377824dc8b2117e2a06959761, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+11:39:55.546 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:10424f73164b487ba2e881e5c48f5a17,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:39:55.548 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:10424f73164b487ba2e881e5c48f5a17 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":2,"pageSize":10}},, userId:1 ===>>
+11:39:55.556 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:39:55.556 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:39:55.559 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:39:55.559 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10,10
+11:39:55.560 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:39:55.562 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:39:55.562 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20000} exit cache
+11:39:55.562 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20070} enter cache
+11:39:55.563 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:10424f73164b487ba2e881e5c48f5a17, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":20,"firstPage":1,"hasNextPage":true,"hasPreviousPage":true,"isFirstPage":false,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":3,"pageNum":2,"pageSize":10,"pages":3,"prePage":1,"size":10,"startRow":11,"total":23},"listMenu":[{"birth":1616826703000,"code":"015","des":"决策流监控","name":"决策流监控","parentId":5,"resourceId":15,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engine_result"},{"birth":1616826703000,"code":"016","des":"操作日志","name":"操作日志","parentId":5,"resourceId":16,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/logManagement"},{"birth":1618918394000,"code":"jcb","des":"决策表","icon":"","name":"决策表","parentId":3,"resourceId":26,"resourceSystem":"EngineX","sort":7,"status":1,"url":"/decisionTable","userId":1},{"birth":1623406986000,"code":"fxzx","des":"分析中心","icon":"el-icon-data-line","name":"分析中心","parentId":0,"resourceId":27,"resourceSystem":"EngineX","sort":5,"status":1,"url":"","userId":1},{"birth":1623407033000,"code":"qsfx","des":"趋势分析","icon":"","name":"趋势分析","parentId":27,"resourceId":28,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/tendencyAnalyse","userId":1},{"birth":1625220968000,"code":"jcs","des":"决策树","icon":"","name":"决策树","parentId":3,"resourceId":29,"resourceSystem":"EngineX","sort":8,"status":1,"url":"/decisionTree","userId":1},{"birth":1631588364000,"code":"jbgzj","des":"脚本规则集","icon":"","name":"脚本规则集","parentId":3,"resourceId":30,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/groovyRule","userId":1},{"birth":1632288154000,"code":"spzx","des":"审批中心","icon":"el-icon-check","name":"审批中心","parentId":0,"resourceId":31,"resourceSystem":"EngineX","sort":7,"status":1,"url":"","userId":1},{"birth":1632288318000,"code":"spsz","des":"审批设置","icon":"","name":"审批设置","parentId":31,"resourceId":32,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/examineSet","userId":1},{"birth":1632288339000,"code":"spl","des":"审批流","icon":"","name":"审批流","parentId":31,"resourceId":33,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/examineCurrent","userId":1}]},"error":"00000000","status":"1"} <<====
+11:40:01.686 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:24f62b1ebc1d47a6acd9ec1358358991,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:40:01.691 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:24f62b1ebc1d47a6acd9ec1358358991 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":3,"pageSize":10}},, userId:1 ===>>
+11:40:01.699 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:40:01.699 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:40:01.701 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:40:01.701 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 20,10
+11:40:01.702 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:40:01.703 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 3
+11:40:01.704 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:24f62b1ebc1d47a6acd9ec1358358991, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":23,"firstPage":1,"hasNextPage":false,"hasPreviousPage":true,"isFirstPage":false,"isLastPage":true,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":0,"pageNum":3,"pageSize":10,"pages":3,"prePage":2,"size":3,"startRow":21,"total":23},"listMenu":[{"birth":1632288366000,"code":"spgl","des":"审批管理","icon":"","name":"审批管理","parentId":31,"resourceId":34,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/examineCentre","userId":1},{"birth":1639733670000,"code":"jhcz","des":"集合规则","icon":"","name":"集合规则","parentId":3,"resourceId":48,"resourceSystem":"EngineX","sort":9,"status":1,"url":"/listOperation","userId":1},{"birth":1648017554000,"code":"sjqx","des":"数据清洗","icon":"","name":"数据清洗","parentId":3,"resourceId":49,"resourceSystem":"EngineX","sort":11,"status":1,"url":"/dataRinse","userId":1}]},"error":"00000000","status":"1"} <<====
+11:40:10.058 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:3d13153c2f524899a401449a48049265,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:40:10.063 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:3d13153c2f524899a401449a48049265 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":2,"pageSize":10}},, userId:1 ===>>
+11:40:10.070 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:40:10.071 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:40:10.073 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:40:10.074 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10,10
+11:40:10.074 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:40:10.076 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:40:10.077 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:3d13153c2f524899a401449a48049265, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":20,"firstPage":1,"hasNextPage":true,"hasPreviousPage":true,"isFirstPage":false,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":3,"pageNum":2,"pageSize":10,"pages":3,"prePage":1,"size":10,"startRow":11,"total":23},"listMenu":[{"birth":1616826703000,"code":"015","des":"决策流监控","name":"决策流监控","parentId":5,"resourceId":15,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engine_result"},{"birth":1616826703000,"code":"016","des":"操作日志","name":"操作日志","parentId":5,"resourceId":16,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/logManagement"},{"birth":1618918394000,"code":"jcb","des":"决策表","icon":"","name":"决策表","parentId":3,"resourceId":26,"resourceSystem":"EngineX","sort":7,"status":1,"url":"/decisionTable","userId":1},{"birth":1623406986000,"code":"fxzx","des":"分析中心","icon":"el-icon-data-line","name":"分析中心","parentId":0,"resourceId":27,"resourceSystem":"EngineX","sort":5,"status":1,"url":"","userId":1},{"birth":1623407033000,"code":"qsfx","des":"趋势分析","icon":"","name":"趋势分析","parentId":27,"resourceId":28,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/tendencyAnalyse","userId":1},{"birth":1625220968000,"code":"jcs","des":"决策树","icon":"","name":"决策树","parentId":3,"resourceId":29,"resourceSystem":"EngineX","sort":8,"status":1,"url":"/decisionTree","userId":1},{"birth":1631588364000,"code":"jbgzj","des":"脚本规则集","icon":"","name":"脚本规则集","parentId":3,"resourceId":30,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/groovyRule","userId":1},{"birth":1632288154000,"code":"spzx","des":"审批中心","icon":"el-icon-check","name":"审批中心","parentId":0,"resourceId":31,"resourceSystem":"EngineX","sort":7,"status":1,"url":"","userId":1},{"birth":1632288318000,"code":"spsz","des":"审批设置","icon":"","name":"审批设置","parentId":31,"resourceId":32,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/examineSet","userId":1},{"birth":1632288339000,"code":"spl","des":"审批流","icon":"","name":"审批流","parentId":31,"resourceId":33,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/examineCurrent","userId":1}]},"error":"00000000","status":"1"} <<====
+11:40:13.940 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:aaf3bf3edd174c1582a32f2ee9052b87,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:40:13.945 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:aaf3bf3edd174c1582a32f2ee9052b87 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:40:13.949 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:40:13.949 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:40:13.950 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:40:13.950 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+11:40:13.950 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:40:13.952 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:40:13.952 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:aaf3bf3edd174c1582a32f2ee9052b87, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+11:40:18.533 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:41084b891a8441df881af2efd2f67df4,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:40:18.536 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:41084b891a8441df881af2efd2f67df4 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":2,"pageSize":10}},, userId:1 ===>>
+11:40:18.544 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:40:18.545 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:40:18.547 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:40:18.547 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10,10
+11:40:18.548 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:40:18.549 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:40:18.550 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:41084b891a8441df881af2efd2f67df4, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":20,"firstPage":1,"hasNextPage":true,"hasPreviousPage":true,"isFirstPage":false,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":3,"pageNum":2,"pageSize":10,"pages":3,"prePage":1,"size":10,"startRow":11,"total":23},"listMenu":[{"birth":1616826703000,"code":"015","des":"决策流监控","name":"决策流监控","parentId":5,"resourceId":15,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engine_result"},{"birth":1616826703000,"code":"016","des":"操作日志","name":"操作日志","parentId":5,"resourceId":16,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/logManagement"},{"birth":1618918394000,"code":"jcb","des":"决策表","icon":"","name":"决策表","parentId":3,"resourceId":26,"resourceSystem":"EngineX","sort":7,"status":1,"url":"/decisionTable","userId":1},{"birth":1623406986000,"code":"fxzx","des":"分析中心","icon":"el-icon-data-line","name":"分析中心","parentId":0,"resourceId":27,"resourceSystem":"EngineX","sort":5,"status":1,"url":"","userId":1},{"birth":1623407033000,"code":"qsfx","des":"趋势分析","icon":"","name":"趋势分析","parentId":27,"resourceId":28,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/tendencyAnalyse","userId":1},{"birth":1625220968000,"code":"jcs","des":"决策树","icon":"","name":"决策树","parentId":3,"resourceId":29,"resourceSystem":"EngineX","sort":8,"status":1,"url":"/decisionTree","userId":1},{"birth":1631588364000,"code":"jbgzj","des":"脚本规则集","icon":"","name":"脚本规则集","parentId":3,"resourceId":30,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/groovyRule","userId":1},{"birth":1632288154000,"code":"spzx","des":"审批中心","icon":"el-icon-check","name":"审批中心","parentId":0,"resourceId":31,"resourceSystem":"EngineX","sort":7,"status":1,"url":"","userId":1},{"birth":1632288318000,"code":"spsz","des":"审批设置","icon":"","name":"审批设置","parentId":31,"resourceId":32,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/examineSet","userId":1},{"birth":1632288339000,"code":"spl","des":"审批流","icon":"","name":"审批流","parentId":31,"resourceId":33,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/examineCurrent","userId":1}]},"error":"00000000","status":"1"} <<====
+11:40:21.669 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:3771dad08bf1474bb229049360689b99,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:40:21.673 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:3771dad08bf1474bb229049360689b99 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":3,"pageSize":10}},, userId:1 ===>>
+11:40:21.681 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:40:21.681 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:40:21.683 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:40:21.684 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 20,10
+11:40:21.684 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:40:21.685 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 3
+11:40:21.686 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:3771dad08bf1474bb229049360689b99, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":23,"firstPage":1,"hasNextPage":false,"hasPreviousPage":true,"isFirstPage":false,"isLastPage":true,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":0,"pageNum":3,"pageSize":10,"pages":3,"prePage":2,"size":3,"startRow":21,"total":23},"listMenu":[{"birth":1632288366000,"code":"spgl","des":"审批管理","icon":"","name":"审批管理","parentId":31,"resourceId":34,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/examineCentre","userId":1},{"birth":1639733670000,"code":"jhcz","des":"集合规则","icon":"","name":"集合规则","parentId":3,"resourceId":48,"resourceSystem":"EngineX","sort":9,"status":1,"url":"/listOperation","userId":1},{"birth":1648017554000,"code":"sjqx","des":"数据清洗","icon":"","name":"数据清洗","parentId":3,"resourceId":49,"resourceSystem":"EngineX","sort":11,"status":1,"url":"/dataRinse","userId":1}]},"error":"00000000","status":"1"} <<====
+11:40:24.694 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList, ### traceId:aa30e5429aca411e9ebf379fc6ee59fe,/Riskmanage/v2/sysRole/getRoleList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:40:24.695 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:de31cd3812a54d0f92a03ac07a8897d4,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:40:24.696 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList enter com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method, ### traceId:aa30e5429aca411e9ebf379fc6ee59fe ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:40:24.696 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:de31cd3812a54d0f92a03ac07a8897d4 ###, request args: null, userId:1 ===>>
+11:40:24.699 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status = 1 order by organ_id desc
+11:40:24.700 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Parameters:
+11:40:24.700 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - ==> Preparing: SELECT count(0) FROM t_role WHERE status != -1 AND author = '超级管理员'
+11:40:24.700 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - ==> Parameters:
+11:40:24.701 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - <== Total: 2
+11:40:24.701 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20004} exit cache
+11:40:24.701 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - <== Total: 1
+11:40:24.701 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20071} enter cache
+11:40:24.701 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - ==> Preparing: select role_id, organ_id, role_name, role_code, role_desc, author, birth, status from t_role where status != -1 and author='超级管理员' order by role_id desc LIMIT 10
+11:40:24.701 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:de31cd3812a54d0f92a03ac07a8897d4, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"},{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+11:40:24.701 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - ==> Parameters:
+11:40:24.702 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - <== Total: 1
+11:40:24.703 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method,### traceId:aa30e5429aca411e9ebf379fc6ee59fe, userId:1, cost time: 6 ms ###, returnResult:{"data":{"listRole":[{"author":"超级管理员","birth":1498724751000,"organId":46,"roleId":70,"roleName":"管理员","status":1}],"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1}},"error":"00000000","status":"1"} <<====
+11:40:28.913 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getOrganList, ### traceId:86da5b89377d4e32863e0921b68f7d9a,/Riskmanage/v2/sysOrganization/getOrganList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:40:28.915 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getOrganList enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getOrganList method, ### traceId:86da5b89377d4e32863e0921b68f7d9a ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:40:28.922 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - ==> Preparing: SELECT count(0) FROM t_organization WHERE status != -1 AND organ_id != 1
+11:40:28.922 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - ==> Parameters:
+11:40:28.924 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - <== Total: 1
+11:40:28.925 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status != -1 and organ_id != 1 order by organ_id desc LIMIT 10
+11:40:28.925 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - ==> Parameters:
+11:40:28.926 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - <== Total: 1
+11:40:28.927 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getOrganList method,### traceId:86da5b89377d4e32863e0921b68f7d9a, userId:1, cost time: 11 ms ###, returnResult:{"data":{"listOrgan":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"}],"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1}},"error":"00000000","status":"1"} <<====
+11:40:35.392 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:937213682967451da664a1f4716898df,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:40:35.395 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:937213682967451da664a1f4716898df ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:40:35.403 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:40:35.403 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:40:35.405 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:40:35.406 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+11:40:35.406 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:40:35.407 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:40:35.408 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:937213682967451da664a1f4716898df, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+11:41:38.685 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:bb7882c4dae641fcb07ea3ea50d72c69,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:41:38.692 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:bb7882c4dae641fcb07ea3ea50d72c69 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":2,"pageSize":10}},, userId:1 ===>>
+11:41:38.701 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:41:38.702 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:41:38.704 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:41:38.704 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10,10
+11:41:38.705 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:41:38.706 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:41:38.706 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20046} exit cache
+11:41:38.706 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20072} enter cache
+11:41:38.706 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:bb7882c4dae641fcb07ea3ea50d72c69, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":20,"firstPage":1,"hasNextPage":true,"hasPreviousPage":true,"isFirstPage":false,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":3,"pageNum":2,"pageSize":10,"pages":3,"prePage":1,"size":10,"startRow":11,"total":23},"listMenu":[{"birth":1616826703000,"code":"015","des":"决策流监控","name":"决策流监控","parentId":5,"resourceId":15,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engine_result"},{"birth":1616826703000,"code":"016","des":"操作日志","name":"操作日志","parentId":5,"resourceId":16,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/logManagement"},{"birth":1618918394000,"code":"jcb","des":"决策表","icon":"","name":"决策表","parentId":3,"resourceId":26,"resourceSystem":"EngineX","sort":7,"status":1,"url":"/decisionTable","userId":1},{"birth":1623406986000,"code":"fxzx","des":"分析中心","icon":"el-icon-data-line","name":"分析中心","parentId":0,"resourceId":27,"resourceSystem":"EngineX","sort":5,"status":1,"url":"","userId":1},{"birth":1623407033000,"code":"qsfx","des":"趋势分析","icon":"","name":"趋势分析","parentId":27,"resourceId":28,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/tendencyAnalyse","userId":1},{"birth":1625220968000,"code":"jcs","des":"决策树","icon":"","name":"决策树","parentId":3,"resourceId":29,"resourceSystem":"EngineX","sort":8,"status":1,"url":"/decisionTree","userId":1},{"birth":1631588364000,"code":"jbgzj","des":"脚本规则集","icon":"","name":"脚本规则集","parentId":3,"resourceId":30,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/groovyRule","userId":1},{"birth":1632288154000,"code":"spzx","des":"审批中心","icon":"el-icon-check","name":"审批中心","parentId":0,"resourceId":31,"resourceSystem":"EngineX","sort":7,"status":1,"url":"","userId":1},{"birth":1632288318000,"code":"spsz","des":"审批设置","icon":"","name":"审批设置","parentId":31,"resourceId":32,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/examineSet","userId":1},{"birth":1632288339000,"code":"spl","des":"审批流","icon":"","name":"审批流","parentId":31,"resourceId":33,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/examineCurrent","userId":1}]},"error":"00000000","status":"1"} <<====
+11:41:42.247 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:9ba388b26519403187bacfd4f055d43d,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:41:42.254 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:9ba388b26519403187bacfd4f055d43d ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":3,"pageSize":10}},, userId:1 ===>>
+11:41:42.265 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:41:42.266 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:41:42.268 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:41:42.268 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 20,10
+11:41:42.269 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:41:42.271 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 3
+11:41:42.271 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20048} exit cache
+11:41:42.271 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20073} enter cache
+11:41:42.272 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:9ba388b26519403187bacfd4f055d43d, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pager":{"endRow":23,"firstPage":1,"hasNextPage":false,"hasPreviousPage":true,"isFirstPage":false,"isLastPage":true,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":0,"pageNum":3,"pageSize":10,"pages":3,"prePage":2,"size":3,"startRow":21,"total":23},"listMenu":[{"birth":1632288366000,"code":"spgl","des":"审批管理","icon":"","name":"审批管理","parentId":31,"resourceId":34,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/examineCentre","userId":1},{"birth":1639733670000,"code":"jhcz","des":"集合规则","icon":"","name":"集合规则","parentId":3,"resourceId":48,"resourceSystem":"EngineX","sort":9,"status":1,"url":"/listOperation","userId":1},{"birth":1648017554000,"code":"sjqx","des":"数据清洗","icon":"","name":"数据清洗","parentId":3,"resourceId":49,"resourceSystem":"EngineX","sort":11,"status":1,"url":"/dataRinse","userId":1}]},"error":"00000000","status":"1"} <<====
+11:41:44.607 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:97db3eb5cc144fa99ccc1d8f496ee9cc,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:41:44.609 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:97db3eb5cc144fa99ccc1d8f496ee9cc ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":2,"pageSize":10}},, userId:1 ===>>
+11:41:44.614 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:41:44.614 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:41:44.616 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:41:44.616 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10,10
+11:41:44.616 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:41:44.618 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:41:44.618 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:97db3eb5cc144fa99ccc1d8f496ee9cc, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":20,"firstPage":1,"hasNextPage":true,"hasPreviousPage":true,"isFirstPage":false,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":3,"pageNum":2,"pageSize":10,"pages":3,"prePage":1,"size":10,"startRow":11,"total":23},"listMenu":[{"birth":1616826703000,"code":"015","des":"决策流监控","name":"决策流监控","parentId":5,"resourceId":15,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engine_result"},{"birth":1616826703000,"code":"016","des":"操作日志","name":"操作日志","parentId":5,"resourceId":16,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/logManagement"},{"birth":1618918394000,"code":"jcb","des":"决策表","icon":"","name":"决策表","parentId":3,"resourceId":26,"resourceSystem":"EngineX","sort":7,"status":1,"url":"/decisionTable","userId":1},{"birth":1623406986000,"code":"fxzx","des":"分析中心","icon":"el-icon-data-line","name":"分析中心","parentId":0,"resourceId":27,"resourceSystem":"EngineX","sort":5,"status":1,"url":"","userId":1},{"birth":1623407033000,"code":"qsfx","des":"趋势分析","icon":"","name":"趋势分析","parentId":27,"resourceId":28,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/tendencyAnalyse","userId":1},{"birth":1625220968000,"code":"jcs","des":"决策树","icon":"","name":"决策树","parentId":3,"resourceId":29,"resourceSystem":"EngineX","sort":8,"status":1,"url":"/decisionTree","userId":1},{"birth":1631588364000,"code":"jbgzj","des":"脚本规则集","icon":"","name":"脚本规则集","parentId":3,"resourceId":30,"resourceSystem":"EngineX","sort":3,"status":1,"url":"/groovyRule","userId":1},{"birth":1632288154000,"code":"spzx","des":"审批中心","icon":"el-icon-check","name":"审批中心","parentId":0,"resourceId":31,"resourceSystem":"EngineX","sort":7,"status":1,"url":"","userId":1},{"birth":1632288318000,"code":"spsz","des":"审批设置","icon":"","name":"审批设置","parentId":31,"resourceId":32,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/examineSet","userId":1},{"birth":1632288339000,"code":"spl","des":"审批流","icon":"","name":"审批流","parentId":31,"resourceId":33,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/examineCurrent","userId":1}]},"error":"00000000","status":"1"} <<====
+11:41:45.668 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:b14047ffd5614eea9b9d0526f06ca273,/Riskmanage/v2/sysMenu/getMenuList, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:41:45.670 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:b14047ffd5614eea9b9d0526f06ca273 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:41:45.676 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:41:45.677 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:41:45.678 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:41:45.678 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+11:41:45.678 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:41:45.680 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:41:45.681 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:b14047ffd5614eea9b9d0526f06ca273, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+11:41:49.748 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/logout, ### traceId:dd15bc88113341fcbf4c36cdab66e7ac,/Riskmanage/v2/login/logout, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:41:49.752 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/logout enter com.fibo.ddp.authx.system.controller.LoginController.logout method, ### traceId:dd15bc88113341fcbf4c36cdab66e7ac ###, request args: , userId:1 ===>>
+11:41:49.758 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+11:41:49.759 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: logout(String), 登出(String), 1(Long), 1(Long), logout(String), http://127.0.0.1:8082/Riskmanage/v2/login/logout(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)(String), 127.0.0.1(String), 2024-09-26 11:41:49.752(Timestamp), 2024-09-26 11:41:49.754(Timestamp)
+11:41:49.762 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+11:41:49.763 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20047} exit cache
+11:41:49.763 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20074} enter cache
+11:41:49.763 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.logout method,### traceId:dd15bc88113341fcbf4c36cdab66e7ac, userId:1, cost time: 11 ms ###, returnResult:{"error":"00000000","status":"1"} <<====
+11:41:53.013 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:accf03b46ab84ffcba292385c1043ae6,/Riskmanage/v2/login/login, token:865db567aff14e28ae20da7a07319a77 ### ===>>
+11:41:53.015 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:accf03b46ab84ffcba292385c1043ae6 ###, request args: {param:{"account":"admin","password":"engine888!"}},, userId:0 ===>>
+11:41:53.025 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+11:41:53.026 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: admin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+11:41:53.029 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+11:41:53.029 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20055} exit cache
+11:41:53.029 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20075} enter cache
+11:41:53.036 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+11:41:53.037 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 135(Long), 46(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@2ff10825, status=1, error=00000000, msg=null, data={token=f4e601b09f6e45c6b1700cba51fe346c})(String), 127.0.0.1(String), 2024-09-26 11:41:53.016(Timestamp), 2024-09-26 11:41:53.032(Timestamp)
+11:41:53.040 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+11:41:53.040 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20056} exit cache
+11:41:53.040 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20076} enter cache
+11:41:53.040 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:accf03b46ab84ffcba292385c1043ae6, userId:0, cost time: 25 ms ###, returnResult:{"data":{"token":"f4e601b09f6e45c6b1700cba51fe346c"},"error":"00000000","status":"1"} <<====
+11:41:53.094 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:f243a7fca36143aabd3f9168b4e79833,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:f4e601b09f6e45c6b1700cba51fe346c ### ===>>
+11:41:53.094 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList, ### traceId:262e3d1a5b3744c1980cb950464b6ad1,/Riskmanage/v2/sysUser/getUserList, token:f4e601b09f6e45c6b1700cba51fe346c ### ===>>
+11:41:53.094 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:3748d0fd1c62406687bedee065e05f7f,/Riskmanage/v2/sysMenu/getMenus, token:f4e601b09f6e45c6b1700cba51fe346c ### ===>>
+11:41:53.096 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:f243a7fca36143aabd3f9168b4e79833 ###, request args: null, userId:135 ===>>
+11:41:53.096 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:3748d0fd1c62406687bedee065e05f7f ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:135 ===>>
+11:41:53.096 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:262e3d1a5b3744c1980cb950464b6ad1 ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:135 ===>>
+11:41:53.106 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.findById - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where organ_id = ? and status != -1
+11:41:53.106 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.findById - ==> Parameters: 46(Long)
+11:41:53.107 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.findById - <== Total: 0
+11:41:53.107 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20001} exit cache
+11:41:53.107 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20077} enter cache
+11:41:53.107 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:f243a7fca36143aabd3f9168b4e79833, userId:135, cost time: 11 ms ###, returnResult:{"data":[null],"error":"00000000","status":"1"} <<====
+11:41:53.108 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findRoleByUserId - ==> Preparing: select r.role_id, r.role_name from t_user u, t_user_role_rel ur, t_role r where u.user_id = ur.user_id and r.role_id = ur.role_id and u.user_id = ? and r.status=1
+11:41:53.108 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findRoleByUserId - ==> Parameters: 135(Long)
+11:41:53.109 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Preparing: SELECT count(0) FROM t_user u, t_user_role_rel urr, t_role r, t_organization g WHERE u.user_id = urr.user_id AND r.role_id = urr.role_id AND g.organ_id = u.organ_id AND u.organ_id = ? AND u.author != '超级管理员' AND u.status != -1
+11:41:53.109 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Parameters: 46(Long)
+11:41:53.109 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findRoleByUserId - <== Total: 1
+11:41:53.109 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20057} exit cache
+11:41:53.109 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20078} enter cache
+11:41:53.110 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - <== Total: 1
+11:41:53.110 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20079} enter cache
+11:41:53.110 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:262e3d1a5b3744c1980cb950464b6ad1, userId:135, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
+11:41:53.112 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.findTreeList - ==> Preparing: select re.resource_id, re.user_id, re.name, re.code, re.url, re.parent_id, re.des,re.resource_system, re.birth, re.icon, re.status from t_role ro, t_role_resource_rel rr, t_resource re where ro.role_id = rr.role_id AND rr.resource_id = re.resource_id and resource_system = ? and rr.role_id = ? and re.status = 1 order by re.sort asc
+11:41:53.112 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.findTreeList - ==> Parameters: Auth(String), 70(Long)
+11:41:53.123 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.findTreeList - <== Total: 2
+11:41:53.123 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20039} exit cache
+11:41:53.123 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20080} enter cache
+11:41:53.123 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:3748d0fd1c62406687bedee065e05f7f, userId:135, cost time: 27 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"}],"error":"00000000","status":"1"} <<====
+11:41:57.674 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList, ### traceId:dab8e823c25a4e7ab55bcc030158fc04,/Riskmanage/v2/sysRole/getRoleList, token:f4e601b09f6e45c6b1700cba51fe346c ### ===>>
+11:41:57.676 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:fc6ea1b9d9e7490d9d00cec829bd6737,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:f4e601b09f6e45c6b1700cba51fe346c ### ===>>
+11:41:57.677 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList enter com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method, ### traceId:dab8e823c25a4e7ab55bcc030158fc04 ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:135 ===>>
+11:41:57.679 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:fc6ea1b9d9e7490d9d00cec829bd6737 ###, request args: null, userId:135 ===>>
+11:41:57.686 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.findById - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where organ_id = ? and status != -1
+11:41:57.687 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.findById - ==> Parameters: 46(Long)
+11:41:57.687 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllSysRole_COUNT - ==> Preparing: SELECT count(0) FROM t_role WHERE organ_id = ? AND status != -1 AND author != "超级管理员"
+11:41:57.688 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllSysRole_COUNT - ==> Parameters: 46(Long)
+11:41:57.688 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.findById - <== Total: 0
+11:41:57.688 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20040} exit cache
+11:41:57.688 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20081} enter cache
+11:41:57.688 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:fc6ea1b9d9e7490d9d00cec829bd6737, userId:135, cost time: 10 ms ###, returnResult:{"data":[null],"error":"00000000","status":"1"} <<====
+11:41:57.689 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllSysRole_COUNT - <== Total: 1
+11:41:57.689 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20082} enter cache
+11:41:57.689 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method,### traceId:dab8e823c25a4e7ab55bcc030158fc04, userId:135, cost time: 12 ms ###, returnResult:{"data":{"listRole":[],"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0}},"error":"00000000","status":"1"} <<====
+11:42:02.640 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/logout, ### traceId:65428b9badc24ff9a41e0ccf5686a2ad,/Riskmanage/v2/login/logout, token:f4e601b09f6e45c6b1700cba51fe346c ### ===>>
+11:42:02.643 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/logout enter com.fibo.ddp.authx.system.controller.LoginController.logout method, ### traceId:65428b9badc24ff9a41e0ccf5686a2ad ###, request args: , userId:135 ===>>
+11:42:02.648 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+11:42:02.649 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: logout(String), 登出(String), 135(Long), 46(Long), logout(String), http://127.0.0.1:8082/Riskmanage/v2/login/logout(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)(String), 127.0.0.1(String), 2024-09-26 11:42:02.643(Timestamp), 2024-09-26 11:42:02.644(Timestamp)
+11:42:02.655 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+11:42:02.655 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20083} enter cache
+11:42:02.655 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.logout method,### traceId:65428b9badc24ff9a41e0ccf5686a2ad, userId:135, cost time: 12 ms ###, returnResult:{"error":"00000000","status":"1"} <<====
+11:42:04.640 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:11ea1aa980c34cf7af36975e128ebb38,/Riskmanage/v2/login/login, token:f4e601b09f6e45c6b1700cba51fe346c ### ===>>
+11:42:04.641 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:11ea1aa980c34cf7af36975e128ebb38 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+11:42:04.649 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+11:42:04.650 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+11:42:04.651 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+11:42:04.656 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+11:42:04.656 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7646efd2, status=1, error=00000000, msg=null, data={token=2f20d1b0caa5407db9230b759dca7648})(String), 127.0.0.1(String), 2024-09-26 11:42:04.642(Timestamp), 2024-09-26 11:42:04.652(Timestamp)
+11:42:04.658 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+11:42:04.659 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:11ea1aa980c34cf7af36975e128ebb38, userId:0, cost time: 17 ms ###, returnResult:{"data":{"token":"2f20d1b0caa5407db9230b759dca7648"},"error":"00000000","status":"1"} <<====
+11:42:04.681 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList, ### traceId:b6328f40d8c14c50a314936654d996dd,/Riskmanage/v2/sysUser/getUserList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+11:42:04.681 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:8028949452f64827aba4a366301bb33c,/Riskmanage/v2/sysMenu/getMenus, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+11:42:04.681 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:f586d2018a954a2e94a6a26048f00aa3,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+11:42:04.683 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:f586d2018a954a2e94a6a26048f00aa3 ###, request args: null, userId:1 ===>>
+11:42:04.683 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:b6328f40d8c14c50a314936654d996dd ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:42:04.683 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:8028949452f64827aba4a366301bb33c ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:42:04.687 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status = 1 order by organ_id desc
+11:42:04.687 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Parameters:
+11:42:04.688 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - <== Total: 2
+11:42:04.689 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:f586d2018a954a2e94a6a26048f00aa3, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"},{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+11:42:04.689 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+11:42:04.689 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: Auth(String)
+11:42:04.690 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Preparing: SELECT count(0) FROM t_user u, t_user_role_rel urr, t_role r, t_organization g WHERE u.user_id = urr.user_id AND r.role_id = urr.role_id AND g.organ_id = u.organ_id AND u.author = '超级管理员' AND u.status != -1
+11:42:04.690 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Parameters:
+11:42:04.690 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 4
+11:42:04.690 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:8028949452f64827aba4a366301bb33c, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"},{"icon":"el-icon-location-outline","index":"/resourceManagement","title":"资源管理"},{"icon":"el-icon-link","index":"/organizationManagement","title":"组织管理"}],"error":"00000000","status":"1"} <<====
+11:42:04.691 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - <== Total: 1
+11:42:04.691 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:b6328f40d8c14c50a314936654d996dd, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
+11:42:07.570 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList, ### traceId:1e12a37c877249e8a154be0e9211796e,/Riskmanage/v2/sysRole/getRoleList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+11:42:07.573 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:547391f94c1e40f5860ddc412247f334,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+11:42:07.573 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList enter com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method, ### traceId:1e12a37c877249e8a154be0e9211796e ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:42:07.573 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:547391f94c1e40f5860ddc412247f334 ###, request args: null, userId:1 ===>>
+11:42:07.580 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status = 1 order by organ_id desc
+11:42:07.580 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Parameters:
+11:42:07.581 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - ==> Preparing: SELECT count(0) FROM t_role WHERE status != -1 AND author = '超级管理员'
+11:42:07.581 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - ==> Parameters:
+11:42:07.581 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - <== Total: 2
+11:42:07.582 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - <== Total: 1
+11:42:07.582 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:547391f94c1e40f5860ddc412247f334, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"},{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+11:42:07.582 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - ==> Preparing: select role_id, organ_id, role_name, role_code, role_desc, author, birth, status from t_role where status != -1 and author='超级管理员' order by role_id desc LIMIT 10
+11:42:07.582 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - ==> Parameters:
+11:42:07.583 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - <== Total: 1
+11:42:07.584 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method,### traceId:1e12a37c877249e8a154be0e9211796e, userId:1, cost time: 11 ms ###, returnResult:{"data":{"listRole":[{"author":"超级管理员","birth":1498724751000,"organId":46,"roleId":70,"roleName":"管理员","status":1}],"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1}},"error":"00000000","status":"1"} <<====
+11:42:08.337 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:884cc10cf3e749aaa28ce651856757fb,/Riskmanage/v2/sysMenu/getMenuList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+11:42:08.339 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:884cc10cf3e749aaa28ce651856757fb ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:42:08.343 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+11:42:08.343 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+11:42:08.344 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+11:42:08.345 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+11:42:08.345 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+11:42:08.346 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+11:42:08.347 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:884cc10cf3e749aaa28ce651856757fb, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+11:42:09.120 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getOrganList, ### traceId:28b241bd176c4472bff80072ebedfd61,/Riskmanage/v2/sysOrganization/getOrganList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+11:42:09.122 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getOrganList enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getOrganList method, ### traceId:28b241bd176c4472bff80072ebedfd61 ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+11:42:09.126 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - ==> Preparing: SELECT count(0) FROM t_organization WHERE status != -1 AND organ_id != 1
+11:42:09.126 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - ==> Parameters:
+11:42:09.127 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - <== Total: 1
+11:42:09.127 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status != -1 and organ_id != 1 order by organ_id desc LIMIT 10
+11:42:09.128 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - ==> Parameters:
+11:42:09.130 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - <== Total: 1
+11:42:09.131 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getOrganList method,### traceId:28b241bd176c4472bff80072ebedfd61, userId:1, cost time: 9 ms ###, returnResult:{"data":{"listOrgan":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"}],"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1}},"error":"00000000","status":"1"} <<====
+11:42:23.164 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:a6ba1127622c4a69910aa61b2d9c975c,/Riskmanage/DataX/statistics/getFieldCallList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:23.167 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:7f3b9eaf64e44e8bb64b5cd2d1c029c4,/Riskmanage/DataX/statistics/getFieldCallList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:23.167 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:1a914919b56c4fceb25f65ea25eebb68,/Riskmanage/DataX/statistics/getFieldCallList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:23.168 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:7f3b9eaf64e44e8bb64b5cd2d1c029c4 ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727322143130,"queryTimeStart":1727193600130,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+11:42:23.168 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:a6ba1127622c4a69910aa61b2d9c975c ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727322143130,"queryTimeStart":1727193600130,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+11:42:23.168 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:1a914919b56c4fceb25f65ea25eebb68 ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727322143130,"queryTimeStart":1727193600130,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+11:42:23.181 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_derivative = TRUE) table_count
+11:42:23.182 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.13(Timestamp), 2024-09-26 11:42:23.13(Timestamp)
+11:42:23.183 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+11:42:23.184 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_use_sql = TRUE) table_count
+11:42:23.184 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.13(Timestamp), 2024-09-26 11:42:23.13(Timestamp)
+11:42:23.184 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.13(Timestamp), 2024-09-26 11:42:23.13(Timestamp)
+11:42:23.184 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+11:42:23.185 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20084} enter cache
+11:42:23.185 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_derivative = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+11:42:23.185 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+11:42:23.185 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20002} exit cache
+11:42:23.185 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20085} enter cache
+11:42:23.185 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+11:42:23.186 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+11:42:23.186 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20041} exit cache
+11:42:23.186 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20086} enter cache
+11:42:23.186 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.13(Timestamp), 2024-09-26 11:42:23.13(Timestamp)
+11:42:23.186 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_use_sql = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+11:42:23.186 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.13(Timestamp), 2024-09-26 11:42:23.13(Timestamp)
+11:42:23.186 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.13(Timestamp), 2024-09-26 11:42:23.13(Timestamp)
+11:42:23.188 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+11:42:23.188 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+11:42:23.188 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+11:42:23.188 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20042} exit cache
+11:42:23.188 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20032} exit cache
+11:42:23.188 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20087} enter cache
+11:42:23.188 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20089} enter cache
+11:42:23.188 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20088} enter cache
+11:42:23.194 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:7f3b9eaf64e44e8bb64b5cd2d1c029c4, userId:1, cost time: 20 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+11:42:23.194 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:1a914919b56c4fceb25f65ea25eebb68, userId:1, cost time: 20 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+11:42:23.194 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:a6ba1127622c4a69910aa61b2d9c975c, userId:1, cost time: 20 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+11:42:25.559 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:bce306e45c4c4e2f807fbf1717dc0715,/Riskmanage/datasource/getDataSourceList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:25.560 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:bce306e45c4c4e2f807fbf1717dc0715 ###, request args: {param:{"pageNo":1,"pageSize":10,"typeList":["MySQL"]}},, userId:1 ===>>
+11:42:25.571 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_field_data_source WHERE (status = ? AND type IN (?))
+11:42:25.571 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - ==> Parameters: 1(Integer), MySQL(String)
+11:42:25.572 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - <== Total: 1
+11:42:25.572 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20003} exit cache
+11:42:25.573 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20090} enter cache
+11:42:25.573 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ? AND type IN (?)) ORDER BY update_time DESC LIMIT 10
+11:42:25.573 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer), MySQL(String)
+11:42:25.574 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+11:42:25.574 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20058} exit cache
+11:42:25.574 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20091} enter cache
+11:42:25.578 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+11:42:25.578 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+11:42:25.579 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+11:42:25.579 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20009} exit cache
+11:42:25.579 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20092} enter cache
+11:42:25.582 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+11:42:25.582 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+11:42:25.582 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+11:42:25.583 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:bce306e45c4c4e2f807fbf1717dc0715, userId:1, cost time: 23 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+11:42:26.738 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:ab90b6f640134332afab7bcf0178c3a8,/Riskmanage/v3/interface/getInterfaceList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:26.741 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:ab90b6f640134332afab7bcf0178c3a8 ###, request args: {param:{"pageNum":1,"pageSize":10}},, userId:1 ===>>
+11:42:26.747 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_field_interface WHERE (status <> ?)
+11:42:26.748 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList_COUNT - ==> Parameters: -1(Integer)
+11:42:26.749 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList_COUNT - <== Total: 1
+11:42:26.749 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20011} exit cache
+11:42:26.749 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20093} enter cache
+11:42:26.749 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC LIMIT 10
+11:42:26.749 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+11:42:26.751 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+11:42:26.751 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20028} exit cache
+11:42:26.751 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20094} enter cache
+11:42:26.755 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+11:42:26.756 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+11:42:26.757 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+11:42:26.757 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20029} exit cache
+11:42:26.757 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20095} enter cache
+11:42:26.761 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+11:42:26.761 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+11:42:26.762 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+11:42:26.763 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:ab90b6f640134332afab7bcf0178c3a8, userId:1, cost time: 22 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+11:42:29.213 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:a14bf3d3c39941368ab94010508ed057,/Riskmanage/v2/datamanage/field/newListTree, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:29.215 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:a14bf3d3c39941368ab94010508ed057 ###, request args: {param:{"type":1}},, userId:1 ===>>
+11:42:29.219 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+11:42:29.220 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+11:42:29.223 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+11:42:29.223 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20030} exit cache
+11:42:29.223 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20096} enter cache
+11:42:29.223 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:a14bf3d3c39941368ab94010508ed057, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+11:42:29.241 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:42c13b1c68ae4d4382c8b6a5778a2a81,/Riskmanage/v2/datamanage/field/list, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:29.242 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:42c13b1c68ae4d4382c8b6a5778a2a81 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+11:42:29.250 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+11:42:29.251 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+11:42:29.252 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+11:42:29.252 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20031} exit cache
+11:42:29.252 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20097} enter cache
+11:42:29.253 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+11:42:29.253 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+11:42:29.260 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+11:42:29.260 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20027} exit cache
+11:42:29.261 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20098} enter cache
+11:42:29.262 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:42c13b1c68ae4d4382c8b6a5778a2a81, userId:1, cost time: 19 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+11:42:29.821 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:2b40c3356e8d400386bcb6e04c1c6432,/Riskmanage/v2/datamanage/field/newListTree, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:29.823 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:2b40c3356e8d400386bcb6e04c1c6432 ###, request args: {param:{"type":5}},, userId:1 ===>>
+11:42:29.826 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+11:42:29.826 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+11:42:29.827 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+11:42:29.827 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:2b40c3356e8d400386bcb6e04c1c6432, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaa","id":5,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+11:42:29.841 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:903ab867810d4fb8ad7e875108e58de8,/Riskmanage/v2/datamanage/field/list, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:29.842 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:903ab867810d4fb8ad7e875108e58de8 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+11:42:29.846 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+11:42:29.846 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+11:42:29.847 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+11:42:29.847 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20067} exit cache
+11:42:29.847 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20099} enter cache
+11:42:29.847 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+11:42:29.848 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+11:42:29.849 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+11:42:29.849 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20069} exit cache
+11:42:29.849 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20100} enter cache
+11:42:29.849 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:903ab867810d4fb8ad7e875108e58de8, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+11:42:30.876 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:73bdc21052614f6a9d54a0c7927acb97,/Riskmanage/v2/datamanage/field/newListTree, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:30.878 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:73bdc21052614f6a9d54a0c7927acb97 ###, request args: {param:{"type":4}},, userId:1 ===>>
+11:42:30.885 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+11:42:30.886 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 4(Integer)
+11:42:30.887 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+11:42:30.888 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:73bdc21052614f6a9d54a0c7927acb97, userId:1, cost time: 10 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"jiekou","id":3,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":4}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+11:42:30.901 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:f9dbfcadec424c2f9f7ffab2a06ec448,/Riskmanage/v2/datamanage/field/list, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:30.903 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:f9dbfcadec424c2f9f7ffab2a06ec448 ###, request args: {paramMap:{"fType":4,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+11:42:30.910 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_interface = TRUE AND f.is_common = 1
+11:42:30.911 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+11:42:30.912 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+11:42:30.912 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20065} exit cache
+11:42:30.912 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20101} enter cache
+11:42:30.913 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_interface = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+11:42:30.913 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+11:42:30.914 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+11:42:30.914 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20070} exit cache
+11:42:30.914 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20102} enter cache
+11:42:30.915 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:f9dbfcadec424c2f9f7ffab2a06ec448, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721806289000,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":4,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+11:42:31.570 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:b4c602a8a8b04bbcb310813b646558f2,/Riskmanage/v2/datamanage/field/newListTree, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:31.572 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:b4c602a8a8b04bbcb310813b646558f2 ###, request args: {param:{"type":2}},, userId:1 ===>>
+11:42:31.578 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+11:42:31.578 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 2(Integer)
+11:42:31.580 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+11:42:31.580 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:b4c602a8a8b04bbcb310813b646558f2, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"shujuku001","id":2,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":2}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+11:42:31.594 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:95c89df787e54945ac7e98f893bc6b05,/Riskmanage/v2/datamanage/field/list, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:42:31.597 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:95c89df787e54945ac7e98f893bc6b05 ###, request args: {paramMap:{"fType":2,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+11:42:31.610 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1
+11:42:31.610 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+11:42:31.611 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+11:42:31.611 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20064} exit cache
+11:42:31.612 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20103} enter cache
+11:42:31.612 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+11:42:31.612 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+11:42:31.613 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+11:42:31.614 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20066} exit cache
+11:42:31.614 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20104} enter cache
+11:42:31.614 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:95c89df787e54945ac7e98f893bc6b05, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717495333000,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"nickName":"超级管理员","page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","status":"1","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+11:43:12.936 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:64a40e3c6d8d4cda9186515be25c9feb,/Riskmanage/datasource/getDataSourceList, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+11:43:12.941 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:64a40e3c6d8d4cda9186515be25c9feb ###, request args: {param:{"pageNo":1,"pageSize":10,"typeList":["MySQL"]}},, userId:1 ===>>
+11:43:12.949 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_field_data_source WHERE (status = ? AND type IN (?))
+11:43:12.949 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - ==> Parameters: 1(Integer), MySQL(String)
+11:43:12.950 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - <== Total: 1
+11:43:12.950 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ? AND type IN (?)) ORDER BY update_time DESC LIMIT 10
+11:43:12.950 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer), MySQL(String)
+11:43:12.951 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+11:43:12.956 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+11:43:12.956 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+11:43:12.957 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+11:43:12.960 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+11:43:12.960 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+11:43:12.961 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+11:43:12.961 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:64a40e3c6d8d4cda9186515be25c9feb, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+11:44:41.672 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/save, ### traceId:c50a2b5f5d1d4e86833ef5c2f8346610,/Riskmanage/v2/sysMenu/save, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+11:44:41.681 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/save enter com.fibo.ddp.authx.system.controller.SysMenuController.save method, ### traceId:c50a2b5f5d1d4e86833ef5c2f8346610 ###, request args: {sysMenu:{"code":"11","des":"111","icon":"","name":"111","parentId":0,"resourceSystem":"","sort":1,"url":""}},, userId:1 ===>>
+11:44:41.692 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.validateMenuOnly - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where (name = ? or code = ?) and status != -1
+11:44:41.693 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.validateMenuOnly - ==> Parameters: 111(String), 11(String)
+11:44:41.696 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.validateMenuOnly - <== Total: 0
+11:44:41.696 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20077} exit cache
+11:44:41.696 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20105} enter cache
+11:44:41.698 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu - ==> Preparing: insert into t_resource (user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort) values (?, ?, ?, ?, ?, ?,?, now(), ?, ?)
+11:44:41.699 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu - ==> Parameters: 1(Long), 111(String), 11(String), (String), 0(Long), 111(String), (String), (String), 1(Integer)
+11:44:41.700 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20106} exit cache
+11:44:41.703 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+11:44:41.704 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: saveSysMenu(String), 新增系统菜单(String), 1(Long), 1(Long), save(String), http://127.0.0.1:8082/Riskmanage/v2/sysMenu/save(String), }(String),
+### Error updating database. Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+### The error may exist in file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysMenuMapper.xml]
+### The error may involve com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu-Inline
+### The error occurred while setting parameters
+### SQL: insert into t_resource (user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort) values (?, ?, ?, ?, ?, ?,?, now(), ?, ?)
+### Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+; Data truncated for column 'resource_system' at row 1; nested exception is java.sql.SQLException: Data truncated for column 'resource_system' at row 1(String), 127.0.0.1(String), 2024-09-26 11:44:41.682(Timestamp), 2024-09-26 11:44:41.701(Timestamp)
+11:44:41.721 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+11:44:41.723 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20063} exit cache
+11:44:41.723 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20107} enter cache
+11:44:41.724 [http-nio-8082-exec-8] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[save]发生运行时异常Exception-{}
+org.springframework.dao.DataIntegrityViolationException:
+### Error updating database. Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+### The error may exist in file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysMenuMapper.xml]
+### The error may involve com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu-Inline
+### The error occurred while setting parameters
+### SQL: insert into t_resource (user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort) values (?, ?, ?, ?, ?, ?,?, now(), ?, ?)
+### Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+; Data truncated for column 'resource_system' at row 1; nested exception is java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:104) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at com.sun.proxy.$Proxy97.insert(Unknown Source) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at com.sun.proxy.$Proxy177.createSysMenu(Unknown Source) ~[?:?]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl.createSysMenu(SysMenuServiceImpl.java:45) ~[classes/:?]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$FastClassBySpringCGLIB$$54fbfc43.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$EnhancerBySpringCGLIB$$23f1f35a.createSysMenu() ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController.save(SysMenuController.java:96) ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$FastClassBySpringCGLIB$$5192d0c8.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor135.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$EnhancerBySpringCGLIB$$c158f377.save() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) ~[druid-1.1.21.jar:1.1.21]
+ at jdk.internal.reflect.GeneratedMethodAccessor99.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy301.execute(Unknown Source) ~[?:?]
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy299.update(Unknown Source) ~[?:?]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ ... 90 more
+11:44:41.749 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.save method,### traceId:c50a2b5f5d1d4e86833ef5c2f8346610, userId:1, cost time: 68 ms ###, returnResult:{"error":"01000101","msg":"服务繁忙,请稍后再试!","status":"0"} <<====
+13:35:02.198 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:4e5e9cc9ad7a411aaa8be2ed2fa02a50,/Riskmanage/v2/sysMenu/getMenuList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+13:35:02.207 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:4e5e9cc9ad7a411aaa8be2ed2fa02a50 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+13:35:02.224 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+13:35:02.229 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+13:35:02.241 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+13:35:02.242 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20071} exit cache
+13:35:02.246 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20108} enter cache
+13:35:02.246 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+13:35:02.247 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+13:35:02.248 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+13:35:02.248 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20085} exit cache
+13:35:02.248 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20109} enter cache
+13:35:02.249 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:4e5e9cc9ad7a411aaa8be2ed2fa02a50, userId:1, cost time: 42 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+13:35:13.511 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:41b390aa34f7454a9509c2dc0a500bae,/Riskmanage/v2/sysMenu/getMenuList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+13:35:13.513 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:41b390aa34f7454a9509c2dc0a500bae ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+13:35:13.519 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+13:35:13.519 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+13:35:13.520 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+13:35:13.521 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+13:35:13.521 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+13:35:13.523 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+13:35:13.523 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:41b390aa34f7454a9509c2dc0a500bae, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+13:35:38.893 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:1fe23cd0f08d401ca114fccb9ec52d4e,/Riskmanage/v2/sysMenu/getMenuList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+13:35:38.895 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:1fe23cd0f08d401ca114fccb9ec52d4e ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+13:35:38.902 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+13:35:38.902 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+13:35:38.904 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+13:35:38.904 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+13:35:38.904 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+13:35:38.906 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+13:35:38.907 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:1fe23cd0f08d401ca114fccb9ec52d4e, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+13:44:38.103 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:9fe55bb3e7e44d4c8e3dfb9077cb0ddb,/Riskmanage/v2/sysMenu/getMenuList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+13:44:38.107 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:9fe55bb3e7e44d4c8e3dfb9077cb0ddb ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+13:44:38.113 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+13:44:38.114 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+13:44:38.115 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+13:44:38.115 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+13:44:38.115 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+13:44:38.116 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+13:44:38.116 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:9fe55bb3e7e44d4c8e3dfb9077cb0ddb, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+13:45:33.100 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:d75aba441b2541ab82795f1b39f78117,/Riskmanage/v2/datamanage/field/newListTree, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+13:45:33.101 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+13:45:34.986 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:5101745c2e644d628ac97f7ab81d70ad,/Riskmanage/v2/login/login, token:8c1f2f972c4642d0ad61571a74d803cc ### ===>>
+13:45:34.988 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:5101745c2e644d628ac97f7ab81d70ad ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+13:45:34.999 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+13:45:35.000 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+13:45:35.004 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+13:45:35.005 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20088} exit cache
+13:45:35.005 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20110} enter cache
+13:45:35.011 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+13:45:35.013 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@880cd4c1, status=1, error=00000000, msg=null, data={token=7196e33f70884acca597b6aab1638863})(String), 127.0.0.1(String), 2024-09-26 13:45:34.989(Timestamp), 2024-09-26 13:45:35.006(Timestamp)
+13:45:35.018 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+13:45:35.019 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20093} exit cache
+13:45:35.019 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20111} enter cache
+13:45:35.019 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:5101745c2e644d628ac97f7ab81d70ad, userId:0, cost time: 31 ms ###, returnResult:{"data":{"token":"7196e33f70884acca597b6aab1638863"},"error":"00000000","status":"1"} <<====
+13:45:35.081 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:a3cbd0c738dc4ef5b4bfe70603afcbc9,/Riskmanage/v3/interface/getInterfaceList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:45:35.081 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:ac3686f4ce544e958f78d528c4f040b9,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:45:35.081 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:bd87753d9cda405484a60f8c71bf59c5,/Riskmanage/datasource/getDataSourceList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:45:35.082 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList, ### traceId:c229d47a36de4b699ed0d06118f2b66b,/Riskmanage/mqSource/getMqSourceList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:45:35.082 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:19f3e48d4a3f452fbcf1357b2ec18f3b,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:45:35.082 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:d57f3e7f3d5347bfba79b54071847696,/Riskmanage/DataX/home/getIndexInfo, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:45:35.083 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:a3cbd0c738dc4ef5b4bfe70603afcbc9 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+13:45:35.084 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:19f3e48d4a3f452fbcf1357b2ec18f3b ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+13:45:35.083 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:ac3686f4ce544e958f78d528c4f040b9 ###, request args: {paramMap:{}},, userId:1 ===>>
+13:45:35.083 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:c229d47a36de4b699ed0d06118f2b66b ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+13:45:35.084 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:d57f3e7f3d5347bfba79b54071847696 ###, request args: null, userId:1 ===>>
+13:45:35.084 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:bd87753d9cda405484a60f8c71bf59c5 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+13:45:35.087 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+13:45:35.087 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+13:45:35.088 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+13:45:35.088 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+13:45:35.088 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+13:45:35.088 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20094} exit cache
+13:45:35.088 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20112} enter cache
+13:45:35.089 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:19f3e48d4a3f452fbcf1357b2ec18f3b, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"8f615873-ee25-41bf-8c83-484f7df5939b","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"999c273b-1aa1-4a67-a489-f73f39b4af87","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"706e5b27-06d0-4885-b368-6529c0a35978","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+13:45:35.090 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+13:45:35.090 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+13:45:35.090 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+13:45:35.090 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Preparing: SELECT id,name,type,server_addrs,topic,group_id,auto_offset_reset,enable_auto_commit,timeout,auto_commit_interval,concurrency,key_deserializer,value_deserializer,message_body,status,creator,modifier,organ_id,create_time,update_time FROM t_field_mq_source WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+13:45:35.091 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+13:45:35.091 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ?) ORDER BY update_time DESC
+13:45:35.093 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+13:45:35.092 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 10
+13:45:35.092 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - <== Total: 0
+13:45:35.094 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer)
+13:45:35.092 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+13:45:35.094 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 13:45:35(String)
+13:45:35.094 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+13:45:35.094 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20113} enter cache
+13:45:35.094 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:c229d47a36de4b699ed0d06118f2b66b, userId:1, cost time: 11 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+13:45:35.094 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:ac3686f4ce544e958f78d528c4f040b9, userId:1, cost time: 11 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldRelId":9,"fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+13:45:35.094 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:1006b06e567943848f6e0b870fe246d6,/Riskmanage/DataX/statistics/getFieldCallCountList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:45:35.095 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+13:45:35.095 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+13:45:35.095 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20114} enter cache
+13:45:35.095 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:1006b06e567943848f6e0b870fe246d6 ###, request args: {param:{}},, userId:1 ===>>
+13:45:35.095 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+13:45:35.096 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20043} exit cache
+13:45:35.096 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20115} enter cache
+13:45:35.096 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+13:45:35.096 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 13:45:35(String)
+13:45:35.098 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+13:45:35.098 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+13:45:35.099 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 6
+13:45:35.099 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+13:45:35.099 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20044} exit cache
+13:45:35.099 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20117} enter cache
+13:45:35.099 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20116} enter cache
+13:45:35.099 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+13:45:35.099 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+13:45:35.100 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+13:45:35.100 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+13:45:35.100 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+13:45:35.100 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20118} enter cache
+13:45:35.100 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:1006b06e567943848f6e0b870fe246d6, userId:1, cost time: 5 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+13:45:35.101 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+13:45:35.101 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+13:45:35.102 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+13:45:35.102 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20073} exit cache
+13:45:35.102 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20120} enter cache
+13:45:35.102 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+13:45:35.102 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+13:45:35.102 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20119} enter cache
+13:45:35.102 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:a3cbd0c738dc4ef5b4bfe70603afcbc9, userId:1, cost time: 19 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+13:45:35.102 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+13:45:35.102 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+13:45:35.102 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20121} enter cache
+13:45:35.103 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+13:45:35.103 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+13:45:35.104 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+13:45:35.104 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+13:45:35.104 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:bd87753d9cda405484a60f8c71bf59c5, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+13:45:35.104 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+13:45:35.105 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+13:45:35.105 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20122} enter cache
+13:45:35.106 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+13:45:35.106 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+13:45:35.107 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+13:45:35.107 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20123} enter cache
+13:45:35.108 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+13:45:35.108 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+13:45:35.108 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+13:45:35.108 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20124} enter cache
+13:45:35.108 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:d57f3e7f3d5347bfba79b54071847696, userId:1, cost time: 24 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727322125000,"databaseCount":1,"logList":[{"endTime":1727329535000,"id":983,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@880cd4c1, status=1, error=00000000, msg=null, data={token=7196e33f70884acca597b6aab1638863})","startTime":1727329535000},{"endTime":1727322125000,"id":981,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@7646efd2, status=1, error=00000000, msg=null, data={token=2f20d1b0caa5407db9230b759dca7648})","startTime":1727322125000},{"endTime":1727322110000,"id":978,"ip":"127.0.0.1","method":"logout","opName":"登出","opType":"logout","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/logout","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)","startTime":1727322110000},{"endTime":1727321887000,"id":976,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@2fa75f34, status=1, error=00000000, msg=null, data={token=865db567aff14e28ae20da7a07319a77})","startTime":1727321887000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+13:45:39.349 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:5e1c8478ee284f9db2a13baa4f28709b,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:45:39.350 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:5e1c8478ee284f9db2a13baa4f28709b ###, request args: {param:{"type":1}},, userId:1 ===>>
+13:45:39.355 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+13:45:39.356 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+13:45:39.359 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+13:45:39.359 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20125} enter cache
+13:45:39.360 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:5e1c8478ee284f9db2a13baa4f28709b, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+13:45:39.374 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:64c5bf38a84f463890a7e22db51ec412,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:45:39.376 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:64c5bf38a84f463890a7e22db51ec412 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+13:45:39.385 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+13:45:39.386 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+13:45:39.387 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+13:45:39.387 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20126} enter cache
+13:45:39.387 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+13:45:39.388 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+13:45:39.393 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+13:45:39.394 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20127} enter cache
+13:45:39.394 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:64c5bf38a84f463890a7e22db51ec412, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+13:46:00.852 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:cf28c52a76f246fdb747987e2c04e4d6,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:46:00.854 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:cf28c52a76f246fdb747987e2c04e4d6 ###, request args: {param:{"type":5}},, userId:1 ===>>
+13:46:00.857 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+13:46:00.857 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+13:46:00.859 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+13:46:00.860 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:cf28c52a76f246fdb747987e2c04e4d6, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaa","id":5,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+13:46:00.874 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:551313eb62694ae0ae8958505dde10ec,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:46:00.875 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:551313eb62694ae0ae8958505dde10ec ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+13:46:00.884 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+13:46:00.885 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+13:46:00.886 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+13:46:00.886 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20128} enter cache
+13:46:00.886 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+13:46:00.887 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+13:46:00.888 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+13:46:00.888 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20129} enter cache
+13:46:00.889 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:551313eb62694ae0ae8958505dde10ec, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+13:49:15.406 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateFieldFolder, ### traceId:dc4b2678b61a42519530fa801af66a8c,/Riskmanage/v2/datamanage/field/updateFieldFolder, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:49:15.424 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateFieldFolder enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateFieldFolder method, ### traceId:dc4b2678b61a42519530fa801af66a8c ###, request args: {param:{"folderId":1,"ids":[6]}},, userId:1 ===>>
+13:49:15.431 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.updateFieldFolder - ==> Preparing: update t_field set field_typeid = ? where id in ( ? )
+13:49:15.431 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.updateFieldFolder - ==> Parameters: 1(Long), 6(Long)
+13:49:15.434 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.updateFieldFolder - <== Updates: 1
+13:49:15.434 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20130} enter cache
+13:49:15.436 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+13:49:15.442 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: 更换字段所属文件夹(String), 1(Long), 1(Long), updateFieldFolder(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateFieldFolder(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8c22f057, status=1, error=00000000, msg=null, data=成功移动1条数据)(String), 127.0.0.1(String), 2024-09-26 13:49:15.424(Timestamp), 2024-09-26 13:49:15.435(Timestamp)
+13:49:15.449 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+13:49:15.449 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20131} enter cache
+13:49:15.451 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateFieldFolder method,### traceId:dc4b2678b61a42519530fa801af66a8c, userId:1, cost time: 30 ms ###, returnResult:{"data":"成功移动1条数据","error":"00000000","status":"1"} <<====
+13:49:15.451 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+13:49:15.461 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:3a36771be6324957aff56705e27187e7,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:49:15.462 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:3a36771be6324957aff56705e27187e7 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+13:49:15.465 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+13:49:15.466 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+13:49:15.467 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+13:49:15.467 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+13:49:15.467 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+13:49:15.468 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+13:49:15.469 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:3a36771be6324957aff56705e27187e7, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+13:49:19.133 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:eaeb3ff6000c4d069356d9c968243765,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:49:19.135 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:eaeb3ff6000c4d069356d9c968243765 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+13:49:19.146 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+13:49:19.146 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+13:49:19.147 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+13:49:19.147 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+13:49:19.148 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+13:49:19.149 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+13:49:19.150 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:eaeb3ff6000c4d069356d9c968243765, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+13:49:19.941 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:1b18e585634741d28a7c54c51d1eb7f3,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:49:19.942 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:1b18e585634741d28a7c54c51d1eb7f3 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"1"}},, userId:1 ===>>
+13:49:19.951 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 AND f.field_typeid = ?
+13:49:19.951 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 1(String), 1(String)
+13:49:19.954 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+13:49:19.955 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20132} enter cache
+13:49:19.955 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and f.field_typeid = ? and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 AND f.field_typeid = ? ORDER BY f.created DESC LIMIT 10
+13:49:19.955 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long), 1(String), 1(String)
+13:49:19.958 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+13:49:19.958 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20133} enter cache
+13:49:19.958 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:1b18e585634741d28a7c54c51d1eb7f3, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+13:49:25.710 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:ff5b17504aec4badae0bedf21e9c04d6,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:49:25.713 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:ff5b17504aec4badae0bedf21e9c04d6 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+13:49:25.724 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+13:49:25.724 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+13:49:25.726 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+13:49:25.726 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+13:49:25.726 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+13:49:25.728 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+13:49:25.729 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:ff5b17504aec4badae0bedf21e9c04d6, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+13:49:28.234 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:90f2a1662ec24ec5a0c55a0dbd3eb7b2,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:49:28.238 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:90f2a1662ec24ec5a0c55a0dbd3eb7b2 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+13:49:28.249 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+13:49:28.250 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+13:49:28.251 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+13:49:28.252 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+13:49:28.252 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+13:49:28.254 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+13:49:28.255 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:90f2a1662ec24ec5a0c55a0dbd3eb7b2, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+13:49:33.004 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:182597444fa84ae7aab85940ee45c24a,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:49:33.007 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:182597444fa84ae7aab85940ee45c24a ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"1"}},, userId:1 ===>>
+13:49:33.017 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 AND f.field_typeid = ?
+13:49:33.018 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 1(String), 1(String)
+13:49:33.020 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+13:49:33.021 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and f.field_typeid = ? and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 AND f.field_typeid = ? ORDER BY f.created DESC LIMIT 10
+13:49:33.021 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long), 1(String), 1(String)
+13:49:33.024 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+13:49:33.025 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:182597444fa84ae7aab85940ee45c24a, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+13:50:07.953 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:9dfdb89bc9ce47bdac653219b31acf6b,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:50:07.954 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:9dfdb89bc9ce47bdac653219b31acf6b ###, request args: {param:{"type":2}},, userId:1 ===>>
+13:50:07.958 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+13:50:07.958 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 2(Integer)
+13:50:07.959 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+13:50:07.960 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:9dfdb89bc9ce47bdac653219b31acf6b, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"shujuku001","id":2,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":2}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+13:50:07.972 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:056cfccd009947dfb181628e4578b088,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:50:07.975 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:056cfccd009947dfb181628e4578b088 ###, request args: {paramMap:{"fType":2,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+13:50:07.985 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1
+13:50:07.985 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+13:50:07.986 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+13:50:07.986 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20134} enter cache
+13:50:07.986 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+13:50:07.987 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+13:50:07.988 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+13:50:07.988 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20135} enter cache
+13:50:07.989 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:056cfccd009947dfb181628e4578b088, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717495333000,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"nickName":"超级管理员","page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","status":"1","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+13:50:09.858 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:e0d3e35e836b42348659545d0ccc7f68,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:50:09.860 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:e0d3e35e836b42348659545d0ccc7f68 ###, request args: {param:{"type":4}},, userId:1 ===>>
+13:50:09.867 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+13:50:09.868 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 4(Integer)
+13:50:09.871 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+13:50:09.872 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:e0d3e35e836b42348659545d0ccc7f68, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"jiekou","id":3,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":4}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+13:50:09.893 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:578342b60a5241eba702de0d8d1b4b6b,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:50:09.897 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:578342b60a5241eba702de0d8d1b4b6b ###, request args: {paramMap:{"fType":4,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+13:50:09.905 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_interface = TRUE AND f.is_common = 1
+13:50:09.906 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+13:50:09.907 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+13:50:09.907 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20136} enter cache
+13:50:09.907 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_interface = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+13:50:09.907 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+13:50:09.908 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+13:50:09.908 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20137} enter cache
+13:50:09.908 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:578342b60a5241eba702de0d8d1b4b6b, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721806289000,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":4,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+13:50:12.986 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:44515eb311d64fa79a246d9e6576ff4a,/Riskmanage/datasource/getDataSourceList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:50:12.987 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:44515eb311d64fa79a246d9e6576ff4a ###, request args: {param:{"pageNo":1,"pageSize":10,"typeList":["MySQL"]}},, userId:1 ===>>
+13:50:12.993 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_field_data_source WHERE (status = ? AND type IN (?))
+13:50:12.994 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - ==> Parameters: 1(Integer), MySQL(String)
+13:50:12.995 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - <== Total: 1
+13:50:12.995 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20005} exit cache
+13:50:12.995 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20138} enter cache
+13:50:12.995 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ? AND type IN (?)) ORDER BY update_time DESC LIMIT 10
+13:50:12.995 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer), MySQL(String)
+13:50:12.996 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+13:50:12.996 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20114} exit cache
+13:50:12.996 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20139} enter cache
+13:50:12.999 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+13:50:13.000 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+13:50:13.001 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+13:50:13.001 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20117} exit cache
+13:50:13.002 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20140} enter cache
+13:50:13.006 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+13:50:13.006 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+13:50:13.007 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+13:50:13.007 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:44515eb311d64fa79a246d9e6576ff4a, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+13:50:16.271 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:8e2d1a196ea843d4aaf597aa5dfa6da2,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:50:16.274 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:8e2d1a196ea843d4aaf597aa5dfa6da2 ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727329816236,"queryTimeStart":1727193600235,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+13:50:16.276 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:aed492ab77af44e58a672b78196f76b2,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:50:16.276 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:4a17363ef8ea45e2a0599d760bd0f37b,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:50:16.279 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:aed492ab77af44e58a672b78196f76b2 ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727329816236,"queryTimeStart":1727193600236,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+13:50:16.279 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:4a17363ef8ea45e2a0599d760bd0f37b ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727329816236,"queryTimeStart":1727193600236,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+13:50:16.290 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_use_sql = TRUE) table_count
+13:50:16.291 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.235(Timestamp), 2024-09-26 13:50:16.236(Timestamp)
+13:50:16.291 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_derivative = TRUE) table_count
+13:50:16.292 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.236(Timestamp), 2024-09-26 13:50:16.236(Timestamp)
+13:50:16.292 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+13:50:16.293 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+13:50:16.293 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20121} exit cache
+13:50:16.293 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.236(Timestamp), 2024-09-26 13:50:16.236(Timestamp)
+13:50:16.293 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20141} enter cache
+13:50:16.293 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_use_sql = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+13:50:16.293 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+13:50:16.293 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20142} enter cache
+13:50:16.294 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.235(Timestamp), 2024-09-26 13:50:16.236(Timestamp)
+13:50:16.294 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_derivative = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+13:50:16.294 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.236(Timestamp), 2024-09-26 13:50:16.236(Timestamp)
+13:50:16.294 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+13:50:16.295 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20072} exit cache
+13:50:16.295 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20143} enter cache
+13:50:16.295 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+13:50:16.295 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.236(Timestamp), 2024-09-26 13:50:16.236(Timestamp)
+13:50:16.295 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+13:50:16.296 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+13:50:16.296 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20145} enter cache
+13:50:16.296 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20122} exit cache
+13:50:16.296 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20144} enter cache
+13:50:16.296 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:8e2d1a196ea843d4aaf597aa5dfa6da2, userId:1, cost time: 22 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+13:50:16.296 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:4a17363ef8ea45e2a0599d760bd0f37b, userId:1, cost time: 17 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+13:50:16.297 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+13:50:16.297 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20074} exit cache
+13:50:16.297 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20146} enter cache
+13:50:16.297 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:aed492ab77af44e58a672b78196f76b2, userId:1, cost time: 18 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+13:53:30.836 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:caadee67ca494a2d83b19516ba9936a4,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:53:30.839 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:741e80594f0144349b0b30e34644a529,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:53:30.839 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:0dc6d491834f4e628819f16e49f7bbc7,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:53:30.840 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:caadee67ca494a2d83b19516ba9936a4 ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727330010811,"queryTimeStart":1727193600811,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+13:53:30.841 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:741e80594f0144349b0b30e34644a529 ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727330010811,"queryTimeStart":1727193600811,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+13:53:30.842 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:0dc6d491834f4e628819f16e49f7bbc7 ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727330010811,"queryTimeStart":1727193600811,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+13:53:30.851 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+13:53:30.852 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.811(Timestamp), 2024-09-26 13:53:30.811(Timestamp)
+13:53:30.853 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_use_sql = TRUE) table_count
+13:53:30.853 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.811(Timestamp), 2024-09-26 13:53:30.811(Timestamp)
+13:53:30.854 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+13:53:30.854 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+13:53:30.855 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.811(Timestamp), 2024-09-26 13:53:30.811(Timestamp)
+13:53:30.856 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+13:53:30.856 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_derivative = TRUE) table_count
+13:53:30.856 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_use_sql = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+13:53:30.856 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.811(Timestamp), 2024-09-26 13:53:30.811(Timestamp)
+13:53:30.856 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.811(Timestamp), 2024-09-26 13:53:30.811(Timestamp)
+13:53:30.857 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+13:53:30.857 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+13:53:30.857 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_derivative = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+13:53:30.857 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:741e80594f0144349b0b30e34644a529, userId:1, cost time: 16 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+13:53:30.857 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.811(Timestamp), 2024-09-26 13:53:30.811(Timestamp)
+13:53:30.858 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+13:53:30.858 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:caadee67ca494a2d83b19516ba9936a4, userId:1, cost time: 18 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+13:53:30.860 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+13:53:30.860 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:0dc6d491834f4e628819f16e49f7bbc7, userId:1, cost time: 18 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+13:56:35.769 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:8201e67946324eb1bd30e6b9e1498be3,/Riskmanage/v3/interface/getInterfaceList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:56:35.773 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:8201e67946324eb1bd30e6b9e1498be3 ###, request args: {param:{"pageNum":1,"pageSize":10}},, userId:1 ===>>
+13:56:35.783 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_field_interface WHERE (status <> ?)
+13:56:35.784 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList_COUNT - ==> Parameters: -1(Integer)
+13:56:35.786 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList_COUNT - <== Total: 1
+13:56:35.786 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20147} enter cache
+13:56:35.786 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC LIMIT 10
+13:56:35.786 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+13:56:35.788 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+13:56:35.788 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20148} enter cache
+13:56:35.792 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+13:56:35.792 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+13:56:35.793 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+13:56:35.796 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+13:56:35.796 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+13:56:35.797 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+13:56:35.798 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:8201e67946324eb1bd30e6b9e1498be3, userId:1, cost time: 24 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+13:56:39.747 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:5e38bc663d8242ea9c5d408fe2323323,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:56:39.749 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:5e38bc663d8242ea9c5d408fe2323323 ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727330199725,"queryTimeStart":1727193600725,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+13:56:39.749 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:469526db0f804a7685011455be96c5bd,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:56:39.750 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:9e8f302f3d5e4f7a9e4a8c7aaa6b0c6c,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+13:56:39.751 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:469526db0f804a7685011455be96c5bd ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727330199725,"queryTimeStart":1727193600725,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+13:56:39.751 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:9e8f302f3d5e4f7a9e4a8c7aaa6b0c6c ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727330199725,"queryTimeStart":1727193600725,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+13:56:39.760 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_use_sql = TRUE) table_count
+13:56:39.761 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.725(Timestamp), 2024-09-26 13:56:39.725(Timestamp)
+13:56:39.762 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+13:56:39.763 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.725(Timestamp), 2024-09-26 13:56:39.725(Timestamp)
+13:56:39.763 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+13:56:39.763 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20149} enter cache
+13:56:39.763 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_use_sql = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+13:56:39.764 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_derivative = TRUE) table_count
+13:56:39.764 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.725(Timestamp), 2024-09-26 13:56:39.725(Timestamp)
+13:56:39.764 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.725(Timestamp), 2024-09-26 13:56:39.725(Timestamp)
+13:56:39.764 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+13:56:39.765 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+13:56:39.765 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.725(Timestamp), 2024-09-26 13:56:39.725(Timestamp)
+13:56:39.765 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+13:56:39.765 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20123} exit cache
+13:56:39.765 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20151} enter cache
+13:56:39.766 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_derivative = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+13:56:39.766 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.725(Timestamp), 2024-09-26 13:56:39.725(Timestamp)
+13:56:39.767 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+13:56:39.767 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20150} enter cache
+13:56:39.767 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:5e38bc663d8242ea9c5d408fe2323323, userId:1, cost time: 18 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+13:56:39.767 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+13:56:39.767 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:469526db0f804a7685011455be96c5bd, userId:1, cost time: 16 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+13:56:39.768 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+13:56:39.768 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20124} exit cache
+13:56:39.768 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20152} enter cache
+13:56:39.768 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:9e8f302f3d5e4f7a9e4a8c7aaa6b0c6c, userId:1, cost time: 17 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+14:02:14.262 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:99a9e9da72984bc995d309e4d54f0421,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:02:14.276 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:99a9e9da72984bc995d309e4d54f0421 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"5"}},, userId:1 ===>>
+14:02:14.292 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:02:14.293 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 5(String), 5(String)
+14:02:14.296 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:02:14.297 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20128} exit cache
+14:02:14.297 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20153} enter cache
+14:02:14.297 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and f.field_typeid = ? and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ? ORDER BY f.created DESC LIMIT 10
+14:02:14.297 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long), 5(String), 5(String)
+14:02:14.299 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:02:14.299 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20129} exit cache
+14:02:14.299 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20154} enter cache
+14:02:14.300 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:99a9e9da72984bc995d309e4d54f0421, userId:1, cost time: 24 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:02:14.685 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:5e99ca5b653e485cb44deccfccc3f823,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:02:14.689 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:5e99ca5b653e485cb44deccfccc3f823 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:02:14.702 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:02:14.703 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:02:14.704 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:02:14.704 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20130} exit cache
+14:02:14.704 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20155} enter cache
+14:02:14.704 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:02:14.705 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:02:14.707 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:02:14.707 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20131} exit cache
+14:02:14.707 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20156} enter cache
+14:02:14.707 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:5e99ca5b653e485cb44deccfccc3f823, userId:1, cost time: 19 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:02:19.973 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:5e8f53d570a14062bcc2fd183f692dea,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:02:19.974 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:5e8f53d570a14062bcc2fd183f692dea ###, request args: {param:{"type":3}},, userId:1 ===>>
+14:02:19.978 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+14:02:19.979 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 3(Integer)
+14:02:19.980 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+14:02:19.981 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:5e8f53d570a14062bcc2fd183f692dea, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"yanshen","id":4,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":3}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+14:02:19.993 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:8ce05d99fa924f2bad693cfc9e5bb866,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:02:19.994 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:8ce05d99fa924f2bad693cfc9e5bb866 ###, request args: {paramMap:{"fType":3,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:02:20.023 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_derivative = TRUE AND f.is_common = 1
+14:02:20.023 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:02:20.029 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:02:20.029 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20126} exit cache
+14:02:20.031 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20157} enter cache
+14:02:20.031 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_derivative = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:02:20.031 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:02:20.034 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:02:20.034 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20127} exit cache
+14:02:20.035 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20158} enter cache
+14:02:20.035 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:8ce05d99fa924f2bad693cfc9e5bb866, userId:1, cost time: 41 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717556298000,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","nickName":"超级管理员","page":0,"rows":0,"sourceType":3,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:02:30.411 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:acbb7bef4c60474f8429454caa997d70,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:02:30.413 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:acbb7bef4c60474f8429454caa997d70 ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727330550389,"queryTimeStart":1727193600389,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+14:02:30.415 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:fd1bd86aa7b14941be6b9ec6eae4b1c5,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:02:30.416 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:1d5306c6f85b43dca2058d03afb5aadd,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:02:30.419 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:fd1bd86aa7b14941be6b9ec6eae4b1c5 ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727330550389,"queryTimeStart":1727193600389,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+14:02:30.419 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:1d5306c6f85b43dca2058d03afb5aadd ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727330550389,"queryTimeStart":1727193600389,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+14:02:30.425 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_use_sql = TRUE) table_count
+14:02:30.426 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.389(Timestamp), 2024-09-26 14:02:30.389(Timestamp)
+14:02:30.427 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+14:02:30.428 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_use_sql = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+14:02:30.428 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.389(Timestamp), 2024-09-26 14:02:30.389(Timestamp)
+14:02:30.430 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_derivative = TRUE) table_count
+14:02:30.430 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.389(Timestamp), 2024-09-26 14:02:30.389(Timestamp)
+14:02:30.431 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+14:02:30.431 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+14:02:30.431 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.389(Timestamp), 2024-09-26 14:02:30.389(Timestamp)
+14:02:30.431 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:acbb7bef4c60474f8429454caa997d70, userId:1, cost time: 18 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+14:02:30.432 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+14:02:30.432 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+14:02:30.432 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20075} exit cache
+14:02:30.432 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20160} enter cache
+14:02:30.433 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20159} enter cache
+14:02:30.433 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+14:02:30.433 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_derivative = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+14:02:30.433 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.389(Timestamp), 2024-09-26 14:02:30.389(Timestamp)
+14:02:30.433 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.389(Timestamp), 2024-09-26 14:02:30.389(Timestamp)
+14:02:30.435 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+14:02:30.435 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20161} enter cache
+14:02:30.435 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:1d5306c6f85b43dca2058d03afb5aadd, userId:1, cost time: 16 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+14:02:30.436 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+14:02:30.436 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20076} exit cache
+14:02:30.436 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20162} enter cache
+14:02:30.436 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:fd1bd86aa7b14941be6b9ec6eae4b1c5, userId:1, cost time: 17 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+14:04:40.774 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:fceec8738ccd4233a11e21c21ef4b20d,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:04:40.777 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:42f3c41616144ba2bcd36383c91c1fb0,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:04:40.777 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:b1e30014bd384025b03c1fa07459a997,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:04:40.777 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:fceec8738ccd4233a11e21c21ef4b20d ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727330680752,"queryTimeStart":1727193600752,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+14:04:40.779 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:b1e30014bd384025b03c1fa07459a997 ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727330680752,"queryTimeStart":1727193600752,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+14:04:40.781 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:42f3c41616144ba2bcd36383c91c1fb0 ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727330680752,"queryTimeStart":1727193600752,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+14:04:40.793 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_derivative = TRUE) table_count
+14:04:40.794 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.752(Timestamp), 2024-09-26 14:04:40.752(Timestamp)
+14:04:40.795 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_use_sql = TRUE) table_count
+14:04:40.796 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.752(Timestamp), 2024-09-26 14:04:40.752(Timestamp)
+14:04:40.796 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+14:04:40.796 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_derivative = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+14:04:40.796 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.752(Timestamp), 2024-09-26 14:04:40.752(Timestamp)
+14:04:40.796 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+14:04:40.797 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+14:04:40.797 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_use_sql = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+14:04:40.797 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.752(Timestamp), 2024-09-26 14:04:40.752(Timestamp)
+14:04:40.797 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.752(Timestamp), 2024-09-26 14:04:40.752(Timestamp)
+14:04:40.798 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+14:04:40.798 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+14:04:40.798 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20132} exit cache
+14:04:40.798 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20163} enter cache
+14:04:40.798 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:42f3c41616144ba2bcd36383c91c1fb0, userId:1, cost time: 17 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+14:04:40.798 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+14:04:40.799 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.752(Timestamp), 2024-09-26 14:04:40.752(Timestamp)
+14:04:40.799 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+14:04:40.799 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:fceec8738ccd4233a11e21c21ef4b20d, userId:1, cost time: 22 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+14:04:40.800 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+14:04:40.800 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20133} exit cache
+14:04:40.800 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20164} enter cache
+14:04:40.801 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:b1e30014bd384025b03c1fa07459a997, userId:1, cost time: 21 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+14:04:59.253 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:ae8dfe805efe4d5c8f1dafef6f980a13,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:04:59.256 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:ae8dfe805efe4d5c8f1dafef6f980a13 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:04:59.267 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:04:59.268 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:04:59.270 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:04:59.270 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:04:59.271 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:04:59.273 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:04:59.274 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:ae8dfe805efe4d5c8f1dafef6f980a13, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:04:59.834 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:f298684971f5428086836fc7a931c945,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:04:59.836 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:f298684971f5428086836fc7a931c945 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"5"}},, userId:1 ===>>
+14:04:59.845 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:04:59.846 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 5(String), 5(String)
+14:04:59.848 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:04:59.849 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and f.field_typeid = ? and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ? ORDER BY f.created DESC LIMIT 10
+14:04:59.849 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long), 5(String), 5(String)
+14:04:59.851 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:04:59.852 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:f298684971f5428086836fc7a931c945, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:00.955 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:5d4f48ca92e141fa88d492f712ca0dd3,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:00.956 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:5d4f48ca92e141fa88d492f712ca0dd3 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"5"}},, userId:1 ===>>
+14:05:00.962 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:05:00.963 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 5(String), 5(String)
+14:05:00.964 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:00.964 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and f.field_typeid = ? and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ? ORDER BY f.created DESC LIMIT 10
+14:05:00.964 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long), 5(String), 5(String)
+14:05:00.966 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:00.967 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:5d4f48ca92e141fa88d492f712ca0dd3, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:01.253 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:40323c1ec6f541d99a3b5f03fa0ba43f,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:01.256 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:40323c1ec6f541d99a3b5f03fa0ba43f ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"5"}},, userId:1 ===>>
+14:05:01.265 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:05:01.265 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 5(String), 5(String)
+14:05:01.267 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:01.268 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and f.field_typeid = ? and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ? ORDER BY f.created DESC LIMIT 10
+14:05:01.268 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long), 5(String), 5(String)
+14:05:01.270 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:01.271 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:40323c1ec6f541d99a3b5f03fa0ba43f, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:03.618 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree, ### traceId:c1161aaf91c34e198b58afceabdca61b,/Riskmanage/v2/datamanage/field/updateTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:03.623 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateTree method, ### traceId:c1161aaf91c34e198b58afceabdca61b ###, request args: {param:{"fieldType":"aaa","id":5,"status":-1}},, userId:1 ===>>
+14:05:03.631 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - ==> Preparing: update t_field_type set field_type = ? where id = ?
+14:05:03.632 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - ==> Parameters: aaa(String), 5(Long)
+14:05:03.634 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - <== Updates: 1
+14:05:03.634 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20134} exit cache
+14:05:03.635 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20165} enter cache
+14:05:03.641 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - ==> Preparing: update t_field_type_user_rel set user_id = ?, created = now() ,status = ? where organ_id =? and field_typeid = ?
+14:05:03.642 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - ==> Parameters: 1(Long), -1(Integer), 1(Long), 5(Long)
+14:05:03.648 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - <== Updates: 1
+14:05:03.649 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20135} exit cache
+14:05:03.649 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20166} enter cache
+14:05:03.654 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:05:03.656 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldTree(String), 修改字段映射或数据管理目录(String), 1(Long), 1(Long), updateTree(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)(String), 127.0.0.1(String), 2024-09-26 14:05:03.624(Timestamp), 2024-09-26 14:05:03.65(Timestamp)
+14:05:03.659 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:05:03.660 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20136} exit cache
+14:05:03.660 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20167} enter cache
+14:05:03.660 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateTree method,### traceId:c1161aaf91c34e198b58afceabdca61b, userId:1, cost time: 37 ms ###, returnResult:{"error":"00000000","status":"1"} <<====
+14:05:03.680 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:4218554844c740f9a04448eb97c6f72e,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:03.682 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:4218554844c740f9a04448eb97c6f72e ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:03.689 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:03.690 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:03.691 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:03.691 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:03.691 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:03.693 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:03.693 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:4218554844c740f9a04448eb97c6f72e, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:08.924 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:66b9185a009b48868d78ff87c7f3cf19,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:08.927 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:66b9185a009b48868d78ff87c7f3cf19 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:08.938 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:08.938 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:08.940 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:08.940 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:08.940 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:08.942 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:08.943 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:66b9185a009b48868d78ff87c7f3cf19, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:15.689 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:5de2054d4c904a2693c34175eb545a0f,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:15.691 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:5de2054d4c904a2693c34175eb545a0f ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:15.702 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:15.702 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:15.705 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:15.705 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:15.705 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:15.707 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:15.708 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:5de2054d4c904a2693c34175eb545a0f, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:16.487 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:8353cf10b1034053900327e20f1dcc83,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:16.489 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:8353cf10b1034053900327e20f1dcc83 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:16.498 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:16.499 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:16.500 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:16.501 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:16.501 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:16.503 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:16.504 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:8353cf10b1034053900327e20f1dcc83, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:19.635 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree, ### traceId:d488565aa8924cababcf88fd3db347cd,/Riskmanage/v2/datamanage/field/updateTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:19.637 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateTree method, ### traceId:d488565aa8924cababcf88fd3db347cd ###, request args: {param:{"fieldType":"通用字段","id":99999999,"status":-1}},, userId:1 ===>>
+14:05:19.640 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - ==> Preparing: update t_field_type set field_type = ? where id = ?
+14:05:19.641 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - ==> Parameters: 通用字段(String), 99999999(Long)
+14:05:19.643 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - <== Updates: 0
+14:05:19.646 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - ==> Preparing: update t_field_type_user_rel set user_id = ?, created = now() ,status = ? where organ_id =? and field_typeid = ?
+14:05:19.647 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - ==> Parameters: 1(Long), -1(Integer), 1(Long), 99999999(Long)
+14:05:19.648 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - <== Updates: 0
+14:05:19.652 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:05:19.652 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldTree(String), 修改字段映射或数据管理目录(String), 1(Long), 1(Long), updateTree(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)(String), 127.0.0.1(String), 2024-09-26 14:05:19.637(Timestamp), 2024-09-26 14:05:19.648(Timestamp)
+14:05:19.654 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:05:19.655 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateTree method,### traceId:d488565aa8924cababcf88fd3db347cd, userId:1, cost time: 18 ms ###, returnResult:{"error":"00000000","status":"1"} <<====
+14:05:19.672 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:3dea071c51a94277989127cec3e23835,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:19.675 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:3dea071c51a94277989127cec3e23835 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:19.683 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:19.684 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:19.686 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:19.686 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:19.687 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:19.688 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:19.689 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:3dea071c51a94277989127cec3e23835, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:33.335 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/addTree, ### traceId:457c873e8b7a4e59958d8a0dbb3dac09,/Riskmanage/v2/datamanage/field/addTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:33.341 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/addTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.addTree method, ### traceId:457c873e8b7a4e59958d8a0dbb3dac09 ###, request args: {paramMap:{"parentId":"0","fieldType":"通用字段","type":5}},, userId:1 ===>>
+14:05:33.347 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.createFieldType - ==> Preparing: insert into t_field_type ( field_type, parent_id, is_common ,type) values ( ?, ?, ? ,?)
+14:05:33.353 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.createFieldType - ==> Parameters: 通用字段(String), 0(Integer), 1(Integer), 5(Integer)
+14:05:33.361 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.createFieldType - <== Updates: 1
+14:05:33.361 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20137} exit cache
+14:05:33.362 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20168} enter cache
+14:05:33.370 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.createFieldTypeUserRel - ==> Preparing: insert into t_field_type_user_rel ( field_typeid, organ_id, engine_id, user_id, created ) values ( ?, ?, ?, ?, now() )
+14:05:33.377 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.createFieldTypeUserRel - ==> Parameters: 7(Long), 1(Long), null, 1(Long)
+14:05:33.380 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.createFieldTypeUserRel - <== Updates: 1
+14:05:33.383 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20138} exit cache
+14:05:33.383 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20169} enter cache
+14:05:33.391 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:05:33.391 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: saveFieldTree(String), 保存字段映射或数据管理目录(String), 1(Long), 1(Long), addTree(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/addTree(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@843524de, status=1, error=00000000, msg=null, data={parentId=0, fieldType=通用字段, type=5, userId=1, organId=1, engineId=null, isCommon=1, fieldTypeId=7, id=7, result=1})(String), 127.0.0.1(String), 2024-09-26 14:05:33.342(Timestamp), 2024-09-26 14:05:33.383(Timestamp)
+14:05:33.394 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:05:33.395 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.addTree method,### traceId:457c873e8b7a4e59958d8a0dbb3dac09, userId:1, cost time: 55 ms ###, returnResult:{"data":{"parentId":"0","fieldType":"通用字段","type":5,"userId":1,"organId":1,"isCommon":1,"fieldTypeId":7,"id":7,"result":1},"error":"00000000","status":"1"} <<====
+14:05:39.633 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:454e0db102cb47c6b999e3e073e28db1,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:39.633 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:d02d0cbc29b24e56a0a8acf45b66c62b,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:39.635 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:d02d0cbc29b24e56a0a8acf45b66c62b ###, request args: {param:{"type":5}},, userId:1 ===>>
+14:05:39.635 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:454e0db102cb47c6b999e3e073e28db1 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+14:05:39.638 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+14:05:39.638 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+14:05:39.639 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+14:05:39.639 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+14:05:39.639 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+14:05:39.640 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:d02d0cbc29b24e56a0a8acf45b66c62b, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"通用字段","id":7,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+14:05:39.641 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+14:05:39.641 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20170} enter cache
+14:05:39.642 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:454e0db102cb47c6b999e3e073e28db1, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"b94e8ac5-359b-46b0-a993-14c62e6b17d6","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"c5e3fe7b-7102-4380-881a-81bcebfc1c4c","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"bfdddb9a-a5f3-4f8e-ad65-fa37333836bf","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+14:05:39.654 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:b9fbb1d4209b4deaa132cb4c1b529259,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:39.655 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:b9fbb1d4209b4deaa132cb4c1b529259 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:39.659 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:39.659 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:39.660 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:39.660 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20171} enter cache
+14:05:39.660 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:39.660 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:39.661 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:39.661 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20172} enter cache
+14:05:39.661 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:b9fbb1d4209b4deaa132cb4c1b529259, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:40.731 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:4d3b713683f54e4a9ecfe6ec35db4e25,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:40.733 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:4d3b713683f54e4a9ecfe6ec35db4e25 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"7"}},, userId:1 ===>>
+14:05:40.742 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:05:40.743 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 7(String), 7(String)
+14:05:40.745 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:40.745 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20013} exit cache
+14:05:40.745 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20173} enter cache
+14:05:40.745 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:4d3b713683f54e4a9ecfe6ec35db4e25, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:05:42.900 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:400894b131d643ef9fd62c6111f52cb2,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:42.902 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:400894b131d643ef9fd62c6111f52cb2 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:42.908 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:42.908 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:42.909 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:42.909 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:42.910 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:42.911 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:42.911 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:400894b131d643ef9fd62c6111f52cb2, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:44.032 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:857d69cd0d8345bbaf2eccf14b036cc1,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:44.033 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:857d69cd0d8345bbaf2eccf14b036cc1 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:44.040 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:44.040 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:44.042 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:44.042 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:44.042 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:44.043 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:44.044 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:857d69cd0d8345bbaf2eccf14b036cc1, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:45.993 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:af662f1ae7554e85aaedfc5161cabef4,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:45.995 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:af662f1ae7554e85aaedfc5161cabef4 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"7"}},, userId:1 ===>>
+14:05:46.008 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:05:46.008 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 7(String), 7(String)
+14:05:46.011 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:46.011 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:af662f1ae7554e85aaedfc5161cabef4, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:05:47.527 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:2567e119196647bcbcc946cbd528e514,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:47.529 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2567e119196647bcbcc946cbd528e514 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"7"}},, userId:1 ===>>
+14:05:47.537 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:05:47.537 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 7(String), 7(String)
+14:05:47.539 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:47.540 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2567e119196647bcbcc946cbd528e514, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:05:49.483 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree, ### traceId:ac33651268ac410b8f17a91200539615,/Riskmanage/v2/datamanage/field/updateTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:49.484 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateTree method, ### traceId:ac33651268ac410b8f17a91200539615 ###, request args: {param:{"fieldType":"通用字段","id":7,"status":-1}},, userId:1 ===>>
+14:05:49.488 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - ==> Preparing: update t_field_type set field_type = ? where id = ?
+14:05:49.489 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - ==> Parameters: 通用字段(String), 7(Long)
+14:05:49.490 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - <== Updates: 1
+14:05:49.490 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20014} exit cache
+14:05:49.490 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20174} enter cache
+14:05:49.494 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - ==> Preparing: update t_field_type_user_rel set user_id = ?, created = now() ,status = ? where organ_id =? and field_typeid = ?
+14:05:49.494 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - ==> Parameters: 1(Long), -1(Integer), 1(Long), 7(Long)
+14:05:49.497 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - <== Updates: 1
+14:05:49.497 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20015} exit cache
+14:05:49.497 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20175} enter cache
+14:05:49.499 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:05:49.501 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldTree(String), 修改字段映射或数据管理目录(String), 1(Long), 1(Long), updateTree(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)(String), 127.0.0.1(String), 2024-09-26 14:05:49.485(Timestamp), 2024-09-26 14:05:49.497(Timestamp)
+14:05:49.502 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:05:49.502 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20017} exit cache
+14:05:49.502 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20176} enter cache
+14:05:49.502 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateTree method,### traceId:ac33651268ac410b8f17a91200539615, userId:1, cost time: 18 ms ###, returnResult:{"error":"00000000","status":"1"} <<====
+14:05:49.512 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:0424a2d53964457c82cfb731a20fba69,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:49.513 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:0424a2d53964457c82cfb731a20fba69 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:49.519 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:49.520 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:49.521 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:49.521 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:49.521 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:49.522 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:49.522 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:0424a2d53964457c82cfb731a20fba69, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:51.375 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:a30797dedfc340049cc8c65bcbbfff5c,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:51.375 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:a8a881fc63d842b3b6dde19b580071d4,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:51.376 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:a30797dedfc340049cc8c65bcbbfff5c ###, request args: {param:{"type":5}},, userId:1 ===>>
+14:05:51.376 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:a8a881fc63d842b3b6dde19b580071d4 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+14:05:51.380 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+14:05:51.381 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+14:05:51.381 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+14:05:51.382 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+14:05:51.382 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 0
+14:05:51.382 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20019} exit cache
+14:05:51.382 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20177} enter cache
+14:05:51.382 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:a30797dedfc340049cc8c65bcbbfff5c, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"children":[],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+14:05:51.383 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+14:05:51.383 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20139} exit cache
+14:05:51.383 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20178} enter cache
+14:05:51.384 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:a8a881fc63d842b3b6dde19b580071d4, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"6e156f22-4f29-4b90-8dde-4e59b898ba5c","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"50ea37df-2460-466b-94ae-6bb466a64631","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"a534640b-f3a4-4463-8e06-ac8548a20f06","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+14:05:51.395 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:2f15820ca54e4db0863e1933381b652f,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:51.396 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2f15820ca54e4db0863e1933381b652f ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:51.401 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:51.401 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:51.402 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:51.403 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:51.403 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:51.403 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:51.404 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2f15820ca54e4db0863e1933381b652f, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:52.626 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:333178133cc14f5ca54eb4a21783d478,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:52.628 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:333178133cc14f5ca54eb4a21783d478 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:52.643 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:52.644 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:52.646 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:52.646 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:52.646 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:52.648 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:52.649 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:333178133cc14f5ca54eb4a21783d478, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:54.013 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:9469597194d54b149cbaf4ca97ace7b1,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:54.015 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:9469597194d54b149cbaf4ca97ace7b1 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:54.024 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:54.024 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:54.026 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:54.026 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:54.026 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:54.028 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:54.029 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:9469597194d54b149cbaf4ca97ace7b1, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:54.205 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:d9bb3a27f2944a1097d82227fa651df1,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:54.207 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:d9bb3a27f2944a1097d82227fa651df1 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:54.217 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:54.218 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:54.220 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:54.220 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:54.221 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:54.223 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:54.223 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:d9bb3a27f2944a1097d82227fa651df1, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:54.982 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:cf99d947eb7549a689916a9e27110c02,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:54.983 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:cf99d947eb7549a689916a9e27110c02 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:54.989 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:54.989 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:54.990 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:54.990 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:54.990 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:54.992 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:54.992 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:cf99d947eb7549a689916a9e27110c02, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:55.173 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:ff57d8f354344b17a95ba6cd230d6af8,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:55.175 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:ff57d8f354344b17a95ba6cd230d6af8 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:55.182 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:55.182 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:55.184 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:55.184 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:55.184 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:55.186 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:55.186 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:ff57d8f354344b17a95ba6cd230d6af8, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:05:57.227 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:12a98da8f495448ca20c3b948296f1f8,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:05:57.229 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:12a98da8f495448ca20c3b948296f1f8 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:05:57.237 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:05:57.237 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:05:57.239 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:05:57.240 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:05:57.240 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:05:57.242 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:05:57.242 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:12a98da8f495448ca20c3b948296f1f8, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:06:00.064 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree, ### traceId:370ad11d599249458eb6e6ff3f72d135,/Riskmanage/v2/datamanage/field/updateTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:06:00.067 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateTree method, ### traceId:370ad11d599249458eb6e6ff3f72d135 ###, request args: {param:{"fieldType":"通用字段","id":99999999,"status":-1}},, userId:1 ===>>
+14:06:00.072 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - ==> Preparing: update t_field_type set field_type = ? where id = ?
+14:06:00.072 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - ==> Parameters: 通用字段(String), 99999999(Long)
+14:06:00.074 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.updateFieldType - <== Updates: 0
+14:06:00.077 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - ==> Preparing: update t_field_type_user_rel set user_id = ?, created = now() ,status = ? where organ_id =? and field_typeid = ?
+14:06:00.078 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - ==> Parameters: 1(Long), -1(Integer), 1(Long), 99999999(Long)
+14:06:00.079 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.updateFieldTypeUserRel - <== Updates: 0
+14:06:00.083 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:06:00.084 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldTree(String), 修改字段映射或数据管理目录(String), 1(Long), 1(Long), updateTree(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)(String), 127.0.0.1(String), 2024-09-26 14:06:00.067(Timestamp), 2024-09-26 14:06:00.079(Timestamp)
+14:06:00.087 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:06:00.088 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateTree method,### traceId:370ad11d599249458eb6e6ff3f72d135, userId:1, cost time: 21 ms ###, returnResult:{"error":"00000000","status":"1"} <<====
+14:06:00.110 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:eb3820e38a3048b284e5d5b3baefbee6,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:06:00.112 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:eb3820e38a3048b284e5d5b3baefbee6 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:06:00.117 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:06:00.117 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:06:00.118 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:06:00.118 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:06:00.118 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:06:00.120 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:06:00.120 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:eb3820e38a3048b284e5d5b3baefbee6, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:06:02.591 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:ee344f9e5a0a43be9b35e33049ad6609,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:06:02.592 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:fa76cd5955d14ab0b6b9ad5ffbf85107,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:06:02.593 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:ee344f9e5a0a43be9b35e33049ad6609 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+14:06:02.593 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:fa76cd5955d14ab0b6b9ad5ffbf85107 ###, request args: {param:{"type":5}},, userId:1 ===>>
+14:06:02.595 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+14:06:02.595 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+14:06:02.596 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+14:06:02.596 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+14:06:02.596 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 0
+14:06:02.596 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:fa76cd5955d14ab0b6b9ad5ffbf85107, userId:1, cost time: 3 ms ###, returnResult:{"data":[{"children":[],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+14:06:02.596 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+14:06:02.597 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:ee344f9e5a0a43be9b35e33049ad6609, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"3f60e1e4-c50a-4748-92e7-c05aa643984a","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"cfa28631-d245-48cc-9793-575e4b7dd3d7","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"41ada403-8101-4c2c-9f4f-726374900784","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+14:06:02.606 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:5c5924d7255542679225652bf620f17f,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:06:02.608 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:5c5924d7255542679225652bf620f17f ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:06:02.611 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:06:02.611 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:06:02.612 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:06:02.612 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:06:02.612 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:06:02.613 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:06:02.613 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:5c5924d7255542679225652bf620f17f, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:11:03.236 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:51a0192d05a141599cd66a2bdfb6cf3e,/Riskmanage/v2/datamanage/field/updateStatus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:03.246 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:51a0192d05a141599cd66a2bdfb6cf3e ###, request args: {param:{"status":1,"ids":"9","fieldTypeId":99999999}},, userId:1 ===>>
+14:11:03.261 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+14:11:03.262 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 9(String)
+14:11:03.268 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+14:11:03.268 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20140} exit cache
+14:11:03.268 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20179} enter cache
+14:11:03.270 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+14:11:03.271 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 9(Long)
+14:11:03.281 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+14:11:03.281 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20151} exit cache
+14:11:03.281 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20180} enter cache
+14:11:03.285 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Preparing: update t_field_user_rel set status=? where organ_id = ( select organ_id from t_user where user_id = ? ) and engine_id is null and field_id in ( ? )
+14:11:03.285 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Parameters: 1(Integer), 1(Long), 9(Long)
+14:11:03.287 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - <== Updates: 1
+14:11:03.287 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20152} exit cache
+14:11:03.287 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20181} enter cache
+14:11:03.293 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:11:03.296 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c7a, status=1, error=00000000, msg=null, data={status=1, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})(String), 127.0.0.1(String), 2024-09-26 14:11:03.246(Timestamp), 2024-09-26 14:11:03.288(Timestamp)
+14:11:03.300 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:11:03.306 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:51a0192d05a141599cd66a2bdfb6cf3e, userId:1, cost time: 61 ms ###, returnResult:{"data":{"status":1,"ids":"9","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[9],"fieldId":9,"fieldIds":[9],"fieldList":[],"listDbList":[],"ruleList":[],"scorecardList":[],"beUsed":false,"result":true},"error":"00000000","status":"1"} <<====
+14:11:03.307 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+14:11:03.340 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:77d94c4a087a4a7d8af985092acc9e7b,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:03.340 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:148bce88ccea4882a178d8664c5035d2,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:03.346 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:77d94c4a087a4a7d8af985092acc9e7b ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:11:03.348 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:148bce88ccea4882a178d8664c5035d2 ###, request args: {paramMap:{}},, userId:1 ===>>
+14:11:03.350 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+14:11:03.350 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+14:11:03.353 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:11:03.353 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:11:03.353 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 10
+14:11:03.353 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20157} exit cache
+14:11:03.353 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20182} enter cache
+14:11:03.353 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:148bce88ccea4882a178d8664c5035d2, userId:1, cost time: 5 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldRelId":9,"fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+14:11:03.354 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:11:03.355 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:11:03.355 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:11:03.357 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:11:03.358 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:77d94c4a087a4a7d8af985092acc9e7b, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:11:06.230 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:be9a48a13df04da6a5e3e56c27a38d93,/Riskmanage/v2/datamanage/field/updateStatus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:06.232 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:be9a48a13df04da6a5e3e56c27a38d93 ###, request args: {param:{"status":0,"ids":"9","fieldTypeId":99999999}},, userId:1 ===>>
+14:11:06.238 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+14:11:06.239 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 9(String)
+14:11:06.241 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+14:11:06.241 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20034} exit cache
+14:11:06.242 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20183} enter cache
+14:11:06.245 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+14:11:06.246 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 9(Long)
+14:11:06.247 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+14:11:06.247 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20006} exit cache
+14:11:06.247 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20184} enter cache
+14:11:06.251 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Preparing: update t_field_user_rel set status=? where organ_id = ( select organ_id from t_user where user_id = ? ) and field_id in ( ? )
+14:11:06.251 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Parameters: 0(Integer), 1(Long), 9(Long)
+14:11:06.253 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - <== Updates: 1
+14:11:06.254 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20119} exit cache
+14:11:06.254 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20185} enter cache
+14:11:06.257 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:11:06.258 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c79, status=1, error=00000000, msg=null, data={status=0, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})(String), 127.0.0.1(String), 2024-09-26 14:11:06.232(Timestamp), 2024-09-26 14:11:06.254(Timestamp)
+14:11:06.259 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:11:06.261 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+14:11:06.261 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:be9a48a13df04da6a5e3e56c27a38d93, userId:1, cost time: 29 ms ###, returnResult:{"data":{"status":0,"ids":"9","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[9],"fieldId":9,"fieldIds":[9],"fieldList":[],"listDbList":[],"ruleList":[],"scorecardList":[],"beUsed":false,"result":true},"error":"00000000","status":"1"} <<====
+14:11:06.287 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:49cad3b16f514603a04b0d11befd58b9,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:06.288 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:f6f22a03139b4b2da08b2017fa4161e6,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:06.289 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:49cad3b16f514603a04b0d11befd58b9 ###, request args: {paramMap:{}},, userId:1 ===>>
+14:11:06.289 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:f6f22a03139b4b2da08b2017fa4161e6 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:11:06.293 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+14:11:06.293 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+14:11:06.295 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:11:06.295 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:11:06.296 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 9
+14:11:06.296 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:11:06.296 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20142} exit cache
+14:11:06.296 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20186} enter cache
+14:11:06.296 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:11:06.296 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:11:06.296 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:49cad3b16f514603a04b0d11befd58b9, userId:1, cost time: 7 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+14:11:06.297 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:11:06.297 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:f6f22a03139b4b2da08b2017fa4161e6, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:11:09.197 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:d9a63e6c60d84bc7abb61a5d8cf041ee,/Riskmanage/v2/datamanage/field/updateStatus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:09.199 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:d9a63e6c60d84bc7abb61a5d8cf041ee ###, request args: {param:{"status":1,"ids":"9","fieldTypeId":99999999}},, userId:1 ===>>
+14:11:09.205 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+14:11:09.206 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 9(String)
+14:11:09.208 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+14:11:09.212 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+14:11:09.212 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 9(Long)
+14:11:09.214 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+14:11:09.217 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Preparing: update t_field_user_rel set status=? where organ_id = ( select organ_id from t_user where user_id = ? ) and engine_id is null and field_id in ( ? )
+14:11:09.218 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Parameters: 1(Integer), 1(Long), 9(Long)
+14:11:09.221 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - <== Updates: 1
+14:11:09.226 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:11:09.227 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c7a, status=1, error=00000000, msg=null, data={status=1, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})(String), 127.0.0.1(String), 2024-09-26 14:11:09.2(Timestamp), 2024-09-26 14:11:09.221(Timestamp)
+14:11:09.230 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:11:09.231 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+14:11:09.231 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:d9a63e6c60d84bc7abb61a5d8cf041ee, userId:1, cost time: 32 ms ###, returnResult:{"data":{"status":1,"ids":"9","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[9],"fieldId":9,"fieldIds":[9],"fieldList":[],"listDbList":[],"ruleList":[],"scorecardList":[],"beUsed":false,"result":true},"error":"00000000","status":"1"} <<====
+14:11:09.258 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:24ff495d54f24cd4b0297fb0b13743c8,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:09.258 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:dc21a707bed340748dd6fae4d884550c,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:09.261 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:dc21a707bed340748dd6fae4d884550c ###, request args: {paramMap:{}},, userId:1 ===>>
+14:11:09.261 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:24ff495d54f24cd4b0297fb0b13743c8 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:11:09.266 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+14:11:09.267 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+14:11:09.269 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:11:09.269 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:11:09.270 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:11:09.270 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 10
+14:11:09.270 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:11:09.270 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:11:09.270 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:dc21a707bed340748dd6fae4d884550c, userId:1, cost time: 9 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldRelId":9,"fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+14:11:09.271 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:11:09.271 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:24ff495d54f24cd4b0297fb0b13743c8, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:11:11.208 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:bc72dd05534143f69bcea248217204d1,/Riskmanage/v2/datamanage/field/updateStatus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:11.211 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:bc72dd05534143f69bcea248217204d1 ###, request args: {param:{"status":0,"ids":"9","fieldTypeId":99999999}},, userId:1 ===>>
+14:11:11.216 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+14:11:11.217 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 9(String)
+14:11:11.219 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+14:11:11.223 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+14:11:11.223 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 9(Long)
+14:11:11.224 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+14:11:11.228 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Preparing: update t_field_user_rel set status=? where organ_id = ( select organ_id from t_user where user_id = ? ) and field_id in ( ? )
+14:11:11.229 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Parameters: 0(Integer), 1(Long), 9(Long)
+14:11:11.232 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - <== Updates: 1
+14:11:11.235 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:11:11.236 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c79, status=1, error=00000000, msg=null, data={status=0, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})(String), 127.0.0.1(String), 2024-09-26 14:11:11.211(Timestamp), 2024-09-26 14:11:11.232(Timestamp)
+14:11:11.238 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:11:11.240 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+14:11:11.241 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:bc72dd05534143f69bcea248217204d1, userId:1, cost time: 29 ms ###, returnResult:{"data":{"status":0,"ids":"9","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[9],"fieldId":9,"fieldIds":[9],"fieldList":[],"listDbList":[],"ruleList":[],"scorecardList":[],"beUsed":false,"result":true},"error":"00000000","status":"1"} <<====
+14:11:11.266 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:22f0057d46d2406fb328f03f1d029b00,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:11.266 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:345ca6dfe1ec4f179685d19a61829994,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:11.268 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:22f0057d46d2406fb328f03f1d029b00 ###, request args: {paramMap:{}},, userId:1 ===>>
+14:11:11.268 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:345ca6dfe1ec4f179685d19a61829994 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:11:11.273 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+14:11:11.273 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+14:11:11.274 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:11:11.274 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:11:11.275 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:11:11.275 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:11:11.275 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:11:11.275 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 9
+14:11:11.275 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:22f0057d46d2406fb328f03f1d029b00, userId:1, cost time: 7 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+14:11:11.276 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:11:11.277 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:345ca6dfe1ec4f179685d19a61829994, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:11:32.562 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:2b0840600196472b92d0250442b5ed8e,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:32.564 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:2b0840600196472b92d0250442b5ed8e ###, request args: {param:{"type":5}},, userId:1 ===>>
+14:11:32.574 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+14:11:32.574 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+14:11:32.575 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 0
+14:11:32.576 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:2b0840600196472b92d0250442b5ed8e, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"children":[],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+14:11:32.587 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:dfb75d819f18409c947b2a5233c02506,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:32.588 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:dfb75d819f18409c947b2a5233c02506 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:11:32.592 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:11:32.592 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:11:32.593 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:11:32.593 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:11:32.593 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:11:32.594 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:11:32.595 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:dfb75d819f18409c947b2a5233c02506, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:11:37.186 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:51cc4dfb39fe42f588e13b76255eeeb6,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:37.186 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:51cc4dfb39fe42f588e13b76255eeeb6 ###, request args: {param:{"type":5}},, userId:1 ===>>
+14:11:37.188 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+14:11:37.188 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+14:11:37.189 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 0
+14:11:37.189 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:51cc4dfb39fe42f588e13b76255eeeb6, userId:1, cost time: 3 ms ###, returnResult:{"data":[{"children":[],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+14:11:37.200 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:c2793d78dd074793bacb5c38138dce0c,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:11:37.201 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:c2793d78dd074793bacb5c38138dce0c ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:11:37.204 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:11:37.204 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:11:37.205 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:11:37.205 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:11:37.205 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:11:37.206 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:11:37.206 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:c2793d78dd074793bacb5c38138dce0c, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:12:17.542 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:664e04c721b24972b8574df2a5ea36a3,/Riskmanage/DataX/statistics/getFieldCallCountList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:12:17.542 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:3e801aa4d53b491698fc6794d22a4a88,/Riskmanage/DataX/home/getIndexInfo, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:12:17.544 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:3e801aa4d53b491698fc6794d22a4a88 ###, request args: null, userId:1 ===>>
+14:12:17.544 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:664e04c721b24972b8574df2a5ea36a3 ###, request args: {param:{}},, userId:1 ===>>
+14:12:17.551 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+14:12:17.551 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+14:12:17.554 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+14:12:17.554 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+14:12:17.554 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+14:12:17.554 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20145} exit cache
+14:12:17.554 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20187} enter cache
+14:12:17.555 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:664e04c721b24972b8574df2a5ea36a3, userId:1, cost time: 10 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+14:12:17.556 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+14:12:17.556 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20158} exit cache
+14:12:17.556 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20188} enter cache
+14:12:17.564 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+14:12:17.564 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 14:12:17(String)
+14:12:17.567 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+14:12:17.567 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20141} exit cache
+14:12:17.567 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20189} enter cache
+14:12:17.567 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+14:12:17.568 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 14:12:17(String)
+14:12:17.571 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 6
+14:12:17.571 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20144} exit cache
+14:12:17.572 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20190} enter cache
+14:12:17.577 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+14:12:17.577 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+14:12:17.578 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+14:12:17.578 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20163} exit cache
+14:12:17.578 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20191} enter cache
+14:12:17.581 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+14:12:17.581 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+14:12:17.581 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+14:12:17.582 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20164} exit cache
+14:12:17.582 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20192} enter cache
+14:12:17.583 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+14:12:17.584 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+14:12:17.584 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 4
+14:12:17.585 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20153} exit cache
+14:12:17.585 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20193} enter cache
+14:12:17.586 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+14:12:17.586 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+14:12:17.587 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+14:12:17.587 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20154} exit cache
+14:12:17.587 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20194} enter cache
+14:12:17.587 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:3e801aa4d53b491698fc6794d22a4a88, userId:1, cost time: 43 ms ###, returnResult:{"data":{"fieldCount":9,"lastLoginTime":1727322125000,"databaseCount":1,"logList":[],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4}]},"error":"00000000","status":"1"} <<====
+14:12:19.056 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:8728979c411645a49022fc9bd3f1b693,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:12:19.058 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8728979c411645a49022fc9bd3f1b693 ###, request args: {param:{"type":5}},, userId:1 ===>>
+14:12:19.061 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+14:12:19.061 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+14:12:19.062 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 0
+14:12:19.062 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8728979c411645a49022fc9bd3f1b693, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"children":[],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+14:12:19.076 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:f2d23cedba064dc2ad717d21088f618e,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:12:19.077 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:f2d23cedba064dc2ad717d21088f618e ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:12:19.086 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:12:19.086 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:12:19.087 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:12:19.087 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:12:19.087 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:12:19.089 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:12:19.090 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:f2d23cedba064dc2ad717d21088f618e, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:15:31.222 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/addTree, ### traceId:56d9ef4939b345669519c2e6efa570fa,/Riskmanage/v2/datamanage/field/addTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:15:31.235 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/addTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.addTree method, ### traceId:56d9ef4939b345669519c2e6efa570fa ###, request args: {paramMap:{"parentId":"0","fieldType":"aaaa","type":5}},, userId:1 ===>>
+14:15:31.247 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.createFieldType - ==> Preparing: insert into t_field_type ( field_type, parent_id, is_common ,type) values ( ?, ?, ? ,?)
+14:15:31.248 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.createFieldType - ==> Parameters: aaaa(String), 0(Integer), 1(Integer), 5(Integer)
+14:15:31.255 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.createFieldType - <== Updates: 1
+14:15:31.258 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.createFieldTypeUserRel - ==> Preparing: insert into t_field_type_user_rel ( field_typeid, organ_id, engine_id, user_id, created ) values ( ?, ?, ?, ?, now() )
+14:15:31.258 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.createFieldTypeUserRel - ==> Parameters: 8(Long), 1(Long), null, 1(Long)
+14:15:31.260 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeUserMapper.createFieldTypeUserRel - <== Updates: 1
+14:15:31.264 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:15:31.266 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: saveFieldTree(String), 保存字段映射或数据管理目录(String), 1(Long), 1(Long), addTree(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/addTree(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@c74c0c90, status=1, error=00000000, msg=null, data={parentId=0, fieldType=aaaa, type=5, userId=1, organId=1, engineId=null, isCommon=1, fieldTypeId=8, id=8, result=1})(String), 127.0.0.1(String), 2024-09-26 14:15:31.236(Timestamp), 2024-09-26 14:15:31.261(Timestamp)
+14:15:31.268 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:15:31.269 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.addTree method,### traceId:56d9ef4939b345669519c2e6efa570fa, userId:1, cost time: 35 ms ###, returnResult:{"data":{"parentId":"0","fieldType":"aaaa","type":5,"userId":1,"organId":1,"isCommon":1,"fieldTypeId":8,"id":8,"result":1},"error":"00000000","status":"1"} <<====
+14:15:32.774 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:8b14e7e099ec429d8c9b776886a50045,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:15:32.777 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:8b14e7e099ec429d8c9b776886a50045 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+14:15:32.789 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:15:32.790 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+14:15:32.792 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:15:32.792 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20165} exit cache
+14:15:32.793 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20195} enter cache
+14:15:32.793 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:8b14e7e099ec429d8c9b776886a50045, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:15:34.006 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:6d6b34b6d7d249989457d69b4dc97fc9,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:15:34.011 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:6d6b34b6d7d249989457d69b4dc97fc9 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:15:34.022 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:15:34.022 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:15:34.024 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:15:34.025 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:15:34.025 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:15:34.027 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:15:34.028 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:6d6b34b6d7d249989457d69b4dc97fc9, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:15:36.453 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:65b61562b0c845889940e26459dc6acf,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:15:36.454 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:65b61562b0c845889940e26459dc6acf ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:15:36.463 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:15:36.463 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:15:36.466 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:15:36.466 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:15:36.466 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:15:36.468 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:15:36.468 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:65b61562b0c845889940e26459dc6acf, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:15:37.543 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:46ae4b9131d24b6fa4d2adce98ba70b8,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:15:37.544 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:46ae4b9131d24b6fa4d2adce98ba70b8 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+14:15:37.550 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:15:37.550 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+14:15:37.551 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:15:37.551 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:46ae4b9131d24b6fa4d2adce98ba70b8, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:15:39.440 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:d5270185d9e448249c71d3ba927df2c6,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:15:39.442 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:d5270185d9e448249c71d3ba927df2c6 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:15:39.447 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:15:39.448 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:15:39.448 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:15:39.449 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:15:39.449 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:15:39.450 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:15:39.450 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:d5270185d9e448249c71d3ba927df2c6, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:24:12.806 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:bf6069cf9afa4a55b3d23ba30519eb61,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:24:12.813 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:bf6069cf9afa4a55b3d23ba30519eb61 ###, request args: {param:{"type":2}},, userId:1 ===>>
+14:24:12.820 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+14:24:12.826 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 2(Integer)
+14:24:12.852 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+14:24:12.856 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:bf6069cf9afa4a55b3d23ba30519eb61, userId:1, cost time: 42 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"shujuku001","id":2,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":2}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+14:24:12.869 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:d64fa5bdbe024868b948651f1193b658,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:24:12.870 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:d64fa5bdbe024868b948651f1193b658 ###, request args: {paramMap:{"fType":2,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:24:12.874 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1
+14:24:12.874 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:24:12.876 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:24:12.876 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20166} exit cache
+14:24:12.876 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20196} enter cache
+14:24:12.876 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:24:12.876 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:24:12.878 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:24:12.878 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20178} exit cache
+14:24:12.878 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20197} enter cache
+14:24:12.879 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:d64fa5bdbe024868b948651f1193b658, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717495333000,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"nickName":"超级管理员","page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","status":"1","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:24:38.397 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:6b117587e85b4007a48dd32fe0b24d6f,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:24:38.403 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:6b117587e85b4007a48dd32fe0b24d6f ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:24:38.419 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:24:38.419 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:24:38.422 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:24:38.422 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:24:38.422 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:24:38.427 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:24:38.428 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:6b117587e85b4007a48dd32fe0b24d6f, userId:1, cost time: 25 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:24:39.012 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:657cd0bb30bc4387adfed383136c1628,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:24:39.015 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:657cd0bb30bc4387adfed383136c1628 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+14:24:39.024 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:24:39.024 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+14:24:39.027 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:24:39.027 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:657cd0bb30bc4387adfed383136c1628, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:29:11.535 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:18cabebaf73249a6912edbba76f4f6bb,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:29:11.553 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:18cabebaf73249a6912edbba76f4f6bb ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:29:11.576 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:29:11.577 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:29:11.582 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:29:11.583 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:29:11.583 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:29:11.586 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:29:11.587 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:18cabebaf73249a6912edbba76f4f6bb, userId:1, cost time: 33 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:29:12.019 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:bf208d64a44d45e2b77dfaff83830b11,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:29:12.022 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:bf208d64a44d45e2b77dfaff83830b11 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:29:12.031 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:29:12.031 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:29:12.033 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:29:12.034 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:29:12.034 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:29:12.036 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:29:12.036 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:bf208d64a44d45e2b77dfaff83830b11, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:29:12.723 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:2a82d2fbb80241f0ad574f3403e8a903,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:29:12.724 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2a82d2fbb80241f0ad574f3403e8a903 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+14:29:12.729 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+14:29:12.729 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+14:29:12.730 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:29:12.731 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2a82d2fbb80241f0ad574f3403e8a903, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:29:13.153 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:e82f0976af9f4e28ad5afc19e4a5669e,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:29:13.154 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e82f0976af9f4e28ad5afc19e4a5669e ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:29:13.160 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:29:13.160 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:29:13.161 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:29:13.161 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:29:13.161 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:29:13.163 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:29:13.163 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e82f0976af9f4e28ad5afc19e4a5669e, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:29:14.710 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:be3ac63b91ad4306bdb3140a5777e08e,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:29:14.712 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:be3ac63b91ad4306bdb3140a5777e08e ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:29:14.725 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+14:29:14.726 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:29:14.729 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:29:14.729 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:29:14.729 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:29:14.732 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+14:29:14.734 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:be3ac63b91ad4306bdb3140a5777e08e, userId:1, cost time: 23 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+14:54:53.342 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:2515e4c7b40c485dbffee8260487efae,/Riskmanage/v2/login/login, token:null ### ===>>
+14:54:53.350 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:2515e4c7b40c485dbffee8260487efae ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+14:54:53.366 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+14:54:53.367 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+14:54:53.371 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+14:54:53.372 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20179} exit cache
+14:54:53.372 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20198} enter cache
+14:54:53.395 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+14:54:53.396 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e5faee51, status=1, error=00000000, msg=null, data={token=9c0df0b0fba140948e485c3d6d48e5d6})(String), 127.0.0.1(String), 2024-09-26 14:54:53.351(Timestamp), 2024-09-26 14:54:53.392(Timestamp)
+14:54:53.401 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+14:54:53.402 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20180} exit cache
+14:54:53.402 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20199} enter cache
+14:54:53.402 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:2515e4c7b40c485dbffee8260487efae, userId:0, cost time: 52 ms ###, returnResult:{"data":{"token":"9c0df0b0fba140948e485c3d6d48e5d6"},"error":"00000000","status":"1"} <<====
+14:54:53.431 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:897772c553384f69a08d8c2050e83b74,/Riskmanage/v2/datamanage/field/findFieldByUser, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.432 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list, ### traceId:ca91e24a878c460a9aea15820ce9e1d5,/Riskmanage/v3/scorecard/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.432 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine, ### traceId:312d378cb1b04347a42663bdd0496deb,/Riskmanage/v2/ruleNode/getRuleDataForEngine, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.432 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:6f028c03977242808cbb3a4c239dfbfe,/Riskmanage/v3/interface/getInterfaceList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.433 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList, ### traceId:8e9fa8799da547e9938f138481633149,/Riskmanage/v3/decisionTables/getDecisionTablesList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.433 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:897772c553384f69a08d8c2050e83b74 ###, request args: {paramMap:{}},, userId:1 ===>>
+14:54:53.435 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:312d378cb1b04347a42663bdd0496deb ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+14:54:53.435 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:6f028c03977242808cbb3a4c239dfbfe ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+14:54:53.436 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+14:54:53.437 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+14:54:53.438 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList, ### traceId:6d57cb0c81fb46b68320a0c85760f746,/Riskmanage/v2/engine/getEngineList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.446 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+14:54:53.446 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+14:54:53.450 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+14:54:53.450 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20147} exit cache
+14:54:53.450 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20200} enter cache
+14:54:53.452 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 9
+14:54:53.453 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:897772c553384f69a08d8c2050e83b74, userId:1, cost time: 19 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+14:54:53.460 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:54:53.461 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList, ### traceId:f42fc58754434d17b237160a56857e24,/Riskmanage/v3/decisionTree/getDecisionTreeList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.461 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:ca91e24a878c460a9aea15820ce9e1d5 ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+14:54:53.461 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:54:53.463 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:54:53.463 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:6d57cb0c81fb46b68320a0c85760f746 ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+14:54:53.467 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20181} exit cache
+14:54:53.470 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20201} enter cache
+14:54:53.470 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:f42fc58754434d17b237160a56857e24 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+14:54:53.474 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:54:53.474 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:54:53.474 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:8e9fa8799da547e9938f138481633149 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+14:54:53.474 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:54:53.475 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Preparing: select id, name, code, description, priority, parent_id, author, user_id, organ_id, status, type, created, updated,difficulty,script_type from t_rule WHERE organ_id = ? and status = ? order by updated desc
+14:54:53.475 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:6f028c03977242808cbb3a4c239dfbfe, userId:1, cost time: 39 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+14:54:53.475 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Parameters: 1(Long), 1(Integer)
+14:54:53.478 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:ee98974f3c41475ba6d425db4c960437,/Riskmanage/datasource/getDataSourceList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.479 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:ee98974f3c41475ba6d425db4c960437 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+14:54:53.480 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - ==> Preparing: SELECT id,name,code,description,version,parent_id,user_id,author,engine_id,organ_id,type,status,created,updated,score,pd,odds,score_calculate_type,result_field_en FROM t_scorecard WHERE (status IN (?,?)) ORDER BY updated DESC
+14:54:53.480 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - ==> Parameters: 0(Integer), 1(Integer)
+14:54:53.482 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Preparing: SELECT count(0) FROM t_engine WHERE status > -1 AND organ_id = ?
+14:54:53.482 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Parameters: 1(Long)
+14:54:53.482 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ?) ORDER BY update_time DESC
+14:54:53.483 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer)
+14:54:53.483 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - <== Total: 1
+14:54:53.483 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20148} exit cache
+14:54:53.483 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20202} enter cache
+14:54:53.483 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+14:54:53.483 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20205} enter cache
+14:54:53.484 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:54:53.484 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:54:53.485 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:54:53.485 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+14:54:53.485 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - <== Total: 1
+14:54:53.485 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+14:54:53.485 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20188} exit cache
+14:54:53.485 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20203} enter cache
+14:54:53.486 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+14:54:53.487 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - <== Total: 1
+14:54:53.487 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20078} exit cache
+14:54:53.487 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20204} enter cache
+14:54:53.487 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Preparing: SELECT * FROM t_engine where status>-1 and organ_id = ? order by update_datetime desc
+14:54:53.487 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Parameters: 1(Long)
+14:54:53.488 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList - ==> Preparing: SELECT id,code,name,description,folder_id,status,create_user_id,update_user_id,organ_id,create_time,update_time FROM t_decision_tree WHERE (status <> ? AND organ_id = ?) ORDER BY update_time DESC,create_time DESC,id DESC
+14:54:53.488 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList - ==> Parameters: -1(Integer), 1(Long)
+14:54:53.489 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+14:54:53.489 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+14:54:53.489 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+14:54:53.489 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+14:54:53.489 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 2(Long)
+14:54:53.489 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:ee98974f3c41475ba6d425db4c960437, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+14:54:53.489 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList - ==> Preparing: SELECT id,name,code,description,version,status,creator,modifier,organ_id,create_time,update_time,parent_id,result_field_en FROM t_decision_tables WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+14:54:53.489 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+14:54:53.490 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:54:53.490 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:54:53.491 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:54:53.491 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectList - ==> Preparing: SELECT id,rule_id,version_code,description,status,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM `t_rule_version` WHERE (rule_id = ? AND status = ?) ORDER BY update_time DESC
+14:54:53.491 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectList - ==> Parameters: 1(Long), 1(Integer)
+14:54:53.491 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList - <== Total: 1
+14:54:53.491 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20018} exit cache
+14:54:53.491 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20207} enter cache
+14:54:53.492 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList, ### traceId:297f19106bd347169083f60aff467cbf,/Riskmanage/mqSource/getMqSourceList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.492 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList - <== Total: 1
+14:54:53.492 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+14:54:53.492 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20160} exit cache
+14:54:53.492 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 2(Long)
+14:54:53.492 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20209} enter cache
+14:54:53.492 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:297f19106bd347169083f60aff467cbf ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+14:54:53.493 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:54:53.493 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:54:53.493 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:ca91e24a878c460a9aea15820ce9e1d5, userId:1, cost time: 44 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+14:54:53.493 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:54:53.493 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20035} exit cache
+14:54:53.493 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20212} enter cache
+14:54:53.494 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:54:53.494 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:54:53.494 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:54:53.495 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Preparing: SELECT id,name,type,server_addrs,topic,group_id,auto_offset_reset,enable_auto_commit,timeout,auto_commit_interval,concurrency,key_deserializer,value_deserializer,message_body,status,creator,modifier,organ_id,create_time,update_time FROM t_field_mq_source WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+14:54:53.495 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+14:54:53.495 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - <== Total: 0
+14:54:53.495 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectList - <== Total: 1
+14:54:53.495 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20189} exit cache
+14:54:53.495 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20210} enter cache
+14:54:53.495 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 2
+14:54:53.495 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20213} enter cache
+14:54:53.495 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20080} exit cache
+14:54:53.495 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20211} enter cache
+14:54:53.495 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:297f19106bd347169083f60aff467cbf, userId:1, cost time: 3 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+14:54:53.495 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+14:54:53.495 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20081} exit cache
+14:54:53.495 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20208} enter cache
+14:54:53.495 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+14:54:53.495 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 1(Long)
+14:54:53.496 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+14:54:53.496 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 1(Long)
+14:54:53.496 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 5
+14:54:53.496 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+14:54:53.496 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - <== Total: 2
+14:54:53.496 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20007} exit cache
+14:54:53.496 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20206} enter cache
+14:54:53.497 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list, ### traceId:a54be57bf68b4052bcac473eca11ddaa,/Riskmanage/v2/datamanage/listmanage/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.498 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:a54be57bf68b4052bcac473eca11ddaa ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+14:54:53.499 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:6d57cb0c81fb46b68320a0c85760f746, userId:1, cost time: 34 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+14:54:53.502 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectList - ==> Preparing: SELECT id,decision_tables_id,version_code,description,status,result_field_en,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM t_decision_tables_version WHERE (decision_tables_id = ? AND status = ?) ORDER BY id DESC
+14:54:53.502 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectList - ==> Parameters: 14(Long), 1(Integer)
+14:54:53.503 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectList - ==> Preparing: SELECT id,decision_tree_id,version_code,description,status,result_field_en,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM t_decision_tree_version WHERE (decision_tree_id = ? AND status = ?) ORDER BY id DESC
+14:54:53.503 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectList - ==> Parameters: 1(Long), 1(Integer)
+14:54:53.505 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:312d378cb1b04347a42663bdd0496deb, userId:1, cost time: 66 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":10,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1721888237000,"userId":1}]},"error":"00000000","status":"1"} <<====
+14:54:53.505 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectList - <== Total: 1
+14:54:53.505 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20049} exit cache
+14:54:53.505 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectList - <== Total: 1
+14:54:53.505 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20214} enter cache
+14:54:53.505 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20190} exit cache
+14:54:53.505 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20215} enter cache
+14:54:53.507 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - ==> Preparing: SELECT count(0) FROM t_list_db l, t_user u WHERE l.user_id = u.user_id AND l.status != -1 AND l.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?)
+14:54:53.507 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - ==> Parameters: 1(Long)
+14:54:53.507 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - <== Total: 1
+14:54:53.507 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20191} exit cache
+14:54:53.507 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20216} enter cache
+14:54:53.507 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - ==> Preparing: select l.id, l.list_type as listType, l.list_name as listName, l.data_source as dataSource, l.list_attr as listAttr, l.list_desc as listDesc , l.table_column as tableColumn, l.match_type as matchType , l.query_type as queryType, l.query_field as queryField, l.organ_id as organId, l.status, l.user_id as userId, u.nick_name as nickName, l.created,result_field_en as resultFieldEn from t_list_db l, t_user u where l.user_id = u.user_id and l.status != -1 and l.organ_id = ( select organ_id from t_user where user_id = ? ) order by l.created desc
+14:54:53.507 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - ==> Parameters: 1(Long)
+14:54:53.508 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - <== Total: 2
+14:54:53.508 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20192} exit cache
+14:54:53.508 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20217} enter cache
+14:54:53.516 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BooleanConverter - Setting default value: false
+14:54:53.516 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BooleanConverter - Converting 'Boolean' value 'false' to type 'Boolean'
+14:54:53.516 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BooleanConverter - No conversion required, value is already a Boolean
+14:54:53.517 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ByteConverter - Setting default value: 0
+14:54:53.517 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ByteConverter - Converting 'Integer' value '0' to type 'Byte'
+14:54:53.517 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ByteConverter - Converted to Byte value '0'
+14:54:53.517 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.CharacterConverter - Setting default value:
+14:54:53.517 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.CharacterConverter - Converting 'Character' value ' ' to type 'Character'
+14:54:53.517 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.CharacterConverter - No conversion required, value is already a Character
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.DoubleConverter - Setting default value: 0
+14:54:53.518 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:8e9fa8799da547e9938f138481633149, userId:1, cost time: 51 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"code":"juece001","createTime":1717491346000,"creator":1,"creatorName":"超级管理员","decisionTablesVersionList":[{"createTime":1717491346000,"createUserId":1,"decisionTablesId":14,"description":"初始版本","id":14,"organId":1,"resultFieldEn":"","snapshot":"{\"id\": 14, \"status\": 1, \"organId\": 1, \"resultSet\": {\"id\": 12, \"ro\": 1, \"colum\": 1, \"versionId\": 14, \"createTime\": 1717493276000, \"resultList\": [[\"1\"]], \"updateTime\": 1717493276000, \"resultValue\": \"[[\\\"1\\\"]]\"}, \"createTime\": 1717491346000, \"updateTime\": 1717493090000, \"description\": \"初始版本\", \"topDetailVo\": [{\"id\": 68, \"type\": 1, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 69, \"type\": 2, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"parentId\": 68, \"versionId\": 14, \"createTime\": 1717493276000, \"indexValue\": 0, \"conditionList\": [{\"id\": 69, \"detailId\": 69, \"operator\": \">=\", \"createTime\": 1717493276000, \"fieldValue\": \"100000\", \"variableType\": 1}], \"dimensionality\": 2}], \"parentId\": 0, \"versionId\": 14, \"createTime\": 1717491346000, \"conditionList\": [{\"id\": 68, \"detailId\": 68, \"operator\": \">=\", \"createTime\": 1717491346000, \"fieldValue\": \"18\", \"variableType\": 1}], \"dimensionality\": 2}], \"versionCode\": \"V:0\", \"createUserId\": 1, \"leftDetailVo\": [{\"id\": 67, \"type\": 2, \"fieldEn\": \"\", \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"versionId\": 14, \"createTime\": 1717493276000, \"indexValue\": 0, \"conditionList\": [{\"id\": 67, \"detailId\": 67, \"operator\": \"\", \"createTime\": 1717493276000, \"fieldValue\": \"\", \"variableType\": 1}], \"dimensionality\": 1}], \"updateUserId\": 1, \"resultFieldEn\": \"\", \"decisionTablesId\": 14, \"strategyOutputList\": [{\"id\": 11, \"fieldEn\": \"username\", \"fieldId\": 5, \"createTime\": 1717493276000, \"fieldValue\": \"username\", \"strategyId\": 14, \"updateTime\": 1717493276000, \"strategyType\": \"decision_tables\", \"variableType\": 2}]}","status":1,"updateTime":1717493276000,"updateUserId":1,"versionCode":"V:0"}],"description":"juece001","id":14,"modifier":1,"name":"juece001","organId":1,"parentId":5,"status":1,"updateTime":1717491346000}]},"error":"00000000","status":"1"} <<====
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.DoubleConverter - Converting 'Integer' value '0' to type 'Double'
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.DoubleConverter - Converted to Double value '0.0'
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.FloatConverter - Setting default value: 0
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.FloatConverter - Converting 'Integer' value '0' to type 'Float'
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.FloatConverter - Converted to Float value '0.0'
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.IntegerConverter - Setting default value: 0
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.IntegerConverter - Converting 'Integer' value '0' to type 'Integer'
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.IntegerConverter - No conversion required, value is already a Integer
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.LongConverter - Setting default value: 0
+14:54:53.518 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.LongConverter - Converting 'Integer' value '0' to type 'Long'
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.LongConverter - Converted to Long value '0'
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ShortConverter - Setting default value: 0
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ShortConverter - Converting 'Integer' value '0' to type 'Short'
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ShortConverter - Converted to Short value '0'
+14:54:53.519 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:f42fc58754434d17b237160a56857e24, userId:1, cost time: 46 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"code":"jueceshu001","createTime":1717493930000,"createUserId":1,"creatorName":"超级管理员","description":"jueceshu001","folderId":6,"id":1,"name":"jueceshu001","organId":1,"status":1,"updateTime":1717493930000,"updateUserId":1,"versionList":[{"createTime":1717493930000,"createUserId":1,"decisionTreeId":1,"description":"初始版本","id":1,"organId":1,"resultFieldEn":"result","snapshot":"{\"id\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1717493930000, \"detailList\": [{\"id\": 29, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [{\"id\": 30, \"fieldEn\": \"phone\", \"fieldId\": 3, \"logical\": \"&&\", \"children\": [{\"id\": 31, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 32, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"nodeType\": 2, \"parentId\": 31, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"true\", \"variableType\": 1, \"conditionList\": [{\"id\": 36, \"detailId\": 32, \"operator\": \"<=\", \"createTime\": 1717493930000, \"fieldValue\": \"20000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 30, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 35, \"detailId\": 31, \"operator\": \">=\", \"createTime\": 1717493930000, \"fieldValue\": \"18\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 29, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 34, \"detailId\": 30, \"operator\": \"regex\", \"createTime\": 1717493930000, \"fieldValue\": \"^1(3[4-9]|4[7]|5[0-2,7-9]|6[2]|7[8]|8[2-4,7-8]|9[5])\\\\d{8}$\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}, {\"id\": 33, \"fieldEn\": \"phone\", \"fieldId\": 3, \"logical\": \"&&\", \"children\": [{\"id\": 34, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 35, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"nodeType\": 2, \"parentId\": 34, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"false\", \"variableType\": 1, \"conditionList\": [{\"id\": 39, \"detailId\": 35, \"operator\": \">\", \"createTime\": 1717493930000, \"fieldValue\": \"20000\", \"updateTime\": 1717493930000, \"variableType\": 1}, {\"id\": 40, \"detailId\": 35, \"operator\": \"<=\", \"createTime\": 1717493930000, \"fieldValue\": \"50000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 33, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 38, \"detailId\": 34, \"operator\": \"<\", \"createTime\": 1717493930000, \"fieldValue\": \"18\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 29, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 37, \"detailId\": 33, \"operator\": \"regex\", \"createTime\": 1717493930000, \"fieldValue\": \"^1(3[4-9]|4[7]|5[0-2,7-9]|6[2]|7[8]|8[2-4,7-8]|9[5])\\\\d{8}$\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 0, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 33, \"detailId\": 29, \"operator\": \">=\", \"createTime\": 1717493930000, \"fieldValue\": \"10000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"updateTime\": 1717494691000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"resultFieldEn\": \"result\", \"decisionTreeId\": 1, \"strategyOutputList\": [{\"id\": 16, \"fieldEn\": \"username\", \"fieldId\": 5, \"createTime\": 1717493930000, \"fieldValue\": \"username\", \"strategyId\": 1, \"updateTime\": 1717493930000, \"strategyType\": \"decision_tree\", \"variableType\": 2}]}","status":1,"updateTime":1717494725000,"updateUserId":1,"versionCode":"V:0"}]}]},"error":"00000000","status":"1"} <<====
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BigDecimalConverter - Setting default value: 0.0
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BigDecimalConverter - Converting 'BigDecimal' value '0.0' to type 'BigDecimal'
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BigDecimalConverter - No conversion required, value is already a BigDecimal
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BigIntegerConverter - Setting default value: 0
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BigIntegerConverter - Converting 'BigInteger' value '0' to type 'BigInteger'
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BigIntegerConverter - No conversion required, value is already a BigInteger
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BooleanConverter - Setting default value: false
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BooleanConverter - Converting 'Boolean' value 'false' to type 'Boolean'
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.BooleanConverter - No conversion required, value is already a Boolean
+14:54:53.519 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ByteConverter - Setting default value: 0
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ByteConverter - Converting 'Integer' value '0' to type 'Byte'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ByteConverter - Converted to Byte value '0'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.CharacterConverter - Setting default value:
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.CharacterConverter - Converting 'Character' value ' ' to type 'Character'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.CharacterConverter - No conversion required, value is already a Character
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.DoubleConverter - Setting default value: 0
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.DoubleConverter - Converting 'Integer' value '0' to type 'Double'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.DoubleConverter - Converted to Double value '0.0'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.FloatConverter - Setting default value: 0
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.FloatConverter - Converting 'Integer' value '0' to type 'Float'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.FloatConverter - Converted to Float value '0.0'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.IntegerConverter - Setting default value: 0
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.IntegerConverter - Converting 'Integer' value '0' to type 'Integer'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.IntegerConverter - No conversion required, value is already a Integer
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.LongConverter - Setting default value: 0
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.LongConverter - Converting 'Integer' value '0' to type 'Long'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.LongConverter - Converted to Long value '0'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ShortConverter - Setting default value: 0
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ShortConverter - Converting 'Integer' value '0' to type 'Short'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ShortConverter - Converted to Short value '0'
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Setting default value:
+14:54:53.520 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '' to type 'String'
+14:54:53.524 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Z@36837db5
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'boolean[]' value '[Z@36837db5' to type 'boolean[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a boolean[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [B@9b30928
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'byte[]' value '[B@9b30928' to type 'byte[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a byte[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [C@72f0b004
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'char[]' value '[C@72f0b004' to type 'char[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a char[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [D@39ac4b27
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'double[]' value '[D@39ac4b27' to type 'double[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a double[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [F@146fe772
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'float[]' value '[F@146fe772' to type 'float[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a float[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [I@584569e
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'int[]' value '[I@584569e' to type 'int[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a int[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [J@7203b6ba
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'long[]' value '[J@7203b6ba' to type 'long[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a long[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [S@292d2eae
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'short[]' value '[S@292d2eae' to type 'short[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a short[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.math.BigDecimal;@4212088e
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'BigDecimal[]' value '[Ljava.math.BigDecimal;@4212088e' to type 'BigDecimal[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a BigDecimal[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.math.BigInteger;@a5c4a88
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'BigInteger[]' value '[Ljava.math.BigInteger;@a5c4a88' to type 'BigInteger[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a BigInteger[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.lang.Boolean;@18c06a8d
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Boolean[]' value '[Ljava.lang.Boolean;@18c06a8d' to type 'Boolean[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Boolean[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.lang.Byte;@395be5f2
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Byte[]' value '[Ljava.lang.Byte;@395be5f2' to type 'Byte[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Byte[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.lang.Character;@511e8a2f
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Character[]' value '[Ljava.lang.Character;@511e8a2f' to type 'Character[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Character[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.lang.Double;@444e1bd3
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Double[]' value '[Ljava.lang.Double;@444e1bd3' to type 'Double[]'
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Double[]
+14:54:53.525 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.lang.Float;@7b6bb5b
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Float[]' value '[Ljava.lang.Float;@7b6bb5b' to type 'Float[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Float[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.lang.Integer;@71f51bca
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Integer[]' value '[Ljava.lang.Integer;@71f51bca' to type 'Integer[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Integer[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.lang.Long;@33fdb5d3
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Long[]' value '[Ljava.lang.Long;@33fdb5d3' to type 'Long[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Long[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.lang.Short;@1a3ac94
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Short[]' value '[Ljava.lang.Short;@1a3ac94' to type 'Short[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Short[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.lang.String;@154c8506
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'String[]' value '[Ljava.lang.String;@154c8506' to type 'String[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a String[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.lang.Class;@4b41e951
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Class[]' value '[Ljava.lang.Class;@4b41e951' to type 'Class[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Class[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.util.Date;@571a3ba1
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Date[]' value '[Ljava.util.Date;@571a3ba1' to type 'Date[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Date[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.util.Calendar;@1d6acf92
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'Calendar[]' value '[Ljava.util.Calendar;@1d6acf92' to type 'Calendar[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a Calendar[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.io.File;@5fe449a9
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'java.io.File[]' value '[Ljava.io.File;@5fe449a9' to type 'java.io.File[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a java.io.File[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.sql.Date;@cf93a7
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'java.sql.Date[]' value '[Ljava.sql.Date;@cf93a7' to type 'java.sql.Date[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a java.sql.Date[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.sql.Time;@9faee42
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'java.sql.Time[]' value '[Ljava.sql.Time;@9faee42' to type 'java.sql.Time[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a java.sql.Time[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.sql.Timestamp;@2803157f
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'java.sql.Timestamp[]' value '[Ljava.sql.Timestamp;@2803157f' to type 'java.sql.Timestamp[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a java.sql.Timestamp[]
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Setting default value: [Ljava.net.URL;@70bebec1
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - Converting 'java.net.URL[]' value '[Ljava.net.URL;@70bebec1' to type 'java.net.URL[]'
+14:54:53.526 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.ArrayConverter - No conversion required, value is already a java.net.URL[]
+14:54:53.528 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.BeanUtils - Describing bean: com.fibo.ddp.common.model.strategyx.listlibrary.ListDb
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Class' value 'class com.fibo.ddp.common.model.strategyx.listlibrary.ListDb' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Date' value 'Tue Jun 04 14:35:31 CST 2024' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '3' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '手机号白名单' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '白名单' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'b' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '0' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '超级管理员' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '0' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'phone' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+14:54:53.531 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+14:54:53.532 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Preparing: select id, list_type as listType, list_name as listName, data_source as dataSource, list_attr as listAttr, list_desc as listDesc , table_column as tableColumn, match_type as matchType , query_type as queryType, query_field as queryField, organ_id as organId, status, user_id as userId, created,result_field_en as resultFieldEn from t_list_db where id = ? and list_type = ? and organ_id = ( select organ_id from t_user where user_id = ? )
+14:54:53.532 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Parameters: 3(String), b(String), 1(String)
+14:54:53.533 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - <== Total: 1
+14:54:53.533 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20193} exit cache
+14:54:53.533 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20218} enter cache
+14:54:53.534 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:54:53.534 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:54:53.534 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:54:53.544 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+14:54:53.544 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 3(Long), list_db(String)
+14:54:53.548 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+14:54:53.548 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20194} exit cache
+14:54:53.548 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20219} enter cache
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.BeanUtils - Describing bean: com.fibo.ddp.common.model.strategyx.listlibrary.ListDb
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Class' value 'class com.fibo.ddp.common.model.strategyx.listlibrary.ListDb' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Date' value 'Mon Jun 03 11:32:29 CST 2024' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '手机号黑名单' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '黑名单' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'b' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '超级管理员' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'phone' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+14:54:53.548 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+14:54:53.549 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Preparing: select id, list_type as listType, list_name as listName, data_source as dataSource, list_attr as listAttr, list_desc as listDesc , table_column as tableColumn, match_type as matchType , query_type as queryType, query_field as queryField, organ_id as organId, status, user_id as userId, created,result_field_en as resultFieldEn from t_list_db where id = ? and list_type = ? and organ_id = ( select organ_id from t_user where user_id = ? )
+14:54:53.549 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Parameters: 1(String), b(String), 1(String)
+14:54:53.550 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - <== Total: 1
+14:54:53.551 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:54:53.551 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:54:53.551 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:54:53.552 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+14:54:53.552 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 1(Long), list_db(String)
+14:54:53.553 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+14:54:53.555 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:a54be57bf68b4052bcac473eca11ddaa, userId:1, cost time: 55 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":2,"startRow":1,"total":2},"listDbs":[{"created":1717482931000,"id":3,"listDesc":"手机号白名单","listName":"白名单","listType":"b","matchType":0,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":0,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1},{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+14:54:53.598 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:b5a2eb04486c4b11818c8fb9a71a33d9,/Riskmanage/v2/datamanage/field/findFieldByUser, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.599 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:962264f519444d71a1e404dd9e39f41e,/Riskmanage/v3/interface/getInterfaceList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.599 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:b5a2eb04486c4b11818c8fb9a71a33d9 ###, request args: {paramMap:{}},, userId:1 ===>>
+14:54:53.599 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:962264f519444d71a1e404dd9e39f41e ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+14:54:53.601 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo, ### traceId:51ca97e33482449e91b20330bc3ddf0a,/Riskmanage/v2/engine/getIndexInfo, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.601 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:bbbc4b375bab40af881d1a03c7475cbd,/Riskmanage/v2/sysMenu/getMenus, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:53.603 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:51ca97e33482449e91b20330bc3ddf0a ###, request args: null, userId:1 ===>>
+14:54:53.603 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:bbbc4b375bab40af881d1a03c7475cbd ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+14:54:53.606 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+14:54:53.606 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+14:54:53.607 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+14:54:53.607 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+14:54:53.607 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+14:54:53.607 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: EngineX(String)
+14:54:53.607 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+14:54:53.608 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20050} exit cache
+14:54:53.608 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20220} enter cache
+14:54:53.608 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 9
+14:54:53.608 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineBaseInfo - ==> Preparing: SELECT COUNT(DISTINCT e.`id`) AS engineNum, COUNT(DISTINCT en.`node_id`) AS engineNodeNum, COUNT(DISTINCT rt.`id`) AS engineResultNum FROM t_organization o LEFT JOIN t_engine e ON o.`organ_id` = e.`organ_id` LEFT JOIN t_engine_version ev ON e.`id` = ev.`engine_id` LEFT JOIN t_engine_node en ON ev.`version_id` = en.`version_id` LEFT JOIN t_resultset rt ON e.`id` = rt.`engine_id` WHERE o.`organ_id` = ?
+14:54:53.608 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:b5a2eb04486c4b11818c8fb9a71a33d9, userId:1, cost time: 9 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+14:54:53.608 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineBaseInfo - ==> Parameters: 1(Long)
+14:54:53.609 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 23
+14:54:53.609 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20221} enter cache
+14:54:53.609 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:bbbc4b375bab40af881d1a03c7475cbd, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"a47b5c23-80ba-49f0-a213-4616378020f8","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"64bfc511-cc52-41ab-93a3-3f0f980630ed","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"a74fecf8-41ae-4503-b1b7-494bdd5259df","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"35ab78b8-2ba2-4fde-b4ab-61d6bcb97e67","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"a1f032be-2059-4984-b55c-4ae8d353d43c","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+14:54:53.609 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:54:53.609 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:54:53.609 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:54:53.611 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:54:53.611 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:54:53.611 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:54:53.611 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:962264f519444d71a1e404dd9e39f41e, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+14:54:53.612 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineBaseInfo - <== Total: 1
+14:54:53.612 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20161} exit cache
+14:54:53.612 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20222} enter cache
+14:54:53.614 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineUseRatio - ==> Preparing: SELECT engineId, engineName, useNum, totleNum, ROUND(useNum / totleNum * 100, 1) AS useRatio FROM (SELECT * FROM (SELECT rt.`engine_id` AS engineId, e.`name` AS engineName, COUNT(DISTINCT rt.`id`) AS useNum FROM t_organization o INNER JOIN t_engine e ON o.`organ_id` = e.`organ_id` INNER JOIN t_resultset rt ON e.`id` = rt.`engine_id` WHERE o.`organ_id` = ? GROUP BY rt.`engine_id`) t1 INNER JOIN (SELECT COUNT(DISTINCT rt.`id`) AS totleNum FROM t_organization o INNER JOIN t_engine e ON o.`organ_id` = e.`organ_id` INNER JOIN t_resultset rt ON e.`id` = rt.`engine_id` WHERE o.`organ_id` = ?) t2 ON 1 = 1) tt limit 4
+14:54:53.614 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineUseRatio - ==> Parameters: 1(Long), 1(Long)
+14:54:53.615 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineUseRatio - <== Total: 2
+14:54:53.615 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20149} exit cache
+14:54:53.616 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20223} enter cache
+14:54:53.617 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentDayEngineUseInfo - ==> Preparing: SELECT DATE_FORMAT(rt.`create_datetime`, '%Y-%m-%d') AS dayTime, rt.`engine_id` AS engineId, e.`name` AS engineName, COUNT(DISTINCT rt.`id`) AS useNum FROM t_organization o INNER JOIN t_engine e ON o.`organ_id` = e.`organ_id` INNER JOIN t_resultset rt ON e.`id` = rt.`engine_id` WHERE o.`organ_id` = ? AND rt.`create_datetime` >= DATE_SUB(NOW(),INTERVAL 7 DAY) GROUP BY DATE_FORMAT(rt.`create_datetime`, '%Y-%m-%d'), rt.`engine_id`
+14:54:53.617 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentDayEngineUseInfo - ==> Parameters: 1(Long)
+14:54:53.618 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentDayEngineUseInfo - <== Total: 0
+14:54:53.618 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20150} exit cache
+14:54:53.618 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20224} enter cache
+14:54:53.619 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentMonthEngineUseInfo - ==> Preparing: SELECT DATE_FORMAT(rt.`create_datetime`, '%Y-%m') AS monthTime, rt.`engine_id` AS engineId, e.`name` AS engineName, COUNT(DISTINCT rt.`id`) AS useNum FROM t_organization o INNER JOIN t_engine e ON o.`organ_id` = e.`organ_id` INNER JOIN t_resultset rt ON e.`id` = rt.`engine_id` WHERE o.`organ_id` = ? AND rt.`create_datetime` >= DATE_SUB(NOW(),INTERVAL 6 MONTH) GROUP BY DATE_FORMAT(rt.`create_datetime`, '%Y-%m'), rt.`engine_id`
+14:54:53.619 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentMonthEngineUseInfo - ==> Parameters: 1(Long)
+14:54:53.621 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentMonthEngineUseInfo - <== Total: 3
+14:54:53.621 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20170} exit cache
+14:54:53.621 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20225} enter cache
+14:54:53.622 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+14:54:53.622 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+14:54:53.623 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+14:54:53.623 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20173} exit cache
+14:54:53.623 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20226} enter cache
+14:54:53.626 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+14:54:53.626 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 14:54:53(String)
+14:54:53.627 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+14:54:53.627 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20174} exit cache
+14:54:53.627 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20227} enter cache
+14:54:53.627 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+14:54:53.627 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 14:54:53(String)
+14:54:53.629 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 6
+14:54:53.629 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20175} exit cache
+14:54:53.629 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20228} enter cache
+14:54:53.630 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:51ca97e33482449e91b20330bc3ddf0a, userId:1, cost time: 26 ms ###, returnResult:{"data":{"lastLoginTime":1727329535000,"recentDayMap":{"datasets":[],"labels":[]},"logList":[{"endTime":1727333693000,"id":995,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e5faee51, status=1, error=00000000, msg=null, data={token=9c0df0b0fba140948e485c3d6d48e5d6})","startTime":1727333693000},{"endTime":1727331331000,"id":994,"ip":"127.0.0.1","method":"addTree","opName":"保存字段映射或数据管理目录","opType":"saveFieldTree","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/addTree","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@c74c0c90, status=1, error=00000000, msg=null, data={parentId=0, fieldType=aaaa, type=5, userId=1, organId=1, engineId=null, isCommon=1, fieldTypeId=8, id=8, result=1})","startTime":1727331331000},{"endTime":1727331071000,"id":993,"ip":"127.0.0.1","method":"updateStatus","opName":"修改数据管理中的字段","opType":"updateFieldStatus","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c79, status=1, error=00000000, msg=null, data={status=0, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})","startTime":1727331071000},{"endTime":1727331069000,"id":992,"ip":"127.0.0.1","method":"updateStatus","opName":"修改数据管理中的字段","opType":"updateFieldStatus","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c7a, status=1, error=00000000, msg=null, data={status=1, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})","startTime":1727331069000},{"endTime":1727331066000,"id":991,"ip":"127.0.0.1","method":"updateStatus","opName":"修改数据管理中的字段","opType":"updateFieldStatus","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c79, status=1, error=00000000, msg=null, data={status=0, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})","startTime":1727331066000},{"endTime":1727331063000,"id":990,"ip":"127.0.0.1","method":"updateStatus","opName":"修改数据管理中的字段","opType":"updateFieldStatus","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c7a, status=1, error=00000000, msg=null, data={status=1, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})","startTime":1727331063000}],"engineUseRatio":[{"useRatio":75.0,"useNum":39,"totleNum":52,"engineName":"测试引擎","engineId":1},{"useRatio":25.0,"useNum":13,"totleNum":52,"engineName":"决策树001","engineId":2}],"engineBaseInfo":{"engineNum":2,"engineResultNum":52,"engineNodeNum":7},"recentMonthMap":{"datasets":[{"data":[0,13],"label":"决策树001"},{"data":[22,17],"label":"测试引擎"}],"labels":["2024-05","2024-06"]}},"error":"00000000","status":"1"} <<====
+14:54:58.487 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList, ### traceId:7430c4b56e5a4e009e4d9c3bb3d1f5eb,/Riskmanage/v2/engine/getEngineList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:58.488 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:7430c4b56e5a4e009e4d9c3bb3d1f5eb ###, request args: {searchString:null},{pageNo:1},{pageSize:10},, userId:1 ===>>
+14:54:58.493 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Preparing: SELECT count(0) FROM t_engine WHERE status > -1 AND organ_id = ?
+14:54:58.493 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Parameters: 1(Long)
+14:54:58.495 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - <== Total: 1
+14:54:58.495 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20177} exit cache
+14:54:58.495 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20229} enter cache
+14:54:58.495 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Preparing: SELECT * FROM t_engine where status>-1 and organ_id = ? order by update_datetime desc LIMIT 10
+14:54:58.496 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Parameters: 1(Long)
+14:54:58.497 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+14:54:58.497 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 2(Long)
+14:54:58.498 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+14:54:58.498 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 2(Long)
+14:54:58.500 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 2
+14:54:58.500 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20171} exit cache
+14:54:58.500 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20232} enter cache
+14:54:58.500 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+14:54:58.500 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20172} exit cache
+14:54:58.500 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20231} enter cache
+14:54:58.500 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+14:54:58.501 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 1(Long)
+14:54:58.502 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+14:54:58.502 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 1(Long)
+14:54:58.503 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 5
+14:54:58.504 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+14:54:58.504 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - <== Total: 2
+14:54:58.504 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20183} exit cache
+14:54:58.504 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20230} enter cache
+14:54:58.504 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:7430c4b56e5a4e009e4d9c3bb3d1f5eb, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+14:54:59.479 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList, ### traceId:f82d57fe85e54b9cbb42c5ce7a02ab31,/Riskmanage/v2/engine/getEngineList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:54:59.480 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:f82d57fe85e54b9cbb42c5ce7a02ab31 ###, request args: {searchString:null},{pageNo:1},{pageSize:999999},, userId:1 ===>>
+14:54:59.484 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Preparing: SELECT count(0) FROM t_engine WHERE status > -1 AND organ_id = ?
+14:54:59.484 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Parameters: 1(Long)
+14:54:59.485 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - <== Total: 1
+14:54:59.485 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Preparing: SELECT * FROM t_engine where status>-1 and organ_id = ? order by update_datetime desc LIMIT 999999
+14:54:59.486 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Parameters: 1(Long)
+14:54:59.487 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+14:54:59.487 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 2(Long)
+14:54:59.488 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+14:54:59.488 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 2(Long)
+14:54:59.490 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 2
+14:54:59.490 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+14:54:59.490 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+14:54:59.490 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 1(Long)
+14:54:59.491 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+14:54:59.491 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 1(Long)
+14:54:59.492 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 5
+14:54:59.492 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+14:54:59.492 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - <== Total: 2
+14:54:59.492 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20184} exit cache
+14:54:59.492 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20233} enter cache
+14:54:59.493 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:f82d57fe85e54b9cbb42c5ce7a02ab31, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":999999,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+14:55:06.837 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:803914a47e024d11b3a640759fd5899b,/Riskmanage/v2/knowledge/tree/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:06.838 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:803914a47e024d11b3a640759fd5899b ###, request args: {param:{"parentId":0,"treeType":"5","type":1}},, userId:1 ===>>
+14:55:06.848 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+14:55:06.848 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 5(Long), 1(Long), 1(Integer)
+14:55:06.852 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 2
+14:55:06.852 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20185} exit cache
+14:55:06.852 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20234} enter cache
+14:55:06.853 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+14:55:06.854 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 1(Long), 1(Integer), 5(Long), 1(Long)
+14:55:06.854 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+14:55:06.854 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20176} exit cache
+14:55:06.854 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20235} enter cache
+14:55:06.855 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+14:55:06.855 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 10(Long), 1(Integer), 5(Long), 1(Long)
+14:55:06.856 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+14:55:06.859 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:803914a47e024d11b3a640759fd5899b, userId:1, cost time: 18 ms ###, returnResult:{"data":[{"parentId":10,"treeType":"5","type":1,"status":[1],"name":"复杂规则集合","tree_type":[5],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":1,"isParent":"true","name":"测试规则集","organId":1,"parentId":0,"status":1,"treeType":5,"type":1,"userId":1},{"children":[],"id":10,"isParent":"true","name":"aaa","organId":1,"parentId":0,"status":1,"treeType":5,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+14:55:06.870 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList, ### traceId:b22c9eee820d45ca8c60cdc3cd85e6ab,/Riskmanage/v3/rule/getRuleList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:06.876 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:b22c9eee820d45ca8c60cdc3cd85e6ab ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2}}},, userId:1 ===>>
+14:55:06.879 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Preparing: SELECT count(0) FROM t_rule WHERE organ_id = ? AND status >= 0 AND difficulty = ?
+14:55:06.879 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Parameters: 1(Long), 2(Integer)
+14:55:06.880 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - <== Total: 1
+14:55:06.880 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20186} exit cache
+14:55:06.880 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20236} enter cache
+14:55:06.880 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Preparing: select id, name, code, description, priority, parent_id, author, user_id, organ_id, status, type, created, updated,difficulty,script_type from t_rule WHERE organ_id = ? and status >= 0 and difficulty = ? order by updated desc LIMIT 10
+14:55:06.880 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Parameters: 1(Long), 2(Integer)
+14:55:06.881 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - <== Total: 1
+14:55:06.881 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20187} exit cache
+14:55:06.881 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20237} enter cache
+14:55:06.882 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:55:06.882 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:55:06.882 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:55:06.882 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:b22c9eee820d45ca8c60cdc3cd85e6ab, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":10,"priority":0,"status":1,"type":1,"updated":1721888237000,"userId":1}]},"error":"00000000","status":"1"} <<====
+14:55:08.896 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:0374613193f8469fb47171d70f4c36f9,/Riskmanage/v2/knowledge/tree/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:08.899 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:0374613193f8469fb47171d70f4c36f9 ###, request args: {param:{"parentId":0,"treeType":"7","type":1}},, userId:1 ===>>
+14:55:08.903 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+14:55:08.904 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 7(Long), 1(Long), 1(Integer)
+14:55:08.906 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 1
+14:55:08.910 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+14:55:08.910 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 8(Long), 1(Integer), 7(Long), 1(Long)
+14:55:08.911 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+14:55:08.912 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:0374613193f8469fb47171d70f4c36f9, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"parentId":8,"treeType":"7","type":1,"status":[1],"name":"脚本规则集","tree_type":[7],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":8,"isParent":"true","name":"111","organId":1,"parentId":0,"status":1,"treeType":7,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+14:55:08.926 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList, ### traceId:dc118aae322144e58b378ca4fcd43e05,/Riskmanage/v3/rule/getRuleList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:08.928 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:dc118aae322144e58b378ca4fcd43e05 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":3}}},, userId:1 ===>>
+14:55:08.934 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Preparing: SELECT count(0) FROM t_rule WHERE organ_id = ? AND status >= 0 AND difficulty = ?
+14:55:08.934 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Parameters: 1(Long), 3(Integer)
+14:55:08.935 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - <== Total: 1
+14:55:08.935 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:dc118aae322144e58b378ca4fcd43e05, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:55:09.748 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:0cb66de2c4d946df86d89d690f3b0293,/Riskmanage/v2/knowledge/tree/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:09.750 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:0cb66de2c4d946df86d89d690f3b0293 ###, request args: {param:{"parentId":0,"treeType":"1","type":1}},, userId:1 ===>>
+14:55:09.754 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+14:55:09.754 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 1(Long), 1(Long), 1(Integer)
+14:55:09.755 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 1
+14:55:09.757 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+14:55:09.757 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 2(Long), 1(Integer), 1(Long), 1(Long)
+14:55:09.758 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+14:55:09.758 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:0cb66de2c4d946df86d89d690f3b0293, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"parentId":2,"treeType":"1","type":1,"status":[1],"name":"评分卡","tree_type":[1],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":2,"isParent":"true","name":"测试评分卡","organId":1,"parentId":0,"status":1,"treeType":1,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+14:55:09.771 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list, ### traceId:f1cda1be00714ea3995de8f70e96960f,/Riskmanage/v3/scorecard/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:09.774 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:f1cda1be00714ea3995de8f70e96960f ###, request args: {listParam:{"pageNum":1,"pageSize":10,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+14:55:09.779 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_scorecard WHERE (status IN (?, ?))
+14:55:09.780 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList_COUNT - ==> Parameters: 0(Integer), 1(Integer)
+14:55:09.781 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList_COUNT - <== Total: 1
+14:55:09.781 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20200} exit cache
+14:55:09.781 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20238} enter cache
+14:55:09.781 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - ==> Preparing: SELECT id,name,code,description,version,parent_id,user_id,author,engine_id,organ_id,type,status,created,updated,score,pd,odds,score_calculate_type,result_field_en FROM t_scorecard WHERE (status IN (?,?)) ORDER BY updated DESC LIMIT 10
+14:55:09.782 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - ==> Parameters: 0(Integer), 1(Integer)
+14:55:09.782 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - <== Total: 1
+14:55:09.782 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20202} exit cache
+14:55:09.783 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20239} enter cache
+14:55:09.785 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:55:09.785 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:55:09.786 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:55:09.786 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:f1cda1be00714ea3995de8f70e96960f, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+14:55:10.778 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/models/getModelsList, ### traceId:b27f2aebf4804ab291343192b75c3fe1,/Riskmanage/models/getModelsList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:10.779 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/models/getModelsList enter com.fibo.ddp.strategyx.aimodel.controller.ModelsController.getModelsList method, ### traceId:b27f2aebf4804ab291343192b75c3fe1 ###, request args: null, userId:1 ===>>
+14:55:10.797 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.getModelsListByOrganId - ==> Preparing: select id, model_name, description, model_type, file_name, file_path, model_field, mapping_field, status, creator, modifier, organ_id, create_time, update_time, result_field_en from t_machine_learning_models where status = 1 and organ_id = ?
+14:55:10.797 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.getModelsListByOrganId - ==> Parameters: 1(Integer)
+14:55:10.802 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.aimodel.MachineLearningModelsMapper.getModelsListByOrganId - <== Total: 0
+14:55:10.802 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20209} exit cache
+14:55:10.802 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20240} enter cache
+14:55:10.803 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.aimodel.controller.ModelsController.getModelsList method,### traceId:b27f2aebf4804ab291343192b75c3fe1, userId:1, cost time: 24 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+14:55:14.422 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list, ### traceId:5fb2541d397f45c59020e1879ab74e82,/Riskmanage/v2/datamanage/listmanage/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:14.423 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:5fb2541d397f45c59020e1879ab74e82 ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+14:55:14.428 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - ==> Preparing: SELECT count(0) FROM t_list_db l, t_user u WHERE l.user_id = u.user_id AND l.list_type = ? AND l.status != -1 AND l.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?)
+14:55:14.429 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - ==> Parameters: b(String), 1(Long)
+14:55:14.430 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - <== Total: 1
+14:55:14.430 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20222} exit cache
+14:55:14.430 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20241} enter cache
+14:55:14.430 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - ==> Preparing: select l.id, l.list_type as listType, l.list_name as listName, l.data_source as dataSource, l.list_attr as listAttr, l.list_desc as listDesc , l.table_column as tableColumn, l.match_type as matchType , l.query_type as queryType, l.query_field as queryField, l.organ_id as organId, l.status, l.user_id as userId, u.nick_name as nickName, l.created,result_field_en as resultFieldEn from t_list_db l, t_user u where l.user_id = u.user_id and l.list_type = ? and l.status != -1 and l.organ_id = ( select organ_id from t_user where user_id = ? ) order by l.created desc LIMIT 10
+14:55:14.430 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - ==> Parameters: b(String), 1(Long)
+14:55:14.431 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - <== Total: 2
+14:55:14.431 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20223} exit cache
+14:55:14.431 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20242} enter cache
+14:55:14.432 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.BeanUtils - Describing bean: com.fibo.ddp.common.model.strategyx.listlibrary.ListDb
+14:55:14.432 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Class' value 'class com.fibo.ddp.common.model.strategyx.listlibrary.ListDb' to type 'String'
+14:55:14.432 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Date' value 'Tue Jun 04 14:35:31 CST 2024' to type 'String'
+14:55:14.432 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '3' to type 'String'
+14:55:14.433 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '手机号白名单' to type 'String'
+14:55:14.433 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '白名单' to type 'String'
+14:55:14.433 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'b' to type 'String'
+14:55:14.433 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '0' to type 'String'
+14:55:14.433 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '超级管理员' to type 'String'
+14:55:14.433 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+14:55:14.433 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+14:55:14.433 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '0' to type 'String'
+14:55:14.434 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'phone' to type 'String'
+14:55:14.434 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+14:55:14.434 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+14:55:14.434 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+14:55:14.436 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Preparing: select id, list_type as listType, list_name as listName, data_source as dataSource, list_attr as listAttr, list_desc as listDesc , table_column as tableColumn, match_type as matchType , query_type as queryType, query_field as queryField, organ_id as organId, status, user_id as userId, created,result_field_en as resultFieldEn from t_list_db where id = ? and list_type = ? and organ_id = ( select organ_id from t_user where user_id = ? )
+14:55:14.436 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Parameters: 3(String), b(String), 1(String)
+14:55:14.437 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - <== Total: 1
+14:55:14.437 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20224} exit cache
+14:55:14.437 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20243} enter cache
+14:55:14.439 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:55:14.440 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:55:14.440 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:55:14.443 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+14:55:14.443 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 3(Long), list_db(String)
+14:55:14.443 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+14:55:14.444 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20225} exit cache
+14:55:14.444 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20244} enter cache
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.BeanUtils - Describing bean: com.fibo.ddp.common.model.strategyx.listlibrary.ListDb
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Class' value 'class com.fibo.ddp.common.model.strategyx.listlibrary.ListDb' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Date' value 'Mon Jun 03 11:32:29 CST 2024' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '手机号黑名单' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '黑名单' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'b' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '超级管理员' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'phone' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+14:55:14.444 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+14:55:14.445 [http-nio-8082-exec-10] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+14:55:14.447 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Preparing: select id, list_type as listType, list_name as listName, data_source as dataSource, list_attr as listAttr, list_desc as listDesc , table_column as tableColumn, match_type as matchType , query_type as queryType, query_field as queryField, organ_id as organId, status, user_id as userId, created,result_field_en as resultFieldEn from t_list_db where id = ? and list_type = ? and organ_id = ( select organ_id from t_user where user_id = ? )
+14:55:14.447 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Parameters: 1(String), b(String), 1(String)
+14:55:14.448 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - <== Total: 1
+14:55:14.450 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:55:14.451 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:55:14.451 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:55:14.454 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+14:55:14.454 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 1(Long), list_db(String)
+14:55:14.455 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+14:55:14.455 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:5fb2541d397f45c59020e1879ab74e82, userId:1, cost time: 32 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"listDbs":[{"created":1717482931000,"id":3,"listDesc":"手机号白名单","listName":"白名单","listType":"b","matchType":0,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":0,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1},{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+14:55:17.686 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:e37b5856abd84f25b4266dfc5d32aa87,/Riskmanage/v2/knowledge/tree/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:17.689 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:e37b5856abd84f25b4266dfc5d32aa87 ###, request args: {param:{"parentId":0,"treeType":"3","type":1}},, userId:1 ===>>
+14:55:17.694 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+14:55:17.694 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 3(Long), 1(Long), 1(Integer)
+14:55:17.695 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 1
+14:55:17.699 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+14:55:17.699 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 5(Long), 1(Integer), 3(Long), 1(Long)
+14:55:17.700 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+14:55:17.701 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:e37b5856abd84f25b4266dfc5d32aa87, userId:1, cost time: 13 ms ###, returnResult:{"data":[{"parentId":5,"treeType":"3","type":1,"status":[1],"name":"决策表","tree_type":[3],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":5,"isParent":"true","name":"decisiontables001","organId":1,"parentId":0,"status":1,"treeType":3,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+14:55:17.715 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList, ### traceId:8c7fecf6ebad45f6a7c74d011cfe6049,/Riskmanage/v3/decisionTables/getDecisionTablesList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:17.716 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:8c7fecf6ebad45f6a7c74d011cfe6049 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+14:55:17.722 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_decision_tables WHERE (organ_id = ? AND status <> ?)
+14:55:17.722 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList_COUNT - ==> Parameters: 1(Long), -1(Integer)
+14:55:17.723 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList_COUNT - <== Total: 1
+14:55:17.723 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20226} exit cache
+14:55:17.723 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20245} enter cache
+14:55:17.723 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList - ==> Preparing: SELECT id,name,code,description,version,status,creator,modifier,organ_id,create_time,update_time,parent_id,result_field_en FROM t_decision_tables WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC LIMIT 10
+14:55:17.723 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+14:55:17.724 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList - <== Total: 1
+14:55:17.724 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20227} exit cache
+14:55:17.724 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20246} enter cache
+14:55:17.726 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:55:17.726 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:55:17.726 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:55:17.728 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectList - ==> Preparing: SELECT id,decision_tables_id,version_code,description,status,result_field_en,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM t_decision_tables_version WHERE (decision_tables_id = ? AND status = ?) ORDER BY id DESC
+14:55:17.728 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectList - ==> Parameters: 14(Long), 1(Integer)
+14:55:17.729 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectList - <== Total: 1
+14:55:17.729 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20228} exit cache
+14:55:17.729 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20247} enter cache
+14:55:17.729 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:8c7fecf6ebad45f6a7c74d011cfe6049, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"code":"juece001","createTime":1717491346000,"creator":1,"creatorName":"超级管理员","decisionTablesVersionList":[{"createTime":1717491346000,"createUserId":1,"decisionTablesId":14,"description":"初始版本","id":14,"organId":1,"resultFieldEn":"","snapshot":"{\"id\": 14, \"status\": 1, \"organId\": 1, \"resultSet\": {\"id\": 12, \"ro\": 1, \"colum\": 1, \"versionId\": 14, \"createTime\": 1717493276000, \"resultList\": [[\"1\"]], \"updateTime\": 1717493276000, \"resultValue\": \"[[\\\"1\\\"]]\"}, \"createTime\": 1717491346000, \"updateTime\": 1717493090000, \"description\": \"初始版本\", \"topDetailVo\": [{\"id\": 68, \"type\": 1, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 69, \"type\": 2, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"parentId\": 68, \"versionId\": 14, \"createTime\": 1717493276000, \"indexValue\": 0, \"conditionList\": [{\"id\": 69, \"detailId\": 69, \"operator\": \">=\", \"createTime\": 1717493276000, \"fieldValue\": \"100000\", \"variableType\": 1}], \"dimensionality\": 2}], \"parentId\": 0, \"versionId\": 14, \"createTime\": 1717491346000, \"conditionList\": [{\"id\": 68, \"detailId\": 68, \"operator\": \">=\", \"createTime\": 1717491346000, \"fieldValue\": \"18\", \"variableType\": 1}], \"dimensionality\": 2}], \"versionCode\": \"V:0\", \"createUserId\": 1, \"leftDetailVo\": [{\"id\": 67, \"type\": 2, \"fieldEn\": \"\", \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"versionId\": 14, \"createTime\": 1717493276000, \"indexValue\": 0, \"conditionList\": [{\"id\": 67, \"detailId\": 67, \"operator\": \"\", \"createTime\": 1717493276000, \"fieldValue\": \"\", \"variableType\": 1}], \"dimensionality\": 1}], \"updateUserId\": 1, \"resultFieldEn\": \"\", \"decisionTablesId\": 14, \"strategyOutputList\": [{\"id\": 11, \"fieldEn\": \"username\", \"fieldId\": 5, \"createTime\": 1717493276000, \"fieldValue\": \"username\", \"strategyId\": 14, \"updateTime\": 1717493276000, \"strategyType\": \"decision_tables\", \"variableType\": 2}]}","status":1,"updateTime":1717493276000,"updateUserId":1,"versionCode":"V:0"}],"description":"juece001","id":14,"modifier":1,"name":"juece001","organId":1,"parentId":5,"status":1,"updateTime":1717491346000}]},"error":"00000000","status":"1"} <<====
+14:55:19.098 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:cce50a76ec4d4ce5ba1827c994bae8e6,/Riskmanage/v2/knowledge/tree/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:19.099 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:cce50a76ec4d4ce5ba1827c994bae8e6 ###, request args: {param:{"parentId":0,"treeType":"4","type":1}},, userId:1 ===>>
+14:55:19.103 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+14:55:19.104 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 4(Long), 1(Long), 1(Integer)
+14:55:19.105 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 1
+14:55:19.107 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+14:55:19.107 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 6(Long), 1(Integer), 4(Long), 1(Long)
+14:55:19.108 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+14:55:19.108 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:cce50a76ec4d4ce5ba1827c994bae8e6, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"parentId":6,"treeType":"4","type":1,"status":[1],"name":"决策树","tree_type":[4],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":6,"isParent":"true","name":"jueceshu","organId":1,"parentId":0,"status":1,"treeType":4,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+14:55:19.122 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList, ### traceId:64936ff060274af8af5ccfe41bcc2e27,/Riskmanage/v3/decisionTree/getDecisionTreeList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:19.129 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:64936ff060274af8af5ccfe41bcc2e27 ###, request args: {listParam:{"entity":{},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+14:55:19.135 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_decision_tree WHERE (status <> ? AND organ_id = ?)
+14:55:19.135 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList_COUNT - ==> Parameters: -1(Integer), 1(Long)
+14:55:19.136 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList_COUNT - <== Total: 1
+14:55:19.137 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20230} exit cache
+14:55:19.137 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20248} enter cache
+14:55:19.137 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList - ==> Preparing: SELECT id,code,name,description,folder_id,status,create_user_id,update_user_id,organ_id,create_time,update_time FROM t_decision_tree WHERE (status <> ? AND organ_id = ?) ORDER BY update_time DESC,create_time DESC,id DESC LIMIT 10
+14:55:19.137 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList - ==> Parameters: -1(Integer), 1(Long)
+14:55:19.138 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList - <== Total: 1
+14:55:19.138 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20229} exit cache
+14:55:19.138 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20249} enter cache
+14:55:19.142 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:55:19.142 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:55:19.142 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:55:19.146 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectList - ==> Preparing: SELECT id,decision_tree_id,version_code,description,status,result_field_en,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM t_decision_tree_version WHERE (decision_tree_id = ? AND status = ?) ORDER BY id DESC
+14:55:19.146 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectList - ==> Parameters: 1(Long), 1(Integer)
+14:55:19.148 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectList - <== Total: 1
+14:55:19.148 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20232} exit cache
+14:55:19.148 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20250} enter cache
+14:55:19.149 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:64936ff060274af8af5ccfe41bcc2e27, userId:1, cost time: 25 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"code":"jueceshu001","createTime":1717493930000,"createUserId":1,"creatorName":"超级管理员","description":"jueceshu001","folderId":6,"id":1,"name":"jueceshu001","organId":1,"status":1,"updateTime":1717493930000,"updateUserId":1,"versionList":[{"createTime":1717493930000,"createUserId":1,"decisionTreeId":1,"description":"初始版本","id":1,"organId":1,"resultFieldEn":"result","snapshot":"{\"id\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1717493930000, \"detailList\": [{\"id\": 29, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [{\"id\": 30, \"fieldEn\": \"phone\", \"fieldId\": 3, \"logical\": \"&&\", \"children\": [{\"id\": 31, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 32, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"nodeType\": 2, \"parentId\": 31, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"true\", \"variableType\": 1, \"conditionList\": [{\"id\": 36, \"detailId\": 32, \"operator\": \"<=\", \"createTime\": 1717493930000, \"fieldValue\": \"20000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 30, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 35, \"detailId\": 31, \"operator\": \">=\", \"createTime\": 1717493930000, \"fieldValue\": \"18\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 29, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 34, \"detailId\": 30, \"operator\": \"regex\", \"createTime\": 1717493930000, \"fieldValue\": \"^1(3[4-9]|4[7]|5[0-2,7-9]|6[2]|7[8]|8[2-4,7-8]|9[5])\\\\d{8}$\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}, {\"id\": 33, \"fieldEn\": \"phone\", \"fieldId\": 3, \"logical\": \"&&\", \"children\": [{\"id\": 34, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 35, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"nodeType\": 2, \"parentId\": 34, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"false\", \"variableType\": 1, \"conditionList\": [{\"id\": 39, \"detailId\": 35, \"operator\": \">\", \"createTime\": 1717493930000, \"fieldValue\": \"20000\", \"updateTime\": 1717493930000, \"variableType\": 1}, {\"id\": 40, \"detailId\": 35, \"operator\": \"<=\", \"createTime\": 1717493930000, \"fieldValue\": \"50000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 33, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 38, \"detailId\": 34, \"operator\": \"<\", \"createTime\": 1717493930000, \"fieldValue\": \"18\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 29, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 37, \"detailId\": 33, \"operator\": \"regex\", \"createTime\": 1717493930000, \"fieldValue\": \"^1(3[4-9]|4[7]|5[0-2,7-9]|6[2]|7[8]|8[2-4,7-8]|9[5])\\\\d{8}$\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 0, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 33, \"detailId\": 29, \"operator\": \">=\", \"createTime\": 1717493930000, \"fieldValue\": \"10000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"updateTime\": 1717494691000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"resultFieldEn\": \"result\", \"decisionTreeId\": 1, \"strategyOutputList\": [{\"id\": 16, \"fieldEn\": \"username\", \"fieldId\": 5, \"createTime\": 1717493930000, \"fieldValue\": \"username\", \"strategyId\": 1, \"updateTime\": 1717493930000, \"strategyType\": \"decision_tree\", \"variableType\": 2}]}","status":1,"updateTime":1717494725000,"updateUserId":1,"versionCode":"V:0"}]}]},"error":"00000000","status":"1"} <<====
+14:55:20.552 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:7f5a7f2b17f14daca13ca15cac9e3e90,/Riskmanage/v2/knowledge/tree/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:20.553 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:7f5a7f2b17f14daca13ca15cac9e3e90 ###, request args: {param:{"parentId":0,"treeType":"8","type":1}},, userId:1 ===>>
+14:55:20.556 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+14:55:20.556 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 8(Long), 1(Long), 1(Integer)
+14:55:20.558 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 1
+14:55:20.560 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+14:55:20.560 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 3(Long), 1(Integer), 8(Long), 1(Long)
+14:55:20.561 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+14:55:20.561 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:7f5a7f2b17f14daca13ca15cac9e3e90, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"parentId":3,"treeType":"8","type":1,"status":[1],"name":"集合操作","tree_type":[8],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":3,"isParent":"true","name":"11111","organId":1,"parentId":0,"status":1,"treeType":8,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+14:55:20.571 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/listOperation/getListOperationList, ### traceId:6764edb0111c4c868fcc40f91f50b866,/Riskmanage/v3/listOperation/getListOperationList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:20.584 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/listOperation/getListOperationList enter com.fibo.ddp.strategyx.collectionrule.controller.ListOperationController.getListOperationList method, ### traceId:6764edb0111c4c868fcc40f91f50b866 ###, request args: {listParam:{"entity":{},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+14:55:20.599 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_list_operation WHERE (status <> ? AND organ_id = ?)
+14:55:20.599 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectList_COUNT - ==> Parameters: -1(Integer), 1(Long)
+14:55:20.603 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectList_COUNT - <== Total: 1
+14:55:20.603 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20231} exit cache
+14:55:20.603 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20251} enter cache
+14:55:20.603 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectList - ==> Preparing: SELECT id,name,code,description,op_type,folder_id,status,start_time,end_time,create_user_id,update_user_id,organ_id,create_time,update_time FROM t_list_operation WHERE (status <> ? AND organ_id = ?) ORDER BY id DESC LIMIT 10
+14:55:20.603 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectList - ==> Parameters: -1(Integer), 1(Long)
+14:55:20.604 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationMapper.selectList - <== Total: 1
+14:55:20.604 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20233} exit cache
+14:55:20.604 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20252} enter cache
+14:55:20.605 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+14:55:20.605 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+14:55:20.606 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+14:55:20.637 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectList - ==> Preparing: SELECT id,list_op_id,version_code,description,input_field_en,input_field_type,group_fields,status,result_field_en,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM t_list_operation_version WHERE (list_op_id = ? AND status = ?) ORDER BY id DESC
+14:55:20.637 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectList - ==> Parameters: 1(Long), 1(Integer)
+14:55:20.645 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationVersionMapper.selectList - <== Total: 1
+14:55:20.645 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20237} exit cache
+14:55:20.645 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20253} enter cache
+14:55:20.654 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectList - ==> Preparing: SELECT id,list_op_version_id,name,group_fields,create_time,update_time FROM t_list_operation_block WHERE (list_op_version_id = ?)
+14:55:20.654 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectList - ==> Parameters: 1(Long)
+14:55:20.657 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationBlockMapper.selectList - <== Total: 1
+14:55:20.657 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20236} exit cache
+14:55:20.657 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20254} enter cache
+14:55:20.665 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectList - ==> Preparing: SELECT id,list_op_id,list_op_version_id,list_op_block_id,logical,op_type,op_key,operator,variable_type,variable_value,parent_id,condition_type,create_time,update_time FROM t_list_operation_condition WHERE (list_op_version_id = ? AND list_op_id = ?)
+14:55:20.665 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectList - ==> Parameters: 1(Long), 1(Long)
+14:55:20.667 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationConditionMapper.selectList - <== Total: 2
+14:55:20.667 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20238} exit cache
+14:55:20.668 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20255} enter cache
+14:55:20.675 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectList - ==> Preparing: SELECT id,list_op_version_id,list_op_condition_id,list_op_block_id,output_type,output_key,output_op,output_op_key,output_value,variable_type,create_time,update_time FROM t_list_operation_output WHERE (list_op_version_id = ?)
+14:55:20.675 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectList - ==> Parameters: 1(Long)
+14:55:20.678 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationOutputMapper.selectList - <== Total: 0
+14:55:20.678 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20239} exit cache
+14:55:20.678 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20256} enter cache
+14:55:20.684 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectList - ==> Preparing: SELECT id,list_op_id,list_op_version_id,list_op_block_id,logical,op_type,op_key,operator,variable_type,variable_value,parent_id,condition_type,create_time,update_time FROM t_list_operation_filter_condition WHERE (list_op_version_id = ? AND list_op_id = ?)
+14:55:20.684 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectList - ==> Parameters: 1(Long), 1(Long)
+14:55:20.687 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.collectionrule.ListOperationFilterConditionMapper.selectList - <== Total: 2
+14:55:20.687 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20240} exit cache
+14:55:20.687 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20257} enter cache
+14:55:20.742 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.collectionrule.controller.ListOperationController.getListOperationList method,### traceId:6764edb0111c4c868fcc40f91f50b866, userId:1, cost time: 108 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"code":"ssss","createTime":1717558832000,"createUserId":1,"createUserName":"超级管理员","description":"vvvv","endTime":1722355200000,"folderId":3,"id":1,"name":"vvvvv","opType":2,"organId":1,"startTime":1717171200000,"status":1,"updateTime":1717558832000,"updateUserId":1,"versionList":[{"conditionAndOutPutList":[{"condition":{"children":[{"children":[],"conditionType":2,"createTime":1717558832000,"id":2,"listOpBlockId":1,"listOpId":1,"listOpVersionId":1,"opKey":"","opType":"count","operator":">","parentId":1,"variableType":1,"variableValue":"0"}],"conditionType":1,"createTime":1717558832000,"id":1,"listOpBlockId":1,"listOpId":1,"listOpVersionId":1,"logical":"&&","parentId":0},"defaultOutput":[],"failOutput":[],"filterCondition":{"children":[{"children":[],"conditionType":2,"createTime":1717558832000,"id":2,"listOpBlockId":1,"listOpId":1,"listOpVersionId":1,"opKey":"aaa","operator":"not in","parentId":1,"variableType":1,"variableValue":"a"}],"conditionType":1,"createTime":1717558832000,"id":1,"listOpBlockId":1,"listOpId":1,"listOpVersionId":1,"logical":"&&","parentId":0,"variableType":1},"listOperationBlock":{"createTime":1717558832000,"groupFields":"[\"aaa\"]","id":1,"listOpVersionId":1,"name":"111"},"successOutput":[]}],"createTime":1717558832000,"createUserId":1,"description":"初始版本","id":1,"inputFieldEn":"111.biz_data.fields","inputFieldType":"list","listOpId":1,"organId":1,"status":1,"updateTime":1717558832000,"updateUserId":1,"versionCode":"V:0"}]}]},"error":"00000000","status":"1"} <<====
+14:55:21.446 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:f63de62d79e34a2a800e3fe35306e6f3,/Riskmanage/v2/knowledge/tree/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:21.447 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:f63de62d79e34a2a800e3fe35306e6f3 ###, request args: {param:{"parentId":0,"treeType":"10","type":1}},, userId:1 ===>>
+14:55:21.453 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+14:55:21.454 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 10(Long), 1(Long), 1(Integer)
+14:55:21.455 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 1
+14:55:21.459 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+14:55:21.460 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 7(Long), 1(Integer), 10(Long), 1(Long)
+14:55:21.460 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+14:55:21.461 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:f63de62d79e34a2a800e3fe35306e6f3, userId:1, cost time: 14 ms ###, returnResult:{"data":[{"parentId":7,"treeType":"10","type":1,"status":[1],"name":"数据清洗","tree_type":[10],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":7,"isParent":"true","name":"shujuqingxi","organId":1,"parentId":0,"status":1,"treeType":10,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+14:55:21.476 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/dataClean/getDataCleanList, ### traceId:d3fd4e76d4b94919899f72e0bcc7fb67,/Riskmanage/dataClean/getDataCleanList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:21.490 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/dataClean/getDataCleanList enter com.fibo.ddp.strategyx.dataclean.controller.DataCleanController.getDataCleanList method, ### traceId:d3fd4e76d4b94919899f72e0bcc7fb67 ###, request args: {listParam:{"entity":{},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+14:55:21.505 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_data_clean WHERE (status <> ? AND organ_id = ?)
+14:55:21.506 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectList_COUNT - ==> Parameters: -1(Integer), 1(Long)
+14:55:21.512 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.dataclean.DataCleanMapper.selectList_COUNT - <== Total: 1
+14:55:21.512 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20241} exit cache
+14:55:21.512 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20258} enter cache
+14:55:21.512 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.dataclean.controller.DataCleanController.getDataCleanList method,### traceId:d3fd4e76d4b94919899f72e0bcc7fb67, userId:1, cost time: 27 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+14:55:23.468 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList, ### traceId:730884e0867a46f8afa60be959515359,/Riskmanage/v2/engine/getEngineList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:23.474 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:730884e0867a46f8afa60be959515359 ###, request args: {searchString:null},{pageNo:1},{pageSize:999999},, userId:1 ===>>
+14:55:23.481 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Preparing: SELECT count(0) FROM t_engine WHERE status > -1 AND organ_id = ?
+14:55:23.482 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Parameters: 1(Long)
+14:55:23.483 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - <== Total: 1
+14:55:23.483 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20242} exit cache
+14:55:23.483 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20259} enter cache
+14:55:23.483 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Preparing: SELECT * FROM t_engine where status>-1 and organ_id = ? order by update_datetime desc LIMIT 999999
+14:55:23.483 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Parameters: 1(Long)
+14:55:23.484 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+14:55:23.485 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 2(Long)
+14:55:23.486 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+14:55:23.486 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 2(Long)
+14:55:23.487 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 2
+14:55:23.487 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20243} exit cache
+14:55:23.487 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20262} enter cache
+14:55:23.487 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+14:55:23.488 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20244} exit cache
+14:55:23.488 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20261} enter cache
+14:55:23.488 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+14:55:23.488 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 1(Long)
+14:55:23.489 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+14:55:23.489 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 1(Long)
+14:55:23.491 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 5
+14:55:23.491 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+14:55:23.491 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - <== Total: 2
+14:55:23.491 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20245} exit cache
+14:55:23.491 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20260} enter cache
+14:55:23.492 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:730884e0867a46f8afa60be959515359, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":999999,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+14:55:26.375 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results, ### traceId:0661026c22424eb1867c1d9a4a80abe6,/Riskmanage/v2/monitor/results, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:26.376 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results enter com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method, ### traceId:0661026c22424eb1867c1d9a4a80abe6 ###, request args: {param:{"engineId":0,"startDate":"2024-09-19","endDate":"2024-09-26","businessId":"","pageNo":1,"pageSize":10}},, userId:1 ===>>
+14:55:26.382 [http-nio-8082-exec-10] INFO com.fibo.ddp.monitor.controller.decisionflow.MonitorController - /v2/monitor//results inputParam :{engineId=0, startDate=2024-09-19, endDate=2024-09-26, businessId=, pageNo=1, pageSize=10}
+14:55:26.390 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Preparing: SELECT count(0) FROM t_resultset WHERE 1 = 1 AND engine_id = ? AND create_datetime >= ? AND create_datetime <= DATE_ADD(STR_TO_DATE(?, '%Y-%m-%d'), INTERVAL 1 DAY)
+14:55:26.390 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Parameters: 0(Integer), 2024-09-19(String), 2024-09-26(String)
+14:55:26.392 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - <== Total: 1
+14:55:26.392 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20246} exit cache
+14:55:26.392 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20263} enter cache
+14:55:26.392 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method,### traceId:0661026c22424eb1867c1d9a4a80abe6, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"endDate":"2024-09-26","pageNo":1,"businessId":"","pageSize":10,"startDate":"2024-09-19","engineId":0},"error":"00000000","status":"1"} <<====
+14:55:35.467 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results, ### traceId:fced801b87414fa586be2deba6557d27,/Riskmanage/v2/monitor/results, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:35.470 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results enter com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method, ### traceId:fced801b87414fa586be2deba6557d27 ###, request args: {param:{"engineId":1,"startDate":"2024-09-19","endDate":"2024-09-26","businessId":"","pageNo":1,"pageSize":10}},, userId:1 ===>>
+14:55:35.470 [http-nio-8082-exec-9] INFO com.fibo.ddp.monitor.controller.decisionflow.MonitorController - /v2/monitor//results inputParam :{engineId=1, startDate=2024-09-19, endDate=2024-09-26, businessId=, pageNo=1, pageSize=10}
+14:55:35.476 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Preparing: SELECT count(0) FROM t_resultset WHERE 1 = 1 AND engine_id = ? AND create_datetime >= ? AND create_datetime <= DATE_ADD(STR_TO_DATE(?, '%Y-%m-%d'), INTERVAL 1 DAY)
+14:55:35.477 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Parameters: 1(Integer), 2024-09-19(String), 2024-09-26(String)
+14:55:35.479 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - <== Total: 1
+14:55:35.479 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method,### traceId:fced801b87414fa586be2deba6557d27, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"endDate":"2024-09-26","pageNo":1,"businessId":"","pageSize":10,"startDate":"2024-09-19","engineId":1},"error":"00000000","status":"1"} <<====
+14:55:38.299 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysLog/getLogList, ### traceId:60c944c62d6346b4afb78fcae8acb0cc,/Riskmanage/v2/sysLog/getLogList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+14:55:38.303 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysLog/getLogList enter com.fibo.ddp.monitor.controller.logger.LoggerController.getLogList method, ### traceId:60c944c62d6346b4afb78fcae8acb0cc ###, request args: {loggerParam:{"endDate":"2024-09-26","pageNo":1,"pageSize":10,"searchKey":"","startDate":"2024-09-26"}},, userId:1 ===>>
+14:55:38.314 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+14:55:38.314 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 2024-09-26(String), 2024-09-26(String)
+14:55:38.317 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+14:55:38.317 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20247} exit cache
+14:55:38.317 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20264} enter cache
+14:55:38.318 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 10
+14:55:38.318 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 2024-09-26(String), 2024-09-26(String)
+14:55:38.323 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 10
+14:55:38.323 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20248} exit cache
+14:55:38.323 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20265} enter cache
+14:55:38.324 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.monitor.controller.logger.LoggerController.getLogList method,### traceId:60c944c62d6346b4afb78fcae8acb0cc, userId:1, cost time: 23 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"logList":[{"endTime":1727333693000,"id":995,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e5faee51, status=1, error=00000000, msg=null, data={token=9c0df0b0fba140948e485c3d6d48e5d6})","startTime":1727333693000},{"endTime":1727331331000,"id":994,"ip":"127.0.0.1","method":"addTree","opName":"保存字段映射或数据管理目录","opType":"saveFieldTree","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/addTree","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@c74c0c90, status=1, error=00000000, msg=null, data={parentId=0, fieldType=aaaa, type=5, userId=1, organId=1, engineId=null, isCommon=1, fieldTypeId=8, id=8, result=1})","startTime":1727331331000},{"endTime":1727331071000,"id":993,"ip":"127.0.0.1","method":"updateStatus","opName":"修改数据管理中的字段","opType":"updateFieldStatus","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c79, status=1, error=00000000, msg=null, data={status=0, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})","startTime":1727331071000},{"endTime":1727331069000,"id":992,"ip":"127.0.0.1","method":"updateStatus","opName":"修改数据管理中的字段","opType":"updateFieldStatus","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c7a, status=1, error=00000000, msg=null, data={status=1, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})","startTime":1727331069000},{"endTime":1727331066000,"id":991,"ip":"127.0.0.1","method":"updateStatus","opName":"修改数据管理中的字段","opType":"updateFieldStatus","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c79, status=1, error=00000000, msg=null, data={status=0, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})","startTime":1727331066000},{"endTime":1727331063000,"id":990,"ip":"127.0.0.1","method":"updateStatus","opName":"修改数据管理中的字段","opType":"updateFieldStatus","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c7a, status=1, error=00000000, msg=null, data={status=1, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})","startTime":1727331063000},{"endTime":1727330760000,"id":989,"ip":"127.0.0.1","method":"updateTree","opName":"修改字段映射或数据管理目录","opType":"updateFieldTree","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)","startTime":1727330760000},{"endTime":1727330749000,"id":988,"ip":"127.0.0.1","method":"updateTree","opName":"修改字段映射或数据管理目录","opType":"updateFieldTree","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)","startTime":1727330749000},{"endTime":1727330733000,"id":987,"ip":"127.0.0.1","method":"addTree","opName":"保存字段映射或数据管理目录","opType":"saveFieldTree","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/addTree","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@843524de, status=1, error=00000000, msg=null, data={parentId=0, fieldType=通用字段, type=5, userId=1, organId=1, engineId=null, isCommon=1, fieldTypeId=7, id=7, result=1})","startTime":1727330733000},{"endTime":1727330720000,"id":986,"ip":"127.0.0.1","method":"updateTree","opName":"修改字段映射或数据管理目录","opType":"updateFieldTree","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateTree","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)","startTime":1727330720000}]},"error":"00000000","status":"1"} <<====
+14:57:14.895 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:9decab585f7e497cb256fe9ab19e1b61,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:57:14.900 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:9decab585f7e497cb256fe9ab19e1b61 ###, request args: {param:{"type":1}},, userId:1 ===>>
+14:57:14.907 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+14:57:14.907 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+14:57:14.911 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+14:57:14.911 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20249} exit cache
+14:57:14.912 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20266} enter cache
+14:57:14.912 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:9decab585f7e497cb256fe9ab19e1b61, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+14:57:14.917 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:ca48a669a35341a09f969f1c13b304b7,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+14:57:14.918 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:ca48a669a35341a09f969f1c13b304b7 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+14:57:14.922 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+14:57:14.922 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+14:57:14.927 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+14:57:14.927 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20250} exit cache
+14:57:14.927 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20267} enter cache
+14:57:14.927 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+14:57:14.927 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+14:57:14.930 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+14:57:14.930 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20251} exit cache
+14:57:14.930 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20268} enter cache
+14:57:14.931 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:ca48a669a35341a09f969f1c13b304b7, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+15:03:29.403 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:bcb932046e6f460a957a9408783e8a2d,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:03:29.409 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:bcb932046e6f460a957a9408783e8a2d ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:03:29.420 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:03:29.421 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:03:29.424 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:03:29.424 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20252} exit cache
+15:03:29.424 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20269} enter cache
+15:03:29.424 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:bcb932046e6f460a957a9408783e8a2d, userId:1, cost time: 15 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"0ba12201-0bd6-4a0c-b197-205e6a2375b5","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"dbefd766-353d-4476-b477-502a3d0be443","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"6c6ff8d4-5cc0-4fd1-aee1-efaa2ea4ead1","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:03:36.906 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:b65cadb5a3e244c99f3a5804289570cd,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:03:36.909 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:b65cadb5a3e244c99f3a5804289570cd ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:03:36.915 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:03:36.915 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:03:36.917 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:03:36.918 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:b65cadb5a3e244c99f3a5804289570cd, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"d9019780-798b-4859-83e6-36806e366c02","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"7fb71d4b-4cee-4a9c-a61f-c188daac87a3","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"de547c0f-921d-4972-b79f-c576b1beb954","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:03:58.352 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:b7aa14ef325a41999c8e2256757a39a7,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:03:58.354 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:b7aa14ef325a41999c8e2256757a39a7 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:03:58.360 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:03:58.360 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:03:58.362 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:03:58.363 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:b7aa14ef325a41999c8e2256757a39a7, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"0e2be994-caab-4e63-877f-aeccd74909c9","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"05c1a5dc-6a63-4a3d-9533-338917bd4dc6","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"9cc3382d-4e71-4335-91f8-78d57663d68e","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:05:03.438 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:c984ce00ea92471b8507952c395de2df,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:05:03.444 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:c984ce00ea92471b8507952c395de2df ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:05:03.455 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:05:03.455 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:05:03.458 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:05:03.458 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:c984ce00ea92471b8507952c395de2df, userId:1, cost time: 14 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"6216b43e-2f52-40d7-ac56-c41edd0d1513","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"048e9d7d-b396-472b-aead-ba0b5c437a96","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"7ea063b2-6a8b-4857-b1cc-bddf52d274bd","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:05:40.883 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:ebfe2155269549c186c3726768ac0d2e,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:05:40.885 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:ebfe2155269549c186c3726768ac0d2e ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:05:40.891 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:05:40.891 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:05:40.893 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:05:40.894 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:ebfe2155269549c186c3726768ac0d2e, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"2866df01-055e-4351-84f3-3645cc9e8fbb","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"1def8bb3-dd3e-40c2-908f-0d8bb925dd78","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"d8be0e48-8ef0-4fcd-aa95-fb604521e3fb","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:05:49.005 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:c34d8f48e36546bbbfbab5f09c464cd5,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:05:49.006 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:c34d8f48e36546bbbfbab5f09c464cd5 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:05:49.009 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:05:49.009 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:05:49.011 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:05:49.012 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:c34d8f48e36546bbbfbab5f09c464cd5, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:05:49.018 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:4876544419094506bd32df0d80c9e4e6,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:05:49.019 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:4876544419094506bd32df0d80c9e4e6 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:05:49.022 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:05:49.022 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:05:49.023 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:05:49.024 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20012} exit cache
+15:05:49.024 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20270} enter cache
+15:05:49.024 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:05:49.024 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:05:49.025 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:05:49.025 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20253} exit cache
+15:05:49.025 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20271} enter cache
+15:05:49.026 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:4876544419094506bd32df0d80c9e4e6, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:05:51.655 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:3a46af17fe8b468b9372beb8a3bd5f74,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:05:51.656 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:65046150107c449886f437af1d3e32a1,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:05:51.657 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:3a46af17fe8b468b9372beb8a3bd5f74 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:05:51.658 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:65046150107c449886f437af1d3e32a1 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:05:51.663 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:05:51.663 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:05:51.664 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:05:51.664 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:05:51.664 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:05:51.665 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:65046150107c449886f437af1d3e32a1, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:05:51.666 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:05:51.666 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20168} exit cache
+15:05:51.666 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20272} enter cache
+15:05:51.667 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:3a46af17fe8b468b9372beb8a3bd5f74, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"8cf379e0-2c3a-42c9-83f7-a27160573e7f","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"843d0fef-6229-4663-89de-4242917d1635","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"af252cdf-6bd2-41d1-a33d-0fa479096623","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:05:51.675 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:8f9954ad14314669ab849186a3a41b86,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:05:51.676 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:8f9954ad14314669ab849186a3a41b86 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:05:51.680 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:05:51.680 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:05:51.681 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:05:51.681 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:05:51.681 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:05:51.682 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:05:51.682 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:8f9954ad14314669ab849186a3a41b86, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:06:12.810 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:6c4d5eb51873476fbadeae9565bb6f2a,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:06:12.815 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:6c4d5eb51873476fbadeae9565bb6f2a ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:06:12.822 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:06:12.823 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:06:12.826 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:06:12.827 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:6c4d5eb51873476fbadeae9565bb6f2a, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"b947b5d6-749b-4d8b-a22e-2c1783cdd4ff","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"a947b577-d6c2-4e72-8d21-82c9a1263036","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"d9ed496a-4312-4ed6-b20e-d42fbc6db1c9","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:06:25.079 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:59cab3f93df246bd89946f09bae70795,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:06:25.081 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:59cab3f93df246bd89946f09bae70795 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:06:25.087 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:06:25.088 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:06:25.089 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:06:25.089 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:59cab3f93df246bd89946f09bae70795, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"53b2241b-fd6e-4499-a71a-33663bdb8390","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"5b7bb6bd-c68c-4de5-a603-6ce58d3a9388","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"0a65ce73-c3d4-4cec-9bf9-c34d793c116e","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:07:11.998 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:44381798f6ff43dfae382dfe6d59666d,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:07:12.003 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:44381798f6ff43dfae382dfe6d59666d ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:07:12.013 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:07:12.013 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:07:12.015 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:07:12.016 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:44381798f6ff43dfae382dfe6d59666d, userId:1, cost time: 13 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"8b72a859-1945-4c22-bc4e-b5e079157929","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"befa0d77-64cb-4dd1-9028-35acb8c9f350","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"c23409fc-b140-4845-b493-d3581a587ea1","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:07:26.693 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:f9e8d397227249e3af4c5625e2f8072a,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:07:26.694 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:f9e8d397227249e3af4c5625e2f8072a ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:07:26.698 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:07:26.701 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:07:26.724 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:07:26.725 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:f9e8d397227249e3af4c5625e2f8072a, userId:1, cost time: 31 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:07:26.741 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:c1cc38653b39445392e993937a88fd88,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:07:26.742 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:c1cc38653b39445392e993937a88fd88 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:07:26.745 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:07:26.745 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:07:26.746 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:07:26.747 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:07:26.747 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:07:26.748 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:07:26.748 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:c1cc38653b39445392e993937a88fd88, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:07:44.413 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:8ae6dffb2ef4458dacd48f17a07d024d,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:07:44.415 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8ae6dffb2ef4458dacd48f17a07d024d ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:07:44.416 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:07:44.416 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:07:44.417 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:07:44.417 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8ae6dffb2ef4458dacd48f17a07d024d, userId:1, cost time: 3 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:07:44.422 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:a2a28669646e473ca0abe6281ff2a668,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:07:44.423 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:a2a28669646e473ca0abe6281ff2a668 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:07:44.425 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:07:44.425 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:07:44.426 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:07:44.426 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:07:44.426 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:07:44.427 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:07:44.427 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:a2a28669646e473ca0abe6281ff2a668, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:08:01.718 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:69a8aafa38f44a088235bc16aa09dbf0,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:08:01.721 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:69a8aafa38f44a088235bc16aa09dbf0 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:08:01.727 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:08:01.728 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:08:01.732 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:08:01.733 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:69a8aafa38f44a088235bc16aa09dbf0, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:08:01.747 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:7e7f427488de4aaa98741ae9a8071c50,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:08:01.748 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:7e7f427488de4aaa98741ae9a8071c50 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:08:01.753 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:08:01.753 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:08:01.754 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:08:01.754 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:08:01.754 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:08:01.755 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:08:01.755 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:7e7f427488de4aaa98741ae9a8071c50, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:09:05.636 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:5eeb6d30e5d14fa5bc046dcf46240a77,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:09:05.645 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:5eeb6d30e5d14fa5bc046dcf46240a77 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:09:05.661 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:09:05.664 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:09:05.669 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:09:05.671 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:5eeb6d30e5d14fa5bc046dcf46240a77, userId:1, cost time: 26 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:09:05.681 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:e241ee626dc34ad2aff2f976fad57d2e,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:09:05.682 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e241ee626dc34ad2aff2f976fad57d2e ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:09:05.686 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:09:05.686 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:09:05.687 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:09:05.687 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:09:05.687 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:09:05.689 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:09:05.689 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e241ee626dc34ad2aff2f976fad57d2e, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:09:08.180 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:a5ff725309a94aeab0ca5008d1e522bd,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:09:08.180 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:98a52dacd1474f2f98237b32f1cf6eb5,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:09:08.182 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:a5ff725309a94aeab0ca5008d1e522bd ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:09:08.183 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:98a52dacd1474f2f98237b32f1cf6eb5 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:09:08.186 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:09:08.186 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:09:08.187 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:09:08.188 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:a5ff725309a94aeab0ca5008d1e522bd, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:09:08.188 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:09:08.189 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:09:08.205 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:09:08.206 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:98a52dacd1474f2f98237b32f1cf6eb5, userId:1, cost time: 23 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"aafd32c2-894a-43d3-be97-86603e38b4ee","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"ce740078-e978-4076-9bd1-b62c56ff3853","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"f23fe5fa-2e14-4ed3-9229-1441e7ca861d","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:09:08.212 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:e8eedd0aa915484a816709e94ee2759c,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:09:08.214 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e8eedd0aa915484a816709e94ee2759c ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:09:08.219 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:09:08.219 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:09:08.220 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:09:08.220 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:09:08.221 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:09:08.221 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:09:08.222 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e8eedd0aa915484a816709e94ee2759c, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:14:37.899 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:64768580a5654fc5a23e710ad1362148,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:14:37.925 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:64768580a5654fc5a23e710ad1362148 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:14:37.936 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:14:37.937 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:14:37.942 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:14:37.942 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:64768580a5654fc5a23e710ad1362148, userId:1, cost time: 19 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:14:37.949 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:a0b0c851c862483e97b23f00cb7aae7d,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:14:37.951 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:a0b0c851c862483e97b23f00cb7aae7d ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:14:37.955 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:14:37.955 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:14:37.957 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:14:37.957 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:14:37.957 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:14:37.959 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:14:37.959 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:a0b0c851c862483e97b23f00cb7aae7d, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:14:51.659 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:45b27f9e9df44c7f92fe7da1ef44f0b0,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:14:51.661 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:45b27f9e9df44c7f92fe7da1ef44f0b0 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:14:51.666 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:14:51.666 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:14:51.667 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:14:51.668 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:45b27f9e9df44c7f92fe7da1ef44f0b0, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:14:51.678 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:ee148237dc0c4986a91e0d0decac355c,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:14:51.679 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:ee148237dc0c4986a91e0d0decac355c ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:14:51.681 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:14:51.682 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:14:51.683 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:14:51.683 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:14:51.684 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:14:51.686 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:14:51.686 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:ee148237dc0c4986a91e0d0decac355c, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:19:13.982 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:5285753b4de8417ca7e2c6a04e00769c,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:19:13.989 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:5285753b4de8417ca7e2c6a04e00769c ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:19:13.999 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:19:13.999 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:19:14.001 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:19:14.002 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:5285753b4de8417ca7e2c6a04e00769c, userId:1, cost time: 13 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:19:14.010 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:cd1ad4f43b0240aebd303c74edecba0d,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:19:14.011 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:cd1ad4f43b0240aebd303c74edecba0d ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:19:14.017 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:19:14.017 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:19:14.018 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:19:14.018 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:19:14.018 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:19:14.020 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:19:14.020 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:cd1ad4f43b0240aebd303c74edecba0d, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:19:49.452 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:e1d43cc23d3f46beba3a0c8fdc1f5249,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:19:49.454 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:e1d43cc23d3f46beba3a0c8fdc1f5249 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:19:49.459 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:19:49.459 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:19:49.461 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:19:49.461 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:e1d43cc23d3f46beba3a0c8fdc1f5249, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:19:49.468 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:344a7d68e7d84ff1a26ccedb483c118f,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:19:49.469 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:344a7d68e7d84ff1a26ccedb483c118f ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:19:49.474 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:19:49.474 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:19:49.475 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:19:49.475 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:19:49.475 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:19:49.476 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:19:49.476 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:344a7d68e7d84ff1a26ccedb483c118f, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:20:13.541 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:ad8960ae0ac84a349e3e12c787ce38a1,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:20:13.542 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:ad8960ae0ac84a349e3e12c787ce38a1 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:20:13.546 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:20:13.546 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:20:13.547 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:20:13.547 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:ad8960ae0ac84a349e3e12c787ce38a1, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:20:13.552 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:a1a245ae1f1449f38ec0cffcafd4eb64,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:20:13.552 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:a1a245ae1f1449f38ec0cffcafd4eb64 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:20:13.558 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:20:13.558 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:20:13.559 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:20:13.559 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:20:13.559 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:20:13.560 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:20:13.560 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:a1a245ae1f1449f38ec0cffcafd4eb64, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:20:44.758 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:140c98633efb4013b5ea9e7ccdacaefc,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:20:44.759 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:140c98633efb4013b5ea9e7ccdacaefc ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:20:44.763 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:20:44.763 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:20:44.764 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:20:44.764 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:140c98633efb4013b5ea9e7ccdacaefc, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:20:44.771 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:c4fca316d5f54180ba6be51c04075bf4,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:20:44.771 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:c4fca316d5f54180ba6be51c04075bf4 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:20:44.774 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:20:44.775 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:20:44.775 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:20:44.775 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:20:44.776 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:20:44.776 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:20:44.777 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:c4fca316d5f54180ba6be51c04075bf4, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:21:19.217 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:8c4e7a92f63545858239bb9a71789230,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:21:19.221 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8c4e7a92f63545858239bb9a71789230 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:21:19.227 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:21:19.227 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:21:19.230 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:21:19.230 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8c4e7a92f63545858239bb9a71789230, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:21:19.240 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:fb4714389c2246d4a88661218b7cb169,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:21:19.243 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:fb4714389c2246d4a88661218b7cb169 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:21:19.251 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:21:19.251 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:21:19.254 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:21:19.254 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:21:19.254 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:21:19.259 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:21:19.259 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:fb4714389c2246d4a88661218b7cb169, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:22:49.317 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:1460d1d2cdce414991c2a997878c19ca,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:22:49.323 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:1460d1d2cdce414991c2a997878c19ca ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:22:49.332 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:22:49.332 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:22:49.335 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:22:49.335 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:1460d1d2cdce414991c2a997878c19ca, userId:1, cost time: 13 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:22:49.344 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:7ea58b4d1d064437a2d5b7d8d30d2b6c,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:22:49.346 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:7ea58b4d1d064437a2d5b7d8d30d2b6c ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:22:49.350 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:22:49.350 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:22:49.351 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:22:49.351 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:22:49.351 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:22:49.353 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:22:49.353 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:7ea58b4d1d064437a2d5b7d8d30d2b6c, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:25:06.317 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:8576c0cb115042efa9b9b9348ee0d32a,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:25:06.325 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8576c0cb115042efa9b9b9348ee0d32a ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:25:06.331 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:25:06.331 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:25:06.333 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:25:06.334 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8576c0cb115042efa9b9b9348ee0d32a, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:25:06.349 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:318d30c6f0af48a48796567bcfc5124b,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:25:06.350 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:318d30c6f0af48a48796567bcfc5124b ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:25:06.356 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:25:06.356 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:25:06.358 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:25:06.358 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:25:06.358 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:25:06.359 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:25:06.359 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:318d30c6f0af48a48796567bcfc5124b, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:28:02.287 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/dictionary/getByKey, ### traceId:a36271266c544dcc9f9409efecc4ec6c,/Riskmanage/dictionary/getByKey, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+15:28:02.297 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/dictionary/getByKey enter com.fibo.ddp.authx.dictionary.controller.DictionaryController.getByKey method, ### traceId:a36271266c544dcc9f9409efecc4ec6c ###, request args: {param:{"dictKey":"holdSystemList"}},, userId:1 ===>>
+15:28:02.305 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectOne - ==> Preparing: SELECT id,dict_key,dict_value,create_time,update_time FROM t_dictionary WHERE (dict_key = ?)
+15:28:02.305 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectOne - ==> Parameters: holdSystemList(String)
+15:28:02.312 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.dictionary.DictionaryMapper.selectOne - <== Total: 1
+15:28:02.313 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20254} exit cache
+15:28:02.313 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20273} enter cache
+15:28:02.314 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.dictionary.controller.DictionaryController.getByKey method,### traceId:a36271266c544dcc9f9409efecc4ec6c, userId:1, cost time: 22 ms ###, returnResult:{"data":{"createTime":1639558118000,"dictKey":"holdSystemList","dictValue":"EngineX,DataX,Auth","id":1,"updateTime":1639634927000},"error":"00000000","status":"1"} <<====
+15:28:02.378 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:6aa63357c4e14c639124a1caaa3e8ed7,/Riskmanage/v2/sysMenu/getMenuList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+15:28:02.378 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:5dfd951eb6054e2487d89b45f67b7af0,/Riskmanage/v2/sysMenu/getMenus, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+15:28:02.379 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:6aa63357c4e14c639124a1caaa3e8ed7 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:28:02.379 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:5dfd951eb6054e2487d89b45f67b7af0 ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:28:02.382 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:28:02.382 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: Auth(String)
+15:28:02.382 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+15:28:02.383 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+15:28:02.383 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 4
+15:28:02.383 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:5dfd951eb6054e2487d89b45f67b7af0, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"},{"icon":"el-icon-location-outline","index":"/resourceManagement","title":"资源管理"},{"icon":"el-icon-link","index":"/organizationManagement","title":"组织管理"}],"error":"00000000","status":"1"} <<====
+15:28:02.384 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+15:28:02.384 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20169} exit cache
+15:28:02.384 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20274} enter cache
+15:28:02.384 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+15:28:02.384 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+15:28:02.385 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+15:28:02.385 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20167} exit cache
+15:28:02.385 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20275} enter cache
+15:28:02.385 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:6aa63357c4e14c639124a1caaa3e8ed7, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+15:28:04.955 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:d12d5994a1c0448699710581bd2cd79c,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:28:04.957 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:d12d5994a1c0448699710581bd2cd79c ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:28:04.961 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:28:04.962 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:28:04.964 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:28:04.965 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:d12d5994a1c0448699710581bd2cd79c, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:28:04.975 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:e8b5a59fa3f74ed5856a69378d99196b,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:28:04.976 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e8b5a59fa3f74ed5856a69378d99196b ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:28:04.983 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:28:04.983 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:28:04.985 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:28:04.985 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:28:04.985 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:28:04.987 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:28:04.990 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e8b5a59fa3f74ed5856a69378d99196b, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:28:07.814 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:db81edc560b44da9afe0a472a3538cb5,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:28:07.814 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:2321364d9c6f4d99af4f1a66e42fc912,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:28:07.815 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:2321364d9c6f4d99af4f1a66e42fc912 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:28:07.815 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:db81edc560b44da9afe0a472a3538cb5 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:28:07.819 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:28:07.820 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:28:07.821 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:28:07.821 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:28:07.821 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:28:07.821 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:28:07.821 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:db81edc560b44da9afe0a472a3538cb5, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"906e1a36-374d-4689-a3ee-43a40c20c497","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"53946e66-f963-4cd3-8fe9-12bb5a9fd783","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"57756c7b-617a-4587-9791-47cf05e83ce7","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:28:07.822 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:2321364d9c6f4d99af4f1a66e42fc912, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:28:07.832 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:5da09340228e41d0aa4dbb673e964fd0,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:28:07.833 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:5da09340228e41d0aa4dbb673e964fd0 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:28:07.839 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:28:07.839 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:28:07.840 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:28:07.840 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:28:07.840 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:28:07.842 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:28:07.842 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:5da09340228e41d0aa4dbb673e964fd0, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:28:50.369 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:774bbec987254e5fa4caac0d67e550f3,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:28:50.369 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:d67110ab98b44f9ab7688769c575503b,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:28:50.374 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:774bbec987254e5fa4caac0d67e550f3 ###, request args: {param:{"type":5}},, userId:1 ===>>
+15:28:50.374 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:d67110ab98b44f9ab7688769c575503b ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:28:50.382 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:28:50.383 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+15:28:50.383 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:28:50.383 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:28:50.399 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:28:50.400 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:774bbec987254e5fa4caac0d67e550f3, userId:1, cost time: 26 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:28:50.402 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:28:50.403 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:d67110ab98b44f9ab7688769c575503b, userId:1, cost time: 29 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"8cb25105-0839-4ea6-8c37-4543f388c607","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"07f4fac3-ffff-4cbd-bc5e-29a8e2641389","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"478fd1c6-0b0b-43ef-9980-35dca4051a00","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:28:50.410 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:aa987d1f5f524a1eb45ac0282937054b,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:28:50.411 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:aa987d1f5f524a1eb45ac0282937054b ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:28:50.415 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:28:50.415 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:28:50.416 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:28:50.416 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:28:50.416 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:28:50.417 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:28:50.417 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:aa987d1f5f524a1eb45ac0282937054b, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:30:41.894 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:ac9a4e2b641c40c7a0ac8a90a1f0cc99,/Riskmanage/DataX/statistics/getFieldCallCountList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:30:41.894 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:810e37c041454756b72df06026e565fc,/Riskmanage/DataX/home/getIndexInfo, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:30:41.898 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:810e37c041454756b72df06026e565fc ###, request args: null, userId:1 ===>>
+15:30:41.899 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:ac9a4e2b641c40c7a0ac8a90a1f0cc99 ###, request args: {param:{}},, userId:1 ===>>
+15:30:41.904 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+15:30:41.904 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+15:30:41.904 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+15:30:41.904 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+15:30:41.906 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+15:30:41.906 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20196} exit cache
+15:30:41.906 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20276} enter cache
+15:30:41.906 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:ac9a4e2b641c40c7a0ac8a90a1f0cc99, userId:1, cost time: 7 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+15:30:41.906 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+15:30:41.907 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20255} exit cache
+15:30:41.907 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20277} enter cache
+15:30:41.911 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+15:30:41.911 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 15:30:41(String)
+15:30:41.913 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+15:30:41.913 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20256} exit cache
+15:30:41.913 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20278} enter cache
+15:30:41.913 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+15:30:41.913 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 15:30:41(String)
+15:30:41.916 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 6
+15:30:41.916 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20257} exit cache
+15:30:41.916 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20279} enter cache
+15:30:41.926 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+15:30:41.926 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+15:30:41.927 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+15:30:41.927 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20234} exit cache
+15:30:41.927 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20280} enter cache
+15:30:41.933 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+15:30:41.933 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+15:30:41.938 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+15:30:41.938 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20235} exit cache
+15:30:41.938 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20281} enter cache
+15:30:41.942 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+15:30:41.942 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+15:30:41.944 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 4
+15:30:41.944 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20258} exit cache
+15:30:41.944 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20282} enter cache
+15:30:41.946 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+15:30:41.946 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+15:30:41.946 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+15:30:41.946 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20259} exit cache
+15:30:41.946 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20283} enter cache
+15:30:41.947 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:810e37c041454756b72df06026e565fc, userId:1, cost time: 48 ms ###, returnResult:{"data":{"fieldCount":9,"lastLoginTime":1727329535000,"databaseCount":1,"logList":[{"endTime":1727333693000,"id":995,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e5faee51, status=1, error=00000000, msg=null, data={token=9c0df0b0fba140948e485c3d6d48e5d6})","startTime":1727333693000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":6,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4}]},"error":"00000000","status":"1"} <<====
+15:31:08.249 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:3a21b95c336442148f00e6ccbd2d631d,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:31:08.249 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:4f5b6cec25d247e9b47a7c44a9ec8cec,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:31:08.249 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:ce51a01a43384bbab58baf14b241369a,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:31:08.253 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:3a21b95c336442148f00e6ccbd2d631d ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727335868209,"queryTimeStart":1727193600208,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+15:31:08.253 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:ce51a01a43384bbab58baf14b241369a ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727335868209,"queryTimeStart":1727193600209,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+15:31:08.253 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:4f5b6cec25d247e9b47a7c44a9ec8cec ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727335868209,"queryTimeStart":1727193600209,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+15:31:08.263 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_use_sql = TRUE) table_count
+15:31:08.264 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.208(Timestamp), 2024-09-26 15:31:08.209(Timestamp)
+15:31:08.265 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+15:31:08.265 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.209(Timestamp), 2024-09-26 15:31:08.209(Timestamp)
+15:31:08.266 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+15:31:08.266 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20262} exit cache
+15:31:08.266 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_derivative = TRUE) table_count
+15:31:08.266 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20284} enter cache
+15:31:08.266 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+15:31:08.266 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.209(Timestamp), 2024-09-26 15:31:08.209(Timestamp)
+15:31:08.266 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20197} exit cache
+15:31:08.266 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20285} enter cache
+15:31:08.266 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_use_sql = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+15:31:08.266 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+15:31:08.267 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.209(Timestamp), 2024-09-26 15:31:08.209(Timestamp)
+15:31:08.267 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.208(Timestamp), 2024-09-26 15:31:08.209(Timestamp)
+15:31:08.269 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+15:31:08.269 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20286} enter cache
+15:31:08.269 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+15:31:08.269 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20195} exit cache
+15:31:08.269 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_derivative = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+15:31:08.269 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20288} enter cache
+15:31:08.269 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+15:31:08.269 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20261} exit cache
+15:31:08.269 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.209(Timestamp), 2024-09-26 15:31:08.209(Timestamp)
+15:31:08.269 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20287} enter cache
+15:31:08.269 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:ce51a01a43384bbab58baf14b241369a, userId:1, cost time: 16 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+15:31:08.269 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:3a21b95c336442148f00e6ccbd2d631d, userId:1, cost time: 16 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+15:31:08.271 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+15:31:08.271 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20289} enter cache
+15:31:08.271 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:4f5b6cec25d247e9b47a7c44a9ec8cec, userId:1, cost time: 18 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+15:31:13.768 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList, ### traceId:83c17fc4725e4b72975605337c8887b3,/Riskmanage/v2/sysUser/getUserList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+15:31:13.768 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:6db29af282254521a799f7b68ba1bfda,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+15:31:13.769 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:6db29af282254521a799f7b68ba1bfda ###, request args: null, userId:1 ===>>
+15:31:13.769 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:83c17fc4725e4b72975605337c8887b3 ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:31:13.771 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status = 1 order by organ_id desc
+15:31:13.771 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Parameters:
+15:31:13.772 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Preparing: SELECT count(0) FROM t_user u, t_user_role_rel urr, t_role r, t_organization g WHERE u.user_id = urr.user_id AND r.role_id = urr.role_id AND g.organ_id = u.organ_id AND u.author = '超级管理员' AND u.status != -1
+15:31:13.772 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Parameters:
+15:31:13.773 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - <== Total: 2
+15:31:13.773 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20290} enter cache
+15:31:13.773 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:6db29af282254521a799f7b68ba1bfda, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"},{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+15:31:13.773 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - <== Total: 1
+15:31:13.773 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20260} exit cache
+15:31:13.773 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20291} enter cache
+15:31:13.773 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:83c17fc4725e4b72975605337c8887b3, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
+15:31:14.445 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList, ### traceId:efcb422972a54ba69b5baa448331cc43,/Riskmanage/v2/sysRole/getRoleList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+15:31:14.446 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:638624744bb5431a85a56c0775206dd6,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+15:31:14.447 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:638624744bb5431a85a56c0775206dd6 ###, request args: null, userId:1 ===>>
+15:31:14.447 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysRole/getRoleList enter com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method, ### traceId:efcb422972a54ba69b5baa448331cc43 ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:31:14.451 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status = 1 order by organ_id desc
+15:31:14.451 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Parameters:
+15:31:14.452 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - <== Total: 2
+15:31:14.452 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20263} exit cache
+15:31:14.452 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - ==> Preparing: SELECT count(0) FROM t_role WHERE status != -1 AND author = '超级管理员'
+15:31:14.452 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20292} enter cache
+15:31:14.452 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - ==> Parameters:
+15:31:14.452 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:638624744bb5431a85a56c0775206dd6, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"},{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+15:31:14.454 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles_COUNT - <== Total: 1
+15:31:14.454 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20293} enter cache
+15:31:14.454 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - ==> Preparing: select role_id, organ_id, role_name, role_code, role_desc, author, birth, status from t_role where status != -1 and author='超级管理员' order by role_id desc LIMIT 10
+15:31:14.454 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - ==> Parameters:
+15:31:14.455 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysRoleMapper.getAllRoles - <== Total: 1
+15:31:14.455 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20294} enter cache
+15:31:14.455 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysRoleController.getRoleList method,### traceId:efcb422972a54ba69b5baa448331cc43, userId:1, cost time: 8 ms ###, returnResult:{"data":{"listRole":[{"author":"超级管理员","birth":1498724751000,"organId":46,"roleId":70,"roleName":"管理员","status":1}],"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1}},"error":"00000000","status":"1"} <<====
+15:31:15.480 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getOrganList, ### traceId:620fd2b5ec984a3cad76c954ec410caa,/Riskmanage/v2/sysOrganization/getOrganList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+15:31:15.480 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getOrganList enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getOrganList method, ### traceId:620fd2b5ec984a3cad76c954ec410caa ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:31:15.484 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - ==> Preparing: SELECT count(0) FROM t_organization WHERE status != -1 AND organ_id != 1
+15:31:15.484 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - ==> Parameters:
+15:31:15.485 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization_COUNT - <== Total: 1
+15:31:15.485 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20295} enter cache
+15:31:15.485 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status != -1 and organ_id != 1 order by organ_id desc LIMIT 10
+15:31:15.485 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - ==> Parameters:
+15:31:15.486 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllSysOrganization - <== Total: 1
+15:31:15.486 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20296} enter cache
+15:31:15.486 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getOrganList method,### traceId:620fd2b5ec984a3cad76c954ec410caa, userId:1, cost time: 6 ms ###, returnResult:{"data":{"listOrgan":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"}],"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1}},"error":"00000000","status":"1"} <<====
+15:33:27.170 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:1a2156cf6ee242c692008584c473a354,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:33:27.185 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:1a2156cf6ee242c692008584c473a354 ###, request args: {param:{"type":1}},, userId:1 ===>>
+15:33:27.196 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:33:27.198 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+15:33:27.203 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:33:27.203 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20297} enter cache
+15:33:27.204 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:1a2156cf6ee242c692008584c473a354, userId:1, cost time: 19 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:33:27.218 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:4852d84bb6a7445fa8c39e6bdc84720f,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:33:27.219 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:4852d84bb6a7445fa8c39e6bdc84720f ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:33:27.225 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+15:33:27.225 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:33:27.227 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:33:27.227 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20298} enter cache
+15:33:27.227 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:33:27.227 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:33:27.229 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+15:33:27.229 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20299} enter cache
+15:33:27.230 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:4852d84bb6a7445fa8c39e6bdc84720f, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+15:34:19.422 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/9, ### traceId:c90ece3eb1bc4e58bb6ed5a8b9e9e892,/Riskmanage/v2/datamanage/field/getFieldInfo/9, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:34:19.430 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/9 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:c90ece3eb1bc4e58bb6ed5a8b9e9e892 ###, request args: {id:9},{param:{}},, userId:1 ===>>
+15:34:19.433 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+15:34:19.434 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 9(Long)
+15:34:19.435 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+15:34:19.435 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 9(Long)
+15:34:19.441 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+15:34:19.441 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20301} enter cache
+15:34:19.441 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+15:34:19.441 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20300} enter cache
+15:34:19.441 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:c90ece3eb1bc4e58bb6ed5a8b9e9e892, userId:1, cost time: 12 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"订单编号","fieldCondList":[],"fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},"fieldTypeId":5},"error":"00000000","status":"1"} <<====
+15:39:22.790 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:fe5b0f793eed45b1be9419f17230a420,/Riskmanage/v2/datamanage/field/updateStatus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:39:22.801 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:fe5b0f793eed45b1be9419f17230a420 ###, request args: {param:{"status":1,"ids":"9","fieldTypeId":99999999}},, userId:1 ===>>
+15:39:22.814 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+15:39:22.815 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 9(String)
+15:39:22.820 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+15:39:22.820 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20302} enter cache
+15:39:22.822 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+15:39:22.822 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 9(Long)
+15:39:22.824 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+15:39:22.824 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20303} enter cache
+15:39:22.826 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Preparing: update t_field_user_rel set status=? where organ_id = ( select organ_id from t_user where user_id = ? ) and engine_id is null and field_id in ( ? )
+15:39:22.826 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Parameters: 1(Integer), 1(Long), 9(Long)
+15:39:22.831 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - <== Updates: 1
+15:39:22.831 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20113} exit cache
+15:39:22.831 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20304} enter cache
+15:39:22.834 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+15:39:22.835 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c7a, status=1, error=00000000, msg=null, data={status=1, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})(String), 127.0.0.1(String), 2024-09-26 15:39:22.803(Timestamp), 2024-09-26 15:39:22.832(Timestamp)
+15:39:22.839 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+15:39:22.840 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20118} exit cache
+15:39:22.840 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20305} enter cache
+15:39:22.841 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:fe5b0f793eed45b1be9419f17230a420, userId:1, cost time: 41 ms ###, returnResult:{"data":{"status":1,"ids":"9","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[9],"fieldId":9,"fieldIds":[9],"fieldList":[],"listDbList":[],"ruleList":[],"scorecardList":[],"beUsed":false,"result":true},"error":"00000000","status":"1"} <<====
+15:39:22.841 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+15:39:22.860 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:79f9007052c34d1fbfa1efbac77bb269,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:39:22.861 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:28c74d49628b40b2bfa264d5a664d1bf,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:39:22.862 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:28c74d49628b40b2bfa264d5a664d1bf ###, request args: {paramMap:{}},, userId:1 ===>>
+15:39:22.862 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:79f9007052c34d1fbfa1efbac77bb269 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:39:22.863 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+15:39:22.863 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+15:39:22.865 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 10
+15:39:22.865 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20205} exit cache
+15:39:22.865 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20306} enter cache
+15:39:22.865 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+15:39:22.865 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:28c74d49628b40b2bfa264d5a664d1bf, userId:1, cost time: 3 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldRelId":9,"fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:39:22.866 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:39:22.866 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:39:22.866 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:39:22.866 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:39:22.867 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:39:22.867 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:79f9007052c34d1fbfa1efbac77bb269, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721805947000,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:40:36.371 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:a28bb9463c8b40aebe7aca898c2bb10b,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:40:36.371 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:9ef6838e5d6e4fdeaaa6b9b13c2f1ebc,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:40:36.371 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:b22806ecf0564e38a56dfbf50fba068f,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:40:36.378 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:a28bb9463c8b40aebe7aca898c2bb10b ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727336436293,"queryTimeStart":1727193600293,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+15:40:36.378 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:9ef6838e5d6e4fdeaaa6b9b13c2f1ebc ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727336436293,"queryTimeStart":1727193600293,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+15:40:36.378 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:b22806ecf0564e38a56dfbf50fba068f ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727336436293,"queryTimeStart":1727193600293,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+15:40:36.405 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_use_sql = TRUE) table_count
+15:40:36.406 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+15:40:36.406 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.293(Timestamp), 2024-09-26 15:40:36.293(Timestamp)
+15:40:36.407 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.293(Timestamp), 2024-09-26 15:40:36.293(Timestamp)
+15:40:36.407 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_derivative = TRUE) table_count
+15:40:36.407 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.293(Timestamp), 2024-09-26 15:40:36.293(Timestamp)
+15:40:36.409 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+15:40:36.409 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+15:40:36.409 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+15:40:36.409 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20198} exit cache
+15:40:36.409 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20010} exit cache
+15:40:36.409 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_use_sql = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+15:40:36.409 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20308} enter cache
+15:40:36.409 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20307} enter cache
+15:40:36.409 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.293(Timestamp), 2024-09-26 15:40:36.293(Timestamp)
+15:40:36.409 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+15:40:36.409 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_derivative = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+15:40:36.410 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.293(Timestamp), 2024-09-26 15:40:36.293(Timestamp)
+15:40:36.410 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.293(Timestamp), 2024-09-26 15:40:36.293(Timestamp)
+15:40:36.411 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+15:40:36.411 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+15:40:36.411 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+15:40:36.411 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20199} exit cache
+15:40:36.411 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20210} exit cache
+15:40:36.411 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20310} enter cache
+15:40:36.411 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20309} enter cache
+15:40:36.411 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:a28bb9463c8b40aebe7aca898c2bb10b, userId:1, cost time: 34 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+15:40:36.411 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:b22806ecf0564e38a56dfbf50fba068f, userId:1, cost time: 34 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+15:40:36.411 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:9ef6838e5d6e4fdeaaa6b9b13c2f1ebc, userId:1, cost time: 34 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+15:40:44.851 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:ab4fb4247ce54752822fa2ef122cd082,/Riskmanage/v2/datamanage/field/updateStatus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:40:44.854 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:ab4fb4247ce54752822fa2ef122cd082 ###, request args: {param:{"status":1,"ids":"6","fieldTypeId":99999999}},, userId:1 ===>>
+15:40:44.862 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+15:40:44.862 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 6(String)
+15:40:44.864 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+15:40:44.867 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+15:40:44.868 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 6(Long)
+15:40:44.869 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+15:40:44.873 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Preparing: update t_field_user_rel set status=? where organ_id = ( select organ_id from t_user where user_id = ? ) and engine_id is null and field_id in ( ? )
+15:40:44.874 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Parameters: 1(Integer), 1(Long), 6(Long)
+15:40:44.876 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - <== Updates: 1
+15:40:44.880 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+15:40:44.881 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c90, status=1, error=00000000, msg=null, data={status=1, ids=6, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[6], fieldId=6, fieldIds=[6], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})(String), 127.0.0.1(String), 2024-09-26 15:40:44.856(Timestamp), 2024-09-26 15:40:44.876(Timestamp)
+15:40:44.885 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+15:40:44.887 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:ab4fb4247ce54752822fa2ef122cd082, userId:1, cost time: 33 ms ###, returnResult:{"data":{"status":1,"ids":"6","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[6],"fieldId":6,"fieldIds":[6],"fieldList":[],"listDbList":[],"ruleList":[],"scorecardList":[],"beUsed":false,"result":true},"error":"00000000","status":"1"} <<====
+15:40:44.887 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+15:40:44.911 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:a297dbdc9749409eb6e48b97320ca779,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:40:44.911 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:ba8fc1a6c157474e836e59e92ec114ac,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:40:44.912 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:ba8fc1a6c157474e836e59e92ec114ac ###, request args: {paramMap:{}},, userId:1 ===>>
+15:40:44.912 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:a297dbdc9749409eb6e48b97320ca779 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:40:44.914 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+15:40:44.914 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+15:40:44.916 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 10
+15:40:44.917 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+15:40:44.916 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:ba8fc1a6c157474e836e59e92ec114ac, userId:1, cost time: 4 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldRelId":9,"fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldRelId":6,"fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:40:44.917 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:40:44.917 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:40:44.917 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20203} exit cache
+15:40:44.917 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20311} enter cache
+15:40:44.917 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:40:44.918 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:40:44.919 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+15:40:44.919 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20213} exit cache
+15:40:44.919 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20312} enter cache
+15:40:44.919 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:a297dbdc9749409eb6e48b97320ca779, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+15:40:55.266 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:9e02123b784b4b48bd5ce4a6fc1646cf,/Riskmanage/v2/datamanage/field/updateStatus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:40:55.268 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:9e02123b784b4b48bd5ce4a6fc1646cf ###, request args: {param:{"status":0,"ids":"6","fieldTypeId":99999999}},, userId:1 ===>>
+15:40:55.274 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+15:40:55.275 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 6(String)
+15:40:55.277 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+15:40:55.277 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20215} exit cache
+15:40:55.277 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20313} enter cache
+15:40:55.280 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+15:40:55.280 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 6(Long)
+15:40:55.281 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+15:40:55.281 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20216} exit cache
+15:40:55.281 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20314} enter cache
+15:40:55.285 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Preparing: update t_field_user_rel set status=? where organ_id = ( select organ_id from t_user where user_id = ? ) and field_id in ( ? )
+15:40:55.285 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Parameters: 0(Integer), 1(Long), 6(Long)
+15:40:55.287 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - <== Updates: 1
+15:40:55.287 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20217} exit cache
+15:40:55.287 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20315} enter cache
+15:40:55.290 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+15:40:55.290 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785c8f, status=1, error=00000000, msg=null, data={status=0, ids=6, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[6], fieldId=6, fieldIds=[6], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})(String), 127.0.0.1(String), 2024-09-26 15:40:55.268(Timestamp), 2024-09-26 15:40:55.287(Timestamp)
+15:40:55.292 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+15:40:55.292 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20218} exit cache
+15:40:55.292 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20316} enter cache
+15:40:55.292 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+15:40:55.293 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:9e02123b784b4b48bd5ce4a6fc1646cf, userId:1, cost time: 25 ms ###, returnResult:{"data":{"status":0,"ids":"6","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[6],"fieldId":6,"fieldIds":[6],"fieldList":[],"listDbList":[],"ruleList":[],"scorecardList":[],"beUsed":false,"result":true},"error":"00000000","status":"1"} <<====
+15:40:55.316 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:a31e651067374b0ea477d09ccb028c5d,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:40:55.316 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:6db62dbe7b9249da8cd4741939500f4b,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:40:55.317 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:a31e651067374b0ea477d09ccb028c5d ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:40:55.317 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:6db62dbe7b9249da8cd4741939500f4b ###, request args: {paramMap:{}},, userId:1 ===>>
+15:40:55.324 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+15:40:55.324 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+15:40:55.325 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+15:40:55.325 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:40:55.326 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 9
+15:40:55.326 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:40:55.326 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:6db62dbe7b9249da8cd4741939500f4b, userId:1, cost time: 9 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"订单编号","fieldEn":"orderNo","fieldRelId":9,"fieldType":"aaa","fieldTypeId":5,"id":9,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"orderNo\":\"123123\"}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:40:55.326 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:40:55.326 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:40:55.330 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+15:40:55.330 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:a31e651067374b0ea477d09ccb028c5d, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+15:46:02.577 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:883542155d1a4f08b0c10ddfccb9abf2,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:46:02.577 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:69201035e8cd46fba98ca171f4d6fb74,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:46:02.577 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:32739dc615eb476097a2ddf160461bf6,/Riskmanage/DataX/statistics/getFieldCallList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:46:02.588 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:69201035e8cd46fba98ca171f4d6fb74 ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727336762537,"queryTimeStart":1727193600537,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+15:46:02.588 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:32739dc615eb476097a2ddf160461bf6 ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727336762537,"queryTimeStart":1727193600537,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+15:46:02.588 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:883542155d1a4f08b0c10ddfccb9abf2 ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727336762537,"queryTimeStart":1727193600537,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+15:46:02.605 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_use_sql = TRUE) table_count
+15:46:02.606 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+15:46:02.606 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_derivative = TRUE) table_count
+15:46:02.606 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.537(Timestamp), 2024-09-26 15:46:02.537(Timestamp)
+15:46:02.606 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.537(Timestamp), 2024-09-26 15:46:02.537(Timestamp)
+15:46:02.606 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-25 00:00:00.537(Timestamp), 2024-09-26 15:46:02.537(Timestamp)
+15:46:02.610 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+15:46:02.610 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+15:46:02.610 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+15:46:02.610 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20219} exit cache
+15:46:02.610 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_derivative = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+15:46:02.610 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20264} exit cache
+15:46:02.610 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20317} enter cache
+15:46:02.610 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20318} enter cache
+15:46:02.610 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.537(Timestamp), 2024-09-26 15:46:02.537(Timestamp)
+15:46:02.610 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_use_sql = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+15:46:02.610 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+15:46:02.611 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.537(Timestamp), 2024-09-26 15:46:02.537(Timestamp)
+15:46:02.611 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-25 00:00:00.537(Timestamp), 2024-09-26 15:46:02.537(Timestamp)
+15:46:02.612 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+15:46:02.612 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+15:46:02.612 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20201} exit cache
+15:46:02.612 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20319} enter cache
+15:46:02.612 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+15:46:02.612 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:883542155d1a4f08b0c10ddfccb9abf2, userId:1, cost time: 24 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+15:46:02.612 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:32739dc615eb476097a2ddf160461bf6, userId:1, cost time: 24 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+15:46:02.612 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20265} exit cache
+15:46:02.612 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20320} enter cache
+15:46:02.612 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:69201035e8cd46fba98ca171f4d6fb74, userId:1, cost time: 24 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+15:46:44.121 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:00e1143e7ec34b98a78a9f8d0675e138,/Riskmanage/datasource/getDataSourceList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:46:44.123 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:00e1143e7ec34b98a78a9f8d0675e138 ###, request args: {param:{"pageNo":1,"pageSize":10,"typeList":["MySQL"]}},, userId:1 ===>>
+15:46:44.131 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_field_data_source WHERE (status = ? AND type IN (?))
+15:46:44.131 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - ==> Parameters: 1(Integer), MySQL(String)
+15:46:44.132 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - <== Total: 1
+15:46:44.132 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20267} exit cache
+15:46:44.133 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20321} enter cache
+15:46:44.133 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ? AND type IN (?)) ORDER BY update_time DESC LIMIT 10
+15:46:44.133 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer), MySQL(String)
+15:46:44.134 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+15:46:44.134 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20268} exit cache
+15:46:44.134 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20322} enter cache
+15:46:44.138 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+15:46:44.138 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+15:46:44.139 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+15:46:44.139 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20266} exit cache
+15:46:44.140 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20323} enter cache
+15:46:44.144 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+15:46:44.144 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+15:46:44.144 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+15:46:44.145 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:00e1143e7ec34b98a78a9f8d0675e138, userId:1, cost time: 22 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+15:46:49.332 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:38007945e5a74b90ba03bfbd3bb6234f,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:46:49.333 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:38007945e5a74b90ba03bfbd3bb6234f ###, request args: {param:{"type":2}},, userId:1 ===>>
+15:46:49.339 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:46:49.339 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 2(Integer)
+15:46:49.340 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:46:49.340 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20273} exit cache
+15:46:49.340 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20324} enter cache
+15:46:49.341 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:38007945e5a74b90ba03bfbd3bb6234f, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"shujuku001","id":2,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":2}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:46:49.349 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:13e5304d006545ae95dd9c6b73a86632,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:46:49.350 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:13e5304d006545ae95dd9c6b73a86632 ###, request args: {paramMap:{"fType":2,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:46:49.357 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1
+15:46:49.357 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:46:49.358 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:46:49.358 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20269} exit cache
+15:46:49.358 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20325} enter cache
+15:46:49.359 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:46:49.359 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:46:49.360 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:46:49.360 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20277} exit cache
+15:46:49.360 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20326} enter cache
+15:46:49.361 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:13e5304d006545ae95dd9c6b73a86632, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717495333000,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"nickName":"超级管理员","page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","status":"1","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:46:50.958 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:d670c025147e4145b0f6fee8689ee75f,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:46:50.959 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:d670c025147e4145b0f6fee8689ee75f ###, request args: {param:{"type":4}},, userId:1 ===>>
+15:46:50.962 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+15:46:50.963 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 4(Integer)
+15:46:50.964 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+15:46:50.965 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:d670c025147e4145b0f6fee8689ee75f, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"jiekou","id":3,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":4}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+15:46:50.973 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:ac8a1eca43b04411966e15efc555b992,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+15:46:50.974 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:ac8a1eca43b04411966e15efc555b992 ###, request args: {paramMap:{"fType":4,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+15:46:50.981 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_interface = TRUE AND f.is_common = 1
+15:46:50.981 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+15:46:50.982 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+15:46:50.982 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20278} exit cache
+15:46:50.982 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20327} enter cache
+15:46:50.982 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_interface = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+15:46:50.983 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+15:46:50.984 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+15:46:50.984 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20279} exit cache
+15:46:50.985 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20328} enter cache
+15:46:50.985 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:ac8a1eca43b04411966e15efc555b992, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721806289000,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":4,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:05:00.322 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/7, ### traceId:8076dc34202a49029542da45dbd5c965,/Riskmanage/v2/datamanage/field/getFieldInfo/7, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:05:00.329 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/7 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:8076dc34202a49029542da45dbd5c965 ###, request args: {id:7},{param:{}},, userId:1 ===>>
+16:05:00.337 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:05:00.338 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 7(Long)
+16:05:00.342 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:05:00.342 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 7(Long)
+16:05:00.344 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:05:00.344 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20280} exit cache
+16:05:00.344 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20330} enter cache
+16:05:00.344 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:05:00.344 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20281} exit cache
+16:05:00.344 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20329} enter cache
+16:05:00.345 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:8076dc34202a49029542da45dbd5c965, userId:1, cost time: 15 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldCondList":[],"fieldEn":"shujuku","fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},"fieldTypeId":2},"error":"00000000","status":"1"} <<====
+16:19:01.967 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:af887d74f1734114b612c80bab5680bd,/Riskmanage/v2/datamanage/field/updateStatus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:01.975 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:af887d74f1734114b612c80bab5680bd ###, request args: {param:{"status":-1,"ids":"9","fieldTypeId":99999999}},, userId:1 ===>>
+16:19:01.981 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+16:19:01.982 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 9(String)
+16:19:01.984 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+16:19:01.984 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20282} exit cache
+16:19:01.984 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20331} enter cache
+16:19:01.985 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+16:19:01.985 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 9(Long)
+16:19:01.986 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+16:19:01.986 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20283} exit cache
+16:19:01.986 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20332} enter cache
+16:19:01.987 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Preparing: update t_field_user_rel set status=? where organ_id = ( select organ_id from t_user where user_id = ? ) and field_id in ( ? )
+16:19:01.988 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Parameters: -1(Integer), 1(Long), 9(Long)
+16:19:01.991 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - <== Updates: 1
+16:19:01.991 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20291} exit cache
+16:19:01.991 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20333} enter cache
+16:19:01.992 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+16:19:01.993 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@82dcbc94, status=1, error=00000000, msg=null, data={status=-1, ids=9, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[9], fieldId=9, fieldIds=[9], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})(String), 127.0.0.1(String), 2024-09-26 16:19:01.976(Timestamp), 2024-09-26 16:19:01.991(Timestamp)
+16:19:01.995 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+16:19:01.995 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20292} exit cache
+16:19:01.995 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20334} enter cache
+16:19:01.996 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:af887d74f1734114b612c80bab5680bd, userId:1, cost time: 21 ms ###, returnResult:{"data":{"status":-1,"ids":"9","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[9],"fieldId":9,"fieldIds":[9],"fieldList":[],"listDbList":[],"ruleList":[],"scorecardList":[],"beUsed":false,"result":true},"error":"00000000","status":"1"} <<====
+16:19:01.996 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+16:19:02.016 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:98e6e1f2c3b147f5abc719d19066dfaa,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:02.016 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:08bec85d22974f16b6b495882e077538,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:02.018 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:08bec85d22974f16b6b495882e077538 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:19:02.018 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:98e6e1f2c3b147f5abc719d19066dfaa ###, request args: {paramMap:{}},, userId:1 ===>>
+16:19:02.020 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+16:19:02.021 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+16:19:02.023 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 8
+16:19:02.023 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20270} exit cache
+16:19:02.023 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20335} enter cache
+16:19:02.023 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:19:02.023 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:19:02.023 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:98e6e1f2c3b147f5abc719d19066dfaa, userId:1, cost time: 5 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+16:19:02.024 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:19:02.025 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:08bec85d22974f16b6b495882e077538, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:19:34.137 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/save, ### traceId:e800b6074cd44688b93599f80f78cfa9,/Riskmanage/v2/datamanage/field/save, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:34.153 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/save enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.save method, ### traceId:e800b6074cd44688b93599f80f78cfa9 ###, request args: {fieldSaveParam:{"dataSourceId":0,"fieldCn":"测试字段","fieldCondList":"","fieldEn":"cest1","fieldTypeId":0,"formulaHidden":"","isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","searchKey":"","sourceType":5,"sqlStatement":"","valueType":6}},, userId:1 ===>>
+16:19:34.172 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Preparing: select count(f.id) from t_field f,t_field_user_rel r where f.id = r.field_id and r.status != -1 and f.field_en = ? and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null
+16:19:34.172 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Parameters: cest1(String), 1(Long)
+16:19:34.173 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - <== Total: 1
+16:19:34.173 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20272} exit cache
+16:19:34.173 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20336} enter cache
+16:19:34.175 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Preparing: select count(f.id) from t_field f,t_field_user_rel r where f.id = r.field_id and r.status != -1 and f.field_cn = ? and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null
+16:19:34.175 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Parameters: 测试字段(String), 1(Long)
+16:19:34.175 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - <== Total: 1
+16:19:34.175 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20274} exit cache
+16:19:34.175 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20337} enter cache
+16:19:34.178 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Preparing: select count(f.id) from t_field f,t_field_user_rel r where f.id = r.field_id and r.status != -1 and f.field_en = ? and f.field_cn = ? and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null
+16:19:34.178 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Parameters: cest1(String), 测试字段(String), 1(Long)
+16:19:34.184 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - <== Total: 1
+16:19:34.184 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20275} exit cache
+16:19:34.184 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20338} enter cache
+16:19:34.190 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.createField - ==> Preparing: insert into t_field ( field_en, field_cn, field_typeid , value_type, value_scope, is_derivative , is_output, formula, formula_show, orig_fieldid, used_fieldid , is_common, author, created, is_use_sql, data_source_id, sql_statement, sql_variable , is_interface, interface_id, interface_parse_field, json_value, organ_id,dict_variable,source_type,mq_source_id, is_local_variable) values ( ?, ?, ? , ?, ?, ? , ?, ?, ?, ?, ? , ?, ?, now(), ?, ?, ?, ? , ?, ?, ?, ?, ?,?,?,?, ?)
+16:19:34.195 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.createField - ==> Parameters: cest1(String), 测试字段(String), 0(Long), 6(Integer), null, 0(Integer), 0(Integer), null, null, null, null, 1(Integer), 1(Long), false(Boolean), 0(Integer), (String), null, false(Boolean), null, null, {}(String), 1(Long), null, 5(Integer), null, false(Boolean)
+16:19:34.197 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.createField - <== Updates: 1
+16:19:34.197 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20156} exit cache
+16:19:34.197 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20339} enter cache
+16:19:34.199 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.createFieldUserRel - ==> Preparing: insert into t_field_user_rel (field_id, organ_id, engine_id, user_id, status, created, updated) values (?, ?, ?, ?, ?, now(), now())
+16:19:34.199 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.createFieldUserRel - ==> Parameters: 11(Long), 1(Long), null, 1(Long), 1(Integer)
+16:19:34.200 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.createFieldUserRel - <== Updates: 1
+16:19:34.200 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20125} exit cache
+16:19:34.200 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20340} enter cache
+16:19:34.202 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+16:19:34.202 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: saveField(String), 保存数据管理中的字段(String), 1(Long), 1(Long), save(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/save(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e717886d, status=1, error=00000000, msg=null, data={isCommon=1, fieldTypeId=0, engineId=null})(String), 127.0.0.1(String), 2024-09-26 16:19:34.153(Timestamp), 2024-09-26 16:19:34.2(Timestamp)
+16:19:34.203 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+16:19:34.204 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+16:19:34.204 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.save method,### traceId:e800b6074cd44688b93599f80f78cfa9, userId:1, cost time: 58 ms ###, returnResult:{"data":{"isCommon":1,"fieldTypeId":0},"error":"00000000","status":"1"} <<====
+16:19:34.215 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:53825e157f4e41b7a84acf20c9dd30b7,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:34.215 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:26eaa295166e49039d8c3d85063f255c,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:34.216 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:26eaa295166e49039d8c3d85063f255c ###, request args: {paramMap:{}},, userId:1 ===>>
+16:19:34.216 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:53825e157f4e41b7a84acf20c9dd30b7 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:19:34.218 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+16:19:34.218 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+16:19:34.218 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:19:34.219 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:19:34.219 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 8
+16:19:34.219 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:26eaa295166e49039d8c3d85063f255c, userId:1, cost time: 3 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+16:19:34.219 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:19:34.219 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20271} exit cache
+16:19:34.219 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20341} enter cache
+16:19:34.219 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:53825e157f4e41b7a84acf20c9dd30b7, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:19:42.757 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:06f487d673074ed79fcff47f507c0aa8,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:42.757 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:31ec7608b49e4697bfe0790d9c44e24c,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:42.758 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:31ec7608b49e4697bfe0790d9c44e24c ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:19:42.758 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:06f487d673074ed79fcff47f507c0aa8 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:19:42.762 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:19:42.762 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:19:42.763 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:19:42.763 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:19:42.763 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:19:42.763 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:31ec7608b49e4697bfe0790d9c44e24c, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:19:42.764 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:19:42.764 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20276} exit cache
+16:19:42.764 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20342} enter cache
+16:19:42.764 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:06f487d673074ed79fcff47f507c0aa8, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"ab0a77ab-0386-44ac-b04e-5ccfb25bf4f0","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"53bff848-0815-4423-b9c5-aabbc85f89f5","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"8a4b270c-2247-403b-bd0b-bbff2ee5fa4c","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:19:42.771 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:bbdffc6680ee489e8b18b2cf53822cb9,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:42.772 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:bbdffc6680ee489e8b18b2cf53822cb9 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:19:42.774 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:19:42.774 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:19:42.775 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:19:42.775 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:bbdffc6680ee489e8b18b2cf53822cb9, userId:1, cost time: 3 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:19:44.950 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:c359a955db2d4661b4cc9db7b9206abf,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:44.952 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:c359a955db2d4661b4cc9db7b9206abf ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:19:44.957 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:19:44.958 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+16:19:44.959 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:19:44.959 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20285} exit cache
+16:19:44.959 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20343} enter cache
+16:19:44.960 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:c359a955db2d4661b4cc9db7b9206abf, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:19:44.969 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:90a980f80c074a40b48383b8f5ee795a,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:19:44.970 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:90a980f80c074a40b48383b8f5ee795a ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:19:44.979 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+16:19:44.980 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:19:44.982 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:19:44.982 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:19:44.982 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:19:44.984 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+16:19:44.984 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:90a980f80c074a40b48383b8f5ee795a, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:20:29.892 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/save, ### traceId:b3cd6465f60648b380b518686670b9b7,/Riskmanage/v2/datamanage/field/save, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:20:29.894 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/save enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.save method, ### traceId:b3cd6465f60648b380b518686670b9b7 ###, request args: {fieldSaveParam:{"dataSourceId":0,"fieldCn":"测试字段","fieldCondList":"","fieldEn":"test111","fieldTypeId":0,"formulaHidden":"","isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","searchKey":"","sourceType":5,"sqlStatement":"","valueType":6}},, userId:1 ===>>
+16:20:29.898 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Preparing: select count(f.id) from t_field f,t_field_user_rel r where f.id = r.field_id and r.status != -1 and f.field_en = ? and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null
+16:20:29.898 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Parameters: test111(String), 1(Long)
+16:20:29.899 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - <== Total: 1
+16:20:29.901 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Preparing: select count(f.id) from t_field f,t_field_user_rel r where f.id = r.field_id and r.status != -1 and f.field_cn = ? and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null
+16:20:29.901 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Parameters: 测试字段(String), 1(Long)
+16:20:29.902 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - <== Total: 1
+16:20:29.904 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+16:20:29.904 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: saveField(String), 保存数据管理中的字段(String), 1(Long), 1(Long), save(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/save(String), }(String), 字段中文名已存在(String), 127.0.0.1(String), 2024-09-26 16:20:29.895(Timestamp), 2024-09-26 16:20:29.902(Timestamp)
+16:20:29.907 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+16:20:29.907 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[save]发生业务异常Exception-{}
+com.fibo.ddp.common.utils.exception.ApiException: 字段中文名已存在
+ at com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.save(FieldController.java:432) ~[classes/:?]
+ at com.fibo.ddp.datax.realtime.controller.datamanage.FieldController$$FastClassBySpringCGLIB$$11a51855.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor135.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.datax.realtime.controller.datamanage.FieldController$$EnhancerBySpringCGLIB$$c4696d4d.save() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+16:20:29.914 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.save method,### traceId:b3cd6465f60648b380b518686670b9b7, userId:1, cost time: 20 ms ###, returnResult:{"error":"01000106","msg":"字段中文名已存在","status":"0"} <<====
+16:21:03.412 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:b6717a3b0fed4c4b8e320c2be434bf7a,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:21:03.413 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:b6717a3b0fed4c4b8e320c2be434bf7a ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:21:03.419 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:21:03.419 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:21:03.420 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:21:03.420 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:b6717a3b0fed4c4b8e320c2be434bf7a, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:21:03.427 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:2677824b6d9145c6a8b2994c29fb0d9e,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:21:03.428 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2677824b6d9145c6a8b2994c29fb0d9e ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:21:03.437 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:21:03.437 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:21:03.439 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:21:03.439 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2677824b6d9145c6a8b2994c29fb0d9e, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:22:00.231 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:56711503e7cf41d5a3ba9fb7e2d8e75d,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:22:00.238 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:56711503e7cf41d5a3ba9fb7e2d8e75d ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+16:22:00.251 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+16:22:00.252 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+16:22:00.255 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:22:00.255 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20288} exit cache
+16:22:00.255 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20344} enter cache
+16:22:00.256 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:56711503e7cf41d5a3ba9fb7e2d8e75d, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:22:00.883 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:0743fae205d547d8bdaaf457cfd8c260,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:22:00.884 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:0743fae205d547d8bdaaf457cfd8c260 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+16:22:00.887 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+16:22:00.888 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+16:22:00.889 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:22:00.889 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:0743fae205d547d8bdaaf457cfd8c260, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:22:01.065 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:57e92fa9ab744566928dc359ef2a3621,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:22:01.066 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:57e92fa9ab744566928dc359ef2a3621 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+16:22:01.072 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+16:22:01.072 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+16:22:01.073 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:22:01.073 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:57e92fa9ab744566928dc359ef2a3621, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:22:04.511 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:bd5aa54f57fa4a0e9307ea3e0d53729f,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:22:04.512 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:bd5aa54f57fa4a0e9307ea3e0d53729f ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+16:22:04.519 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+16:22:04.519 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+16:22:04.520 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:22:04.520 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:bd5aa54f57fa4a0e9307ea3e0d53729f, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:22:04.686 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:63171e412da244f8ab0c7b53f7981ae0,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:22:04.688 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:63171e412da244f8ab0c7b53f7981ae0 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+16:22:04.700 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+16:22:04.700 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+16:22:04.702 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:22:04.703 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:63171e412da244f8ab0c7b53f7981ae0, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:22:09.300 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:1970d4af15b5456986ae3ea1b80d3250,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:22:09.302 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:1970d4af15b5456986ae3ea1b80d3250 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:22:09.311 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:22:09.311 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:22:09.313 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:22:09.313 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:1970d4af15b5456986ae3ea1b80d3250, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:22:36.138 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:343a12c20a8b4384b5aeed0fd4b0643d,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:22:36.143 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:343a12c20a8b4384b5aeed0fd4b0643d ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:22:36.152 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:22:36.152 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:22:36.154 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:22:36.155 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:343a12c20a8b4384b5aeed0fd4b0643d, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:22:36.596 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:58c458b28b434d82a10ae4d2c222a13b,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:22:36.597 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:58c458b28b434d82a10ae4d2c222a13b ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+16:22:36.608 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+16:22:36.608 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+16:22:36.610 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:22:36.611 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:58c458b28b434d82a10ae4d2c222a13b, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:23:12.880 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:778c779591c1447cac79b53d2d10f89c,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:23:12.882 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:778c779591c1447cac79b53d2d10f89c ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+16:23:12.889 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+16:23:12.890 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+16:23:12.891 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:23:12.891 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:778c779591c1447cac79b53d2d10f89c, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:23:32.022 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:8b0fa8a2074e4d65aa01819adfb52616,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:23:32.022 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:6cdfadaebdcc4ed7ad656ff021e414ee,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:23:32.040 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:6cdfadaebdcc4ed7ad656ff021e414ee ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:23:32.040 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8b0fa8a2074e4d65aa01819adfb52616 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:23:32.046 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:23:32.047 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:23:32.047 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:23:32.047 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:23:32.049 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:23:32.049 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:23:32.049 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20284} exit cache
+16:23:32.050 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20345} enter cache
+16:23:32.050 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8b0fa8a2074e4d65aa01819adfb52616, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:23:32.050 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:6cdfadaebdcc4ed7ad656ff021e414ee, userId:1, cost time: 10 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"247dcdfb-b720-4b48-b421-a06ef2ae4918","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"c221d99a-2f50-40f8-8fa2-7f7db55ad65e","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"9bf1dd30-e1af-47af-a4ac-8b06827e5ffb","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:23:32.058 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:2c4849687c754375b418ba956c6943e4,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:23:32.059 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2c4849687c754375b418ba956c6943e4 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:23:32.061 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:23:32.062 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:23:32.063 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:23:32.063 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2c4849687c754375b418ba956c6943e4, userId:1, cost time: 4 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:24:04.417 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:ef6da1d89e5a4f4c955978decf9e165c,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:04.418 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:ef6da1d89e5a4f4c955978decf9e165c ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+16:24:04.430 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+16:24:04.430 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+16:24:04.432 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:24:04.432 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20287} exit cache
+16:24:04.432 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20346} enter cache
+16:24:04.432 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:ef6da1d89e5a4f4c955978decf9e165c, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:24:29.335 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/save, ### traceId:8e90edf8352348d78bca7fc37e710ac4,/Riskmanage/v2/datamanage/field/save, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:29.337 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/save enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.save method, ### traceId:8e90edf8352348d78bca7fc37e710ac4 ###, request args: {fieldSaveParam:{"dataSourceId":0,"fieldCn":"测试中1111","fieldCondList":"","fieldEn":"test2222","fieldTypeId":8,"formulaHidden":"","isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","searchKey":"","sourceType":5,"sqlStatement":"","valueType":6}},, userId:1 ===>>
+16:24:29.344 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Preparing: select count(f.id) from t_field f,t_field_user_rel r where f.id = r.field_id and r.status != -1 and f.field_en = ? and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null
+16:24:29.345 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Parameters: test2222(String), 1(Long)
+16:24:29.346 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - <== Total: 1
+16:24:29.346 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20318} exit cache
+16:24:29.346 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20347} enter cache
+16:24:29.348 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Preparing: select count(f.id) from t_field f,t_field_user_rel r where f.id = r.field_id and r.status != -1 and f.field_cn = ? and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null
+16:24:29.348 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Parameters: 测试中1111(String), 1(Long)
+16:24:29.349 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - <== Total: 1
+16:24:29.349 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20320} exit cache
+16:24:29.349 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20348} enter cache
+16:24:29.351 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Preparing: select count(f.id) from t_field f,t_field_user_rel r where f.id = r.field_id and r.status != -1 and f.field_en = ? and f.field_cn = ? and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null
+16:24:29.352 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - ==> Parameters: test2222(String), 测试中1111(String), 1(Long)
+16:24:29.352 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.isExists - <== Total: 1
+16:24:29.352 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20321} exit cache
+16:24:29.352 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20349} enter cache
+16:24:29.356 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.createField - ==> Preparing: insert into t_field ( field_en, field_cn, field_typeid , value_type, value_scope, is_derivative , is_output, formula, formula_show, orig_fieldid, used_fieldid , is_common, author, created, is_use_sql, data_source_id, sql_statement, sql_variable , is_interface, interface_id, interface_parse_field, json_value, organ_id,dict_variable,source_type,mq_source_id, is_local_variable) values ( ?, ?, ? , ?, ?, ? , ?, ?, ?, ?, ? , ?, ?, now(), ?, ?, ?, ? , ?, ?, ?, ?, ?,?,?,?, ?)
+16:24:29.365 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.createField - ==> Parameters: test2222(String), 测试中1111(String), 8(Long), 6(Integer), null, 0(Integer), 0(Integer), null, null, null, null, 1(Integer), 1(Long), false(Boolean), 0(Integer), (String), null, false(Boolean), null, null, {}(String), 1(Long), null, 5(Integer), null, false(Boolean)
+16:24:29.369 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.createField - <== Updates: 1
+16:24:29.369 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20322} exit cache
+16:24:29.369 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20350} enter cache
+16:24:29.372 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.createFieldUserRel - ==> Preparing: insert into t_field_user_rel (field_id, organ_id, engine_id, user_id, status, created, updated) values (?, ?, ?, ?, ?, now(), now())
+16:24:29.373 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.createFieldUserRel - ==> Parameters: 12(Long), 1(Long), null, 1(Long), 1(Integer)
+16:24:29.374 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.createFieldUserRel - <== Updates: 1
+16:24:29.374 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20323} exit cache
+16:24:29.374 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20351} enter cache
+16:24:29.377 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+16:24:29.378 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: saveField(String), 保存数据管理中的字段(String), 1(Long), 1(Long), save(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/save(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e7178865, status=1, error=00000000, msg=null, data={isCommon=1, fieldTypeId=8, engineId=null})(String), 127.0.0.1(String), 2024-09-26 16:24:29.338(Timestamp), 2024-09-26 16:24:29.374(Timestamp)
+16:24:29.379 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+16:24:29.382 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.save method,### traceId:8e90edf8352348d78bca7fc37e710ac4, userId:1, cost time: 45 ms ###, returnResult:{"data":{"isCommon":1,"fieldTypeId":8},"error":"00000000","status":"1"} <<====
+16:24:29.382 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+16:24:29.408 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:7bc7267c60b64b4b8d04a0fe0414a0bd,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:29.408 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:59f5380441074c2895dd97732bd1f75a,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:29.409 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:7bc7267c60b64b4b8d04a0fe0414a0bd ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"8"}},, userId:1 ===>>
+16:24:29.409 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:59f5380441074c2895dd97732bd1f75a ###, request args: {paramMap:{}},, userId:1 ===>>
+16:24:29.412 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+16:24:29.413 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+16:24:29.414 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND f.field_typeid = ? AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ?
+16:24:29.414 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long), 8(String), 8(String)
+16:24:29.414 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 9
+16:24:29.414 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:24:29.414 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and f.field_typeid = ? and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 AND f.field_typeid = ? ORDER BY f.created DESC LIMIT 10
+16:24:29.414 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:59f5380441074c2895dd97732bd1f75a, userId:1, cost time: 5 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldRelId":12,"fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+16:24:29.414 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long), 8(String), 8(String)
+16:24:29.415 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:24:29.415 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20308} exit cache
+16:24:29.415 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20352} enter cache
+16:24:29.416 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:7bc7267c60b64b4b8d04a0fe0414a0bd, userId:1, cost time: 6 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:24:36.132 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:7740a5554f6d40889b67cfdfb67ef45b,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:36.136 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:7740a5554f6d40889b67cfdfb67ef45b ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:24:36.141 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:24:36.141 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+16:24:36.143 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:24:36.144 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:7740a5554f6d40889b67cfdfb67ef45b, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:24:36.164 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:1fc7e37cbafd47f49877b7e49ab8c65c,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:36.166 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:1fc7e37cbafd47f49877b7e49ab8c65c ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:24:36.173 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+16:24:36.174 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:24:36.175 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:24:36.176 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:24:36.176 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:24:36.179 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+16:24:36.179 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:1fc7e37cbafd47f49877b7e49ab8c65c, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:24:49.380 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:580c6c2ecfc14c248e723fde1b59c95a,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:49.381 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:580c6c2ecfc14c248e723fde1b59c95a ###, request args: {param:{"type":4}},, userId:1 ===>>
+16:24:49.384 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:24:49.384 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 4(Integer)
+16:24:49.385 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:24:49.385 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:580c6c2ecfc14c248e723fde1b59c95a, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"jiekou","id":3,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":4}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:24:49.394 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:895dea7f29ba49b794a3a03481e2b785,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:49.394 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:895dea7f29ba49b794a3a03481e2b785 ###, request args: {paramMap:{"fType":4,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:24:49.401 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_interface = TRUE AND f.is_common = 1
+16:24:49.401 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:24:49.402 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:24:49.402 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20310} exit cache
+16:24:49.402 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20353} enter cache
+16:24:49.403 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_interface = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:24:49.403 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:24:49.404 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:24:49.404 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20313} exit cache
+16:24:49.404 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20354} enter cache
+16:24:49.404 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:895dea7f29ba49b794a3a03481e2b785, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721806289000,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":4,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:24:50.556 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:9b2db9e77392401a93632de35b6a167d,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:50.558 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:9b2db9e77392401a93632de35b6a167d ###, request args: {param:{"type":3}},, userId:1 ===>>
+16:24:50.563 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:24:50.563 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 3(Integer)
+16:24:50.565 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:24:50.565 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:9b2db9e77392401a93632de35b6a167d, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"yanshen","id":4,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":3}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:24:50.579 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:d1126abdea7149fb9293f6300bab078d,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:50.580 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:d1126abdea7149fb9293f6300bab078d ###, request args: {paramMap:{"fType":3,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:24:50.585 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_derivative = TRUE AND f.is_common = 1
+16:24:50.585 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:24:50.586 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:24:50.586 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20314} exit cache
+16:24:50.586 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20355} enter cache
+16:24:50.586 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_derivative = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:24:50.586 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:24:50.587 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:24:50.587 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20315} exit cache
+16:24:50.588 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20356} enter cache
+16:24:50.588 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:d1126abdea7149fb9293f6300bab078d, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717556298000,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","nickName":"超级管理员","page":0,"rows":0,"sourceType":3,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:24:52.011 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:f404700ce5764ea4a328f4c4cb350845,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:52.012 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:f404700ce5764ea4a328f4c4cb350845 ###, request args: {param:{"type":2}},, userId:1 ===>>
+16:24:52.015 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:24:52.016 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 2(Integer)
+16:24:52.017 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:24:52.017 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:f404700ce5764ea4a328f4c4cb350845, userId:1, cost time: 5 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"shujuku001","id":2,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":2}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:24:52.029 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:401a7b9e41654d14af20668e604e004d,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:52.030 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:401a7b9e41654d14af20668e604e004d ###, request args: {paramMap:{"fType":2,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:24:52.039 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1
+16:24:52.039 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:24:52.040 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:24:52.040 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20317} exit cache
+16:24:52.041 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20357} enter cache
+16:24:52.041 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:24:52.041 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:24:52.042 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:24:52.042 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20319} exit cache
+16:24:52.042 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20358} enter cache
+16:24:52.043 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:401a7b9e41654d14af20668e604e004d, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717495333000,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"nickName":"超级管理员","page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","status":"1","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:24:54.410 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:33a8544ad918402e8c16e2918cc8e2af,/Riskmanage/datasource/getDataSourceList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:54.412 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:33a8544ad918402e8c16e2918cc8e2af ###, request args: {param:{"pageNo":1,"pageSize":10,"typeList":["MySQL"]}},, userId:1 ===>>
+16:24:54.418 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_field_data_source WHERE (status = ? AND type IN (?))
+16:24:54.418 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - ==> Parameters: 1(Integer), MySQL(String)
+16:24:54.419 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList_COUNT - <== Total: 1
+16:24:54.419 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20338} exit cache
+16:24:54.419 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20359} enter cache
+16:24:54.419 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ? AND type IN (?)) ORDER BY update_time DESC LIMIT 10
+16:24:54.419 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer), MySQL(String)
+16:24:54.420 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+16:24:54.421 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20339} exit cache
+16:24:54.421 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20360} enter cache
+16:24:54.425 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+16:24:54.425 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+16:24:54.427 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+16:24:54.427 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20340} exit cache
+16:24:54.427 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20361} enter cache
+16:24:54.430 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+16:24:54.430 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+16:24:54.431 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+16:24:54.432 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:33a8544ad918402e8c16e2918cc8e2af, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+16:24:56.061 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:7d209128e3cb484b8bcb553a57046a89,/Riskmanage/v3/interface/getInterfaceList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:24:56.062 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:7d209128e3cb484b8bcb553a57046a89 ###, request args: {param:{"pageNum":1,"pageSize":10}},, userId:1 ===>>
+16:24:56.069 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_field_interface WHERE (status <> ?)
+16:24:56.069 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList_COUNT - ==> Parameters: -1(Integer)
+16:24:56.070 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList_COUNT - <== Total: 1
+16:24:56.070 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20182} exit cache
+16:24:56.070 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20362} enter cache
+16:24:56.070 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC LIMIT 10
+16:24:56.070 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+16:24:56.071 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+16:24:56.071 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20342} exit cache
+16:24:56.071 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20363} enter cache
+16:24:56.075 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:24:56.075 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:24:56.075 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:24:56.075 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20336} exit cache
+16:24:56.075 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20364} enter cache
+16:24:56.078 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:24:56.078 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:24:56.079 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:24:56.079 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:7d209128e3cb484b8bcb553a57046a89, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+16:35:38.485 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:b763c3b197e543a8b51da99cac1840c8,/Riskmanage/DataX/home/getIndexInfo, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:35:38.485 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:7977b7167d654bc4ac91835510edab29,/Riskmanage/DataX/statistics/getFieldCallCountList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:35:38.492 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:b763c3b197e543a8b51da99cac1840c8 ###, request args: null, userId:1 ===>>
+16:35:38.494 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:7977b7167d654bc4ac91835510edab29 ###, request args: {param:{}},, userId:1 ===>>
+16:35:38.504 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+16:35:38.505 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+16:35:38.505 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+16:35:38.505 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+16:35:38.508 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+16:35:38.508 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20325} exit cache
+16:35:38.508 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20365} enter cache
+16:35:38.508 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+16:35:38.508 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20337} exit cache
+16:35:38.508 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20366} enter cache
+16:35:38.508 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:7977b7167d654bc4ac91835510edab29, userId:1, cost time: 14 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+16:35:38.519 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+16:35:38.519 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 16:35:38(String)
+16:35:38.523 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+16:35:38.523 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20316} exit cache
+16:35:38.523 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20367} enter cache
+16:35:38.523 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+16:35:38.523 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 16:35:38(String)
+16:35:38.526 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 6
+16:35:38.527 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20155} exit cache
+16:35:38.527 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20368} enter cache
+16:35:38.530 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+16:35:38.530 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+16:35:38.531 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+16:35:38.531 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20344} exit cache
+16:35:38.531 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20369} enter cache
+16:35:38.533 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+16:35:38.533 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+16:35:38.534 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+16:35:38.534 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20352} exit cache
+16:35:38.534 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20370} enter cache
+16:35:38.536 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+16:35:38.536 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+16:35:38.537 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+16:35:38.537 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20311} exit cache
+16:35:38.537 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20371} enter cache
+16:35:38.539 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+16:35:38.539 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+16:35:38.540 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+16:35:38.540 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20312} exit cache
+16:35:38.540 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20372} enter cache
+16:35:38.540 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:b763c3b197e543a8b51da99cac1840c8, userId:1, cost time: 49 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727329535000,"databaseCount":1,"logList":[],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":5,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+16:43:34.663 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12, ### traceId:46f24f275d694dcaaf48fa4c31c01f42,/Riskmanage/v2/datamanage/field/getFieldInfo/12, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:43:34.674 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:46f24f275d694dcaaf48fa4c31c01f42 ###, request args: {id:12},{param:{}},, userId:1 ===>>
+16:43:34.718 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:43:34.719 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 12(Long)
+16:43:34.724 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:43:34.724 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 12(Long)
+16:43:34.726 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:43:34.726 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20353} exit cache
+16:43:34.726 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20374} enter cache
+16:43:34.726 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:43:34.727 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20354} exit cache
+16:43:34.727 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20373} enter cache
+16:43:34.728 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:46f24f275d694dcaaf48fa4c31c01f42, userId:1, cost time: 55 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"测试中1111","fieldCondList":[],"fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},"fieldTypeId":8},"error":"00000000","status":"1"} <<====
+16:43:48.136 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12, ### traceId:e6e58aaff33d46279c609b03acd7a32c,/Riskmanage/v2/datamanage/field/getFieldInfo/12, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:43:48.138 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:e6e58aaff33d46279c609b03acd7a32c ###, request args: {id:12},{param:{}},, userId:1 ===>>
+16:43:48.142 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:43:48.143 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 12(Long)
+16:43:48.145 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:43:48.146 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 12(Long)
+16:43:48.146 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:43:48.147 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:43:48.147 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:e6e58aaff33d46279c609b03acd7a32c, userId:1, cost time: 9 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"测试中1111","fieldCondList":[],"fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},"fieldTypeId":8},"error":"00000000","status":"1"} <<====
+16:43:54.035 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/6, ### traceId:1e74a37e1b8344339c857be44955ee39,/Riskmanage/v2/datamanage/field/getFieldInfo/6, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:43:54.038 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/6 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:1e74a37e1b8344339c857be44955ee39 ###, request args: {id:6},{param:{}},, userId:1 ===>>
+16:43:54.043 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:43:54.044 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 6(Long)
+16:43:54.046 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:43:54.047 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 6(Long)
+16:43:54.047 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:43:54.048 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:43:54.048 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:1e74a37e1b8344339c857be44955ee39, userId:1, cost time: 10 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"结果","fieldCondList":[],"fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},"fieldTypeId":1},"error":"00000000","status":"1"} <<====
+16:43:59.126 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/5, ### traceId:c9553d04beb54b1297f7b13813c523c8,/Riskmanage/v2/datamanage/field/getFieldInfo/5, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:43:59.129 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/5 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:c9553d04beb54b1297f7b13813c523c8 ###, request args: {id:5},{param:{}},, userId:1 ===>>
+16:43:59.135 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:43:59.135 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 5(Long)
+16:43:59.137 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:43:59.137 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 5(Long)
+16:43:59.138 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:43:59.138 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:43:59.138 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:c9553d04beb54b1297f7b13813c523c8, userId:1, cost time: 9 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"姓名","fieldCondList":[],"fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},"fieldTypeId":1},"error":"00000000","status":"1"} <<====
+16:44:05.160 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/6, ### traceId:a3db38ebbe0f47c3b651a3e17852732b,/Riskmanage/v2/datamanage/field/getFieldInfo/6, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:44:05.162 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/6 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:a3db38ebbe0f47c3b651a3e17852732b ###, request args: {id:6},{param:{}},, userId:1 ===>>
+16:44:05.170 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:44:05.171 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 6(Long)
+16:44:05.174 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:44:05.174 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 6(Long)
+16:44:05.174 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:44:05.175 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:44:05.175 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:a3db38ebbe0f47c3b651a3e17852732b, userId:1, cost time: 13 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"结果","fieldCondList":[],"fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},"fieldTypeId":1},"error":"00000000","status":"1"} <<====
+16:44:14.618 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12, ### traceId:87cde7fdd9e24f4fb2e51ca59a37b79a,/Riskmanage/v2/datamanage/field/getFieldInfo/12, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:44:14.622 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:87cde7fdd9e24f4fb2e51ca59a37b79a ###, request args: {id:12},{param:{}},, userId:1 ===>>
+16:44:14.628 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:44:14.628 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 12(Long)
+16:44:14.630 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:44:14.631 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 12(Long)
+16:44:14.632 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:44:14.632 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:44:14.632 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:87cde7fdd9e24f4fb2e51ca59a37b79a, userId:1, cost time: 11 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"测试中1111","fieldCondList":[],"fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},"fieldTypeId":8},"error":"00000000","status":"1"} <<====
+16:46:42.637 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12, ### traceId:93533d153b2b4894aabdc911291452b2,/Riskmanage/v2/datamanage/field/getFieldInfo/12, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:46:42.644 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:93533d153b2b4894aabdc911291452b2 ###, request args: {id:12},{param:{}},, userId:1 ===>>
+16:46:42.651 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:46:42.651 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 12(Long)
+16:46:42.669 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:46:42.669 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 12(Long)
+16:46:42.671 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:46:42.673 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:46:42.675 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:93533d153b2b4894aabdc911291452b2, userId:1, cost time: 29 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"测试中1111","fieldCondList":[],"fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},"fieldTypeId":8},"error":"00000000","status":"1"} <<====
+16:47:16.144 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/approvalConfig/getApprovalList, ### traceId:62b47190b7c248b99d4f962d28829cb3,/Riskmanage/v3/approvalConfig/getApprovalList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:16.167 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/approvalConfig/getApprovalList enter com.fibo.ddp.strategyx.guiderule.controller.approval.ApprovalConfigController.getApprovalList method, ### traceId:62b47190b7c248b99d4f962d28829cb3 ###, request args: {param:{"entity":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+16:47:16.190 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectList - ==> Preparing: SELECT id,approval_type,approval_name,approval_desc,approval_status,create_user_id,organ_id,update_user_id,create_time,update_time FROM t_approval_config WHERE (approval_status <> ?)
+16:47:16.191 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectList - ==> Parameters: -1(Integer)
+16:47:16.201 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.approval.ApprovalConfigMapper.selectList - <== Total: 0
+16:47:16.201 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20355} exit cache
+16:47:16.202 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20375} enter cache
+16:47:16.202 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.approval.ApprovalConfigController.getApprovalList method,### traceId:62b47190b7c248b99d4f962d28829cb3, userId:1, cost time: 48 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+16:47:17.012 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/approval/getApprovalList, ### traceId:899264a4eddf4740a3ee8435abd35f16,/Riskmanage/v3/approval/getApprovalList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:17.024 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/approval/getApprovalList enter com.fibo.ddp.strategyx.guiderule.controller.approval.ApprovalController.getApprovalList method, ### traceId:899264a4eddf4740a3ee8435abd35f16 ###, request args: {param:{"entity":{"applyType":"","createUserId":0},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+16:47:17.044 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.approval.ApprovalMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_approval WHERE (status = ? AND create_user_id = ?)
+16:47:17.044 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.approval.ApprovalMapper.selectList_COUNT - ==> Parameters: 1(Integer), 1(Long)
+16:47:17.049 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.approval.ApprovalMapper.selectList_COUNT - <== Total: 1
+16:47:17.049 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20356} exit cache
+16:47:17.049 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20376} enter cache
+16:47:17.049 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.approval.ApprovalController.getApprovalList method,### traceId:899264a4eddf4740a3ee8435abd35f16, userId:1, cost time: 33 ms ###, returnResult:{"data":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+16:47:19.419 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:1e90f5b4fc024be49e2c2aed9dd3812e,/Riskmanage/v2/knowledge/tree/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:19.420 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:1e90f5b4fc024be49e2c2aed9dd3812e ###, request args: {param:{"parentId":0,"treeType":"5","type":1}},, userId:1 ===>>
+16:47:19.424 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+16:47:19.424 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 5(Long), 1(Long), 1(Integer)
+16:47:19.426 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 2
+16:47:19.426 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20343} exit cache
+16:47:19.426 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20377} enter cache
+16:47:19.430 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+16:47:19.430 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 1(Long), 1(Integer), 5(Long), 1(Long)
+16:47:19.431 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+16:47:19.431 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20357} exit cache
+16:47:19.431 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20378} enter cache
+16:47:19.435 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+16:47:19.435 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 10(Long), 1(Integer), 5(Long), 1(Long)
+16:47:19.436 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+16:47:19.436 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:1e90f5b4fc024be49e2c2aed9dd3812e, userId:1, cost time: 16 ms ###, returnResult:{"data":[{"parentId":10,"treeType":"5","type":1,"status":[1],"name":"复杂规则集合","tree_type":[5],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":1,"isParent":"true","name":"测试规则集","organId":1,"parentId":0,"status":1,"treeType":5,"type":1,"userId":1},{"children":[],"id":10,"isParent":"true","name":"aaa","organId":1,"parentId":0,"status":1,"treeType":5,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+16:47:19.452 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList, ### traceId:82e7264ae10d4a92ba4e15548520f594,/Riskmanage/v3/rule/getRuleList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:19.453 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:82e7264ae10d4a92ba4e15548520f594 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2}}},, userId:1 ===>>
+16:47:19.459 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Preparing: SELECT count(0) FROM t_rule WHERE organ_id = ? AND status >= 0 AND difficulty = ?
+16:47:19.460 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Parameters: 1(Long), 2(Integer)
+16:47:19.461 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - <== Total: 1
+16:47:19.461 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20358} exit cache
+16:47:19.461 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20379} enter cache
+16:47:19.462 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Preparing: select id, name, code, description, priority, parent_id, author, user_id, organ_id, status, type, created, updated,difficulty,script_type from t_rule WHERE organ_id = ? and status >= 0 and difficulty = ? order by updated desc LIMIT 10
+16:47:19.462 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Parameters: 1(Long), 2(Integer)
+16:47:19.463 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - <== Total: 1
+16:47:19.463 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20359} exit cache
+16:47:19.463 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20380} enter cache
+16:47:19.466 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:47:19.467 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:47:19.467 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:47:19.468 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:82e7264ae10d4a92ba4e15548520f594, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":10,"priority":0,"status":1,"type":1,"updated":1721888237000,"userId":1}]},"error":"00000000","status":"1"} <<====
+16:47:21.374 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList, ### traceId:393d84e95c394dadb9d74f278458dff0,/Riskmanage/v3/rule/getRuleList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:21.376 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:393d84e95c394dadb9d74f278458dff0 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2,"parentId":10}}},, userId:1 ===>>
+16:47:21.383 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Preparing: SELECT count(0) FROM t_rule WHERE parent_id = ? AND organ_id = ? AND status >= 0 AND difficulty = ?
+16:47:21.384 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Parameters: 10(Long), 1(Long), 2(Integer)
+16:47:21.385 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - <== Total: 1
+16:47:21.385 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20360} exit cache
+16:47:21.385 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20381} enter cache
+16:47:21.386 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Preparing: select id, name, code, description, priority, parent_id, author, user_id, organ_id, status, type, created, updated,difficulty,script_type from t_rule WHERE parent_id = ? and organ_id = ? and status >= 0 and difficulty = ? order by updated desc LIMIT 10
+16:47:21.386 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Parameters: 10(Long), 1(Long), 2(Integer)
+16:47:21.387 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - <== Total: 1
+16:47:21.387 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20361} exit cache
+16:47:21.387 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20382} enter cache
+16:47:21.391 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:47:21.391 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:47:21.392 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:47:21.392 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:393d84e95c394dadb9d74f278458dff0, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":10,"priority":0,"status":1,"type":1,"updated":1721888237000,"userId":1}]},"error":"00000000","status":"1"} <<====
+16:47:23.876 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleInfo/1, ### traceId:c21d5ad79c2d4718b3d0300e3ac202fa,/Riskmanage/v3/rule/getRuleInfo/1, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:23.877 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleInfo/1 enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleInfo method, ### traceId:c21d5ad79c2d4718b3d0300e3ac202fa ###, request args: {id:1},, userId:1 ===>>
+16:47:23.881 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectById - ==> Preparing: SELECT id,name,code,description,priority,parent_id,author,user_id,organ_id,status,type,created,updated,difficulty,script_type FROM t_rule WHERE id=?
+16:47:23.881 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectById - ==> Parameters: 1(Long)
+16:47:23.882 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.selectById - <== Total: 1
+16:47:23.882 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20362} exit cache
+16:47:23.883 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20383} enter cache
+16:47:23.895 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectList - ==> Preparing: SELECT id,rule_id,version_code,description,status,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM `t_rule_version` WHERE (rule_id = ? AND status = ?) ORDER BY update_time DESC
+16:47:23.895 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectList - ==> Parameters: 1(Long), 1(Integer)
+16:47:23.896 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectList - <== Total: 1
+16:47:23.896 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20363} exit cache
+16:47:23.896 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20384} enter cache
+16:47:23.903 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleInfo method,### traceId:c21d5ad79c2d4718b3d0300e3ac202fa, userId:1, cost time: 20 ms ###, returnResult:{"data":{"author":1,"code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":10,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1721888237000,"userId":1},"error":"00000000","status":"1"} <<====
+16:47:23.916 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/ruleVersion/getRuleVersionInfo/1, ### traceId:cc4772d0f020478c82c548e8fd0e9dba,/Riskmanage/v3/ruleVersion/getRuleVersionInfo/1, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:23.917 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/ruleVersion/getRuleVersionInfo/1 enter com.fibo.ddp.strategyx.guiderule.controller.RuleVersionController.getRuleVersionInfo method, ### traceId:cc4772d0f020478c82c548e8fd0e9dba ###, request args: {versionId:1},, userId:1 ===>>
+16:47:23.924 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectById - ==> Preparing: SELECT id,rule_id,version_code,description,status,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM `t_rule_version` WHERE id=?
+16:47:23.924 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectById - ==> Parameters: 1(Long)
+16:47:23.926 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectById - <== Total: 1
+16:47:23.926 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20366} exit cache
+16:47:23.926 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20385} enter cache
+16:47:23.938 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectList - ==> Preparing: SELECT id,rule_id,version_id,result_field_en,score,score_field_en,create_time,update_time FROM t_rule_block WHERE (version_id = ?)
+16:47:23.938 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectList - ==> Parameters: 1(Long)
+16:47:23.943 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleBlockMapper.selectList - <== Total: 1
+16:47:23.943 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20367} exit cache
+16:47:23.943 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20386} enter cache
+16:47:23.957 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectList - ==> Preparing: SELECT id,logical,field_id,field_en,field_type,operator,variable_type,field_value,execution_logic,rule_id,version_id,block_id,parent_id,condition_type,create_time,update_time FROM `t_rule_condition` WHERE (block_id = ?)
+16:47:23.957 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectList - ==> Parameters: 10004(Long)
+16:47:23.963 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleConditionInfoMapper.selectList - <== Total: 2
+16:47:23.963 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20368} exit cache
+16:47:23.963 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20387} enter cache
+16:47:23.970 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=? AND out_type=?
+16:47:23.970 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 10004(Long), complex_rule(String), success(String)
+16:47:23.971 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 1
+16:47:23.971 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20369} exit cache
+16:47:23.971 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20388} enter cache
+16:47:23.973 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=? AND out_type=?
+16:47:23.973 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 10004(Long), complex_rule(String), fail(String)
+16:47:23.974 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+16:47:23.979 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleVersionController.getRuleVersionInfo method,### traceId:cc4772d0f020478c82c548e8fd0e9dba, userId:1, cost time: 57 ms ###, returnResult:{"data":{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleBlockVoList":[{"createTime":1716968114000,"failOutputList":[],"id":10004,"resultFieldEn":"age","ruleConditionVo":{"blockId":10004,"children":[{"blockId":10004,"children":[],"conditionType":2,"createTime":1716968114000,"fieldEn":"age","fieldType":2,"fieldValue":"18","id":10,"loopGroupActions":[],"operator":">=","parentId":9,"ruleId":1,"variableType":1,"versionId":1}],"conditionType":1,"createTime":1716968114000,"fieldType":2,"id":9,"logical":"&&","loopGroupActions":[],"parentId":0,"ruleId":1,"versionId":1},"ruleId":1,"score":20,"scoreFieldEn":"age","strategyOutputList":[{"createTime":1717064114000,"fieldEn":"age","fieldId":1,"fieldValue":"{\"farr\":[],\"formula\":\"哈哈哈哈哈\"}","id":3,"outCondition":"{\"logical\":\"&&\",\"conditionList\":[{\"conditionType\":2,\"fieldEn\":\"age\",\"fieldValue\":\"18\",\"operator\":\">\",\"variableType\":1},{\"conditionType\":2,\"fieldEn\":\"age\",\"fieldValue\":\"20\",\"operator\":\"<=\",\"variableType\":1}]}","outType":"success","strategyId":10004,"strategyType":"complex_rule","updateTime":1717064114000,"variableType":3}],"updateTime":1716968114000,"versionId":1}],"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"},"error":"00000000","status":"1"} <<====
+16:47:28.234 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:9b63b4e643194d37a748a95a2a359452,/Riskmanage/v2/knowledge/tree/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:28.236 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:9b63b4e643194d37a748a95a2a359452 ###, request args: {param:{"parentId":0,"treeType":"7","type":1}},, userId:1 ===>>
+16:47:28.242 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+16:47:28.243 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 7(Long), 1(Long), 1(Integer)
+16:47:28.245 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 1
+16:47:28.251 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+16:47:28.251 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 8(Long), 1(Integer), 7(Long), 1(Long)
+16:47:28.253 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+16:47:28.253 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:9b63b4e643194d37a748a95a2a359452, userId:1, cost time: 17 ms ###, returnResult:{"data":[{"parentId":8,"treeType":"7","type":1,"status":[1],"name":"脚本规则集","tree_type":[7],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":8,"isParent":"true","name":"111","organId":1,"parentId":0,"status":1,"treeType":7,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+16:47:28.271 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList, ### traceId:4ef50401f547435ebe060a00a808c77a,/Riskmanage/v3/rule/getRuleList, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:28.272 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:4ef50401f547435ebe060a00a808c77a ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":3}}},, userId:1 ===>>
+16:47:28.281 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Preparing: SELECT count(0) FROM t_rule WHERE organ_id = ? AND status >= 0 AND difficulty = ?
+16:47:28.282 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Parameters: 1(Long), 3(Integer)
+16:47:28.283 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - <== Total: 1
+16:47:28.284 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:4ef50401f547435ebe060a00a808c77a, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"klist":[]},"error":"00000000","status":"1"} <<====
+16:47:30.221 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:412d8f3bdb9c423f915fa03b482e0358,/Riskmanage/v2/knowledge/tree/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:30.221 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:412d8f3bdb9c423f915fa03b482e0358 ###, request args: {param:{"parentId":0,"treeType":"1","type":1}},, userId:1 ===>>
+16:47:30.226 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+16:47:30.226 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 1(Long), 1(Long), 1(Integer)
+16:47:30.227 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 1
+16:47:30.230 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+16:47:30.230 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 2(Long), 1(Integer), 1(Long), 1(Long)
+16:47:30.231 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+16:47:30.231 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:412d8f3bdb9c423f915fa03b482e0358, userId:1, cost time: 10 ms ###, returnResult:{"data":[{"parentId":2,"treeType":"1","type":1,"status":[1],"name":"评分卡","tree_type":[1],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":2,"isParent":"true","name":"测试评分卡","organId":1,"parentId":0,"status":1,"treeType":1,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+16:47:30.245 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list, ### traceId:7cdeae182c67444eb1b7778219628cf0,/Riskmanage/v3/scorecard/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:30.247 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:7cdeae182c67444eb1b7778219628cf0 ###, request args: {listParam:{"pageNum":1,"pageSize":10,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+16:47:30.253 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_scorecard WHERE (status IN (?, ?))
+16:47:30.253 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList_COUNT - ==> Parameters: 0(Integer), 1(Integer)
+16:47:30.254 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList_COUNT - <== Total: 1
+16:47:30.254 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20370} exit cache
+16:47:30.254 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20389} enter cache
+16:47:30.254 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - ==> Preparing: SELECT id,name,code,description,version,parent_id,user_id,author,engine_id,organ_id,type,status,created,updated,score,pd,odds,score_calculate_type,result_field_en FROM t_scorecard WHERE (status IN (?,?)) ORDER BY updated DESC LIMIT 10
+16:47:30.255 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - ==> Parameters: 0(Integer), 1(Integer)
+16:47:30.255 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - <== Total: 1
+16:47:30.256 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20371} exit cache
+16:47:30.256 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20390} enter cache
+16:47:30.259 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:47:30.259 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:47:30.260 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:47:30.260 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:7cdeae182c67444eb1b7778219628cf0, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+16:47:31.042 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list, ### traceId:13facfc11e3243a3aa77ea450b06d9ca,/Riskmanage/v3/scorecard/list, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:31.044 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:13facfc11e3243a3aa77ea450b06d9ca ###, request args: {listParam:{"pageNum":1,"pageSize":10,"parentId":2,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+16:47:31.051 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList_COUNT - ==> Preparing: SELECT count(0) FROM t_scorecard WHERE (parent_id = ? AND status IN (?, ?))
+16:47:31.052 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList_COUNT - ==> Parameters: 2(Integer), 0(Integer), 1(Integer)
+16:47:31.053 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList_COUNT - <== Total: 1
+16:47:31.053 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20372} exit cache
+16:47:31.053 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20391} enter cache
+16:47:31.053 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - ==> Preparing: SELECT id,name,code,description,version,parent_id,user_id,author,engine_id,organ_id,type,status,created,updated,score,pd,odds,score_calculate_type,result_field_en FROM t_scorecard WHERE (parent_id = ? AND status IN (?,?)) ORDER BY updated DESC LIMIT 10
+16:47:31.053 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - ==> Parameters: 2(Integer), 0(Integer), 1(Integer)
+16:47:31.054 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - <== Total: 1
+16:47:31.054 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20374} exit cache
+16:47:31.054 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20392} enter cache
+16:47:31.057 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:47:31.057 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:47:31.057 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:47:31.058 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:13facfc11e3243a3aa77ea450b06d9ca, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+16:47:32.217 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/getScorecardInfo/1, ### traceId:7e0734220b154c8988456ff7b71ba813,/Riskmanage/v3/scorecard/getScorecardInfo/1, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:32.219 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/getScorecardInfo/1 enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.getScorecardInfo method, ### traceId:7e0734220b154c8988456ff7b71ba813 ###, request args: {scorecardId:1},, userId:1 ===>>
+16:47:32.222 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectById - ==> Preparing: SELECT id,name,code,description,version,parent_id,user_id,author,engine_id,organ_id,type,status,created,updated,score,pd,odds,score_calculate_type,result_field_en FROM t_scorecard WHERE id=?
+16:47:32.223 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectById - ==> Parameters: 1(Long)
+16:47:32.223 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectById - <== Total: 1
+16:47:32.224 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20373} exit cache
+16:47:32.224 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20393} enter cache
+16:47:32.247 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectList - ==> Preparing: SELECT id,scorecard_id,version_code,description,status,score_calculate_type,result_field_en,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM `t_scorecard_version` WHERE (scorecard_id = ? AND status = ?) ORDER BY update_time DESC
+16:47:32.247 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectList - ==> Parameters: 1(Long), 1(Integer)
+16:47:32.251 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectList - <== Total: 1
+16:47:32.251 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20375} exit cache
+16:47:32.252 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20394} enter cache
+16:47:32.263 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.getScorecardInfo method,### traceId:7e0734220b154c8988456ff7b71ba813, userId:1, cost time: 38 ms ###, returnResult:{"data":{"author":1,"checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1,"versionList":[{"createTime":1717066189000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"resultFieldEn":"age","scoreCalculateType":1,"scorecardId":1,"snapshot":"{\"id\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1717066189000, \"updateTime\": 1717066189000, \"description\": \"初始版本\", \"scorecardId\": 1, \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"resultFieldEn\": \"age\", \"scoreCalculateType\": 1, \"scorecardDimension\": [{\"id\": 2, \"weight\": 1.0, \"children\": [{\"id\": 3, \"type\": 1, \"score\": 10.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(1,18]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"coefficient\": 1.0, \"dimensionId\": 2, \"calculateType\": 1}, {\"id\": 4, \"type\": 1, \"score\": 25.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(18,20]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionId\": 2, \"calculateType\": 1}, {\"id\": 5, \"type\": 1, \"score\": 90.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(20,99]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionId\": 2, \"calculateType\": 1}], \"versionId\": 1, \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionName\": \"111\"}], \"strategyOutputList\": []}","status":1,"updateTime":1717066783000,"updateUserId":1,"versionCode":"V:0"}]},"error":"00000000","status":"1"} <<====
+16:47:32.275 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecardVersion/getScorecardVersionInfo/1, ### traceId:031fbdbd05b04bde89d9fc6e42f87d58,/Riskmanage/v3/scorecardVersion/getScorecardVersionInfo/1, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+16:47:32.276 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecardVersion/getScorecardVersionInfo/1 enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardVersionController.getScorecardVersionInfo method, ### traceId:031fbdbd05b04bde89d9fc6e42f87d58 ###, request args: {versionId:1},, userId:1 ===>>
+16:47:32.281 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectById - ==> Preparing: SELECT id,scorecard_id,version_code,description,status,score_calculate_type,result_field_en,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM `t_scorecard_version` WHERE id=?
+16:47:32.281 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectById - ==> Parameters: 1(Long)
+16:47:32.282 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardVersionMapper.selectById - <== Total: 1
+16:47:32.282 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20376} exit cache
+16:47:32.282 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20395} enter cache
+16:47:32.289 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectList - ==> Preparing: SELECT id,card_id,version_id,dimension_name,weight,execute_type,create_time,update_time FROM `t_scorecard_dimension` WHERE (version_id = ?)
+16:47:32.289 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectList - ==> Parameters: 1(Long)
+16:47:32.292 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDimensionMapper.selectList - <== Total: 1
+16:47:32.292 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20380} exit cache
+16:47:32.292 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20396} enter cache
+16:47:32.303 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectList - ==> Preparing: SELECT id,dimension_id,field_id,parent_id,type,score,coefficient,custom,calculate_type,logical,create_time,update_time FROM `t_scorecard_detail` WHERE (dimension_id = ?)
+16:47:32.303 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectList - ==> Parameters: 2(Integer)
+16:47:32.307 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailMapper.selectList - <== Total: 3
+16:47:32.307 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20381} exit cache
+16:47:32.307 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20397} enter cache
+16:47:32.328 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectList - ==> Preparing: SELECT id,detail_id,operator,field_value,create_time,update_time FROM `t_scorecard_detail_condition` WHERE (detail_id = ?)
+16:47:32.328 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectList - ==> Parameters: 3(Integer)
+16:47:32.332 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectList - <== Total: 2
+16:47:32.332 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20382} exit cache
+16:47:32.332 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20398} enter cache
+16:47:32.333 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:47:32.334 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Integer), null
+16:47:32.334 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 0
+16:47:32.334 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20383} exit cache
+16:47:32.334 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20399} enter cache
+16:47:32.336 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectList - ==> Preparing: SELECT id,detail_id,operator,field_value,create_time,update_time FROM `t_scorecard_detail_condition` WHERE (detail_id = ?)
+16:47:32.336 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectList - ==> Parameters: 4(Integer)
+16:47:32.337 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectList - <== Total: 2
+16:47:32.338 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:47:32.338 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Integer), null
+16:47:32.339 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 0
+16:47:32.340 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectList - ==> Preparing: SELECT id,detail_id,operator,field_value,create_time,update_time FROM `t_scorecard_detail_condition` WHERE (detail_id = ?)
+16:47:32.340 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectList - ==> Parameters: 5(Integer)
+16:47:32.340 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardDetailConditionMapper.selectList - <== Total: 2
+16:47:32.342 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:47:32.342 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Integer), null
+16:47:32.342 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 0
+16:47:32.344 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+16:47:32.344 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 1(Long), scorecard(String)
+16:47:32.344 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+16:47:32.344 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20384} exit cache
+16:47:32.344 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20400} enter cache
+16:47:32.354 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardVersionController.getScorecardVersionInfo method,### traceId:031fbdbd05b04bde89d9fc6e42f87d58, userId:1, cost time: 68 ms ###, returnResult:{"data":{"createTime":1717066189000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"resultFieldEn":"age","scoreCalculateType":1,"scorecardDimension":[{"children":[{"calculateType":1,"children":[],"coefficient":1.0,"condition":"(1,18]","createTime":1717066782000,"custom":"","dimensionId":2,"fieldId":1,"id":3,"logical":"&&","parentId":0,"score":10.0,"type":1,"updateTime":1717066782000},{"calculateType":1,"children":[],"condition":"(18,20]","createTime":1717066782000,"custom":"","dimensionId":2,"fieldId":1,"id":4,"logical":"&&","parentId":0,"score":25.0,"type":1,"updateTime":1717066782000},{"calculateType":1,"children":[],"condition":"(20,99]","createTime":1717066782000,"custom":"","dimensionId":2,"fieldId":1,"id":5,"logical":"&&","parentId":0,"score":90.0,"type":1,"updateTime":1717066782000}],"createTime":1717066782000,"dimensionName":"111","id":2,"updateTime":1717066782000,"versionId":1,"weight":1.0}],"scorecardId":1,"snapshot":"{\"id\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1717066189000, \"updateTime\": 1717066189000, \"description\": \"初始版本\", \"scorecardId\": 1, \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"resultFieldEn\": \"age\", \"scoreCalculateType\": 1, \"scorecardDimension\": [{\"id\": 2, \"weight\": 1.0, \"children\": [{\"id\": 3, \"type\": 1, \"score\": 10.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(1,18]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"coefficient\": 1.0, \"dimensionId\": 2, \"calculateType\": 1}, {\"id\": 4, \"type\": 1, \"score\": 25.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(18,20]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionId\": 2, \"calculateType\": 1}, {\"id\": 5, \"type\": 1, \"score\": 90.0, \"custom\": \"\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"condition\": \"(20,99]\", \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionId\": 2, \"calculateType\": 1}], \"versionId\": 1, \"createTime\": 1717066782000, \"updateTime\": 1717066782000, \"dimensionName\": \"111\"}], \"strategyOutputList\": []}","status":1,"strategyOutputList":[],"updateTime":1717066783000,"updateUserId":1,"versionCode":"V:0"},"error":"00000000","status":"1"} <<====
+16:49:25.426 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/6, ### traceId:c330c9f46fbe4e43997582d9e3e95972,/Riskmanage/v2/datamanage/field/getFieldInfo/6, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:49:25.429 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/6 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:c330c9f46fbe4e43997582d9e3e95972 ###, request args: {id:6},{param:{}},, userId:1 ===>>
+16:49:25.435 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:49:25.435 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 6(Long)
+16:49:25.436 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:49:25.437 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 6(Long)
+16:49:25.437 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:49:25.437 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20385} exit cache
+16:49:25.437 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20401} enter cache
+16:49:25.437 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:49:25.437 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:c330c9f46fbe4e43997582d9e3e95972, userId:1, cost time: 8 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"结果","fieldCondList":[],"fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},"fieldTypeId":1},"error":"00000000","status":"1"} <<====
+16:49:34.195 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12, ### traceId:8c22537dea2142d29b1578fade90d98d,/Riskmanage/v2/datamanage/field/getFieldInfo/12, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:49:34.198 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:8c22537dea2142d29b1578fade90d98d ###, request args: {id:12},{param:{}},, userId:1 ===>>
+16:49:34.203 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:49:34.204 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 12(Long)
+16:49:34.206 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:49:34.206 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 12(Long)
+16:49:34.207 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:49:34.207 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:49:34.207 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:8c22537dea2142d29b1578fade90d98d, userId:1, cost time: 9 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"测试中1111","fieldCondList":[],"fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},"fieldTypeId":8},"error":"00000000","status":"1"} <<====
+16:50:01.079 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/5, ### traceId:88b3633f431d44379a7916ce7defe368,/Riskmanage/v2/datamanage/field/getFieldInfo/5, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:50:01.082 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/5 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:88b3633f431d44379a7916ce7defe368 ###, request args: {id:5},{param:{}},, userId:1 ===>>
+16:50:01.086 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:50:01.087 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 5(Long)
+16:50:01.089 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:50:01.089 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 5(Long)
+16:50:01.089 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:50:01.089 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:50:01.090 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:88b3633f431d44379a7916ce7defe368, userId:1, cost time: 8 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"姓名","fieldCondList":[],"fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},"fieldTypeId":1},"error":"00000000","status":"1"} <<====
+16:51:57.315 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:2cae3f09b0954fd58aff1268906e21a7,/Riskmanage/v2/datamanage/field/updateStatus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:51:57.325 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:2cae3f09b0954fd58aff1268906e21a7 ###, request args: {param:{"status":-1,"ids":"6,5,4,3,2,1","fieldTypeId":99999999}},, userId:1 ===>>
+16:51:57.337 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+16:51:57.337 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 6(String)
+16:51:57.344 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+16:51:57.345 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20386} exit cache
+16:51:57.345 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20402} enter cache
+16:51:57.347 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+16:51:57.348 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 6(Long)
+16:51:57.349 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+16:51:57.349 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20387} exit cache
+16:51:57.349 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20403} enter cache
+16:51:57.351 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+16:51:57.351 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 5(String)
+16:51:57.352 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+16:51:57.354 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+16:51:57.354 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 5(Long)
+16:51:57.355 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+16:51:57.357 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+16:51:57.357 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 4(String)
+16:51:57.358 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+16:51:57.360 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+16:51:57.360 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 4(Long)
+16:51:57.360 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+16:51:57.362 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+16:51:57.362 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 3(String)
+16:51:57.363 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+16:51:57.364 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+16:51:57.364 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 3(Long)
+16:51:57.365 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+16:51:57.369 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findListDbByIds - ==> Preparing: select id, list_name as listName, list_type as listType , table_column as tableColumn, query_field as queryField , match_type as matchType, query_type as queryType,result_field_en as resultFieldEn from t_list_db where id in ( ? , ? ) and organ_id = ( select organ_id from t_user where user_id = ? )
+16:51:57.369 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findListDbByIds - ==> Parameters: 1(Long), 3(Long), 1(Long)
+16:51:57.370 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findListDbByIds - <== Total: 2
+16:51:57.370 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20388} exit cache
+16:51:57.370 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20404} enter cache
+16:51:57.374 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+16:51:57.376 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@183d34df, status=1, error=00000000, msg=null, data={status=-1, ids=6,5,4,3,2,1, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[3], fieldId=3, fieldIds=[3], fieldList=[], listDbList=[ListDb(id=1, listCode=null, listType=b, listName=黑名单, dataSource=null, listAttr=null, listDesc=null, tableColumn=3, matchType=1, queryType=1, queryField=3, queryFieldCn=null, organId=null, status=null, userId=null, created=null, nickName=null, resultFieldEn=phone, strategyOutputList=null, versionList=null, folderId=null, nodeQuery=null, snapshot=null, executeVersion=null), ListDb(id=3, listCode=null, listType=b, listName=白名单, dataSource=null, listAttr=null, listDesc=null, tableColumn=3, matchType=0, queryType=0, queryField=3, queryFieldCn=null, organId=null, status=null, userId=null, created=null, nickName=null, resultFieldEn=phone, strategyOutputList=null, versionList=null, folderId=null, nodeQuery=null, snapshot=null, executeVersion=null)], ruleList=[], scorecardList=[], beUsed=true, listDbIds=[1, 3], result=false})(String), 127.0.0.1(String), 2024-09-26 16:51:57.327(Timestamp), 2024-09-26 16:51:57.37(Timestamp)
+16:51:57.382 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+16:51:57.383 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20379} exit cache
+16:51:57.383 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20405} enter cache
+16:51:57.384 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:2cae3f09b0954fd58aff1268906e21a7, userId:1, cost time: 59 ms ###, returnResult:{"data":{"status":-1,"ids":"6,5,4,3,2,1","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[3],"fieldId":3,"fieldIds":[3],"fieldList":[],"listDbList":[{"id":1,"listName":"黑名单","listType":"b","matchType":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","tableColumn":"3"},{"id":3,"listName":"白名单","listType":"b","matchType":0,"queryField":"3","queryType":0,"resultFieldEn":"phone","tableColumn":"3"}],"ruleList":[],"scorecardList":[],"beUsed":true,"listDbIds":[1,3],"result":false},"error":"00000000","status":"1"} <<====
+16:51:57.384 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+16:51:57.409 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:7fd6fc48f6a440d5ab11b6691f847bd7,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:51:57.410 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:aff71eac71904342ae325e04ffb26ebd,/Riskmanage/v2/datamanage/field/findFieldByUser, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:51:57.411 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:7fd6fc48f6a440d5ab11b6691f847bd7 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:51:57.414 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:aff71eac71904342ae325e04ffb26ebd ###, request args: {paramMap:{}},, userId:1 ===>>
+16:51:57.417 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+16:51:57.417 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+16:51:57.418 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+16:51:57.418 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:51:57.420 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:51:57.420 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20326} exit cache
+16:51:57.420 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20407} enter cache
+16:51:57.420 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 9
+16:51:57.420 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20377} exit cache
+16:51:57.420 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:51:57.420 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20406} enter cache
+16:51:57.420 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:51:57.420 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:aff71eac71904342ae325e04ffb26ebd, userId:1, cost time: 6 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldRelId":12,"fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+16:51:57.422 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+16:51:57.422 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20327} exit cache
+16:51:57.423 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20408} enter cache
+16:51:57.423 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:7fd6fc48f6a440d5ab11b6691f847bd7, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:52:03.426 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:ca7afe38aa124a118a81e49113cd0454,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:52:03.426 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:5a5eb3edff3d419d9e4878c6451a94d0,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:52:03.427 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:ca7afe38aa124a118a81e49113cd0454 ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:52:03.427 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:5a5eb3edff3d419d9e4878c6451a94d0 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:52:03.430 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:52:03.430 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:52:03.430 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:52:03.430 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+16:52:03.431 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:52:03.431 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20378} exit cache
+16:52:03.431 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20409} enter cache
+16:52:03.431 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:52:03.431 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:5a5eb3edff3d419d9e4878c6451a94d0, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"d27b6ed1-dfac-4983-95f8-ba224a6cf522","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"e45a9810-5464-4902-9881-7276607ea9de","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"1ebc3ba3-6624-4abd-968a-3849a0407ff1","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:52:03.431 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:ca7afe38aa124a118a81e49113cd0454, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:52:03.444 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:b4c8bfe9e85748c08523c9ef7a529c57,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:52:03.444 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:b4c8bfe9e85748c08523c9ef7a529c57 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:52:03.447 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+16:52:03.447 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:52:03.448 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:52:03.448 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:52:03.448 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:52:03.449 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+16:52:03.449 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:b4c8bfe9e85748c08523c9ef7a529c57, userId:1, cost time: 5 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:54:01.665 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/6, ### traceId:cb0b96b6f2b04d72816bad55bf095793,/Riskmanage/v2/datamanage/field/getFieldInfo/6, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:54:01.669 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/6 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:cb0b96b6f2b04d72816bad55bf095793 ###, request args: {id:6},{param:{}},, userId:1 ===>>
+16:54:01.674 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+16:54:01.674 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 6(Long)
+16:54:01.675 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+16:54:01.675 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 6(Long)
+16:54:01.676 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+16:54:01.676 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+16:54:01.676 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:cb0b96b6f2b04d72816bad55bf095793, userId:1, cost time: 7 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"结果","fieldCondList":[],"fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},"fieldTypeId":1},"error":"00000000","status":"1"} <<====
+16:55:02.257 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:ef3441d837c74ccbb8e749857338b62e,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:55:02.267 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:ef3441d837c74ccbb8e749857338b62e ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:55:02.278 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:55:02.279 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:55:02.284 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:55:02.285 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:ef3441d837c74ccbb8e749857338b62e, userId:1, cost time: 18 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:55:02.298 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:dad89eb559df4226ab53bc54468ff579,/Riskmanage/v2/datamanage/field/list, token:7196e33f70884acca597b6aab1638863 ### ===>>
+16:55:02.300 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:dad89eb559df4226ab53bc54468ff579 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:55:02.307 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:55:02.307 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:55:02.310 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:55:02.311 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:55:02.311 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:55:02.314 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:55:02.314 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20328} exit cache
+16:55:02.314 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20410} enter cache
+16:55:02.314 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:dad89eb559df4226ab53bc54468ff579, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+17:01:14.548 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:00f4cef57b364df08783f266b21ea4a3,/Riskmanage/DataX/home/getIndexInfo, token:7196e33f70884acca597b6aab1638863 ### ===>>
+17:01:14.548 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:8ac9d0f835c34afca6480ba219b7e402,/Riskmanage/DataX/statistics/getFieldCallCountList, token:7196e33f70884acca597b6aab1638863 ### ===>>
+17:01:14.552 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:00f4cef57b364df08783f266b21ea4a3 ###, request args: null, userId:1 ===>>
+17:01:14.554 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:8ac9d0f835c34afca6480ba219b7e402 ###, request args: {param:{}},, userId:1 ===>>
+17:01:14.562 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+17:01:14.562 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+17:01:14.564 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+17:01:14.565 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+17:01:14.567 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+17:01:14.570 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:8ac9d0f835c34afca6480ba219b7e402, userId:1, cost time: 16 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+17:01:14.570 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+17:01:14.570 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20389} exit cache
+17:01:14.571 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20411} enter cache
+17:01:14.578 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+17:01:14.578 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 17:01:14(String)
+17:01:14.581 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+17:01:14.583 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20390} exit cache
+17:01:14.583 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20412} enter cache
+17:01:14.584 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+17:01:14.584 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 17:01:14(String)
+17:01:14.587 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 6
+17:01:14.587 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20391} exit cache
+17:01:14.587 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20413} enter cache
+17:01:14.593 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+17:01:14.593 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+17:01:14.594 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+17:01:14.594 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20392} exit cache
+17:01:14.594 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20414} enter cache
+17:01:14.597 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+17:01:14.597 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+17:01:14.598 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+17:01:14.598 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20364} exit cache
+17:01:14.598 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20415} enter cache
+17:01:14.600 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+17:01:14.600 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+17:01:14.601 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+17:01:14.601 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20393} exit cache
+17:01:14.601 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20416} enter cache
+17:01:14.603 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+17:01:14.604 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+17:01:14.604 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+17:01:14.604 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20394} exit cache
+17:01:14.604 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20417} enter cache
+17:01:14.605 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:00f4cef57b364df08783f266b21ea4a3, userId:1, cost time: 53 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727329535000,"databaseCount":1,"logList":[],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":5,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+17:15:56.120 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12, ### traceId:bb904a14337d4975b359fa2507f787cd,/Riskmanage/v2/datamanage/field/getFieldInfo/12, token:7196e33f70884acca597b6aab1638863 ### ===>>
+17:15:56.128 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:bb904a14337d4975b359fa2507f787cd ###, request args: {id:12},{param:{}},, userId:1 ===>>
+17:15:56.137 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+17:15:56.138 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 12(Long)
+17:15:56.141 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+17:15:56.141 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 12(Long)
+17:15:56.142 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+17:15:56.142 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+17:15:56.143 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:bb904a14337d4975b359fa2507f787cd, userId:1, cost time: 15 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"测试中1111","fieldCondList":[],"fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},"fieldTypeId":8},"error":"00000000","status":"1"} <<====
+17:47:58.599 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results, ### traceId:93d5e9f21f594406933a13b74f146d24,/Riskmanage/v2/monitor/results, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+17:47:58.605 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results enter com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method, ### traceId:93d5e9f21f594406933a13b74f146d24 ###, request args: {param:{"engineId":2,"startDate":"2024-09-19","endDate":"2024-09-26","businessId":"","pageNo":1,"pageSize":10}},, userId:1 ===>>
+17:47:58.606 [http-nio-8082-exec-8] INFO com.fibo.ddp.monitor.controller.decisionflow.MonitorController - /v2/monitor//results inputParam :{engineId=2, startDate=2024-09-19, endDate=2024-09-26, businessId=, pageNo=1, pageSize=10}
+17:47:58.618 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Preparing: SELECT count(0) FROM t_resultset WHERE 1 = 1 AND engine_id = ? AND create_datetime >= ? AND create_datetime <= DATE_ADD(STR_TO_DATE(?, '%Y-%m-%d'), INTERVAL 1 DAY)
+17:47:58.618 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Parameters: 2(Integer), 2024-09-19(String), 2024-09-26(String)
+17:47:58.623 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - <== Total: 1
+17:47:58.623 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20395} exit cache
+17:47:58.623 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20418} enter cache
+17:47:58.624 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method,### traceId:93d5e9f21f594406933a13b74f146d24, userId:1, cost time: 19 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"endDate":"2024-09-26","pageNo":1,"businessId":"","pageSize":10,"startDate":"2024-09-19","engineId":2},"error":"00000000","status":"1"} <<====
+17:48:00.516 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results, ### traceId:ae55b126e4dc4279b460e00447556c90,/Riskmanage/v2/monitor/results, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+17:48:00.519 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results enter com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method, ### traceId:ae55b126e4dc4279b460e00447556c90 ###, request args: {param:{"engineId":2,"startDate":"2024-09-19","endDate":"2024-09-26","businessId":"","pageNo":1,"pageSize":10}},, userId:1 ===>>
+17:48:00.520 [http-nio-8082-exec-9] INFO com.fibo.ddp.monitor.controller.decisionflow.MonitorController - /v2/monitor//results inputParam :{engineId=2, startDate=2024-09-19, endDate=2024-09-26, businessId=, pageNo=1, pageSize=10}
+17:48:00.527 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Preparing: SELECT count(0) FROM t_resultset WHERE 1 = 1 AND engine_id = ? AND create_datetime >= ? AND create_datetime <= DATE_ADD(STR_TO_DATE(?, '%Y-%m-%d'), INTERVAL 1 DAY)
+17:48:00.528 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Parameters: 2(Integer), 2024-09-19(String), 2024-09-26(String)
+17:48:00.530 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - <== Total: 1
+17:48:00.530 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method,### traceId:ae55b126e4dc4279b460e00447556c90, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"endDate":"2024-09-26","pageNo":1,"businessId":"","pageSize":10,"startDate":"2024-09-19","engineId":2},"error":"00000000","status":"1"} <<====
+17:48:00.713 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results, ### traceId:cf042585273f4015b86cff75e1a1c760,/Riskmanage/v2/monitor/results, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+17:48:00.715 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results enter com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method, ### traceId:cf042585273f4015b86cff75e1a1c760 ###, request args: {param:{"engineId":2,"startDate":"2024-09-19","endDate":"2024-09-26","businessId":"","pageNo":1,"pageSize":10}},, userId:1 ===>>
+17:48:00.715 [http-nio-8082-exec-6] INFO com.fibo.ddp.monitor.controller.decisionflow.MonitorController - /v2/monitor//results inputParam :{engineId=2, startDate=2024-09-19, endDate=2024-09-26, businessId=, pageNo=1, pageSize=10}
+17:48:00.721 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Preparing: SELECT count(0) FROM t_resultset WHERE 1 = 1 AND engine_id = ? AND create_datetime >= ? AND create_datetime <= DATE_ADD(STR_TO_DATE(?, '%Y-%m-%d'), INTERVAL 1 DAY)
+17:48:00.722 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Parameters: 2(Integer), 2024-09-19(String), 2024-09-26(String)
+17:48:00.724 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - <== Total: 1
+17:48:00.724 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method,### traceId:cf042585273f4015b86cff75e1a1c760, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"endDate":"2024-09-26","pageNo":1,"businessId":"","pageSize":10,"startDate":"2024-09-19","engineId":2},"error":"00000000","status":"1"} <<====
+17:54:24.165 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:c2b6269dc9d24ec29ec0f67a3566aa48,/Riskmanage/v2/sysMenu/getMenus, token:7196e33f70884acca597b6aab1638863 ### ===>>
+17:54:24.165 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:74ce19292a3142fab7d57370be5a4a03,/Riskmanage/v2/datamanage/field/newListTree, token:7196e33f70884acca597b6aab1638863 ### ===>>
+17:54:24.167 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+17:54:24.167 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+17:54:25.723 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:eaca9f04325f4e12bbbcaa09b7d5efd5,/Riskmanage/v2/login/login, token:7196e33f70884acca597b6aab1638863 ### ===>>
+17:54:25.727 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:eaca9f04325f4e12bbbcaa09b7d5efd5 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+17:54:25.746 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+17:54:25.747 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+17:54:25.750 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+17:54:25.751 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20396} exit cache
+17:54:25.751 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20419} enter cache
+17:54:25.759 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+17:54:25.760 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d051800, status=1, error=00000000, msg=null, data={token=9978cee93763484987e789ca85237464})(String), 127.0.0.1(String), 2024-09-26 17:54:25.728(Timestamp), 2024-09-26 17:54:25.753(Timestamp)
+17:54:25.767 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+17:54:25.767 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20397} exit cache
+17:54:25.767 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20420} enter cache
+17:54:25.768 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:eaca9f04325f4e12bbbcaa09b7d5efd5, userId:0, cost time: 40 ms ###, returnResult:{"data":{"token":"9978cee93763484987e789ca85237464"},"error":"00000000","status":"1"} <<====
+17:54:25.791 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:422296834dc74757a11dfd32361b0b47,/Riskmanage/datasource/getDataSourceList, token:9978cee93763484987e789ca85237464 ### ===>>
+17:54:25.791 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:3a82450c102f438a924ac30e3fd25ed9,/Riskmanage/v2/datamanage/field/findFieldByUser, token:9978cee93763484987e789ca85237464 ### ===>>
+17:54:25.791 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:1c5df4f30d544c01a06fd91c0c33090e,/Riskmanage/v3/interface/getInterfaceList, token:9978cee93763484987e789ca85237464 ### ===>>
+17:54:25.792 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList, ### traceId:d35796c53fc245fa87cade1e61ff9338,/Riskmanage/mqSource/getMqSourceList, token:9978cee93763484987e789ca85237464 ### ===>>
+17:54:25.792 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:422296834dc74757a11dfd32361b0b47 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+17:54:25.792 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:1c5df4f30d544c01a06fd91c0c33090e ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+17:54:25.792 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:d35796c53fc245fa87cade1e61ff9338 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+17:54:25.793 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:3a82450c102f438a924ac30e3fd25ed9 ###, request args: {paramMap:{}},, userId:1 ===>>
+17:54:25.796 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+17:54:25.796 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+17:54:25.797 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Preparing: SELECT id,name,type,server_addrs,topic,group_id,auto_offset_reset,enable_auto_commit,timeout,auto_commit_interval,concurrency,key_deserializer,value_deserializer,message_body,status,creator,modifier,organ_id,create_time,update_time FROM t_field_mq_source WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+17:54:25.797 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+17:54:25.798 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+17:54:25.798 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+17:54:25.798 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - <== Total: 0
+17:54:25.798 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20051} exit cache
+17:54:25.798 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20421} enter cache
+17:54:25.798 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ?) ORDER BY update_time DESC
+17:54:25.798 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:d35796c53fc245fa87cade1e61ff9338, userId:1, cost time: 6 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+17:54:25.799 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer)
+17:54:25.799 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+17:54:25.799 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 9
+17:54:25.799 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20331} exit cache
+17:54:25.799 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20422} enter cache
+17:54:25.799 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:3a82450c102f438a924ac30e3fd25ed9, userId:1, cost time: 6 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldRelId":12,"fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+17:54:25.799 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+17:54:25.799 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20221} exit cache
+17:54:25.799 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20423} enter cache
+17:54:25.802 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+17:54:25.802 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+17:54:25.802 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+17:54:25.802 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20290} exit cache
+17:54:25.802 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20424} enter cache
+17:54:25.802 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+17:54:25.802 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+17:54:25.803 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+17:54:25.803 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20332} exit cache
+17:54:25.803 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20425} enter cache
+17:54:25.804 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+17:54:25.804 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+17:54:25.804 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+17:54:25.804 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:1c5df4f30d544c01a06fd91c0c33090e, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+17:54:25.805 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+17:54:25.806 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+17:54:25.806 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+17:54:25.806 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:422296834dc74757a11dfd32361b0b47, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+17:54:25.971 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:7941838c3c7745a685cfb647c75ac31a,/Riskmanage/DataX/statistics/getFieldCallCountList, token:9978cee93763484987e789ca85237464 ### ===>>
+17:54:25.971 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:ec5405f4dd2247458580013a9f8ee1cd,/Riskmanage/v2/sysMenu/getMenus, token:9978cee93763484987e789ca85237464 ### ===>>
+17:54:25.971 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:a3c4da58c212405ab60ba090c9e32776,/Riskmanage/DataX/home/getIndexInfo, token:9978cee93763484987e789ca85237464 ### ===>>
+17:54:25.972 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:ec5405f4dd2247458580013a9f8ee1cd ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+17:54:25.973 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:a3c4da58c212405ab60ba090c9e32776 ###, request args: null, userId:1 ===>>
+17:54:25.973 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:7941838c3c7745a685cfb647c75ac31a ###, request args: {param:{}},, userId:1 ===>>
+17:54:25.977 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+17:54:25.977 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+17:54:25.979 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+17:54:25.979 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+17:54:25.979 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+17:54:25.979 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:ec5405f4dd2247458580013a9f8ee1cd, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"d34c6b4a-b3c3-4ad1-9099-dd0966741a26","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"d0b3778b-9dea-456a-9e54-4299d623b0d8","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"a84f7b14-2899-4bbf-93a6-063d6d3ba040","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+17:54:25.980 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+17:54:25.980 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20293} exit cache
+17:54:25.980 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20426} enter cache
+17:54:25.980 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:7941838c3c7745a685cfb647c75ac31a, userId:1, cost time: 7 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+17:54:25.980 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+17:54:25.980 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+17:54:25.982 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+17:54:25.988 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+17:54:25.988 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 17:54:25(String)
+17:54:25.990 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+17:54:25.990 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+17:54:25.990 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 17:54:25(String)
+17:54:25.993 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 6
+17:54:25.997 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+17:54:25.997 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+17:54:25.998 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+17:54:26.001 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+17:54:26.001 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+17:54:26.002 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+17:54:26.004 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+17:54:26.005 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+17:54:26.006 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+17:54:26.008 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+17:54:26.008 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+17:54:26.009 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+17:54:26.009 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:a3c4da58c212405ab60ba090c9e32776, userId:1, cost time: 36 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727333693000,"databaseCount":1,"logList":[{"endTime":1727344466000,"id":1004,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d051800, status=1, error=00000000, msg=null, data={token=9978cee93763484987e789ca85237464})","startTime":1727344466000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":5,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+17:55:28.500 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/logout, ### traceId:6ade1fd877d84013903228226a28dfc1,/Riskmanage/v2/login/logout, token:9978cee93763484987e789ca85237464 ### ===>>
+17:55:28.501 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/logout enter com.fibo.ddp.authx.system.controller.LoginController.logout method, ### traceId:6ade1fd877d84013903228226a28dfc1 ###, request args: , userId:1 ===>>
+17:55:28.507 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+17:55:28.508 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: logout(String), 登出(String), 1(Long), 1(Long), logout(String), http://127.0.0.1:8082/Riskmanage/v2/login/logout(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)(String), 127.0.0.1(String), 2024-09-26 17:55:28.502(Timestamp), 2024-09-26 17:55:28.502(Timestamp)
+17:55:28.510 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+17:55:28.510 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.logout method,### traceId:6ade1fd877d84013903228226a28dfc1, userId:1, cost time: 9 ms ###, returnResult:{"error":"00000000","status":"1"} <<====
+17:55:30.050 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:d8f331e641c24ef7a5d634df19f5b713,/Riskmanage/v2/login/login, token:9978cee93763484987e789ca85237464 ### ===>>
+17:55:30.051 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:d8f331e641c24ef7a5d634df19f5b713 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+17:55:30.060 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+17:55:30.061 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+17:55:30.063 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+17:55:30.067 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+17:55:30.068 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@30d3ecd5, status=1, error=00000000, msg=null, data={token=97e5ae81374f4488bed8199fbf1154de})(String), 127.0.0.1(String), 2024-09-26 17:55:30.051(Timestamp), 2024-09-26 17:55:30.064(Timestamp)
+17:55:30.071 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+17:55:30.072 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:d8f331e641c24ef7a5d634df19f5b713, userId:0, cost time: 22 ms ###, returnResult:{"data":{"token":"97e5ae81374f4488bed8199fbf1154de"},"error":"00000000","status":"1"} <<====
+17:55:30.113 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:c6d40025600c4eafb01625348f2c685b,/Riskmanage/v2/datamanage/field/findFieldByUser, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+17:55:30.114 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:c6d40025600c4eafb01625348f2c685b ###, request args: {paramMap:{}},, userId:1 ===>>
+17:55:30.120 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+17:55:30.120 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+17:55:30.120 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:d790534abeb54a8baff0bbfe2e37107b,/Riskmanage/datasource/getDataSourceList, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+17:55:30.120 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:8eea154ce122496c85f6cb7f0733ba30,/Riskmanage/v3/interface/getInterfaceList, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+17:55:30.121 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList, ### traceId:90a0113e10bb4f838f60a9bffe684d76,/Riskmanage/mqSource/getMqSourceList, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+17:55:30.121 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:3cf5e85f0e0b41e192c4ec5c476effb9,/Riskmanage/DataX/home/getIndexInfo, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+17:55:30.121 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:8cb78cd12dd746c79ff528fb9b6acdaf,/Riskmanage/v2/sysMenu/getMenus, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+17:55:30.122 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:3cf5e85f0e0b41e192c4ec5c476effb9 ###, request args: null, userId:1 ===>>
+17:55:30.123 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:90a0113e10bb4f838f60a9bffe684d76 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+17:55:30.124 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:8eea154ce122496c85f6cb7f0733ba30 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+17:55:30.126 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:d790534abeb54a8baff0bbfe2e37107b ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+17:55:30.126 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 9
+17:55:30.127 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:c6d40025600c4eafb01625348f2c685b, userId:1, cost time: 12 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldRelId":12,"fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+17:55:30.127 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:8cb78cd12dd746c79ff528fb9b6acdaf ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+17:55:30.130 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+17:55:30.130 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+17:55:30.132 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+17:55:30.132 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20294} exit cache
+17:55:30.132 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20427} enter cache
+17:55:30.132 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ?) ORDER BY update_time DESC
+17:55:30.132 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer)
+17:55:30.134 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+17:55:30.134 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20398} exit cache
+17:55:30.134 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20428} enter cache
+17:55:30.134 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:740d5b1a7199466f847867d67907b538,/Riskmanage/DataX/statistics/getFieldCallCountList, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+17:55:30.134 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+17:55:30.134 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+17:55:30.135 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:740d5b1a7199466f847867d67907b538 ###, request args: {param:{}},, userId:1 ===>>
+17:55:30.135 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+17:55:30.135 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+17:55:30.135 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+17:55:30.136 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20037} exit cache
+17:55:30.136 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10016, pstmt-20429} enter cache
+17:55:30.136 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:8cb78cd12dd746c79ff528fb9b6acdaf, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"04828507-7b9c-4f8e-b7c7-57f97a44bbea","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"357a4e5e-962d-45d6-8770-fa33f1a8e41f","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"356ac1fc-3d1e-4875-9bf7-62138ca5714b","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+17:55:30.136 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+17:55:30.137 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Preparing: SELECT id,name,type,server_addrs,topic,group_id,auto_offset_reset,enable_auto_commit,timeout,auto_commit_interval,concurrency,key_deserializer,value_deserializer,message_body,status,creator,modifier,organ_id,create_time,update_time FROM t_field_mq_source WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+17:55:30.137 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+17:55:30.137 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - <== Total: 0
+17:55:30.137 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20333} exit cache
+17:55:30.137 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10018, pstmt-20430} enter cache
+17:55:30.137 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:90a0113e10bb4f838f60a9bffe684d76, userId:1, cost time: 15 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+17:55:30.138 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+17:55:30.138 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+17:55:30.139 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+17:55:30.139 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20095} exit cache
+17:55:30.139 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10020, pstmt-20431} enter cache
+17:55:30.139 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:740d5b1a7199466f847867d67907b538, userId:1, cost time: 4 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+17:55:30.139 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+17:55:30.139 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+17:55:30.139 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+17:55:30.140 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20400} exit cache
+17:55:30.140 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20432} enter cache
+17:55:30.140 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+17:55:30.140 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+17:55:30.140 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+17:55:30.140 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 17:55:30(String)
+17:55:30.141 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+17:55:30.142 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+17:55:30.142 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20295} exit cache
+17:55:30.142 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20433} enter cache
+17:55:30.142 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+17:55:30.142 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 17:55:30(String)
+17:55:30.142 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+17:55:30.142 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+17:55:30.142 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+17:55:30.142 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:d790534abeb54a8baff0bbfe2e37107b, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+17:55:30.143 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+17:55:30.143 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+17:55:30.143 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+17:55:30.144 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:8eea154ce122496c85f6cb7f0733ba30, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+17:55:30.144 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 6
+17:55:30.144 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20296} exit cache
+17:55:30.144 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20434} enter cache
+17:55:30.146 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+17:55:30.146 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+17:55:30.146 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+17:55:30.146 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20297} exit cache
+17:55:30.146 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20435} enter cache
+17:55:30.148 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+17:55:30.148 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+17:55:30.148 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+17:55:30.148 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20301} exit cache
+17:55:30.148 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20436} enter cache
+17:55:30.150 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+17:55:30.150 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+17:55:30.151 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+17:55:30.151 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20300} exit cache
+17:55:30.151 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20437} enter cache
+17:55:30.152 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+17:55:30.152 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+17:55:30.153 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+17:55:30.153 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20307} exit cache
+17:55:30.153 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10015, pstmt-20438} enter cache
+17:55:30.153 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:3cf5e85f0e0b41e192c4ec5c476effb9, userId:1, cost time: 31 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727344466000,"databaseCount":1,"logList":[{"endTime":1727344530000,"id":1006,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@30d3ecd5, status=1, error=00000000, msg=null, data={token=97e5ae81374f4488bed8199fbf1154de})","startTime":1727344530000},{"endTime":1727344529000,"id":1005,"ip":"127.0.0.1","method":"logout","opName":"登出","opType":"logout","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/logout","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)","startTime":1727344529000},{"endTime":1727344466000,"id":1004,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d051800, status=1, error=00000000, msg=null, data={token=9978cee93763484987e789ca85237464})","startTime":1727344466000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":5,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+17:58:52.229 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:36934479574940c3928009b3e9303b5f,/Riskmanage/DataX/home/getIndexInfo, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+17:58:52.229 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:0f957d3c221441108fc7f3d14bfbd00b,/Riskmanage/v2/sysMenu/getMenus, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+17:58:52.229 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:394e9f9e04b54d44b5a7fb5c2a12b701,/Riskmanage/DataX/statistics/getFieldCallCountList, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+17:58:52.234 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:36934479574940c3928009b3e9303b5f ###, request args: null, userId:1 ===>>
+17:58:52.235 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:394e9f9e04b54d44b5a7fb5c2a12b701 ###, request args: {param:{}},, userId:1 ===>>
+17:58:52.235 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:0f957d3c221441108fc7f3d14bfbd00b ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+17:58:52.243 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+17:58:52.243 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+17:58:52.243 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+17:58:52.244 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+17:58:52.244 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+17:58:52.245 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+17:58:52.246 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+17:58:52.246 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+17:58:52.246 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20052} exit cache
+17:58:52.247 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20439} enter cache
+17:58:52.247 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+17:58:52.247 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:394e9f9e04b54d44b5a7fb5c2a12b701, userId:1, cost time: 12 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+17:58:52.247 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:0f957d3c221441108fc7f3d14bfbd00b, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"aa17a087-b870-4545-8fc1-881456f5c51c","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"e15c7f1c-ea9a-419c-84cd-2b5489ffe98d","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"dcec7808-880f-4ef1-ab85-871bbb943689","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+17:58:52.256 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+17:58:52.256 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 17:58:52(String)
+17:58:52.258 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+17:58:52.258 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+17:58:52.258 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-26(String), 2024-09-26 17:58:52(String)
+17:58:52.260 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 6
+17:58:52.262 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+17:58:52.263 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+17:58:52.263 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+17:58:52.264 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+17:58:52.264 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+17:58:52.265 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+17:58:52.266 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+17:58:52.266 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+17:58:52.266 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 5
+17:58:52.268 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+17:58:52.268 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+17:58:52.268 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+17:58:52.268 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:36934479574940c3928009b3e9303b5f, userId:1, cost time: 34 ms ###, returnResult:{"data":{"fieldCount":10,"lastLoginTime":1727344466000,"databaseCount":1,"logList":[{"endTime":1727344530000,"id":1006,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@30d3ecd5, status=1, error=00000000, msg=null, data={token=97e5ae81374f4488bed8199fbf1154de})","startTime":1727344530000},{"endTime":1727344529000,"id":1005,"ip":"127.0.0.1","method":"logout","opName":"登出","opType":"logout","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestParam":"}","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/logout","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@8bc7d658, status=1, error=00000000, msg=null, data=null)","startTime":1727344529000},{"endTime":1727344466000,"id":1004,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@d051800, status=1, error=00000000, msg=null, data={token=9978cee93763484987e789ca85237464})","startTime":1727344466000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":5,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4},{"fieldCount":1,"fieldType":5}]},"error":"00000000","status":"1"} <<====
+18:01:09.644 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:fd30cc06a1bd46b4ad23587e655ed1f7,/Riskmanage/v2/datamanage/field/newListTree, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:01:09.652 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:fd30cc06a1bd46b4ad23587e655ed1f7 ###, request args: {param:{"type":1}},, userId:1 ===>>
+18:01:09.666 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+18:01:09.668 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+18:01:09.673 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+18:01:09.673 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20402} exit cache
+18:01:09.674 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20440} enter cache
+18:01:09.675 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:fd30cc06a1bd46b4ad23587e655ed1f7, userId:1, cost time: 22 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+18:01:09.693 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:2687f9f5c3d54b38990f4b4efa4d6fe2,/Riskmanage/v2/datamanage/field/list, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:01:09.695 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2687f9f5c3d54b38990f4b4efa4d6fe2 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+18:01:09.704 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+18:01:09.704 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+18:01:09.707 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+18:01:09.707 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20403} exit cache
+18:01:09.707 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20441} enter cache
+18:01:09.707 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+18:01:09.707 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+18:01:09.709 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+18:01:09.709 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20404} exit cache
+18:01:09.709 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20442} enter cache
+18:01:09.710 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2687f9f5c3d54b38990f4b4efa4d6fe2, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+18:01:10.558 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:4e067910c8184a81996d3cc5c765fc0e,/Riskmanage/v2/datamanage/field/newListTree, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:01:10.560 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:4e067910c8184a81996d3cc5c765fc0e ###, request args: {param:{"type":5}},, userId:1 ===>>
+18:01:10.566 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+18:01:10.567 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+18:01:10.569 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+18:01:10.569 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:4e067910c8184a81996d3cc5c765fc0e, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+18:01:10.576 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:ad7a50bf7c0a4859802539e7eb4f01be,/Riskmanage/v2/datamanage/field/list, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:01:10.577 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:ad7a50bf7c0a4859802539e7eb4f01be ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+18:01:10.583 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+18:01:10.583 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+18:01:10.584 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+18:01:10.585 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20401} exit cache
+18:01:10.585 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20443} enter cache
+18:01:10.585 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+18:01:10.585 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+18:01:10.586 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+18:01:10.586 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20399} exit cache
+18:01:10.586 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20444} enter cache
+18:01:10.586 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:ad7a50bf7c0a4859802539e7eb4f01be, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+18:02:07.764 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:23b14bdcaa554b9bb76b95705986f4ca,/Riskmanage/v2/datamanage/field/newListTree, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:02:07.764 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:d8744a728f4e4882a1f80f0c551e0fb1,/Riskmanage/v2/datamanage/field/newListTree, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:02:07.775 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:23b14bdcaa554b9bb76b95705986f4ca ###, request args: {param:{"type":5}},, userId:1 ===>>
+18:02:07.775 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:d8744a728f4e4882a1f80f0c551e0fb1 ###, request args: {param:{"type":1}},, userId:1 ===>>
+18:02:07.783 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+18:02:07.783 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+18:02:07.783 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+18:02:07.783 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+18:02:07.786 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+18:02:07.786 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+18:02:07.786 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20053} exit cache
+18:02:07.786 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20445} enter cache
+18:02:07.786 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:d8744a728f4e4882a1f80f0c551e0fb1, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+18:02:07.786 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:23b14bdcaa554b9bb76b95705986f4ca, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+18:02:07.792 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:bf263201717941e5ad8535eea82ce2e7,/Riskmanage/v2/datamanage/field/list, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:02:07.794 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:3ebd02fef09d42e58de5405092c46312,/Riskmanage/v2/datamanage/field/list, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:02:07.794 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:bf263201717941e5ad8535eea82ce2e7 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+18:02:07.794 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:3ebd02fef09d42e58de5405092c46312 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+18:02:07.798 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+18:02:07.798 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+18:02:07.799 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+18:02:07.799 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+18:02:07.799 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+18:02:07.799 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+18:02:07.799 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20054} exit cache
+18:02:07.799 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20446} enter cache
+18:02:07.799 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+18:02:07.799 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+18:02:07.800 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+18:02:07.800 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+18:02:07.801 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+18:02:07.801 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+18:02:07.801 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20086} exit cache
+18:02:07.801 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20447} enter cache
+18:02:07.801 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:3ebd02fef09d42e58de5405092c46312, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+18:02:07.801 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:bf263201717941e5ad8535eea82ce2e7, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+18:05:02.492 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12, ### traceId:19ccc73080384e4fbfca2787d8f8e29c,/Riskmanage/v2/datamanage/field/getFieldInfo/12, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:05:02.498 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/getFieldInfo/12 enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method, ### traceId:19ccc73080384e4fbfca2787d8f8e29c ###, request args: {id:12},{param:{}},, userId:1 ===>>
+18:05:02.507 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Preparing: select f.id, f.field_en, f.field_cn, f.field_typeid , f.value_type, f.value_scope, f.is_derivative , f.is_output, f.is_common, f.formula, f.formula_show , f.orig_fieldid, used_fieldid , r.engine_id , p.field_type , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable ,f.is_interface ,f.interface_id ,f.json_value ,f.interface_parse_field ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.id = ?
+18:05:02.508 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - ==> Parameters: 1(Long), 12(Long)
+18:05:02.511 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Preparing: select field_id as fieldId, condition_value as conditionValue, content from t_field_condition where field_id = ? group by field_id,condition_value,content
+18:05:02.511 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - ====> Parameters: 12(Long)
+18:05:02.513 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCondMapper.getFieldCondList - <==== Total: 0
+18:05:02.513 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20089} exit cache
+18:05:02.513 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20449} enter cache
+18:05:02.513 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldId - <== Total: 1
+18:05:02.513 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20059} exit cache
+18:05:02.513 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20448} enter cache
+18:05:02.513 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.getFieldInfo method,### traceId:19ccc73080384e4fbfca2787d8f8e29c, userId:1, cost time: 15 ms ###, returnResult:{"data":{"fieldFormulaList":[],"fieldVo":{"dataSourceId":0,"fieldCn":"测试中1111","fieldCondList":[],"fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},"fieldTypeId":8},"error":"00000000","status":"1"} <<====
+18:05:41.117 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:29a0bc9defe948298cfe1297ed56e151,/Riskmanage/v2/datamanage/field/updateStatus, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:05:41.120 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:29a0bc9defe948298cfe1297ed56e151 ###, request args: {param:{"status":1,"ids":"12","fieldTypeId":99999999}},, userId:1 ===>>
+18:05:41.128 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+18:05:41.129 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 12(String)
+18:05:41.131 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+18:05:41.131 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20115} exit cache
+18:05:41.131 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20450} enter cache
+18:05:41.134 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+18:05:41.134 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 12(Long)
+18:05:41.136 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+18:05:41.136 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20116} exit cache
+18:05:41.136 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20451} enter cache
+18:05:41.140 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Preparing: update t_field_user_rel set status=? where organ_id = ( select organ_id from t_user where user_id = ? ) and engine_id is null and field_id in ( ? )
+18:05:41.141 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Parameters: 1(Integer), 1(Long), 12(Long)
+18:05:41.144 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - <== Updates: 1
+18:05:41.145 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20143} exit cache
+18:05:41.145 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20452} enter cache
+18:05:41.154 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+18:05:41.156 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785691, status=1, error=00000000, msg=null, data={status=1, ids=12, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[12], fieldId=12, fieldIds=[12], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})(String), 127.0.0.1(String), 2024-09-26 18:05:41.121(Timestamp), 2024-09-26 18:05:41.145(Timestamp)
+18:05:41.161 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+18:05:41.161 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20146} exit cache
+18:05:41.161 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20453} enter cache
+18:05:41.163 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:29a0bc9defe948298cfe1297ed56e151, userId:1, cost time: 43 ms ###, returnResult:{"data":{"status":1,"ids":"12","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[12],"fieldId":12,"fieldIds":[12],"fieldList":[],"listDbList":[],"ruleList":[],"scorecardList":[],"beUsed":false,"result":true},"error":"00000000","status":"1"} <<====
+18:05:41.163 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+18:05:41.185 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:9d5ea0c8780442a9b979d101b04690cb,/Riskmanage/v2/datamanage/field/list, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:05:41.185 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:8d8d158df4ee49c291d3f2e8bd292459,/Riskmanage/v2/datamanage/field/findFieldByUser, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:05:41.187 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:9d5ea0c8780442a9b979d101b04690cb ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+18:05:41.187 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:8d8d158df4ee49c291d3f2e8bd292459 ###, request args: {paramMap:{}},, userId:1 ===>>
+18:05:41.194 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+18:05:41.194 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+18:05:41.195 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+18:05:41.195 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+18:05:41.197 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+18:05:41.197 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+18:05:41.197 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+18:05:41.197 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 9
+18:05:41.197 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20159} exit cache
+18:05:41.197 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20454} enter cache
+18:05:41.198 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:8d8d158df4ee49c291d3f2e8bd292459, userId:1, cost time: 10 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldRelId":12,"fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","page":0,"rows":0,"sourceType":5,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+18:05:41.198 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+18:05:41.199 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:9d5ea0c8780442a9b979d101b04690cb, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+18:05:43.586 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus, ### traceId:8a628e4af3f5424d99f06a13dbc5bba5,/Riskmanage/v2/datamanage/field/updateStatus, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:05:43.588 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method, ### traceId:8a628e4af3f5424d99f06a13dbc5bba5 ###, request args: {param:{"status":0,"ids":"12","fieldTypeId":99999999}},, userId:1 ===>>
+18:05:43.594 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Preparing: select group_concat(f.id) as ids from t_field f,t_field_user_rel r where f.id = r.field_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.status = 1 and instr(f.used_fieldid,?) > 0
+18:05:43.595 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - ==> Parameters: 1(Long), 12(String)
+18:05:43.596 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.checkField - <== Total: 1
+18:05:43.596 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20418} exit cache
+18:05:43.596 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20455} enter cache
+18:05:43.599 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Preparing: select group_concat(l.id) as id from t_list_db l, t_user u where l.user_id = u.user_id and l.organ_id = ( select organ_id from t_user where user_id = ? ) and instr(l.table_column,?) > 0 and l.status = 1
+18:05:43.599 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - ==> Parameters: 1(Long), 12(Long)
+18:05:43.600 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.checkByField - <== Total: 1
+18:05:43.600 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20411} exit cache
+18:05:43.600 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20456} enter cache
+18:05:43.605 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Preparing: update t_field_user_rel set status=? where organ_id = ( select organ_id from t_user where user_id = ? ) and field_id in ( ? )
+18:05:43.605 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - ==> Parameters: 0(Integer), 1(Long), 12(Long)
+18:05:43.607 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.updateStatus - <== Updates: 1
+18:05:43.607 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20405} exit cache
+18:05:43.607 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20457} enter cache
+18:05:43.611 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, request_param, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+18:05:43.611 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: updateFieldStatus(String), 修改数据管理中的字段(String), 1(Long), 1(Long), updateStatus(String), http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/updateStatus(String), }(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@18785690, status=1, error=00000000, msg=null, data={status=0, ids=12, fieldTypeId=99999999, userId=1, organId=1, engineId=null, Ids=[12], fieldId=12, fieldIds=[12], fieldList=[], listDbList=[], ruleList=[], scorecardList=[], beUsed=false, result=true})(String), 127.0.0.1(String), 2024-09-26 18:05:43.588(Timestamp), 2024-09-26 18:05:43.607(Timestamp)
+18:05:43.613 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+18:05:43.613 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20419} exit cache
+18:05:43.613 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10019, pstmt-20458} enter cache
+18:05:43.614 [pool-2-thread-1] INFO com.fibo.ddp.common.service.datax.cache.Subscriber - receive redis published message, channel DATAX:PUBSUB:CACHE, message field
+18:05:43.614 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.updateStatus method,### traceId:8a628e4af3f5424d99f06a13dbc5bba5, userId:1, cost time: 26 ms ###, returnResult:{"data":{"status":0,"ids":"12","fieldTypeId":"99999999","userId":1,"organId":1,"Ids":[12],"fieldId":12,"fieldIds":[12],"fieldList":[],"listDbList":[],"ruleList":[],"scorecardList":[],"beUsed":false,"result":true},"error":"00000000","status":"1"} <<====
+18:05:43.627 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:fe44a5b91183458fabbdd4e78ae3e3c7,/Riskmanage/v2/datamanage/field/findFieldByUser, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:05:43.627 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:b9666733cd984186ac77ed580b3f3116,/Riskmanage/v2/datamanage/field/list, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+18:05:43.627 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:fe44a5b91183458fabbdd4e78ae3e3c7 ###, request args: {paramMap:{}},, userId:1 ===>>
+18:05:43.628 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:b9666733cd984186ac77ed580b3f3116 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+18:05:43.630 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+18:05:43.631 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+18:05:43.632 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 8
+18:05:43.633 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+18:05:43.633 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+18:05:43.633 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:fe44a5b91183458fabbdd4e78ae3e3c7, userId:1, cost time: 6 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+18:05:43.634 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+18:05:43.634 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20162} exit cache
+18:05:43.634 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20459} enter cache
+18:05:43.634 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+18:05:43.634 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+18:05:43.635 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+18:05:43.635 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20204} exit cache
+18:05:43.636 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10017, pstmt-20460} enter cache
+18:05:43.636 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:b9666733cd984186ac77ed580b3f3116, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+09:16:06.310 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:b919094bed2e4341810fe06c7ee8147a,/Riskmanage/DataX/statistics/getFieldCallList, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+09:16:06.310 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:43fad63733ca4565a8ceeb08576fee21,/Riskmanage/DataX/statistics/getFieldCallList, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+09:16:06.310 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:8eba07eedd4a4b8e80f092980da1d3a7,/Riskmanage/DataX/statistics/getFieldCallList, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+09:16:06.315 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+09:16:06.315 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+09:16:06.315 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+09:16:07.567 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:f7d04f643df0485498fbf96fed9c20fa,/Riskmanage/v2/login/login, token:97e5ae81374f4488bed8199fbf1154de ### ===>>
+09:16:07.571 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:f7d04f643df0485498fbf96fed9c20fa ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+09:16:07.642 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+09:16:07.643 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+09:16:07.646 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+09:16:07.646 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20461} enter cache
+09:16:07.651 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+09:16:07.652 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@46eb9295, status=1, error=00000000, msg=null, data={token=68680a877ad34cde8e11b57a3036f1ed})(String), 127.0.0.1(String), 2024-09-27 09:16:07.572(Timestamp), 2024-09-27 09:16:07.648(Timestamp)
+09:16:07.657 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+09:16:07.657 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20462} enter cache
+09:16:07.657 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:f7d04f643df0485498fbf96fed9c20fa, userId:0, cost time: 86 ms ###, returnResult:{"data":{"token":"68680a877ad34cde8e11b57a3036f1ed"},"error":"00000000","status":"1"} <<====
+09:16:07.707 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:7c60d65a092946acbaea29b7cb90d0b6,/Riskmanage/v2/datamanage/field/findFieldByUser, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:07.708 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:7c60d65a092946acbaea29b7cb90d0b6 ###, request args: {paramMap:{}},, userId:1 ===>>
+09:16:07.711 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:72b07f6c0c11460896f89a60d39d55a0,/Riskmanage/v3/interface/getInterfaceList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:07.711 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+09:16:07.711 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList, ### traceId:807b11f364fb4c88b7384ecc9727ceea,/Riskmanage/mqSource/getMqSourceList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:07.711 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:86f0dee117574db79458afc3ba6daad2,/Riskmanage/datasource/getDataSourceList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:07.711 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:ded327899f90499eba141cdc413197c9,/Riskmanage/v2/sysMenu/getMenus, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:07.712 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+09:16:07.712 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:ff60b0fb4f7d4630a34bdc2b65c0a80f,/Riskmanage/DataX/home/getIndexInfo, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:07.712 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:86f0dee117574db79458afc3ba6daad2 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+09:16:07.712 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:72b07f6c0c11460896f89a60d39d55a0 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+09:16:07.712 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:807b11f364fb4c88b7384ecc9727ceea ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+09:16:07.712 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:ff60b0fb4f7d4630a34bdc2b65c0a80f ###, request args: null, userId:1 ===>>
+09:16:07.712 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:ded327899f90499eba141cdc413197c9 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+09:16:07.714 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 8
+09:16:07.714 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20463} enter cache
+09:16:07.714 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:7c60d65a092946acbaea29b7cb90d0b6, userId:1, cost time: 6 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+09:16:07.715 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+09:16:07.715 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+09:16:07.716 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:383db67d16fb49ac97091ebc074c934f,/Riskmanage/DataX/statistics/getFieldCallCountList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:07.716 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+09:16:07.717 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20464} enter cache
+09:16:07.718 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:383db67d16fb49ac97091ebc074c934f ###, request args: {param:{}},, userId:1 ===>>
+09:16:07.725 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Preparing: SELECT id,name,type,server_addrs,topic,group_id,auto_offset_reset,enable_auto_commit,timeout,auto_commit_interval,concurrency,key_deserializer,value_deserializer,message_body,status,creator,modifier,organ_id,create_time,update_time FROM t_field_mq_source WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+09:16:07.725 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+09:16:07.726 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - <== Total: 0
+09:16:07.726 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20465} enter cache
+09:16:07.726 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:807b11f364fb4c88b7384ecc9727ceea, userId:1, cost time: 14 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+09:16:07.727 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ?) ORDER BY update_time DESC
+09:16:07.727 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer)
+09:16:07.728 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+09:16:07.728 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20466} enter cache
+09:16:07.730 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+09:16:07.730 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+09:16:07.731 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+09:16:07.731 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+09:16:07.734 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20467} enter cache
+09:16:07.734 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+09:16:07.734 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:ded327899f90499eba141cdc413197c9, userId:1, cost time: 22 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"2fe8959c-2300-4796-b578-6aca17b3b16d","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"b82fc697-fe50-4893-bba0-d3f86d535402","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"687be2aa-ac5f-4cd9-90cb-1669786ef9ca","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+09:16:07.735 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+09:16:07.735 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20468} enter cache
+09:16:07.735 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+09:16:07.735 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+09:16:07.736 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+09:16:07.736 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20469} enter cache
+09:16:07.736 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:383db67d16fb49ac97091ebc074c934f, userId:1, cost time: 18 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+09:16:07.736 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+09:16:07.736 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-27(String), 2024-09-27 09:16:07(String)
+09:16:07.738 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+09:16:07.738 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20470} enter cache
+09:16:07.738 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+09:16:07.738 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-27(String), 2024-09-27 09:16:07(String)
+09:16:07.738 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+09:16:07.738 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+09:16:07.738 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+09:16:07.738 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20472} enter cache
+09:16:07.739 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+09:16:07.739 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+09:16:07.739 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+09:16:07.739 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20473} enter cache
+09:16:07.740 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 1
+09:16:07.740 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20471} enter cache
+09:16:07.740 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+09:16:07.740 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+09:16:07.740 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+09:16:07.740 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:86f0dee117574db79458afc3ba6daad2, userId:1, cost time: 28 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+09:16:07.741 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+09:16:07.741 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+09:16:07.741 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+09:16:07.742 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:72b07f6c0c11460896f89a60d39d55a0, userId:1, cost time: 30 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+09:16:07.742 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+09:16:07.742 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+09:16:07.742 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+09:16:07.742 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20474} enter cache
+09:16:07.744 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+09:16:07.744 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+09:16:07.744 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+09:16:07.744 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20475} enter cache
+09:16:07.745 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+09:16:07.745 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+09:16:07.746 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 4
+09:16:07.746 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20476} enter cache
+09:16:07.747 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+09:16:07.747 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+09:16:07.747 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+09:16:07.747 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20477} enter cache
+09:16:07.747 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:ff60b0fb4f7d4630a34bdc2b65c0a80f, userId:1, cost time: 35 ms ###, returnResult:{"data":{"fieldCount":9,"lastLoginTime":1727344530000,"databaseCount":1,"logList":[{"endTime":1727399768000,"id":1009,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@46eb9295, status=1, error=00000000, msg=null, data={token=68680a877ad34cde8e11b57a3036f1ed})","startTime":1727399768000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":5,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4}]},"error":"00000000","status":"1"} <<====
+09:16:09.918 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:d5d0a87f2fd441b38f6c53b8630644e8,/Riskmanage/DataX/statistics/getFieldCallList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:09.919 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:d5d0a87f2fd441b38f6c53b8630644e8 ###, request args: {param:{"entity":{"fieldType":2,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:09.921 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:9665966d5b404d0abcc67d5ed19f8f36,/Riskmanage/DataX/statistics/getFieldCallList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:09.921 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:4ac58dd0518c41f98492fedc7f2dd34b,/Riskmanage/DataX/statistics/getFieldCallList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:09.922 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:9665966d5b404d0abcc67d5ed19f8f36 ###, request args: {param:{"entity":{"fieldType":3,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:09.922 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:4ac58dd0518c41f98492fedc7f2dd34b ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:09.927 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_use_sql = TRUE) table_count
+09:16:09.928 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:09.929 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+09:16:09.930 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20478} enter cache
+09:16:09.930 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_use_sql = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+09:16:09.930 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+09:16:09.930 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:09.930 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:09.931 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+09:16:09.931 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20480} enter cache
+09:16:09.931 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+09:16:09.931 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_derivative = TRUE) table_count
+09:16:09.932 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+09:16:09.932 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20479} enter cache
+09:16:09.932 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:09.932 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:09.932 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:d5d0a87f2fd441b38f6c53b8630644e8, userId:1, cost time: 13 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:16:09.933 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+09:16:09.933 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20482} enter cache
+09:16:09.933 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_derivative = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+09:16:09.933 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+09:16:09.933 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:09.933 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20481} enter cache
+09:16:09.933 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:4ac58dd0518c41f98492fedc7f2dd34b, userId:1, cost time: 11 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:16:09.937 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+09:16:09.937 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20483} enter cache
+09:16:09.937 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:9665966d5b404d0abcc67d5ed19f8f36, userId:1, cost time: 15 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sqlStatement":"","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:16:12.066 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:7f3b1b59927c40fea6ad11e67575c15a,/Riskmanage/DataX/statistics/getFieldCallList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:12.069 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:7f3b1b59927c40fea6ad11e67575c15a ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:12.079 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+09:16:12.080 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:12.082 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+09:16:12.082 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20484} enter cache
+09:16:12.082 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+09:16:12.083 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:12.084 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+09:16:12.085 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20485} enter cache
+09:16:12.085 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:7f3b1b59927c40fea6ad11e67575c15a, userId:1, cost time: 17 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:16:12.977 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:200fb0308e924ff981900660a302ee3c,/Riskmanage/DataX/statistics/getFieldCallList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:12.979 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:200fb0308e924ff981900660a302ee3c ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:12.992 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+09:16:12.993 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:12.995 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+09:16:12.996 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+09:16:12.997 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:12.999 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+09:16:13.000 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:200fb0308e924ff981900660a302ee3c, userId:1, cost time: 21 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:16:13.174 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList, ### traceId:83c2f3274e2d4b1f9d105069083753aa,/Riskmanage/DataX/statistics/getFieldCallList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:16:13.176 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method, ### traceId:83c2f3274e2d4b1f9d105069083753aa ###, request args: {param:{"entity":{"fieldType":4,"queryTimeEnd":1727399769897,"queryTimeStart":1727280000897,"searchKey":""},"pageNum":1,"pageSize":10}},, userId:1 ===>>
+09:16:13.189 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Preparing: SELECT count(0) FROM (SELECT f.id, r.id AS fieldRelId, f.field_en AS fieldEn, f.field_cn AS fieldCn, f.field_typeid AS fieldTypeId, f.value_type AS valueType, f.value_scope AS valueScope, p.field_type AS fieldType, f.is_derivative, f.is_output, f.is_common, f.formula, f.formula_show, f.used_fieldid, f.orig_fieldid, f.author, f.is_use_sql, f.data_source_id, f.sql_statement, f.sql_variable, f.is_interface, f.interface_id, f.interface_parse_field, f.json_value, f.dict_variable, IFNULL(fclog.callCount, 0) AS call_count FROM t_field f INNER JOIN t_field_user_rel r ON f.id = r.field_id AND r.status = 1 AND r.organ_id = ? INNER JOIN t_field_type p ON f.field_typeid = p.id LEFT JOIN (SELECT field_id, count(1) AS callCount FROM t_field_call_log WHERE create_time >= ? AND create_time <= ? GROUP BY field_id) fclog ON f.id = fclog.field_id WHERE f.is_interface = TRUE) table_count
+09:16:13.189 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:13.192 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList_COUNT - <== Total: 1
+09:16:13.193 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,IFNULL(fclog.callCount,0) AS call_count from t_field f inner JOIN t_field_user_rel r on f.id = r.field_id and r.status = 1 and r.organ_id = ? inner JOIN t_field_type p on f.field_typeid = p.id left JOIN (select field_id,count(1) AS callCount from t_field_call_log WHERE create_time >= ? and create_time <= ? group by field_id) fclog on f.id = fclog.field_id WHERE f.is_interface = TRUE ORDER BY call_count DESC, f.created DESC LIMIT 10
+09:16:13.193 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - ==> Parameters: 1(Long), 2024-09-26 00:00:00.897(Timestamp), 2024-09-27 09:16:09.897(Timestamp)
+09:16:13.195 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallList - <== Total: 1
+09:16:13.195 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallList method,### traceId:83c2f3274e2d4b1f9d105069083753aa, userId:1, cost time: 19 ms ###, returnResult:{"data":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"callCount":0,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sqlStatement":"","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"error":"00000000","status":"1"} <<====
+09:55:37.489 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:d1049c07f0554a03964718374ea70b71,/Riskmanage/v2/datamanage/field/newListTree, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:55:37.499 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:d1049c07f0554a03964718374ea70b71 ###, request args: {param:{"type":1}},, userId:1 ===>>
+09:55:37.516 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+09:55:37.517 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+09:55:37.522 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+09:55:37.522 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20486} enter cache
+09:55:37.523 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:d1049c07f0554a03964718374ea70b71, userId:1, cost time: 24 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+09:55:37.538 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:755f6101c0684fac99170c5ef19b04e5,/Riskmanage/v2/datamanage/field/list, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:55:37.540 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:755f6101c0684fac99170c5ef19b04e5 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+09:55:37.554 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+09:55:37.554 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+09:55:37.555 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+09:55:37.555 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20487} enter cache
+09:55:37.555 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+09:55:37.555 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+09:55:37.557 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+09:55:37.557 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20488} enter cache
+09:55:37.558 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:755f6101c0684fac99170c5ef19b04e5, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+09:55:38.749 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:f1b1c063cdce43e48717877b4cb453cc,/Riskmanage/v2/datamanage/field/newListTree, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:55:38.750 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:f1b1c063cdce43e48717877b4cb453cc ###, request args: {param:{"type":5}},, userId:1 ===>>
+09:55:38.761 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+09:55:38.761 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+09:55:38.763 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+09:55:38.764 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:f1b1c063cdce43e48717877b4cb453cc, userId:1, cost time: 14 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+09:55:38.774 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:2773762eeb4d40e589224e664f2c7ea4,/Riskmanage/v2/datamanage/field/list, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+09:55:38.776 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2773762eeb4d40e589224e664f2c7ea4 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+09:55:38.786 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+09:55:38.786 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+09:55:38.788 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+09:55:38.788 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20489} enter cache
+09:55:38.788 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+09:55:38.788 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+09:55:38.790 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+09:55:38.790 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20490} enter cache
+09:55:38.790 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2773762eeb4d40e589224e664f2c7ea4, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+15:50:21.290 [http-nio-8082-exec-5] INFO org.apache.tomcat.util.http.parser.Cookie - A cookie header was received [1724222130,1724237563] that contained an invalid cookie. That cookie will be ignored.
+ Note: further occurrences of this error will be logged at DEBUG level.
+15:50:21.290 [http-nio-8082-exec-9] INFO org.apache.tomcat.util.http.parser.Cookie - A cookie header was received [1724222130,1724237563] that contained an invalid cookie. That cookie will be ignored.
+ Note: further occurrences of this error will be logged at DEBUG level.
+15:50:21.293 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results, ### traceId:19367cc2536540cd81c0778c620f0d57,/Riskmanage/v2/monitor/results, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+15:50:21.293 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:f45e9ca4f0934c499056399a46009bff,/Riskmanage/v2/sysMenu/getMenus, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+15:50:21.295 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:50:21.295 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:50:22.540 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:aee1f28900194336a791a532c66e7f02,/Riskmanage/v2/login/login, token:9c0df0b0fba140948e485c3d6d48e5d6 ### ===>>
+15:50:22.543 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:aee1f28900194336a791a532c66e7f02 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+15:50:22.567 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+15:50:22.568 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+15:50:22.572 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+15:50:22.578 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+15:50:22.579 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e3b833b5, status=1, error=00000000, msg=null, data={token=4c7b6a8f5a5f4b00a78a399b0e3ef3c4})(String), 127.0.0.1(String), 2024-09-27 15:50:22.544(Timestamp), 2024-09-27 15:50:22.573(Timestamp)
+15:50:22.583 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+15:50:22.584 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:aee1f28900194336a791a532c66e7f02, userId:0, cost time: 41 ms ###, returnResult:{"data":{"token":"4c7b6a8f5a5f4b00a78a399b0e3ef3c4"},"error":"00000000","status":"1"} <<====
+15:50:22.612 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:15b98472c8124852b4639ed5d3765eeb,/Riskmanage/v3/interface/getInterfaceList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.612 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList, ### traceId:18f7de033fe246f8a446de1dc4f51d30,/Riskmanage/v2/engine/getEngineList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.613 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list, ### traceId:3c513aab7b6447df8a04cc14d50a3f4d,/Riskmanage/v3/scorecard/list, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.613 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:70a7ad786107442190f3ebdbcdeeb850,/Riskmanage/v2/datamanage/field/findFieldByUser, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.613 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine, ### traceId:43a35876da1c48c7a32e4f807b5cfe48,/Riskmanage/v2/ruleNode/getRuleDataForEngine, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.613 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList, ### traceId:8c1d06c1e8aa471184612455773b87a3,/Riskmanage/v3/decisionTables/getDecisionTablesList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.629 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:15b98472c8124852b4639ed5d3765eeb ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:22.629 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:70a7ad786107442190f3ebdbcdeeb850 ###, request args: {paramMap:{}},, userId:1 ===>>
+15:50:22.629 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/ruleNode/getRuleDataForEngine enter com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method, ### traceId:43a35876da1c48c7a32e4f807b5cfe48 ###, request args: {param:{"status":1,"parentIds":""}},, userId:1 ===>>
+15:50:22.631 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/scorecard/list enter com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method, ### traceId:3c513aab7b6447df8a04cc14d50a3f4d ###, request args: {listParam:{"pageNum":0,"pageSize":0,"parentId":0,"search":false,"status":[0,1],"value":""}},, userId:1 ===>>
+15:50:22.631 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTables/getDecisionTablesList enter com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method, ### traceId:8c1d06c1e8aa471184612455773b87a3 ###, request args: {listParam:{"decisionTables":{},"pageNum":1,"pageSize":0}},, userId:1 ===>>
+15:50:22.633 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:18f7de033fe246f8a446de1dc4f51d30 ###, request args: {searchString:null},{pageNo:0},{pageSize:0},, userId:1 ===>>
+15:50:22.646 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+15:50:22.647 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+15:50:22.650 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 8
+15:50:22.651 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:70a7ad786107442190f3ebdbcdeeb850, userId:1, cost time: 21 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:50:22.651 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+15:50:22.652 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+15:50:22.653 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+15:50:22.653 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20491} enter cache
+15:50:22.655 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList, ### traceId:02457e0091d04e44ae3871fe97583fd9,/Riskmanage/v3/decisionTree/getDecisionTreeList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.655 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - ==> Preparing: SELECT id,name,code,description,version,parent_id,user_id,author,engine_id,organ_id,type,status,created,updated,score,pd,odds,score_calculate_type,result_field_en FROM t_scorecard WHERE (status IN (?,?)) ORDER BY updated DESC
+15:50:22.656 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - ==> Parameters: 0(Integer), 1(Integer)
+15:50:22.656 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/decisionTree/getDecisionTreeList enter com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method, ### traceId:02457e0091d04e44ae3871fe97583fd9 ###, request args: {listParam:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:22.657 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.scorecard.ScorecardMapper.selectList - <== Total: 1
+15:50:22.657 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20492} enter cache
+15:50:22.664 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Preparing: SELECT count(0) FROM t_engine WHERE status > -1 AND organ_id = ?
+15:50:22.664 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Parameters: 1(Long)
+15:50:22.665 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - <== Total: 1
+15:50:22.665 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20493} enter cache
+15:50:22.665 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Preparing: SELECT * FROM t_engine where status>-1 and organ_id = ? order by update_datetime desc
+15:50:22.665 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Parameters: 1(Long)
+15:50:22.668 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+15:50:22.668 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList - ==> Preparing: SELECT id,name,code,description,version,status,creator,modifier,organ_id,create_time,update_time,parent_id,result_field_en FROM t_decision_tables WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+15:50:22.668 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 2(Long)
+15:50:22.669 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+15:50:22.671 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+15:50:22.671 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 2(Long)
+15:50:22.671 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesMapper.selectList - <== Total: 1
+15:50:22.671 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20496} enter cache
+15:50:22.672 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Preparing: select id, name, code, description, priority, parent_id, author, user_id, organ_id, status, type, created, updated,difficulty,script_type from t_rule WHERE organ_id = ? and status = ? order by updated desc
+15:50:22.672 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Parameters: 1(Long), 1(Integer)
+15:50:22.672 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 2
+15:50:22.672 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20497} enter cache
+15:50:22.672 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - <== Total: 1
+15:50:22.672 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20498} enter cache
+15:50:22.672 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+15:50:22.672 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20464} exit cache
+15:50:22.673 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20495} enter cache
+15:50:22.673 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+15:50:22.673 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 1(Long)
+15:50:22.673 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+15:50:22.673 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 1(Long)
+15:50:22.674 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 5
+15:50:22.674 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+15:50:22.674 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - <== Total: 2
+15:50:22.674 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20465} exit cache
+15:50:22.674 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20494} enter cache
+15:50:22.674 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:18f7de033fe246f8a446de1dc4f51d30, userId:1, cost time: 41 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":false,"isLastPage":true,"lastPage":0,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":0,"pageSize":0,"pages":0,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+15:50:22.677 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+15:50:22.677 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+15:50:22.678 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:41e4a6f92d204e8e908179720bbad20d,/Riskmanage/datasource/getDataSourceList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.678 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+15:50:22.679 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList - ==> Preparing: SELECT id,code,name,description,folder_id,status,create_user_id,update_user_id,organ_id,create_time,update_time FROM t_decision_tree WHERE (status <> ? AND organ_id = ?) ORDER BY update_time DESC,create_time DESC,id DESC
+15:50:22.679 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:41e4a6f92d204e8e908179720bbad20d ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:50:22.679 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList - ==> Parameters: -1(Integer), 1(Long)
+15:50:22.680 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeMapper.selectList - <== Total: 1
+15:50:22.680 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20466} exit cache
+15:50:22.680 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20499} enter cache
+15:50:22.681 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+15:50:22.681 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+15:50:22.681 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+15:50:22.681 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20500} enter cache
+15:50:22.681 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.scorecard.controller.ScorecardController.list method,### traceId:3c513aab7b6447df8a04cc14d50a3f4d, userId:1, cost time: 51 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"scorecardList":[{"author":1,"authorName":"超级管理员","checked":false,"code":"aaa","created":1717066189000,"description":"aaa","id":1,"name":"aaa","organId":1,"parentId":2,"scoreCalculateType":1,"status":1,"type":1,"updated":1717066189000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:50:22.683 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList, ### traceId:81c285c89201408aa494313c67f72c96,/Riskmanage/mqSource/getMqSourceList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.684 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:81c285c89201408aa494313c67f72c96 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:22.685 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+15:50:22.685 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+15:50:22.685 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+15:50:22.686 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+15:50:22.686 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+15:50:22.687 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+15:50:22.687 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20501} enter cache
+15:50:22.687 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:15b98472c8124852b4639ed5d3765eeb, userId:1, cost time: 59 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+15:50:22.689 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list, ### traceId:50c966ac491242a7ae86bf268961df1d,/Riskmanage/v2/datamanage/listmanage/list, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.690 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:50c966ac491242a7ae86bf268961df1d ###, request args: {paramMap:{"pageSize":0,"pageNum":0}},, userId:1 ===>>
+15:50:22.690 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ?) ORDER BY update_time DESC
+15:50:22.690 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer)
+15:50:22.692 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+15:50:22.692 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20502} enter cache
+15:50:22.693 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+15:50:22.693 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+15:50:22.693 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+15:50:22.693 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20467} exit cache
+15:50:22.693 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20503} enter cache
+15:50:22.697 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Preparing: SELECT id,name,type,server_addrs,topic,group_id,auto_offset_reset,enable_auto_commit,timeout,auto_commit_interval,concurrency,key_deserializer,value_deserializer,message_body,status,creator,modifier,organ_id,create_time,update_time FROM t_field_mq_source WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+15:50:22.697 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+15:50:22.698 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - <== Total: 0
+15:50:22.698 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20504} enter cache
+15:50:22.698 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:81c285c89201408aa494313c67f72c96, userId:1, cost time: 14 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:50:22.698 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+15:50:22.698 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+15:50:22.698 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+15:50:22.700 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+15:50:22.700 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+15:50:22.701 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+15:50:22.703 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectList - ==> Preparing: SELECT id,decision_tables_id,version_code,description,status,result_field_en,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM t_decision_tables_version WHERE (decision_tables_id = ? AND status = ?) ORDER BY id DESC
+15:50:22.703 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectList - ==> Parameters: 14(Long), 1(Integer)
+15:50:22.705 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontable.DecisionTablesVersionMapper.selectList - <== Total: 1
+15:50:22.705 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10025, pstmt-20505} enter cache
+15:50:22.705 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - ==> Preparing: SELECT count(0) FROM t_list_db l, t_user u WHERE l.user_id = u.user_id AND l.status != -1 AND l.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?)
+15:50:22.705 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - ==> Parameters: 1(Long)
+15:50:22.705 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontable.controller.DecisionTablesController.getDecisionTablesList method,### traceId:8c1d06c1e8aa471184612455773b87a3, userId:1, cost time: 74 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"code":"juece001","createTime":1717491346000,"creator":1,"creatorName":"超级管理员","decisionTablesVersionList":[{"createTime":1717491346000,"createUserId":1,"decisionTablesId":14,"description":"初始版本","id":14,"organId":1,"resultFieldEn":"","snapshot":"{\"id\": 14, \"status\": 1, \"organId\": 1, \"resultSet\": {\"id\": 12, \"ro\": 1, \"colum\": 1, \"versionId\": 14, \"createTime\": 1717493276000, \"resultList\": [[\"1\"]], \"updateTime\": 1717493276000, \"resultValue\": \"[[\\\"1\\\"]]\"}, \"createTime\": 1717491346000, \"updateTime\": 1717493090000, \"description\": \"初始版本\", \"topDetailVo\": [{\"id\": 68, \"type\": 1, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 69, \"type\": 2, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"parentId\": 68, \"versionId\": 14, \"createTime\": 1717493276000, \"indexValue\": 0, \"conditionList\": [{\"id\": 69, \"detailId\": 69, \"operator\": \">=\", \"createTime\": 1717493276000, \"fieldValue\": \"100000\", \"variableType\": 1}], \"dimensionality\": 2}], \"parentId\": 0, \"versionId\": 14, \"createTime\": 1717491346000, \"conditionList\": [{\"id\": 68, \"detailId\": 68, \"operator\": \">=\", \"createTime\": 1717491346000, \"fieldValue\": \"18\", \"variableType\": 1}], \"dimensionality\": 2}], \"versionCode\": \"V:0\", \"createUserId\": 1, \"leftDetailVo\": [{\"id\": 67, \"type\": 2, \"fieldEn\": \"\", \"logical\": \"&&\", \"children\": [], \"parentId\": 0, \"versionId\": 14, \"createTime\": 1717493276000, \"indexValue\": 0, \"conditionList\": [{\"id\": 67, \"detailId\": 67, \"operator\": \"\", \"createTime\": 1717493276000, \"fieldValue\": \"\", \"variableType\": 1}], \"dimensionality\": 1}], \"updateUserId\": 1, \"resultFieldEn\": \"\", \"decisionTablesId\": 14, \"strategyOutputList\": [{\"id\": 11, \"fieldEn\": \"username\", \"fieldId\": 5, \"createTime\": 1717493276000, \"fieldValue\": \"username\", \"strategyId\": 14, \"updateTime\": 1717493276000, \"strategyType\": \"decision_tables\", \"variableType\": 2}]}","status":1,"updateTime":1717493276000,"updateUserId":1,"versionCode":"V:0"}],"description":"juece001","id":14,"modifier":1,"name":"juece001","organId":1,"parentId":5,"status":1,"updateTime":1717491346000}]},"error":"00000000","status":"1"} <<====
+15:50:22.705 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+15:50:22.705 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+15:50:22.706 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - <== Total: 1
+15:50:22.706 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20506} enter cache
+15:50:22.706 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - ==> Preparing: select l.id, l.list_type as listType, l.list_name as listName, l.data_source as dataSource, l.list_attr as listAttr, l.list_desc as listDesc , l.table_column as tableColumn, l.match_type as matchType , l.query_type as queryType, l.query_field as queryField, l.organ_id as organId, l.status, l.user_id as userId, u.nick_name as nickName, l.created,result_field_en as resultFieldEn from t_list_db l, t_user u where l.user_id = u.user_id and l.status != -1 and l.organ_id = ( select organ_id from t_user where user_id = ? ) order by l.created desc
+15:50:22.706 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - ==> Parameters: 1(Long)
+15:50:22.706 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+15:50:22.706 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:41e4a6f92d204e8e908179720bbad20d, userId:1, cost time: 27 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+15:50:22.707 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - <== Total: 2
+15:50:22.707 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20507} enter cache
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.BeanUtils - Describing bean: com.fibo.ddp.common.model.strategyx.listlibrary.ListDb
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Class' value 'class com.fibo.ddp.common.model.strategyx.listlibrary.ListDb' to type 'String'
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Date' value 'Tue Jun 04 14:35:31 CST 2024' to type 'String'
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '3' to type 'String'
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '手机号白名单' to type 'String'
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '白名单' to type 'String'
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'b' to type 'String'
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '0' to type 'String'
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '超级管理员' to type 'String'
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+15:50:22.707 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '0' to type 'String'
+15:50:22.708 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'phone' to type 'String'
+15:50:22.708 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectList - ==> Preparing: SELECT id,decision_tree_id,version_code,description,status,result_field_en,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM t_decision_tree_version WHERE (decision_tree_id = ? AND status = ?) ORDER BY id DESC
+15:50:22.708 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+15:50:22.709 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectList - ==> Parameters: 1(Long), 1(Integer)
+15:50:22.709 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+15:50:22.709 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+15:50:22.710 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.strategyx.decisiontree.DecisionTreeVersionMapper.selectList - <== Total: 1
+15:50:22.710 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20508} enter cache
+15:50:22.710 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectList - ==> Preparing: SELECT id,rule_id,version_code,description,status,organ_id,create_user_id,update_user_id,create_time,update_time,snapshot FROM `t_rule_version` WHERE (rule_id = ? AND status = ?) ORDER BY update_time DESC
+15:50:22.711 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectList - ==> Parameters: 1(Long), 1(Integer)
+15:50:22.711 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.decisiontree.controller.DecisionTreeController.getDecisionTreeList method,### traceId:02457e0091d04e44ae3871fe97583fd9, userId:1, cost time: 54 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"code":"jueceshu001","createTime":1717493930000,"createUserId":1,"creatorName":"超级管理员","description":"jueceshu001","folderId":6,"id":1,"name":"jueceshu001","organId":1,"status":1,"updateTime":1717493930000,"updateUserId":1,"versionList":[{"createTime":1717493930000,"createUserId":1,"decisionTreeId":1,"description":"初始版本","id":1,"organId":1,"resultFieldEn":"result","snapshot":"{\"id\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1717493930000, \"detailList\": [{\"id\": 29, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [{\"id\": 30, \"fieldEn\": \"phone\", \"fieldId\": 3, \"logical\": \"&&\", \"children\": [{\"id\": 31, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 32, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"nodeType\": 2, \"parentId\": 31, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"true\", \"variableType\": 1, \"conditionList\": [{\"id\": 36, \"detailId\": 32, \"operator\": \"<=\", \"createTime\": 1717493930000, \"fieldValue\": \"20000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 30, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 35, \"detailId\": 31, \"operator\": \">=\", \"createTime\": 1717493930000, \"fieldValue\": \"18\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 29, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 34, \"detailId\": 30, \"operator\": \"regex\", \"createTime\": 1717493930000, \"fieldValue\": \"^1(3[4-9]|4[7]|5[0-2,7-9]|6[2]|7[8]|8[2-4,7-8]|9[5])\\\\d{8}$\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}, {\"id\": 33, \"fieldEn\": \"phone\", \"fieldId\": 3, \"logical\": \"&&\", \"children\": [{\"id\": 34, \"fieldEn\": \"age\", \"fieldId\": 1, \"logical\": \"&&\", \"children\": [{\"id\": 35, \"fieldEn\": \"income\", \"fieldId\": 4, \"logical\": \"&&\", \"children\": [], \"nodeType\": 2, \"parentId\": 34, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"false\", \"variableType\": 1, \"conditionList\": [{\"id\": 39, \"detailId\": 35, \"operator\": \">\", \"createTime\": 1717493930000, \"fieldValue\": \"20000\", \"updateTime\": 1717493930000, \"variableType\": 1}, {\"id\": 40, \"detailId\": 35, \"operator\": \"<=\", \"createTime\": 1717493930000, \"fieldValue\": \"50000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 33, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 38, \"detailId\": 34, \"operator\": \"<\", \"createTime\": 1717493930000, \"fieldValue\": \"18\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 29, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 37, \"detailId\": 33, \"operator\": \"regex\", \"createTime\": 1717493930000, \"fieldValue\": \"^1(3[4-9]|4[7]|5[0-2,7-9]|6[2]|7[8]|8[2-4,7-8]|9[5])\\\\d{8}$\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"nodeType\": 1, \"parentId\": 0, \"createTime\": 1717493930000, \"updateTime\": 1717493930000, \"resultValue\": \"\", \"variableType\": 1, \"conditionList\": [{\"id\": 33, \"detailId\": 29, \"operator\": \">=\", \"createTime\": 1717493930000, \"fieldValue\": \"10000\", \"updateTime\": 1717493930000, \"variableType\": 1}], \"decisionTreeVersionId\": 1}], \"updateTime\": 1717494691000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"resultFieldEn\": \"result\", \"decisionTreeId\": 1, \"strategyOutputList\": [{\"id\": 16, \"fieldEn\": \"username\", \"fieldId\": 5, \"createTime\": 1717493930000, \"fieldValue\": \"username\", \"strategyId\": 1, \"updateTime\": 1717493930000, \"strategyType\": \"decision_tree\", \"variableType\": 2}]}","status":1,"updateTime":1717494725000,"updateUserId":1,"versionCode":"V:0"}]}]},"error":"00000000","status":"1"} <<====
+15:50:22.711 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleVersionMapper.selectList - <== Total: 1
+15:50:22.711 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20509} enter cache
+15:50:22.712 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.RuleNodeController.getRuleDataForEngine method,### traceId:43a35876da1c48c7a32e4f807b5cfe48, userId:1, cost time: 82 ms ###, returnResult:{"data":{"status":[1],"parentIds":[],"userId":1,"organId":1,"rlist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":10,"priority":0,"ruleVersionList":[{"createTime":1716968114000,"createUserId":1,"description":"初始版本","id":1,"organId":1,"ruleId":1,"snapshot":"{\"id\": 1, \"ruleId\": 1, \"status\": 1, \"organId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1717064055000, \"description\": \"初始版本\", \"versionCode\": \"V:0\", \"createUserId\": 1, \"updateUserId\": 1, \"ruleBlockVoList\": [{\"id\": 10004, \"score\": 20, \"ruleId\": 1, \"versionId\": 1, \"createTime\": 1716968114000, \"updateTime\": 1716968114000, \"scoreFieldEn\": \"age\", \"resultFieldEn\": \"age\", \"failOutputList\": [], \"ruleConditionVo\": {\"id\": 9, \"ruleId\": 1, \"blockId\": 10004, \"logical\": \"&&\", \"children\": [{\"id\": 10, \"ruleId\": 1, \"blockId\": 10004, \"fieldEn\": \"age\", \"children\": [], \"operator\": \">=\", \"parentId\": 9, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"fieldValue\": \"18\", \"variableType\": 1, \"conditionType\": 2, \"loopGroupActions\": []}], \"parentId\": 0, \"fieldType\": 2, \"versionId\": 1, \"createTime\": 1716968114000, \"conditionType\": 1, \"loopGroupActions\": []}, \"strategyOutputList\": [{\"id\": 3, \"fieldEn\": \"age\", \"fieldId\": 1, \"outType\": \"success\", \"createTime\": 1717064114000, \"fieldValue\": \"{\\\"farr\\\":[],\\\"formula\\\":\\\"哈哈哈哈哈\\\"}\", \"strategyId\": 10004, \"updateTime\": 1717064114000, \"outCondition\": \"{\\\"logical\\\":\\\"&&\\\",\\\"conditionList\\\":[{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"18\\\",\\\"operator\\\":\\\">\\\",\\\"variableType\\\":1},{\\\"conditionType\\\":2,\\\"fieldEn\\\":\\\"age\\\",\\\"fieldValue\\\":\\\"20\\\",\\\"operator\\\":\\\"<=\\\",\\\"variableType\\\":1}]}\", \"strategyType\": \"complex_rule\", \"variableType\": 3}]}]}","status":1,"updateTime":1717064114000,"updateUserId":1,"versionCode":"V:0"}],"status":1,"type":1,"updated":1721888237000,"userId":1}]},"error":"00000000","status":"1"} <<====
+15:50:22.712 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Preparing: select id, list_type as listType, list_name as listName, data_source as dataSource, list_attr as listAttr, list_desc as listDesc , table_column as tableColumn, match_type as matchType , query_type as queryType, query_field as queryField, organ_id as organId, status, user_id as userId, created,result_field_en as resultFieldEn from t_list_db where id = ? and list_type = ? and organ_id = ( select organ_id from t_user where user_id = ? )
+15:50:22.712 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Parameters: 3(String), b(String), 1(String)
+15:50:22.713 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - <== Total: 1
+15:50:22.713 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20510} enter cache
+15:50:22.715 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+15:50:22.715 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+15:50:22.715 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+15:50:22.718 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+15:50:22.718 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 3(Long), list_db(String)
+15:50:22.719 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+15:50:22.719 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20511} enter cache
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.BeanUtils - Describing bean: com.fibo.ddp.common.model.strategyx.listlibrary.ListDb
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Class' value 'class com.fibo.ddp.common.model.strategyx.listlibrary.ListDb' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Date' value 'Mon Jun 03 11:32:29 CST 2024' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '手机号黑名单' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '黑名单' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'b' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '超级管理员' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'phone' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+15:50:22.719 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+15:50:22.720 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+15:50:22.722 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Preparing: select id, list_type as listType, list_name as listName, data_source as dataSource, list_attr as listAttr, list_desc as listDesc , table_column as tableColumn, match_type as matchType , query_type as queryType, query_field as queryField, organ_id as organId, status, user_id as userId, created,result_field_en as resultFieldEn from t_list_db where id = ? and list_type = ? and organ_id = ( select organ_id from t_user where user_id = ? )
+15:50:22.722 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Parameters: 1(String), b(String), 1(String)
+15:50:22.723 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - <== Total: 1
+15:50:22.725 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+15:50:22.725 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+15:50:22.725 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+15:50:22.728 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+15:50:22.728 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 1(Long), list_db(String)
+15:50:22.729 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+15:50:22.729 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:50c966ac491242a7ae86bf268961df1d, userId:1, cost time: 39 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":0,"pages":0,"prePage":0,"size":2,"startRow":1,"total":2},"listDbs":[{"created":1717482931000,"id":3,"listDesc":"手机号白名单","listName":"白名单","listType":"b","matchType":0,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":0,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1},{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+15:50:22.763 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:32bd7eae7ec049e281ee3ab073c1a2db,/Riskmanage/v2/sysMenu/getMenus, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.763 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo, ### traceId:78b765db8485456c953c65c4447e0ca9,/Riskmanage/v2/engine/getIndexInfo, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+15:50:22.763 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/getIndexInfo enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method, ### traceId:78b765db8485456c953c65c4447e0ca9 ###, request args: null, userId:1 ===>>
+15:50:22.763 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:32bd7eae7ec049e281ee3ab073c1a2db ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:50:22.768 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineBaseInfo - ==> Preparing: SELECT COUNT(DISTINCT e.`id`) AS engineNum, COUNT(DISTINCT en.`node_id`) AS engineNodeNum, COUNT(DISTINCT rt.`id`) AS engineResultNum FROM t_organization o LEFT JOIN t_engine e ON o.`organ_id` = e.`organ_id` LEFT JOIN t_engine_version ev ON e.`id` = ev.`engine_id` LEFT JOIN t_engine_node en ON ev.`version_id` = en.`version_id` LEFT JOIN t_resultset rt ON e.`id` = rt.`engine_id` WHERE o.`organ_id` = ?
+15:50:22.768 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineBaseInfo - ==> Parameters: 1(Long)
+15:50:22.769 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:50:22.770 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: EngineX(String)
+15:50:22.770 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineBaseInfo - <== Total: 1
+15:50:22.770 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20512} enter cache
+15:50:22.771 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 23
+15:50:22.771 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20513} enter cache
+15:50:22.771 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:32bd7eae7ec049e281ee3ab073c1a2db, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统大盘"},{"icon":"el-icon-lx-cascades","index":"824f1337-745e-426b-9a6d-8df155f842ee","subs":[{"icon":"el-icon-lx-calendar","index":"/engineList","title":"引擎列表"},{"index":"/engine_decision_flow","title":"决策流配置"}],"title":"引擎管理"},{"icon":"el-icon-lx-global","index":"4e99d431-933b-42af-b64a-ebb49f4533da","subs":[{"icon":"el-icon-lx-global","index":"/knowledge","title":"复杂规则集"},{"icon":"","index":"/groovyRule","title":"脚本规则集"},{"icon":"el-icon-s-ticket","index":"/scorecard","title":"评分卡"},{"icon":"el-icon-lx-link","index":"/indexModels","title":"机器学习模型"},{"icon":"el-icon-s-check","index":"/blackWihiteData","title":"名单库"},{"icon":"","index":"/decisionTable","title":"决策表"},{"icon":"","index":"/decisionTree","title":"决策树"},{"icon":"","index":"/listOperation","title":"集合规则"},{"icon":"","index":"/dataRinse","title":"数据清洗"}],"title":"策略中心"},{"icon":"el-icon-data-line","index":"f8a19c62-1bba-4d89-a16f-73781b6561c7","subs":[{"icon":"","index":"/tendencyAnalyse","title":"趋势分析"}],"title":"分析中心"},{"icon":"el-icon-monitor","index":"57ce1929-a145-48f5-b9e1-5b3df3c06cb8","subs":[{"index":"/engine_result","title":"决策流监控"},{"index":"/logManagement","title":"操作日志"}],"title":"监控中心"},{"icon":"el-icon-check","index":"62c641a8-17ee-4733-8442-5176ef3c16eb","subs":[{"icon":"","index":"/examineSet","title":"审批设置"},{"icon":"","index":"/examineCurrent","title":"审批流"},{"icon":"","index":"/examineCentre","title":"审批管理"}],"title":"审批中心"}],"error":"00000000","status":"1"} <<====
+15:50:22.773 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineUseRatio - ==> Preparing: SELECT engineId, engineName, useNum, totleNum, ROUND(useNum / totleNum * 100, 1) AS useRatio FROM (SELECT * FROM (SELECT rt.`engine_id` AS engineId, e.`name` AS engineName, COUNT(DISTINCT rt.`id`) AS useNum FROM t_organization o INNER JOIN t_engine e ON o.`organ_id` = e.`organ_id` INNER JOIN t_resultset rt ON e.`id` = rt.`engine_id` WHERE o.`organ_id` = ? GROUP BY rt.`engine_id`) t1 INNER JOIN (SELECT COUNT(DISTINCT rt.`id`) AS totleNum FROM t_organization o INNER JOIN t_engine e ON o.`organ_id` = e.`organ_id` INNER JOIN t_resultset rt ON e.`id` = rt.`engine_id` WHERE o.`organ_id` = ?) t2 ON 1 = 1) tt limit 4
+15:50:22.773 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineUseRatio - ==> Parameters: 1(Long), 1(Long)
+15:50:22.775 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexEngineUseRatio - <== Total: 2
+15:50:22.775 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20514} enter cache
+15:50:22.777 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentDayEngineUseInfo - ==> Preparing: SELECT DATE_FORMAT(rt.`create_datetime`, '%Y-%m-%d') AS dayTime, rt.`engine_id` AS engineId, e.`name` AS engineName, COUNT(DISTINCT rt.`id`) AS useNum FROM t_organization o INNER JOIN t_engine e ON o.`organ_id` = e.`organ_id` INNER JOIN t_resultset rt ON e.`id` = rt.`engine_id` WHERE o.`organ_id` = ? AND rt.`create_datetime` >= DATE_SUB(NOW(),INTERVAL 7 DAY) GROUP BY DATE_FORMAT(rt.`create_datetime`, '%Y-%m-%d'), rt.`engine_id`
+15:50:22.777 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentDayEngineUseInfo - ==> Parameters: 1(Long)
+15:50:22.778 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentDayEngineUseInfo - <== Total: 0
+15:50:22.778 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20515} enter cache
+15:50:22.782 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentMonthEngineUseInfo - ==> Preparing: SELECT DATE_FORMAT(rt.`create_datetime`, '%Y-%m') AS monthTime, rt.`engine_id` AS engineId, e.`name` AS engineName, COUNT(DISTINCT rt.`id`) AS useNum FROM t_organization o INNER JOIN t_engine e ON o.`organ_id` = e.`organ_id` INNER JOIN t_resultset rt ON e.`id` = rt.`engine_id` WHERE o.`organ_id` = ? AND rt.`create_datetime` >= DATE_SUB(NOW(),INTERVAL 6 MONTH) GROUP BY DATE_FORMAT(rt.`create_datetime`, '%Y-%m'), rt.`engine_id`
+15:50:22.782 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentMonthEngineUseInfo - ==> Parameters: 1(Long)
+15:50:22.784 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getIndexRecentMonthEngineUseInfo - <== Total: 3
+15:50:22.784 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20468} exit cache
+15:50:22.784 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20516} enter cache
+15:50:22.788 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+15:50:22.788 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+15:50:22.789 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+15:50:22.789 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20470} exit cache
+15:50:22.789 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20517} enter cache
+15:50:22.794 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+15:50:22.794 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-27(String), 2024-09-27 15:50:22(String)
+15:50:22.796 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+15:50:22.796 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20471} exit cache
+15:50:22.796 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20518} enter cache
+15:50:22.796 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+15:50:22.796 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-27(String), 2024-09-27 15:50:22(String)
+15:50:22.799 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 2
+15:50:22.799 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20474} exit cache
+15:50:22.799 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20519} enter cache
+15:50:22.799 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getIndexInfo method,### traceId:78b765db8485456c953c65c4447e0ca9, userId:1, cost time: 36 ms ###, returnResult:{"data":{"lastLoginTime":1727399768000,"recentDayMap":{"datasets":[],"labels":[]},"logList":[{"endTime":1727423423000,"id":1010,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e3b833b5, status=1, error=00000000, msg=null, data={token=4c7b6a8f5a5f4b00a78a399b0e3ef3c4})","startTime":1727423423000},{"endTime":1727399768000,"id":1009,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@46eb9295, status=1, error=00000000, msg=null, data={token=68680a877ad34cde8e11b57a3036f1ed})","startTime":1727399768000}],"engineUseRatio":[{"useRatio":75.0,"useNum":39,"totleNum":52,"engineName":"测试引擎","engineId":1},{"useRatio":25.0,"useNum":13,"totleNum":52,"engineName":"决策树001","engineId":2}],"engineBaseInfo":{"engineNum":2,"engineResultNum":52,"engineNodeNum":7},"recentMonthMap":{"datasets":[{"data":[0,13],"label":"决策树001"},{"data":[22,17],"label":"测试引擎"}],"labels":["2024-05","2024-06"]}},"error":"00000000","status":"1"} <<====
+15:50:37.291 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:b93acd83af304894a9ceb7c29fa2f371,/Riskmanage/v2/sysMenu/getMenus, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+15:50:37.291 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:0c876ab00d1844268d67fad5f7f0dbed,/Riskmanage/DataX/home/getIndexInfo, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+15:50:37.291 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:f291b5b9f8164a058746959b9f8ed3a1,/Riskmanage/DataX/statistics/getFieldCallCountList, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+15:50:37.291 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:50:37.291 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:50:37.291 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+15:50:38.706 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:365c494ede074c7da512b1eff153c30f,/Riskmanage/v2/login/login, token:68680a877ad34cde8e11b57a3036f1ed ### ===>>
+15:50:38.707 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:365c494ede074c7da512b1eff153c30f ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+15:50:38.718 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+15:50:38.719 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+15:50:38.721 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+15:50:38.721 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20475} exit cache
+15:50:38.721 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20520} enter cache
+15:50:38.726 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+15:50:38.728 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e9262e5, status=1, error=00000000, msg=null, data={token=1a7b12187ef345809152790e5ddce9fb})(String), 127.0.0.1(String), 2024-09-27 15:50:38.708(Timestamp), 2024-09-27 15:50:38.722(Timestamp)
+15:50:38.730 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+15:50:38.731 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20476} exit cache
+15:50:38.731 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20521} enter cache
+15:50:38.731 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:365c494ede074c7da512b1eff153c30f, userId:0, cost time: 24 ms ###, returnResult:{"data":{"token":"1a7b12187ef345809152790e5ddce9fb"},"error":"00000000","status":"1"} <<====
+15:50:38.763 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:a51b6d7f73e349ed8c95e08a1e567b7c,/Riskmanage/v2/datamanage/field/findFieldByUser, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+15:50:38.764 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:a51b6d7f73e349ed8c95e08a1e567b7c ###, request args: {paramMap:{}},, userId:1 ===>>
+15:50:38.767 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:374c6f2314344641b27a995b894f8f40,/Riskmanage/datasource/getDataSourceList, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+15:50:38.767 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList, ### traceId:2d5104d1518645508098845e8d44af9f,/Riskmanage/mqSource/getMqSourceList, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+15:50:38.767 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo, ### traceId:574e546847ad49fe90db0a3ad221a331,/Riskmanage/DataX/home/getIndexInfo, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+15:50:38.767 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:4d30433c96cc46529ae2106c37281070,/Riskmanage/v3/interface/getInterfaceList, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+15:50:38.768 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:f707ecd53f2844acbf8adecc77392bcc,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+15:50:38.769 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/home/getIndexInfo enter com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method, ### traceId:574e546847ad49fe90db0a3ad221a331 ###, request args: null, userId:1 ===>>
+15:50:38.769 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:4d30433c96cc46529ae2106c37281070 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:38.769 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:2d5104d1518645508098845e8d44af9f ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+15:50:38.769 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:374c6f2314344641b27a995b894f8f40 ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+15:50:38.769 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:f707ecd53f2844acbf8adecc77392bcc ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+15:50:38.770 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+15:50:38.770 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+15:50:38.774 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 8
+15:50:38.774 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20477} exit cache
+15:50:38.774 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20522} enter cache
+15:50:38.774 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:a51b6d7f73e349ed8c95e08a1e567b7c, userId:1, cost time: 10 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+15:50:38.777 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList, ### traceId:925a336f39ab405588be8295fff960ec,/Riskmanage/DataX/statistics/getFieldCallCountList, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+15:50:38.777 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Preparing: SELECT t.`start_time` FROM `t_logger` t WHERE t.`op_user_id` = ? AND t.`op_type` = 'login' ORDER BY t.`start_time` DESC LIMIT 2
+15:50:38.778 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - ==> Parameters: 1(Long)
+15:50:38.778 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/DataX/statistics/getFieldCallCountList enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method, ### traceId:925a336f39ab405588be8295fff960ec ###, request args: {param:{}},, userId:1 ===>>
+15:50:38.779 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLastLoginInfo - <== Total: 2
+15:50:38.779 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20523} enter cache
+15:50:38.780 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+15:50:38.780 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+15:50:38.780 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+15:50:38.780 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20469} exit cache
+15:50:38.780 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20524} enter cache
+15:50:38.787 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Preparing: SELECT id,name,type,server_addrs,topic,group_id,auto_offset_reset,enable_auto_commit,timeout,auto_commit_interval,concurrency,key_deserializer,value_deserializer,message_body,status,creator,modifier,organ_id,create_time,update_time FROM t_field_mq_source WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+15:50:38.787 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+15:50:38.787 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - <== Total: 0
+15:50:38.787 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10026, pstmt-20525} enter cache
+15:50:38.787 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:2d5104d1518645508098845e8d44af9f, userId:1, cost time: 18 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+15:50:38.788 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+15:50:38.788 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+15:50:38.789 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+15:50:38.789 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND l.organ_id = ? AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+15:50:38.789 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 1(Long), 2024-09-27(String), 2024-09-27 15:50:38(String)
+15:50:38.791 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+15:50:38.791 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20526} enter cache
+15:50:38.791 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ?) ORDER BY update_time DESC
+15:50:38.791 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and l.organ_id = ? and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 6
+15:50:38.791 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer)
+15:50:38.791 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 1(Long), 2024-09-27(String), 2024-09-27 15:50:38(String)
+15:50:38.792 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+15:50:38.792 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10025, pstmt-20527} enter cache
+15:50:38.794 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+15:50:38.794 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+15:50:38.794 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 3
+15:50:38.794 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20528} enter cache
+15:50:38.795 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+15:50:38.795 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20529} enter cache
+15:50:38.795 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:f707ecd53f2844acbf8adecc77392bcc, userId:1, cost time: 26 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"91ce0fa1-d793-48ef-89e8-7703686d6573","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"764594ae-af7e-44f3-97d9-bd77f54b8606","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"8fa49df1-0f9c-4221-9c72-77312d86117d","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+15:50:38.796 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Preparing: select fclog.callCount,f.field_cn,f.field_en,fclog.field_id from (select field_id,count(1) AS callCount from t_field_call_log group by field_id limit 10)fclog inner join t_field f on f.id = fclog.field_id ORDER BY fclog.callCount DESC
+15:50:38.796 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - ==> Parameters:
+15:50:38.797 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldCallLogMapper.findFieldCallCountList - <== Total: 0
+15:50:38.797 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20478} exit cache
+15:50:38.797 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20530} enter cache
+15:50:38.797 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldCallController.getFieldCallLogList method,### traceId:925a336f39ab405588be8295fff960ec, userId:1, cost time: 19 ms ###, returnResult:{"data":[],"error":"00000000","status":"1"} <<====
+15:50:38.798 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+15:50:38.798 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+15:50:38.799 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+15:50:38.799 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10025, pstmt-20531} enter cache
+15:50:38.800 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+15:50:38.800 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+15:50:38.801 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+15:50:38.801 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:4d30433c96cc46529ae2106c37281070, userId:1, cost time: 32 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+15:50:38.803 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_data_source WHERE (organ_id = ? AND status <> ?)
+15:50:38.803 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+15:50:38.803 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectCount - <== Total: 1
+15:50:38.803 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20532} enter cache
+15:50:38.804 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+15:50:38.804 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+15:50:38.805 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+15:50:38.805 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:374c6f2314344641b27a995b894f8f40, userId:1, cost time: 36 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+15:50:38.807 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Preparing: SELECT COUNT( 1 ) FROM t_field_interface WHERE (organ_id = ? AND status <> ?)
+15:50:38.807 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - ==> Parameters: 1(Long), -1(Integer)
+15:50:38.808 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectCount - <== Total: 1
+15:50:38.808 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20533} enter cache
+15:50:38.810 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Preparing: select tft.type fieldType,count(distinct tfur.field_id) fieldCount from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id inner join t_field_type tft on tf.field_typeid = tft.id where tfur.status = 1 and tfur.organ_id = ? GROUP BY tft.type
+15:50:38.810 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - ==> Parameters: 1(Long)
+15:50:38.811 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldGroupByType - <== Total: 4
+15:50:38.812 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20534} enter cache
+15:50:38.813 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Preparing: select count(distinct tfur.field_id) from t_field_user_rel tfur inner join t_field tf on tfur.field_id = tf.id where tfur.status = 1 and tfur.organ_id = ?
+15:50:38.813 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - ==> Parameters: 1(Long)
+15:50:38.814 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldUserMapper.countFieldByOrganId - <== Total: 1
+15:50:38.814 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20535} enter cache
+15:50:38.814 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.home.DataXHomeController.getIndexInfo method,### traceId:574e546847ad49fe90db0a3ad221a331, userId:1, cost time: 45 ms ###, returnResult:{"data":{"fieldCount":9,"lastLoginTime":1727423423000,"databaseCount":1,"logList":[{"endTime":1727423439000,"id":1011,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e9262e5, status=1, error=00000000, msg=null, data={token=1a7b12187ef345809152790e5ddce9fb})","startTime":1727423439000},{"endTime":1727423423000,"id":1010,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e3b833b5, status=1, error=00000000, msg=null, data={token=4c7b6a8f5a5f4b00a78a399b0e3ef3c4})","startTime":1727423423000},{"endTime":1727399768000,"id":1009,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@46eb9295, status=1, error=00000000, msg=null, data={token=68680a877ad34cde8e11b57a3036f1ed})","startTime":1727399768000}],"interfaceCount":1,"fieldTypeGroup":[{"fieldCount":5,"fieldType":1},{"fieldCount":1,"fieldType":2},{"fieldCount":1,"fieldType":3},{"fieldCount":1,"fieldType":4}]},"error":"00000000","status":"1"} <<====
+16:03:34.998 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList, ### traceId:775d9f70461d4fd1973d8879ae5c1326,/Riskmanage/mqSource/getMqSourceList, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:03:34.998 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList, ### traceId:92c83b47d1ff455ab3796fcf3f5bd281,/Riskmanage/v3/interface/getInterfaceList, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:03:34.998 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList, ### traceId:bf77af3ba81d45599ea79517afc018be,/Riskmanage/datasource/getDataSourceList, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:03:34.998 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser, ### traceId:194fcabd7ce645e8b3fff7f4153f44b8,/Riskmanage/v2/datamanage/field/findFieldByUser, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:03:35.009 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/findFieldByUser enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method, ### traceId:194fcabd7ce645e8b3fff7f4153f44b8 ###, request args: {paramMap:{}},, userId:1 ===>>
+16:03:35.009 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/datasource/getDataSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method, ### traceId:bf77af3ba81d45599ea79517afc018be ###, request args: {param:{"pageNo":1,"pageSize":0}},, userId:1 ===>>
+16:03:35.009 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/interface/getInterfaceList enter com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method, ### traceId:92c83b47d1ff455ab3796fcf3f5bd281 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+16:03:35.009 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/mqSource/getMqSourceList enter com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method, ### traceId:775d9f70461d4fd1973d8879ae5c1326 ###, request args: {param:{"pageNum":0,"pageSize":0}},, userId:1 ===>>
+16:03:35.034 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Preparing: select f.id , r.id as fieldRelId , f.field_en as fieldEn , f.field_cn as fieldCn , f.field_typeid as fieldTypeId , f.value_type as valueType , f.value_scope as valueScope , p.field_type as fieldType , f.is_derivative , f.is_output , f.is_common , f.formula , f.formula_show , f.used_fieldid , f.orig_fieldid , f.author , f.is_use_sql , f.data_source_id , f.sql_statement , f.sql_variable , f.is_interface , f.interface_id , f.interface_parse_field , f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f,t_field_user_rel r,t_field_type p where f.id = r.field_id and f.field_typeid = p.id and r.status = 1 and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null ORDER BY f.created DESC
+16:03:35.035 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - ==> Parameters: 1(Long)
+16:03:35.036 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Preparing: SELECT id,name,type,host,user_name,password,port,db_name,status,creator,modifier,organ_id,create_time,update_time,url,spark_home,app_name,master_url FROM t_field_data_source WHERE (status = ?) ORDER BY update_time DESC
+16:03:35.037 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - ==> Parameters: 1(Integer)
+16:03:35.039 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Preparing: SELECT id,name,url,method,request_headers,request_body,bind_param,response_body,creator,modifier,organ_id,status,create_time,update_time,request_type FROM t_field_interface WHERE (status <> ?) ORDER BY id DESC
+16:03:35.040 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - ==> Parameters: -1(Integer)
+16:03:35.040 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datasource.DataSourceMapper.selectList - <== Total: 1
+16:03:35.040 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByUser - <== Total: 8
+16:03:35.041 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20536} enter cache
+16:03:35.041 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datainterface.InterfaceMapper.selectList - <== Total: 1
+16:03:35.041 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.findFieldByUser method,### traceId:194fcabd7ce645e8b3fff7f4153f44b8, userId:1, cost time: 33 ms ###, returnResult:{"data":{"organId":1,"isCommon":1,"userId":1,"fieldList":[{"author":1,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldRelId":10,"fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":4,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldRelId":8,"fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","page":0,"rows":0,"sourceType":3,"sqlStatement":"","valueType":6},{"author":1,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldRelId":7,"fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","sqlVariable":"[{\"value\":\"1\",\"key\":\"corp_id\"},{\"value\":\"2\",\"key\":\"corp_type\"}]","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldRelId":5,"fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldRelId":4,"fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldRelId":3,"fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":2},{"author":1,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldRelId":2,"fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1},{"author":1,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldRelId":1,"fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"page":0,"rows":0,"sourceType":1,"sqlStatement":"","valueType":1}]},"error":"00000000","status":"1"} <<====
+16:03:35.042 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Preparing: SELECT id,name,type,server_addrs,topic,group_id,auto_offset_reset,enable_auto_commit,timeout,auto_commit_interval,concurrency,key_deserializer,value_deserializer,message_body,status,creator,modifier,organ_id,create_time,update_time FROM t_field_mq_source WHERE (organ_id = ? AND status <> ?) ORDER BY id DESC
+16:03:35.042 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - ==> Parameters: 1(Long), -1(Integer)
+16:03:35.043 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datasource.MqSourceMapper.selectList - <== Total: 0
+16:03:35.043 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20479} exit cache
+16:03:35.043 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20537} enter cache
+16:03:35.044 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.MqSourceController.getMqSourceList method,### traceId:775d9f70461d4fd1973d8879ae5c1326, userId:1, cost time: 35 ms ###, returnResult:{"data":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":0,"pages":1,"prePage":0,"size":0,"startRow":0,"total":0},"error":"00000000","status":"1"} <<====
+16:03:35.049 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+16:03:35.049 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+16:03:35.050 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+16:03:35.051 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:03:35.051 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:03:35.051 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:03:35.055 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Preparing: select `user_id`, `organ_id`, `employee_id`, `account`, `password`, `nick_name`, `email`, `cellphone`, `qq`, `latest_time`, `latest_ip`, `status`, `birth`, `author` from t_user where user_id = ?
+16:03:35.055 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - ==> Parameters: 1(Long)
+16:03:35.055 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findUserById - <== Total: 1
+16:03:35.055 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datasource.DataSourceController.getDataSourceList method,### traceId:bf77af3ba81d45599ea79517afc018be, userId:1, cost time: 47 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"data":[{"createTime":1717495237000,"creatorName":"sadmin","dbName":"cmcf_cp","host":"127.0.0.1","id":1,"modifierName":"sadmin","name":"cmcf_cp","password":"root123123","port":"3306","status":1,"type":"MySQL","updateTime":1717495237000,"userName":"root"}]},"error":"00000000","status":"1"} <<====
+16:03:35.056 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:03:35.056 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:03:35.056 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:03:35.056 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datainterface.InterfaceController.getInterfaceList method,### traceId:92c83b47d1ff455ab3796fcf3f5bd281, userId:1, cost time: 48 ms ###, returnResult:{"data":{"pageInfo":{"endRow":0,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":1,"pages":1,"prePage":0,"size":1,"startRow":0,"total":1},"klist":[{"bindParam":"{\"variable\":[],\"dictVariable\":[]}","createTime":1717551918000,"creator":1,"creatorName":"超级管理员","id":1,"method":"POST","modifier":1,"modifierName":"超级管理员","name":"测试接口","organId":1,"requestBody":"","requestHeaders":"{\"Content-Type\":\"application/json\"}","responseBody":"{\"error\":\"01000103\",\"msg\":\"登录授权码已过期\",\"status\":\"0\"}","updateTime":1717551918000,"url":"http://localhost:1024/Riskmanage/v3/listOperation/getListOperationList","username":"超级管理员"}]},"error":"00000000","status":"1"} <<====
+16:06:33.548 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:603a0cebb3d9442b90aef86dbc44e770,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:06:33.559 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:603a0cebb3d9442b90aef86dbc44e770 ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:06:33.573 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:06:33.574 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+16:06:33.578 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:06:33.578 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20538} enter cache
+16:06:33.579 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:603a0cebb3d9442b90aef86dbc44e770, userId:1, cost time: 20 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:06:33.596 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:2e10b13138184965b8a260923487a146,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:06:33.600 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2e10b13138184965b8a260923487a146 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:06:33.607 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+16:06:33.607 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:06:33.608 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:06:33.608 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20539} enter cache
+16:06:33.608 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:06:33.608 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:06:33.610 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+16:06:33.610 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20540} enter cache
+16:06:33.610 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2e10b13138184965b8a260923487a146, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:06:35.065 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:5917e53afdae4f43904081ec61f4849c,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:06:35.066 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:5917e53afdae4f43904081ec61f4849c ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:06:35.071 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:06:35.072 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:06:35.074 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:06:35.074 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:5917e53afdae4f43904081ec61f4849c, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:06:35.083 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:e306f924c46341348cd3b68d3235038d,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:06:35.085 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e306f924c46341348cd3b68d3235038d ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:06:35.099 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:06:35.099 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:06:35.100 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:06:35.100 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20541} enter cache
+16:06:35.101 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:06:35.101 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:06:35.103 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:06:35.103 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20542} enter cache
+16:06:35.103 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e306f924c46341348cd3b68d3235038d, userId:1, cost time: 18 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:06:47.982 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:debb2b7184b44105ab87d3686d0b9dbe,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:06:47.982 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:ecc68eb45c9e4d3583457d6f886adb39,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:06:47.983 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:debb2b7184b44105ab87d3686d0b9dbe ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:06:47.984 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:ecc68eb45c9e4d3583457d6f886adb39 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:06:47.991 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:06:47.992 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:06:47.993 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:06:47.993 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:debb2b7184b44105ab87d3686d0b9dbe, userId:1, cost time: 10 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:06:47.994 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:06:47.994 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:06:47.996 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:06:47.996 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20482} exit cache
+16:06:47.996 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20543} enter cache
+16:06:47.996 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:ecc68eb45c9e4d3583457d6f886adb39, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"2d444d03-ce6d-4b90-906c-bd4cebcaeef6","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"257fac8c-4fd8-4ba3-ad41-7e9507c629ce","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"e55de2d7-de89-4d4a-b243-a41f792562b2","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:06:47.999 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:19319cad69f24de2a5fb930808b120c0,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:06:48.000 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:19319cad69f24de2a5fb930808b120c0 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:06:48.013 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:06:48.013 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:06:48.014 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:06:48.015 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:06:48.015 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:06:48.021 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:06:48.021 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:19319cad69f24de2a5fb930808b120c0, userId:1, cost time: 21 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:08:05.519 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:89f4f29867a84beeba06479703274538,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:08:05.526 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:89f4f29867a84beeba06479703274538 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:08:05.553 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:08:05.553 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:08:05.555 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:08:05.555 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:89f4f29867a84beeba06479703274538, userId:1, cost time: 29 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:08:05.561 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:e083c2a9ef9645389dfa783224ae89de,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:08:05.562 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e083c2a9ef9645389dfa783224ae89de ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:08:05.567 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:08:05.568 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:08:05.569 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:08:05.569 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:08:05.569 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:08:05.570 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:08:05.570 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e083c2a9ef9645389dfa783224ae89de, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:08:07.244 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:3ba02b2765b9436a8e2884ab253e1b86,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:08:07.244 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:1654a06d818e46d08b2a416bc8664e39,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:08:07.247 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:1654a06d818e46d08b2a416bc8664e39 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:08:07.253 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:3ba02b2765b9436a8e2884ab253e1b86 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:08:07.263 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:08:07.263 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:08:07.264 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:08:07.265 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:1654a06d818e46d08b2a416bc8664e39, userId:1, cost time: 17 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:08:07.266 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:08:07.266 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:08:07.268 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:08:07.268 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:3ba02b2765b9436a8e2884ab253e1b86, userId:1, cost time: 15 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"1a7443c9-d92d-49c3-8e62-a8c7b7379740","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"5c0177c9-fc2e-4035-aa0e-c7d37a5aacba","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"55a92e33-e1dc-4cc9-a112-1115b2694e35","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:08:07.274 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:d25554e32a464bc7b69dea7346548b22,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:08:07.275 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:d25554e32a464bc7b69dea7346548b22 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:08:07.281 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:08:07.281 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:08:07.282 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:08:07.282 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:08:07.283 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:08:07.283 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:08:07.284 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:d25554e32a464bc7b69dea7346548b22, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:08:50.631 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:2debf0ea43814ef98d1a527f361d6292,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:08:50.631 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:348c58b084164f918f8ce1d5a22da129,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:08:50.634 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:2debf0ea43814ef98d1a527f361d6292 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:08:50.634 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:348c58b084164f918f8ce1d5a22da129 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:08:50.643 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:08:50.643 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:08:50.644 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:08:50.644 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:08:50.646 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:08:50.646 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:08:50.646 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:2debf0ea43814ef98d1a527f361d6292, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"eadefc2c-e58e-4825-9a45-2d0e36af22d4","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"b669b575-a82a-4661-98c4-635140250c47","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"1539af03-a4c2-4e17-b36e-edad57c5514b","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:08:50.646 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:348c58b084164f918f8ce1d5a22da129, userId:1, cost time: 12 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:08:50.652 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:b3faba60aae346e995760eaf1a846ed2,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:08:50.653 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:b3faba60aae346e995760eaf1a846ed2 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:08:50.660 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:08:50.660 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:08:50.661 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:08:50.661 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:08:50.661 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:08:50.663 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:08:50.663 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:b3faba60aae346e995760eaf1a846ed2, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:09:09.697 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:229cd7d3dd7641b085e34df18f8fbfce,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:09:09.697 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:2ae87a739cdd455392d04add9c322c85,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:09:09.697 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:2ae87a739cdd455392d04add9c322c85 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:09:09.697 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:229cd7d3dd7641b085e34df18f8fbfce ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:09:09.704 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:09:09.704 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:09:09.708 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:09:09.708 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:229cd7d3dd7641b085e34df18f8fbfce, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"efc9b0d0-1fca-4b1e-8a95-62dea5e9c0a4","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"1a99ebbd-ac78-4d21-9e14-b05fcd844adc","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"52b37c04-2faf-4b47-b43e-bd718e06637c","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:09:09.710 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:09:09.710 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:09:09.714 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:09:09.715 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:2ae87a739cdd455392d04add9c322c85, userId:1, cost time: 18 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:09:18.427 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:f0d819b78db847429de784cec6d4740e,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:09:18.429 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:f0d819b78db847429de784cec6d4740e ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:09:18.439 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:09:18.439 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:09:18.440 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:09:18.440 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:09:18.440 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:09:18.442 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:09:18.442 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:f0d819b78db847429de784cec6d4740e, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:12:22.169 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:eb70a4071f254406965dfe396fa05342,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:12:22.202 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:eb70a4071f254406965dfe396fa05342 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:12:22.257 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:12:22.258 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:12:22.261 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:12:22.261 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:eb70a4071f254406965dfe396fa05342, userId:1, cost time: 61 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:12:26.284 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:6f756016533d41469288ee8cae52839b,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:12:26.289 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:6f756016533d41469288ee8cae52839b ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:12:26.300 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:12:26.300 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:12:26.307 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:12:26.307 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:12:26.307 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:12:26.315 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:12:26.316 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:6f756016533d41469288ee8cae52839b, userId:1, cost time: 27 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:14:56.357 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:fb7944efd1c4455180c1a4985d0c6f97,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:14:56.363 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:fb7944efd1c4455180c1a4985d0c6f97 ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:14:56.371 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:14:56.371 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+16:14:56.374 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:14:56.374 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:fb7944efd1c4455180c1a4985d0c6f97, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:14:56.387 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:cdd66eb8fff8492ea758c56ffc1ea6fa,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:14:56.395 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:cdd66eb8fff8492ea758c56ffc1ea6fa ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:14:56.403 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+16:14:56.403 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:14:56.404 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:14:56.404 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:14:56.404 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:14:56.406 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+16:14:56.406 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:cdd66eb8fff8492ea758c56ffc1ea6fa, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:16:56.727 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:08c3ecd931a345b1bf235894cfc6ce2c,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:16:56.729 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:08c3ecd931a345b1bf235894cfc6ce2c ###, request args: {param:{"type":2}},, userId:1 ===>>
+16:16:56.738 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:16:56.738 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 2(Integer)
+16:16:56.740 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:16:56.740 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:08c3ecd931a345b1bf235894cfc6ce2c, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"shujuku001","id":2,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":2}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:16:56.751 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:7db10f9de47546239adffdf6dd166d3a,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:16:56.753 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:7db10f9de47546239adffdf6dd166d3a ###, request args: {paramMap:{"fType":2,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:16:56.763 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1
+16:16:56.763 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:16:56.764 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:16:56.764 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20544} enter cache
+16:16:56.764 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:16:56.764 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:16:56.766 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:16:56.766 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20545} enter cache
+16:16:56.766 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:7db10f9de47546239adffdf6dd166d3a, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717495333000,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"nickName":"超级管理员","page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","status":"1","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:16:57.525 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:3d1754813cf64e00a0b84c1a7d7ad315,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:16:57.527 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:3d1754813cf64e00a0b84c1a7d7ad315 ###, request args: {param:{"type":4}},, userId:1 ===>>
+16:16:57.533 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:16:57.533 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 4(Integer)
+16:16:57.535 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:16:57.535 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:3d1754813cf64e00a0b84c1a7d7ad315, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"jiekou","id":3,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":4}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:16:57.545 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:4f35ab58202b42b396248b5aebb27d05,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:16:57.546 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:4f35ab58202b42b396248b5aebb27d05 ###, request args: {paramMap:{"fType":4,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:16:57.556 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_interface = TRUE AND f.is_common = 1
+16:16:57.556 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:16:57.557 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:16:57.557 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20546} enter cache
+16:16:57.557 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_interface = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:16:57.557 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:16:57.559 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:16:57.559 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20504} exit cache
+16:16:57.559 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20547} enter cache
+16:16:57.559 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:4f35ab58202b42b396248b5aebb27d05, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1721806289000,"dataSourceId":0,"fieldCn":"aaa","fieldEn":"aaa","fieldType":"jiekou","fieldTypeId":3,"id":10,"interfaceId":1,"interfaceParseField":"status","isCommon":1,"isDerivative":0,"isInterface":true,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":4,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:16:58.209 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:90e3091e24294b6e8598ed0e5e5e7071,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:16:58.211 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:90e3091e24294b6e8598ed0e5e5e7071 ###, request args: {param:{"type":3}},, userId:1 ===>>
+16:16:58.219 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:16:58.219 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 3(Integer)
+16:16:58.220 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:16:58.221 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:90e3091e24294b6e8598ed0e5e5e7071, userId:1, cost time: 9 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"yanshen","id":4,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":3}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:16:58.229 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:c34c2e19bfe8407ba23d2eaaaef394ca,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:16:58.230 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:c34c2e19bfe8407ba23d2eaaaef394ca ###, request args: {paramMap:{"fType":3,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:16:58.239 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_derivative = TRUE AND f.is_common = 1
+16:16:58.239 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:16:58.240 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:16:58.240 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20509} exit cache
+16:16:58.240 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20548} enter cache
+16:16:58.240 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_derivative = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:16:58.240 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:16:58.241 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:16:58.242 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20523} exit cache
+16:16:58.242 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20549} enter cache
+16:16:58.242 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:c34c2e19bfe8407ba23d2eaaaef394ca, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717556298000,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","nickName":"超级管理员","page":0,"rows":0,"sourceType":3,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:19:00.384 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList, ### traceId:64c00a64d4234c38ae0655892250fe03,/Riskmanage/v2/engine/getEngineList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:00.387 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:64c00a64d4234c38ae0655892250fe03 ###, request args: {searchString:null},{pageNo:1},{pageSize:10},, userId:1 ===>>
+16:19:00.393 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Preparing: SELECT count(0) FROM t_engine WHERE status > -1 AND organ_id = ?
+16:19:00.393 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Parameters: 1(Long)
+16:19:00.394 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - <== Total: 1
+16:19:00.394 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20526} exit cache
+16:19:00.394 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20550} enter cache
+16:19:00.394 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Preparing: SELECT * FROM t_engine where status>-1 and organ_id = ? order by update_datetime desc LIMIT 10
+16:19:00.394 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Parameters: 1(Long)
+16:19:00.395 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+16:19:00.395 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 2(Long)
+16:19:00.396 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+16:19:00.396 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 2(Long)
+16:19:00.399 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 2
+16:19:00.399 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20528} exit cache
+16:19:00.399 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20553} enter cache
+16:19:00.399 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+16:19:00.399 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20532} exit cache
+16:19:00.399 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20552} enter cache
+16:19:00.400 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+16:19:00.400 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 1(Long)
+16:19:00.401 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+16:19:00.401 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 1(Long)
+16:19:00.402 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 5
+16:19:00.403 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+16:19:00.403 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - <== Total: 2
+16:19:00.403 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20533} exit cache
+16:19:00.403 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20551} enter cache
+16:19:00.404 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:64c00a64d4234c38ae0655892250fe03, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+16:19:01.696 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getUUID, ### traceId:f79505a9aac14db3aa2ca51e42ecf3fb,/Riskmanage/v2/engine/getUUID, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:01.699 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getUUID enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getUUID method, ### traceId:f79505a9aac14db3aa2ca51e42ecf3fb ###, request args: null, userId:1 ===>>
+16:19:01.702 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getUUID method,### traceId:f79505a9aac14db3aa2ca51e42ecf3fb, userId:1, cost time: 3 ms ###, returnResult:{"data":"95a494a3-4d19-4d5d-86f5-5564b7fae3f6","error":"00000000","status":"1"} <<====
+16:19:06.790 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/initupdate/2, ### traceId:a46347a9906d49e9a35e9d371d0f5eda,/Riskmanage/v2/engine/initupdate/2, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:06.795 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/initupdate/2 enter com.fibo.ddp.enginex.riskengine.controller.EngineController.initupdate method, ### traceId:a46347a9906d49e9a35e9d371d0f5eda ###, request args: {id:"2"},, userId:1 ===>>
+16:19:06.801 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineById - ==> Preparing: SELECT * FROM t_engine where status > -1 and organ_id = ? and id = ?
+16:19:06.801 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineById - ==> Parameters: 1(Long), 2(Long)
+16:19:06.802 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+16:19:06.802 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 2(Long)
+16:19:06.803 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+16:19:06.803 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 2(Long)
+16:19:06.804 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 2
+16:19:06.804 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+16:19:06.804 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineById - <== Total: 1
+16:19:06.804 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20534} exit cache
+16:19:06.804 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20554} enter cache
+16:19:06.817 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.initupdate method,### traceId:a46347a9906d49e9a35e9d371d0f5eda, userId:1, cost time: 9 ms ###, returnResult:{"data":{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","engineVersionList":[{"bootState":1,"createTime":"Tue Jun 04 17:39:10 CST 2024","engineId":2,"engineNodeList":[{"nextNodes":"ND_34","nodeCode":"ND_START","nodeId":11,"nodeName":"开始","nodeOrder":1,"nodeType":1,"nodeX":-18.64,"nodeY":37.44,"params":"{\"arr_linkId\":\"\",\"dataId\":\"-1\",\"url\":\"/Riskmanage/resource/images/decision/start.png\",\"type\":\"1\"}","versionId":2},{"nodeCode":"ND_34","nodeId":51,"nodeName":"决策树","nodeOrder":34,"nodeType":17,"nodeX":180.85,"nodeY":39.29,"parentId":"11","versionId":2}],"latestTime":"Tue Jun 04 17:39:10 CST 2024","latestUser":1,"layout":0,"status":1,"subVersion":0,"userId":1,"version":0,"versionId":2}],"exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1717493950000},"error":"00000000","status":"1"} <<====
+16:19:09.900 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList, ### traceId:9f39760857614d889b48acaa0f85c478,/Riskmanage/v2/engine/getEngineList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:09.903 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:9f39760857614d889b48acaa0f85c478 ###, request args: {searchString:null},{pageNo:1},{pageSize:999999},, userId:1 ===>>
+16:19:09.944 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Preparing: SELECT count(0) FROM t_engine WHERE status > -1 AND organ_id = ?
+16:19:09.944 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Parameters: 1(Long)
+16:19:09.945 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - <== Total: 1
+16:19:09.945 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Preparing: SELECT * FROM t_engine where status>-1 and organ_id = ? order by update_datetime desc LIMIT 999999
+16:19:09.945 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Parameters: 1(Long)
+16:19:09.947 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+16:19:09.947 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 2(Long)
+16:19:09.948 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+16:19:09.948 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 2(Long)
+16:19:09.948 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 2
+16:19:09.948 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+16:19:09.949 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+16:19:09.949 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 1(Long)
+16:19:09.949 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+16:19:09.949 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 1(Long)
+16:19:09.952 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 5
+16:19:09.952 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+16:19:09.952 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - <== Total: 2
+16:19:09.952 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20535} exit cache
+16:19:09.952 [http-nio-8082-exec-4] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20555} enter cache
+16:19:09.952 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:9f39760857614d889b48acaa0f85c478, userId:1, cost time: 49 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":999999,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+16:19:12.324 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/version/2, ### traceId:329a38f1493947649e47cce9b14e5b23,/Riskmanage/v2/engine/version/2, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:12.325 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/engine/version/2 enter com.fibo.ddp.enginex.riskengine.controller.EngineController.getEngineVersionList method, ### traceId:329a38f1493947649e47cce9b14e5b23 ###, request args: {engineId:2},, userId:1 ===>>
+16:19:12.334 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineIdV2 - ==> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id = ? order by version,sub_version
+16:19:12.334 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineIdV2 - ==> Parameters: 2(Long)
+16:19:12.336 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineIdV2 - <== Total: 1
+16:19:12.336 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20536} exit cache
+16:19:12.336 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20556} enter cache
+16:19:12.344 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.getEngineVersionList method,### traceId:329a38f1493947649e47cce9b14e5b23, userId:1, cost time: 16 ms ###, returnResult:{"data":[{"engineVersion":{"bootState":1,"createTime":"Tue Jun 04 17:39:10 CST 2024","engineId":2,"latestTime":"Tue Jun 04 17:39:10 CST 2024","latestUser":1,"layout":0,"status":1,"subVersion":0,"userId":1,"version":0,"versionId":2},"subEngineVersionList":[]}],"error":"00000000","status":"1"} <<====
+16:19:12.355 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/decision_flow/getNodeList/2, ### traceId:0e227cd8eb8f4cd1a240118ac607e7f7,/Riskmanage/v2/decision_flow/getNodeList/2, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:12.357 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/decision_flow/getNodeList/2 enter com.fibo.ddp.enginex.riskengine.controller.DecisionFlowController.getNodeList method, ### traceId:0e227cd8eb8f4cd1a240118ac607e7f7 ###, request args: {versionId:2},, userId:1 ===>>
+16:19:12.377 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ==> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+16:19:12.377 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ==> Parameters: 2(Long)
+16:19:12.378 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <== Total: 2
+16:19:12.381 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getMaxNodeOrder - ==> Preparing: select Max(node_order) from t_engine_node where version_id =?
+16:19:12.381 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getMaxNodeOrder - ==> Parameters: 2(Long)
+16:19:12.382 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getMaxNodeOrder - <== Total: 1
+16:19:12.382 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20501} exit cache
+16:19:12.382 [http-nio-8082-exec-5] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20557} enter cache
+16:19:12.383 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.DecisionFlowController.getNodeList method,### traceId:0e227cd8eb8f4cd1a240118ac607e7f7, userId:1, cost time: 26 ms ###, returnResult:{"data":{"versionId":2,"maxOrder":34,"engineNodeList":[{"nextNodes":"ND_34","nodeCode":"ND_START","nodeId":11,"nodeName":"开始","nodeOrder":1,"nodeType":1,"nodeX":-18.64,"nodeY":37.44,"params":"{\"arr_linkId\":\"\",\"dataId\":\"-1\",\"url\":\"/Riskmanage/resource/images/decision/start.png\",\"type\":\"1\"}","versionId":2},{"nodeCode":"ND_34","nodeId":51,"nodeName":"决策树","nodeOrder":34,"nodeType":17,"nodeX":180.85,"nodeY":39.29,"parentId":"11","versionId":2}]},"error":"00000000","status":"1"} <<====
+16:19:18.357 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list, ### traceId:ee9c0348d6b740d0a3c65dcb2c9a9754,/Riskmanage/v2/knowledge/tree/list, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:18.361 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/knowledge/tree/list enter com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method, ### traceId:ee9c0348d6b740d0a3c65dcb2c9a9754 ###, request args: {param:{"parentId":0,"treeType":"5","type":1}},, userId:1 ===>>
+16:19:18.371 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = ? order by tree_type,id
+16:19:18.372 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - ==> Parameters: 0(Integer), 1(Integer), 5(Long), 1(Long), 1(Integer)
+16:19:18.374 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeListV2 - <== Total: 2
+16:19:18.375 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20513} exit cache
+16:19:18.375 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20558} enter cache
+16:19:18.379 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+16:19:18.380 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 1(Long), 1(Integer), 5(Long), 1(Long)
+16:19:18.381 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+16:19:18.381 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20541} exit cache
+16:19:18.381 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20559} enter cache
+16:19:18.384 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Preparing: select id, name, parent_id, user_id, organ_id, engine_id, status, type, tree_type, created, updated from t_knowledge_tree where 1=1 and parent_id = ? and status in ( ? ) and tree_type in ( ? ) and organ_id = ? and type = 1 order by tree_type,id
+16:19:18.385 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - ==> Parameters: 10(Long), 1(Integer), 5(Long), 1(Long)
+16:19:18.385 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.strategyx.knowledge.KnowledgeTreeMapper.getTreeList - <== Total: 0
+16:19:18.385 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.knowledge.KnowledgeTreeController.list method,### traceId:ee9c0348d6b740d0a3c65dcb2c9a9754, userId:1, cost time: 24 ms ###, returnResult:{"data":[{"parentId":10,"treeType":"5","type":1,"status":[1],"name":"复杂规则集合","tree_type":[5],"userId":1,"organId":1,"sort":true,"children":[{"children":[],"id":1,"isParent":"true","name":"测试规则集","organId":1,"parentId":0,"status":1,"treeType":5,"type":1,"userId":1},{"children":[],"id":10,"isParent":"true","name":"aaa","organId":1,"parentId":0,"status":1,"treeType":5,"type":1,"userId":1}],"id":99999999}],"error":"00000000","status":"1"} <<====
+16:19:18.400 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList, ### traceId:47812568996542ae8b1e27730a8d5fa4,/Riskmanage/v3/rule/getRuleList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:18.401 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v3/rule/getRuleList enter com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method, ### traceId:47812568996542ae8b1e27730a8d5fa4 ###, request args: {ruleListParam:{"pageNum":1,"pageSize":10,"ruleInfo":{"difficulty":2}}},, userId:1 ===>>
+16:19:18.407 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Preparing: SELECT count(0) FROM t_rule WHERE organ_id = ? AND status >= 0 AND difficulty = ?
+16:19:18.407 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - ==> Parameters: 1(Long), 2(Integer)
+16:19:18.408 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList_COUNT - <== Total: 1
+16:19:18.408 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20542} exit cache
+16:19:18.408 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20560} enter cache
+16:19:18.408 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Preparing: select id, name, code, description, priority, parent_id, author, user_id, organ_id, status, type, created, updated,difficulty,script_type from t_rule WHERE organ_id = ? and status >= 0 and difficulty = ? order by updated desc LIMIT 10
+16:19:18.409 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - ==> Parameters: 1(Long), 2(Integer)
+16:19:18.409 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.strategyx.guiderule.RuleInfoMapper.queryRuleList - <== Total: 1
+16:19:18.409 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20539} exit cache
+16:19:18.409 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20561} enter cache
+16:19:18.412 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:19:18.412 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:19:18.416 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:19:18.416 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20540} exit cache
+16:19:18.416 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20562} enter cache
+16:19:18.416 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.guiderule.controller.RuleInfoController.getRuleList method,### traceId:47812568996542ae8b1e27730a8d5fa4, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pageInfo":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"author":1,"authorName":"超级管理员","code":"agecode","created":1716968114000,"description":"年龄大于18","difficulty":2,"id":1,"name":"年龄大于18","organId":1,"parentId":10,"priority":0,"status":1,"type":1,"updated":1721888237000,"userId":1}]},"error":"00000000","status":"1"} <<====
+16:19:22.698 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList, ### traceId:aac75f48988241b0bd8e5e1eaaec7f60,/Riskmanage/v2/engine/getEngineList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:22.699 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - GET http://127.0.0.1:8082/Riskmanage/v2/engine/getEngineList enter com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method, ### traceId:aac75f48988241b0bd8e5e1eaaec7f60 ###, request args: {searchString:null},{pageNo:1},{pageSize:999999},, userId:1 ===>>
+16:19:22.706 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Preparing: SELECT count(0) FROM t_engine WHERE status > -1 AND organ_id = ?
+16:19:22.706 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - ==> Parameters: 1(Long)
+16:19:22.707 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList_COUNT - <== Total: 1
+16:19:22.707 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Preparing: SELECT * FROM t_engine where status>-1 and organ_id = ? order by update_datetime desc LIMIT 999999
+16:19:22.708 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - ==> Parameters: 1(Long)
+16:19:22.712 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+16:19:22.712 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 2(Long)
+16:19:22.713 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+16:19:22.713 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 2(Long)
+16:19:22.714 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 2
+16:19:22.715 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+16:19:22.716 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Preparing: select version_id, engine_id, version, boot_state, status, layout, user_id, create_time, latest_user, latest_time, sub_version from t_engine_version where engine_id =? order by version,sub_version
+16:19:22.716 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - ====> Parameters: 1(Long)
+16:19:22.717 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Preparing: select node_id, parent_id, version_id, node_name, node_code, node_order, node_type, node_x, node_y,node_json,node_script,next_nodes,params from t_engine_node where version_id = ? ORDER BY node_order ASC
+16:19:22.717 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - ======> Parameters: 1(Long)
+16:19:22.718 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.getEngineNodeListByEngineVersionId - <====== Total: 5
+16:19:22.718 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineVersionMapper.getEngineVersionListByEngineId - <==== Total: 1
+16:19:22.719 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineMapper.getEngineList - <== Total: 2
+16:19:22.719 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.enginex.riskengine.controller.EngineController.enginIndex method,### traceId:aac75f48988241b0bd8e5e1eaaec7f60, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"callbackType":1,"callbackUrl":"","checked":false,"code":"8b0940cb-be33-4b40-940f-3ec335b850c6","createDatetime":1717493950000,"creator":1,"description":"决策树001","engineType":"rule_engine","exceptionCallbackUrl":"","id":2,"name":"决策树001","organId":1,"runState":1,"runStatus":0,"status":1,"updateDatetime":1717493950000},{"callbackType":1,"callbackUrl":"","checked":false,"code":"2f985608-45df-4d91-81a1-7f4ebc5c6e9d","createDatetime":1716952296000,"creator":1,"description":"测试引擎","engineType":"rule_engine","exceptionCallbackUrl":"","id":1,"name":"测试引擎","organId":1,"runState":0,"runStatus":0,"status":1,"updateDatetime":1716952296000}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":999999,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"enginelist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"}]},"error":"00000000","status":"1"} <<====
+16:19:24.153 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results, ### traceId:e8ba4a827adc443796b4256cc5891cab,/Riskmanage/v2/monitor/results, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:24.154 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/monitor/results enter com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method, ### traceId:e8ba4a827adc443796b4256cc5891cab ###, request args: {param:{"engineId":2,"startDate":"2024-09-20","endDate":"2024-09-27","businessId":"","pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:19:24.154 [http-nio-8082-exec-9] INFO com.fibo.ddp.monitor.controller.decisionflow.MonitorController - /v2/monitor//results inputParam :{engineId=2, startDate=2024-09-20, endDate=2024-09-27, businessId=, pageNo=1, pageSize=10}
+16:19:24.163 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Preparing: SELECT count(0) FROM t_resultset WHERE 1 = 1 AND engine_id = ? AND create_datetime >= ? AND create_datetime <= DATE_ADD(STR_TO_DATE(?, '%Y-%m-%d'), INTERVAL 1 DAY)
+16:19:24.163 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - ==> Parameters: 2(Integer), 2024-09-20(String), 2024-09-27(String)
+16:19:24.165 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.enginex.risk.EngineResultSetMapper.getEngineResultSetBySegment_COUNT - <== Total: 1
+16:19:24.165 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20544} exit cache
+16:19:24.165 [http-nio-8082-exec-9] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20563} enter cache
+16:19:24.165 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.monitor.controller.decisionflow.MonitorController.getResults method,### traceId:e8ba4a827adc443796b4256cc5891cab, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"list":[],"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"endDate":"2024-09-27","pageNo":1,"businessId":"","pageSize":10,"startDate":"2024-09-20","engineId":2},"error":"00000000","status":"1"} <<====
+16:19:25.116 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysLog/getLogList, ### traceId:56ee17da9a904fc3be77f3d506c58bd8,/Riskmanage/v2/sysLog/getLogList, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:25.116 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysLog/getLogList enter com.fibo.ddp.monitor.controller.logger.LoggerController.getLogList method, ### traceId:56ee17da9a904fc3be77f3d506c58bd8 ###, request args: {loggerParam:{"endDate":"2024-09-27","pageNo":1,"pageSize":10,"searchKey":"","startDate":"2024-09-27"}},, userId:1 ===>>
+16:19:25.128 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Preparing: SELECT count(0) FROM t_logger l LEFT JOIN t_user u ON l.op_user_id = u.user_id LEFT JOIN t_organization o ON u.organ_id = o.organ_id WHERE 1 = 1 AND date(l.start_time) >= ? AND date(l.start_time) <= ?
+16:19:25.129 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - ==> Parameters: 2024-09-27(String), 2024-09-27(String)
+16:19:25.132 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList_COUNT - <== Total: 1
+16:19:25.132 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20545} exit cache
+16:19:25.132 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20564} enter cache
+16:19:25.132 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Preparing: select l.id, l.op_type, l.op_name, l.op_user_id, u.nick_name, o.name as organ_name, l.organ_id, l.method, l.request_path, l.request_param, l.response_param, l.ip, l.start_time, l.end_time from t_logger l left join t_user u on l.op_user_id = u.user_id left join t_organization o on u.organ_id = o.organ_id where 1=1 and date(l.start_time) >= ? and date(l.start_time) <=? order by l.start_time desc LIMIT 10
+16:19:25.133 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - ==> Parameters: 2024-09-27(String), 2024-09-27(String)
+16:19:25.138 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.getLogList - <== Total: 3
+16:19:25.138 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20546} exit cache
+16:19:25.138 [http-nio-8082-exec-8] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20565} enter cache
+16:19:25.138 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.monitor.controller.logger.LoggerController.getLogList method,### traceId:56ee17da9a904fc3be77f3d506c58bd8, userId:1, cost time: 22 ms ###, returnResult:{"data":{"pager":{"endRow":3,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":3,"startRow":1,"total":3},"logList":[{"endTime":1727423439000,"id":1011,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e9262e5, status=1, error=00000000, msg=null, data={token=1a7b12187ef345809152790e5ddce9fb})","startTime":1727423439000},{"endTime":1727423423000,"id":1010,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@e3b833b5, status=1, error=00000000, msg=null, data={token=4c7b6a8f5a5f4b00a78a399b0e3ef3c4})","startTime":1727423423000},{"endTime":1727399768000,"id":1009,"ip":"127.0.0.1","method":"login","opName":"登入","opType":"login","opUserId":1,"opUserName":"超级管理员","organId":1,"organName":"risk","requestPath":"http://127.0.0.1:8082/Riskmanage/v2/login/login","responseParam":"ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@46eb9295, status=1, error=00000000, msg=null, data={token=68680a877ad34cde8e11b57a3036f1ed})","startTime":1727399768000}]},"error":"00000000","status":"1"} <<====
+16:19:34.308 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list, ### traceId:c13d9cf011044415ad03e3c7a8ce7b57,/Riskmanage/v2/datamanage/listmanage/list, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:34.310 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:c13d9cf011044415ad03e3c7a8ce7b57 ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+16:19:34.320 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - ==> Preparing: SELECT count(0) FROM t_list_db l, t_user u WHERE l.user_id = u.user_id AND l.list_type = ? AND l.status != -1 AND l.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?)
+16:19:34.320 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - ==> Parameters: b(String), 1(Long)
+16:19:34.322 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - <== Total: 1
+16:19:34.322 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20547} exit cache
+16:19:34.322 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20566} enter cache
+16:19:34.322 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - ==> Preparing: select l.id, l.list_type as listType, l.list_name as listName, l.data_source as dataSource, l.list_attr as listAttr, l.list_desc as listDesc , l.table_column as tableColumn, l.match_type as matchType , l.query_type as queryType, l.query_field as queryField, l.organ_id as organId, l.status, l.user_id as userId, u.nick_name as nickName, l.created,result_field_en as resultFieldEn from t_list_db l, t_user u where l.user_id = u.user_id and l.list_type = ? and l.status != -1 and l.organ_id = ( select organ_id from t_user where user_id = ? ) order by l.created desc LIMIT 10
+16:19:34.322 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - ==> Parameters: b(String), 1(Long)
+16:19:34.326 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - <== Total: 2
+16:19:34.326 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20538} exit cache
+16:19:34.326 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20567} enter cache
+16:19:34.327 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.BeanUtils - Describing bean: com.fibo.ddp.common.model.strategyx.listlibrary.ListDb
+16:19:34.327 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Class' value 'class com.fibo.ddp.common.model.strategyx.listlibrary.ListDb' to type 'String'
+16:19:34.327 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Date' value 'Tue Jun 04 14:35:31 CST 2024' to type 'String'
+16:19:34.327 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '3' to type 'String'
+16:19:34.327 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '手机号白名单' to type 'String'
+16:19:34.327 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '白名单' to type 'String'
+16:19:34.327 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'b' to type 'String'
+16:19:34.327 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '0' to type 'String'
+16:19:34.327 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '超级管理员' to type 'String'
+16:19:34.328 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+16:19:34.328 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+16:19:34.328 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '0' to type 'String'
+16:19:34.328 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'phone' to type 'String'
+16:19:34.328 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+16:19:34.328 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+16:19:34.328 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+16:19:34.332 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Preparing: select id, list_type as listType, list_name as listName, data_source as dataSource, list_attr as listAttr, list_desc as listDesc , table_column as tableColumn, match_type as matchType , query_type as queryType, query_field as queryField, organ_id as organId, status, user_id as userId, created,result_field_en as resultFieldEn from t_list_db where id = ? and list_type = ? and organ_id = ( select organ_id from t_user where user_id = ? )
+16:19:34.332 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Parameters: 3(String), b(String), 1(String)
+16:19:34.334 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - <== Total: 1
+16:19:34.334 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20548} exit cache
+16:19:34.334 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20568} enter cache
+16:19:34.337 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:19:34.338 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:19:34.339 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:19:34.343 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+16:19:34.343 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 3(Long), list_db(String)
+16:19:34.344 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+16:19:34.344 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20549} exit cache
+16:19:34.344 [http-nio-8082-exec-1] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20569} enter cache
+16:19:34.344 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.BeanUtils - Describing bean: com.fibo.ddp.common.model.strategyx.listlibrary.ListDb
+16:19:34.345 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Class' value 'class com.fibo.ddp.common.model.strategyx.listlibrary.ListDb' to type 'String'
+16:19:34.345 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Date' value 'Mon Jun 03 11:32:29 CST 2024' to type 'String'
+16:19:34.345 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+16:19:34.345 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '手机号黑名单' to type 'String'
+16:19:34.345 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '黑名单' to type 'String'
+16:19:34.345 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'b' to type 'String'
+16:19:34.346 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+16:19:34.346 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '超级管理员' to type 'String'
+16:19:34.346 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+16:19:34.346 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+16:19:34.346 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+16:19:34.346 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'phone' to type 'String'
+16:19:34.346 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+16:19:34.346 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+16:19:34.346 [http-nio-8082-exec-1] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+16:19:34.349 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Preparing: select id, list_type as listType, list_name as listName, data_source as dataSource, list_attr as listAttr, list_desc as listDesc , table_column as tableColumn, match_type as matchType , query_type as queryType, query_field as queryField, organ_id as organId, status, user_id as userId, created,result_field_en as resultFieldEn from t_list_db where id = ? and list_type = ? and organ_id = ( select organ_id from t_user where user_id = ? )
+16:19:34.349 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Parameters: 1(String), b(String), 1(String)
+16:19:34.352 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - <== Total: 1
+16:19:34.355 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:19:34.355 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:19:34.355 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:19:34.357 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+16:19:34.357 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 1(Long), list_db(String)
+16:19:34.358 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+16:19:34.358 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:c13d9cf011044415ad03e3c7a8ce7b57, userId:1, cost time: 48 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"listDbs":[{"created":1717482931000,"id":3,"listDesc":"手机号白名单","listName":"白名单","listType":"b","matchType":0,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":0,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1},{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+16:19:40.832 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list, ### traceId:e2b4a65ed5e54b85a95e46d52912993c,/Riskmanage/v2/datamanage/listmanage/list, token:4c7b6a8f5a5f4b00a78a399b0e3ef3c4 ### ===>>
+16:19:40.834 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/listmanage/list enter com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method, ### traceId:e2b4a65ed5e54b85a95e46d52912993c ###, request args: {paramMap:{"pageNo":1,"pageSize":10,"listType":"b"}},, userId:1 ===>>
+16:19:40.842 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - ==> Preparing: SELECT count(0) FROM t_list_db l, t_user u WHERE l.user_id = u.user_id AND l.list_type = ? AND l.status != -1 AND l.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?)
+16:19:40.843 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - ==> Parameters: b(String), 1(Long)
+16:19:40.844 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser_COUNT - <== Total: 1
+16:19:40.844 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - ==> Preparing: select l.id, l.list_type as listType, l.list_name as listName, l.data_source as dataSource, l.list_attr as listAttr, l.list_desc as listDesc , l.table_column as tableColumn, l.match_type as matchType , l.query_type as queryType, l.query_field as queryField, l.organ_id as organId, l.status, l.user_id as userId, u.nick_name as nickName, l.created,result_field_en as resultFieldEn from t_list_db l, t_user u where l.user_id = u.user_id and l.list_type = ? and l.status != -1 and l.organ_id = ( select organ_id from t_user where user_id = ? ) order by l.created desc LIMIT 10
+16:19:40.844 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - ==> Parameters: b(String), 1(Long)
+16:19:40.847 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findByUser - <== Total: 2
+16:19:40.847 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.BeanUtils - Describing bean: com.fibo.ddp.common.model.strategyx.listlibrary.ListDb
+16:19:40.847 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Class' value 'class com.fibo.ddp.common.model.strategyx.listlibrary.ListDb' to type 'String'
+16:19:40.847 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Date' value 'Tue Jun 04 14:35:31 CST 2024' to type 'String'
+16:19:40.847 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '3' to type 'String'
+16:19:40.847 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '手机号白名单' to type 'String'
+16:19:40.847 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '白名单' to type 'String'
+16:19:40.847 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'b' to type 'String'
+16:19:40.848 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '0' to type 'String'
+16:19:40.848 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '超级管理员' to type 'String'
+16:19:40.848 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+16:19:40.848 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+16:19:40.848 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '0' to type 'String'
+16:19:40.848 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'phone' to type 'String'
+16:19:40.848 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+16:19:40.848 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+16:19:40.848 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+16:19:40.852 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Preparing: select id, list_type as listType, list_name as listName, data_source as dataSource, list_attr as listAttr, list_desc as listDesc , table_column as tableColumn, match_type as matchType , query_type as queryType, query_field as queryField, organ_id as organId, status, user_id as userId, created,result_field_en as resultFieldEn from t_list_db where id = ? and list_type = ? and organ_id = ( select organ_id from t_user where user_id = ? )
+16:19:40.852 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Parameters: 3(String), b(String), 1(String)
+16:19:40.853 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - <== Total: 1
+16:19:40.857 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:19:40.857 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:19:40.858 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:19:40.862 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+16:19:40.863 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 3(Long), list_db(String)
+16:19:40.864 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.BeanUtils - Describing bean: com.fibo.ddp.common.model.strategyx.listlibrary.ListDb
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Class' value 'class com.fibo.ddp.common.model.strategyx.listlibrary.ListDb' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Date' value 'Mon Jun 03 11:32:29 CST 2024' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '手机号黑名单' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '黑名单' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'b' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '超级管理员' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value 'phone' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Integer' value '1' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'String' value '3' to type 'String'
+16:19:40.864 [http-nio-8082-exec-2] DEBUG org.apache.commons.beanutils.converters.StringConverter - Converting 'Long' value '1' to type 'String'
+16:19:40.868 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Preparing: select id, list_type as listType, list_name as listName, data_source as dataSource, list_attr as listAttr, list_desc as listDesc , table_column as tableColumn, match_type as matchType , query_type as queryType, query_field as queryField, organ_id as organId, status, user_id as userId, created,result_field_en as resultFieldEn from t_list_db where id = ? and list_type = ? and organ_id = ( select organ_id from t_user where user_id = ? )
+16:19:40.868 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - ==> Parameters: 1(String), b(String), 1(String)
+16:19:40.869 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.listlibrary.ListDbMapper.findById - <== Total: 1
+16:19:40.872 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Preparing: SELECT nick_name FROM t_user where user_id = ?
+16:19:40.872 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - ==> Parameters: 1(Long)
+16:19:40.873 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.findNickNameById - <== Total: 1
+16:19:40.877 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Preparing: SELECT id,field_id,field_en,field_value,variable_type,strategy_id,strategy_type,out_condition,out_type,create_time,update_time FROM t_strategy_output WHERE strategy_id=? AND strategy_type=?
+16:19:40.877 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - ==> Parameters: 1(Long), list_db(String)
+16:19:40.877 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.strategyx.strategyout.StrategyOutputMapper.selectList - <== Total: 0
+16:19:40.878 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.strategyx.listlibrary.controller.ListDbController.list method,### traceId:e2b4a65ed5e54b85a95e46d52912993c, userId:1, cost time: 44 ms ###, returnResult:{"data":{"pager":{"endRow":2,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":2,"startRow":1,"total":2},"listDbs":[{"created":1717482931000,"id":3,"listDesc":"手机号白名单","listName":"白名单","listType":"b","matchType":0,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":0,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1},{"created":1717385549000,"id":1,"listDesc":"手机号黑名单","listName":"黑名单","listType":"b","matchType":1,"nickName":"超级管理员","organId":1,"queryField":"3","queryType":1,"resultFieldEn":"phone","status":1,"strategyOutputList":[],"tableColumn":"3","userId":1}]},"error":"00000000","status":"1"} <<====
+16:25:11.997 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:032bfb9c2e2d437e852a5417b602575d,/Riskmanage/v2/sysMenu/getMenuList, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+16:25:12.002 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.interceptor.SessionInterceptor - 【会话拦截】未通过,{"errCode":01000103,"errMsg:":登录授权码已过期}
+16:25:13.602 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login, ### traceId:29efffe4ac0443af89fbb2ff2bc6fe62,/Riskmanage/v2/login/login, token:2f20d1b0caa5407db9230b759dca7648 ### ===>>
+16:25:13.606 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/login/login enter com.fibo.ddp.authx.system.controller.LoginController.login method, ### traceId:29efffe4ac0443af89fbb2ff2bc6fe62 ###, request args: {param:{"account":"sadmin","password":"engine888!"}},, userId:0 ===>>
+16:25:13.630 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Preparing: SELECT user_id,organ_id,employee_id,account,password,nick_name,email,cellphone,qq,latest_time,latest_ip,remark,status,birth,author FROM t_user WHERE (account = ? AND password = ?)
+16:25:13.632 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - ==> Parameters: sadmin(String), 0*7d5b412H1j6e585H1c6g2l5f3@2!6c(String)
+16:25:13.635 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.selectList - <== Total: 1
+16:25:13.635 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20551} exit cache
+16:25:13.635 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20570} enter cache
+16:25:13.641 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Preparing: INSERT INTO t_logger ( op_type, op_name, op_user_id, organ_id, method, request_path, response_param, ip, start_time, end_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
+16:25:13.643 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - ==> Parameters: login(String), 登入(String), 1(Long), 1(Long), login(String), http://127.0.0.1:8082/Riskmanage/v2/login/login(String), ResponseEntityDto(super=com.fibo.ddp.common.model.common.ResponseEntityDto@5ba7bf75, status=1, error=00000000, msg=null, data={token=71fe82b0ac404db8929ea17744d63822})(String), 127.0.0.1(String), 2024-09-27 16:25:13.608(Timestamp), 2024-09-27 16:25:13.637(Timestamp)
+16:25:13.650 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.monitor.logger.LoggerMapper.insert - <== Updates: 1
+16:25:13.650 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20554} exit cache
+16:25:13.650 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20571} enter cache
+16:25:13.650 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.LoginController.login method,### traceId:29efffe4ac0443af89fbb2ff2bc6fe62, userId:0, cost time: 44 ms ###, returnResult:{"data":{"token":"71fe82b0ac404db8929ea17744d63822"},"error":"00000000","status":"1"} <<====
+16:25:13.699 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:16bff404fb0c448caf6c951709aea5e0,/Riskmanage/v2/sysMenu/getMenus, token:71fe82b0ac404db8929ea17744d63822 ### ===>>
+16:25:13.699 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList, ### traceId:551654e5ca7b4d6a87a456cb9f01854e,/Riskmanage/v2/sysUser/getUserList, token:71fe82b0ac404db8929ea17744d63822 ### ===>>
+16:25:13.699 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan, ### traceId:4337d59f11e2469bb2bfcae5d1a50300,/Riskmanage/v2/sysOrganization/getAllValidOrgan, token:71fe82b0ac404db8929ea17744d63822 ### ===>>
+16:25:13.700 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:16bff404fb0c448caf6c951709aea5e0 ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:13.700 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysOrganization/getAllValidOrgan enter com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method, ### traceId:4337d59f11e2469bb2bfcae5d1a50300 ###, request args: null, userId:1 ===>>
+16:25:13.700 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysUser/getUserList enter com.fibo.ddp.authx.system.controller.SysUserController.getUserList method, ### traceId:551654e5ca7b4d6a87a456cb9f01854e ###, request args: {baseParam:{"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:13.703 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Preparing: select organ_id, name, code, email, telephone, status, birth, author,token from t_organization where status = 1 order by organ_id desc
+16:25:13.703 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - ==> Parameters:
+16:25:13.704 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.authx.system.SysOrganizationMapper.getAllValidOrgan - <== Total: 2
+16:25:13.704 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20556} exit cache
+16:25:13.704 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20572} enter cache
+16:25:13.704 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysOrganizationController.getAllValidOrgan method,### traceId:4337d59f11e2469bb2bfcae5d1a50300, userId:1, cost time: 4 ms ###, returnResult:{"data":[{"author":"超级管理员","birth":1721896042000,"code":"001","name":"组织1","organId":4,"status":1,"token":"dbfeb9e1-e502-4b3f-80bc-4f862191a96d"},{"author":"超级管理员","birth":1498721562000,"code":"0001","email":"123.com ","name":"risk","organId":1,"status":1,"telephone":"1234567489","token":"6a6ea35e-aabe-4e64-bd98-dae304b10a21"}],"error":"00000000","status":"1"} <<====
+16:25:13.704 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:25:13.705 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: Auth(String)
+16:25:13.705 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Preparing: SELECT count(0) FROM t_user u, t_user_role_rel urr, t_role r, t_organization g WHERE u.user_id = urr.user_id AND r.role_id = urr.role_id AND g.organ_id = u.organ_id AND u.author = '超级管理员' AND u.status != -1
+16:25:13.705 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - ==> Parameters:
+16:25:13.706 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 4
+16:25:13.706 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:16bff404fb0c448caf6c951709aea5e0, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"icon":"el-icon-user","index":"/userManagement","title":"用户管理"},{"icon":"el-icon-collection-tag","index":"/roleManagement","title":"角色管理"},{"icon":"el-icon-location-outline","index":"/resourceManagement","title":"资源管理"},{"icon":"el-icon-link","index":"/organizationManagement","title":"组织管理"}],"error":"00000000","status":"1"} <<====
+16:25:13.707 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.authx.system.SysUserMapper.getAllUsers_COUNT - <== Total: 1
+16:25:13.707 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20492} exit cache
+16:25:13.707 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20573} enter cache
+16:25:13.707 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysUserController.getUserList method,### traceId:551654e5ca7b4d6a87a456cb9f01854e, userId:1, cost time: 7 ms ###, returnResult:{"data":{"pager":{"endRow":0,"firstPage":0,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":0,"navigateFirstPage":0,"navigateLastPage":0,"navigatePages":8,"navigatepageNums":[],"nextPage":0,"pageNum":1,"pageSize":10,"pages":0,"prePage":0,"size":0,"startRow":0,"total":0},"listUser":[]},"error":"00000000","status":"1"} <<====
+16:25:20.790 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:164f034c7823418e9e9c8cfa62be83a9,/Riskmanage/v2/sysMenu/getMenuList, token:71fe82b0ac404db8929ea17744d63822 ### ===>>
+16:25:20.791 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:164f034c7823418e9e9c8cfa62be83a9 ###, request args: {menuParam:{"entity":{"resourceSystem":"EngineX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:20.800 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+16:25:20.801 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: EngineX(String)
+16:25:20.803 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+16:25:20.803 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20498} exit cache
+16:25:20.803 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20574} enter cache
+16:25:20.804 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+16:25:20.804 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: EngineX(String)
+16:25:20.806 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+16:25:20.806 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20502} exit cache
+16:25:20.808 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20575} enter cache
+16:25:20.810 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:164f034c7823418e9e9c8cfa62be83a9, userId:1, cost time: 17 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":3,"navigateFirstPage":1,"navigateLastPage":3,"navigatePages":8,"navigatepageNums":[1,2,3],"nextPage":2,"pageNum":1,"pageSize":10,"pages":3,"prePage":0,"size":10,"startRow":1,"total":23},"listMenu":[{"birth":1616826702000,"code":"001","des":"系统大盘","icon":"el-icon-lx-home","name":"系统大盘","parentId":0,"resourceId":1,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/dashboard"},{"birth":1616826702000,"code":"002","des":"引擎管理","icon":"el-icon-lx-cascades","name":"引擎管理","parentId":0,"resourceId":2,"resourceSystem":"EngineX","sort":2,"status":1},{"birth":1616826702000,"code":"003","des":"策略中心","icon":"el-icon-lx-global","name":"策略中心","parentId":0,"resourceId":3,"resourceSystem":"EngineX","sort":3,"status":1},{"birth":1616826702000,"code":"005","des":"监控中心","icon":"el-icon-monitor","name":"监控中心","parentId":0,"resourceId":5,"resourceSystem":"EngineX","sort":6,"status":1},{"birth":1616826702000,"code":"007","des":"引擎列表","icon":"el-icon-lx-calendar","name":"引擎列表","parentId":2,"resourceId":7,"resourceSystem":"EngineX","sort":1,"status":1,"url":"/engineList"},{"birth":1616826702000,"code":"008","des":"决策流配置","name":"决策流配置","parentId":2,"resourceId":8,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/engine_decision_flow"},{"birth":1616826703000,"code":"009","des":"复杂规则集","icon":"el-icon-lx-global","name":"复杂规则集","parentId":3,"resourceId":9,"resourceSystem":"EngineX","sort":2,"status":1,"url":"/knowledge"},{"birth":1616826703000,"code":"010","des":"评分卡","icon":"el-icon-s-ticket","name":"评分卡","parentId":3,"resourceId":10,"resourceSystem":"EngineX","sort":4,"status":1,"url":"/scorecard"},{"birth":1616826703000,"code":"011","des":"机器学习模型","icon":"el-icon-lx-link","name":"机器学习模型","parentId":3,"resourceId":11,"resourceSystem":"EngineX","sort":5,"status":1,"url":"/indexModels"},{"birth":1616826703000,"code":"012","des":"名单库","icon":"el-icon-s-check","name":"名单库","parentId":3,"resourceId":12,"resourceSystem":"EngineX","sort":6,"status":1,"url":"/blackWihiteData"}]},"error":"00000000","status":"1"} <<====
+16:25:21.894 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:486f2c27c727466083442bae8bc1654b,/Riskmanage/v2/sysMenu/getMenuList, token:71fe82b0ac404db8929ea17744d63822 ### ===>>
+16:25:21.896 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:486f2c27c727466083442bae8bc1654b ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:21.904 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+16:25:21.905 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: DataX(String)
+16:25:21.907 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+16:25:21.907 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+16:25:21.907 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: DataX(String)
+16:25:21.909 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+16:25:21.909 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:486f2c27c727466083442bae8bc1654b, userId:1, cost time: 14 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+16:25:23.770 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:dc80c316521c49149d350d0b734f8334,/Riskmanage/v2/sysMenu/getMenuList, token:71fe82b0ac404db8929ea17744d63822 ### ===>>
+16:25:23.771 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:dc80c316521c49149d350d0b734f8334 ###, request args: {menuParam:{"entity":{"resourceSystem":"Auth"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:23.776 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+16:25:23.776 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: Auth(String)
+16:25:23.778 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+16:25:23.778 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+16:25:23.778 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: Auth(String)
+16:25:23.779 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 4
+16:25:23.779 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:dc80c316521c49149d350d0b734f8334, userId:1, cost time: 8 ms ###, returnResult:{"data":{"pager":{"endRow":4,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":4,"startRow":1,"total":4},"listMenu":[{"birth":1616826703000,"code":"017","des":"用户管理","icon":"el-icon-user","name":"用户管理","parentId":0,"resourceId":17,"resourceSystem":"Auth","sort":2,"status":1,"url":"/userManagement"},{"birth":1616826703000,"code":"018","des":"角色管理","icon":"el-icon-collection-tag","name":"角色管理","parentId":0,"resourceId":18,"resourceSystem":"Auth","sort":3,"status":1,"url":"/roleManagement"},{"birth":1616826703000,"code":"019","des":"资源管理","icon":"el-icon-location-outline","name":"资源管理","parentId":0,"resourceId":19,"resourceSystem":"Auth","sort":4,"status":1,"url":"/resourceManagement"},{"birth":1616826703000,"code":"020","des":"组织管理","icon":"el-icon-link","name":"组织管理","parentId":0,"resourceId":20,"resourceSystem":"Auth","sort":5,"status":1,"url":"/organizationManagement"}]},"error":"00000000","status":"1"} <<====
+16:25:24.179 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:36496aa8f7bc4e79baec5dcce8ff503e,/Riskmanage/v2/sysMenu/getMenuList, token:71fe82b0ac404db8929ea17744d63822 ### ===>>
+16:25:24.180 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:36496aa8f7bc4e79baec5dcce8ff503e ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:24.186 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+16:25:24.186 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: DataX(String)
+16:25:24.187 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+16:25:24.188 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+16:25:24.188 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: DataX(String)
+16:25:24.189 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+16:25:24.189 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:36496aa8f7bc4e79baec5dcce8ff503e, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+16:25:26.689 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getTreeMenu, ### traceId:0fff15aa82114f8b804fd906dc5fa02d,/Riskmanage/v2/sysMenu/getTreeMenu, token:71fe82b0ac404db8929ea17744d63822 ### ===>>
+16:25:26.690 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getTreeMenu enter com.fibo.ddp.authx.system.controller.SysMenuController.getTreeMenu method, ### traceId:0fff15aa82114f8b804fd906dc5fa02d ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10,"parentId":0}},, userId:1 ===>>
+16:25:26.697 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:25:26.697 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:25:26.699 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:25:26.699 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20506} exit cache
+16:25:26.700 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20576} enter cache
+16:25:26.700 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getTreeMenu method,### traceId:0fff15aa82114f8b804fd906dc5fa02d, userId:1, cost time: 10 ms ###, returnResult:{"data":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732905000,"code":"datax-zbtj","des":"指标统计","icon":"","name":"指标统计","parentId":46,"resourceId":47,"resourceSystem":"DataX","sort":1,"status":1,"url":"/FieldStatistics","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732881000,"code":"datax-sjzl","des":"数据总览","icon":"el-icon-monitor","name":"数据总览","parentId":0,"resourceId":46,"resourceSystem":"DataX","sort":4,"status":1,"url":"","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1}],"error":"00000000","status":"1"} <<====
+16:25:32.589 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList, ### traceId:d6742133c38641e18224e705789fc0bf,/Riskmanage/v2/sysMenu/getMenuList, token:71fe82b0ac404db8929ea17744d63822 ### ===>>
+16:25:32.593 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenuList enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method, ### traceId:d6742133c38641e18224e705789fc0bf ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:25:32.599 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Preparing: SELECT count(0) FROM t_resource WHERE status != -1 AND resource_system = ?
+16:25:32.599 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - ==> Parameters: DataX(String)
+16:25:32.600 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu_COUNT - <== Total: 1
+16:25:32.600 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status != -1 and resource_system = ? order by resource_id LIMIT 10
+16:25:32.600 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - ==> Parameters: DataX(String)
+16:25:32.603 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllSysMenu - <== Total: 10
+16:25:32.604 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenuList method,### traceId:d6742133c38641e18224e705789fc0bf, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":10,"firstPage":1,"hasNextPage":true,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":false,"lastPage":2,"navigateFirstPage":1,"navigateLastPage":2,"navigatePages":8,"navigatepageNums":[1,2],"nextPage":2,"pageNum":1,"pageSize":10,"pages":2,"prePage":0,"size":10,"startRow":1,"total":12},"listMenu":[{"birth":1639732557000,"code":"zbxtsy","des":"系统首页","icon":"el-icon-lx-home","name":"系统首页","parentId":0,"resourceId":36,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dashboard","userId":1},{"birth":1639732574000,"code":"datax-zbzx","des":"数据中心","icon":"el-icon-reading","name":"数据中心","parentId":0,"resourceId":37,"resourceSystem":"DataX","sort":2,"status":1,"url":"","userId":1},{"birth":1639732598000,"code":"datax-dbfield","des":"数据库指标","icon":"","name":"数据库指标","parentId":37,"resourceId":38,"resourceSystem":"DataX","sort":3,"status":1,"url":"/SQLManage","userId":1},{"birth":1639732636000,"code":"datax-interface","des":"接口指标","icon":"","name":"接口指标","parentId":37,"resourceId":39,"resourceSystem":"DataX","sort":4,"status":1,"url":"/portManage","userId":1},{"birth":1639732660000,"code":"datax-yszb","des":"衍生指标","icon":"","name":"衍生指标","parentId":37,"resourceId":40,"resourceSystem":"DataX","sort":5,"status":1,"url":"/DeriveManage","userId":1},{"birth":1639732709000,"code":"dataX-zbygl","des":"dataX-指标源管理","icon":"el-icon-coin","name":"指标源管理","parentId":0,"resourceId":41,"resourceSystem":"DataX","sort":3,"status":1,"url":"","userId":1},{"birth":1639732738000,"code":"datax-jkgl","des":"接口源","icon":"","name":"接口源","parentId":41,"resourceId":42,"resourceSystem":"DataX","sort":2,"status":1,"url":"/portSource","userId":1},{"birth":1639732791000,"code":"datax-dbsource","des":"数据库源","icon":"","name":"数据库源","parentId":41,"resourceId":43,"resourceSystem":"DataX","sort":1,"status":1,"url":"/DataSource","userId":1},{"birth":1639732829000,"code":"datax-basefield","des":"基础指标","icon":"","name":"基础指标","parentId":37,"resourceId":44,"resourceSystem":"DataX","sort":1,"status":1,"url":"/dataManage","userId":1},{"birth":1639732857000,"code":"datax-clzb","des":"常量指标","icon":"","name":"常量指标","parentId":37,"resourceId":45,"resourceSystem":"DataX","sort":2,"status":1,"url":"/staticManage","userId":1}]},"error":"00000000","status":"1"} <<====
+16:32:01.916 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:7ddfc9bcbdf74fb9a2ec35f4fdf0a6fe,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:32:01.920 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:7ddfc9bcbdf74fb9a2ec35f4fdf0a6fe ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:32:01.925 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:32:01.925 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:32:01.928 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:32:01.928 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20507} exit cache
+16:32:01.928 [http-nio-8082-exec-6] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20577} enter cache
+16:32:01.928 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:7ddfc9bcbdf74fb9a2ec35f4fdf0a6fe, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:32:01.935 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:c28f1047f0724331a7f7e86712eac84b,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:32:01.936 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:c28f1047f0724331a7f7e86712eac84b ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:32:01.940 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:32:01.940 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:32:01.954 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:32:01.954 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20510} exit cache
+16:32:01.954 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20578} enter cache
+16:32:01.954 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:32:01.955 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:32:01.956 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:32:01.956 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20500} exit cache
+16:32:01.956 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20579} enter cache
+16:32:01.956 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:c28f1047f0724331a7f7e86712eac84b, userId:1, cost time: 20 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:41:40.301 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:8a473a88f25d480f837a29b572d4eefc,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:41:40.301 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:9ae0666183e04b91a66ea6ca541a751b,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:41:40.315 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:9ae0666183e04b91a66ea6ca541a751b ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:41:40.320 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8a473a88f25d480f837a29b572d4eefc ###, request args: {param:{"type":3}},, userId:1 ===>>
+16:41:40.332 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:41:40.333 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 3(Integer)
+16:41:40.334 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:41:40.335 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:41:40.335 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:41:40.336 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8a473a88f25d480f837a29b572d4eefc, userId:1, cost time: 15 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"yanshen","id":4,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":3}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:41:40.336 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:41:40.336 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:9ae0666183e04b91a66ea6ca541a751b, userId:1, cost time: 21 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"1f31bb3d-8bf3-42e0-9bcb-3cdef1facd15","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"a55c033e-fad5-4ac0-be8d-b516d7024fd9","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"d9f6f0f8-b3ed-4bd8-b9e8-f48a5a0dc252","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:41:40.348 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:99d4462e31114e47881e65f3717adccb,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:41:40.349 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:99d4462e31114e47881e65f3717adccb ###, request args: {paramMap:{"fType":3,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:41:40.363 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_derivative = TRUE AND f.is_common = 1
+16:41:40.364 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:41:40.375 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:41:40.376 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20483} exit cache
+16:41:40.377 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20580} enter cache
+16:41:40.377 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_derivative = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:41:40.377 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:41:40.380 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:41:40.381 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20484} exit cache
+16:41:40.381 [http-nio-8082-exec-3] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20581} enter cache
+16:41:40.381 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:99d4462e31114e47881e65f3717adccb, userId:1, cost time: 32 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717556298000,"dataSourceId":0,"fieldCn":"111","fieldEn":"111","fieldType":"yanshen","fieldTypeId":4,"formula":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\",\"farr\":[]}]","formulaShow":"[{\"fvalue\":\"\",\"formula\":\"\",\"idx\":\"0\"}]","id":8,"isCommon":1,"isDerivative":1,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{\"biz_data\":{\"organId\":2,\"engineId\":2,\"fields\":[{\"aaa\":\"a\"}]}}","nickName":"超级管理员","page":0,"rows":0,"sourceType":3,"sqlStatement":"","status":"1","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:41:44.252 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:47cb3dac343647ccb8cc39b4e0800168,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:41:44.253 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:47cb3dac343647ccb8cc39b4e0800168 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:41:44.259 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:41:44.259 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:41:44.260 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:41:44.260 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:47cb3dac343647ccb8cc39b4e0800168, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:41:44.266 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:2d9558896d9f47319b4a864648f2a6a8,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:41:44.267 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:2d9558896d9f47319b4a864648f2a6a8 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:41:44.275 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:41:44.275 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:41:44.276 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:41:44.276 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:41:44.276 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:41:44.278 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:41:44.278 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:2d9558896d9f47319b4a864648f2a6a8, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:41:45.966 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:74265db45b1d4f8294f5cbdc4b0d9a00,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:41:45.968 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:74265db45b1d4f8294f5cbdc4b0d9a00 ###, request args: {param:{"type":2}},, userId:1 ===>>
+16:41:45.973 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:41:45.973 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 2(Integer)
+16:41:45.974 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:41:45.974 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:74265db45b1d4f8294f5cbdc4b0d9a00, userId:1, cost time: 6 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"shujuku001","id":2,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":2}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:41:45.979 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:6c9a0a1538ac4e01801aeffde588f71a,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:41:45.981 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:6c9a0a1538ac4e01801aeffde588f71a ###, request args: {paramMap:{"fType":2,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:41:45.991 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1
+16:41:45.991 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:41:45.992 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:41:45.992 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20485} exit cache
+16:41:45.992 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20582} enter cache
+16:41:45.992 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = TRUE AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:41:45.992 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:41:45.994 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:41:45.994 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20487} exit cache
+16:41:45.994 [http-nio-8082-exec-2] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20583} enter cache
+16:41:45.994 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:6c9a0a1538ac4e01801aeffde588f71a, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717495333000,"dataSourceId":1,"dictVariable":"[]","fieldCn":"数据库指标","fieldEn":"shujuku","fieldType":"shujuku001","fieldTypeId":2,"id":7,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":true,"nickName":"超级管理员","page":0,"rows":0,"sourceType":2,"sqlStatement":"select * from abc where 1=1","status":"1","valueType":2}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:45:19.300 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:f1566531ed044706bface9ad3275b5e0,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:45:19.300 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:8fe168b0858948f0b86550480eaf6ef4,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:45:19.326 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:f1566531ed044706bface9ad3275b5e0 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:45:19.326 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8fe168b0858948f0b86550480eaf6ef4 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:45:19.335 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:45:19.335 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:45:19.335 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:45:19.336 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:45:19.337 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:45:19.337 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:45:19.338 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:f1566531ed044706bface9ad3275b5e0, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"c827ea2d-b2c2-493b-a051-5a9ff0a496ed","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"f5f4fbde-5e29-419b-9b94-978a5736472b","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"7adc85aa-3cb3-42ee-9159-f4d09bedeb86","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:45:19.338 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8fe168b0858948f0b86550480eaf6ef4, userId:1, cost time: 11 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:45:19.347 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:e235403d8ad74dce9f65f12dfd856078,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:45:19.349 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e235403d8ad74dce9f65f12dfd856078 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:45:19.356 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:45:19.356 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:45:19.358 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:45:19.359 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:45:19.359 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:45:19.361 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:45:19.361 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e235403d8ad74dce9f65f12dfd856078, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:45:33.036 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:a202ab2655124d0481a33845f100346b,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:45:33.037 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:a202ab2655124d0481a33845f100346b ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:45:33.042 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:45:33.043 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+16:45:33.044 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:45:33.044 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:a202ab2655124d0481a33845f100346b, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:45:33.050 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:9962c20bf1b54a4da2897ac5000c2dc2,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:45:33.051 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:9962c20bf1b54a4da2897ac5000c2dc2 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:45:33.063 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+16:45:33.064 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:45:33.065 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:45:33.065 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20511} exit cache
+16:45:33.065 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20584} enter cache
+16:45:33.065 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:45:33.065 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:45:33.067 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+16:45:33.067 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20512} exit cache
+16:45:33.067 [http-nio-8082-exec-10] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20585} enter cache
+16:45:33.067 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:9962c20bf1b54a4da2897ac5000c2dc2, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:45:58.464 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:d8abe65419434ac5afb8c948ce6686b8,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:45:58.464 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:1ce55437025844faaeaefca47db7f60f,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:45:58.469 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:d8abe65419434ac5afb8c948ce6686b8 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:45:58.469 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:1ce55437025844faaeaefca47db7f60f ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:45:58.482 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:45:58.483 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:45:58.484 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:45:58.484 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:45:58.488 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:45:58.488 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:45:58.488 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:1ce55437025844faaeaefca47db7f60f, userId:1, cost time: 19 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"f528744d-0282-4b20-a952-c4de51480bc4","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"f9987e5b-810f-4080-b151-777a70667374","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"e2c0aaa0-9d29-43f0-82cc-a9d7e73aa78c","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:45:58.489 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:d8abe65419434ac5afb8c948ce6686b8, userId:1, cost time: 19 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:45:58.496 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:df8bb0dc06034ac6b0f7d3fb9bb7f233,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:45:58.498 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:df8bb0dc06034ac6b0f7d3fb9bb7f233 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:45:58.506 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:45:58.507 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:45:58.510 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:45:58.510 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:45:58.510 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:45:58.513 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:45:58.513 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:df8bb0dc06034ac6b0f7d3fb9bb7f233, userId:1, cost time: 15 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:46:19.788 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:b1c7778c2d2c4178b5c96567dbaac9cf,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:46:19.788 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:8611a846a83843ce99c56684521053f5,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:46:19.790 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8611a846a83843ce99c56684521053f5 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:46:19.790 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:b1c7778c2d2c4178b5c96567dbaac9cf ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:46:19.796 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:46:19.796 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:46:19.797 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:46:19.797 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:46:19.797 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:46:19.797 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8611a846a83843ce99c56684521053f5, userId:1, cost time: 7 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:46:19.798 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:46:19.798 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:b1c7778c2d2c4178b5c96567dbaac9cf, userId:1, cost time: 8 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"c73cbc6a-7fa7-40c8-a9da-5b2208ec8e7f","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"03c6596f-6a99-4f27-abd3-b46f381620ff","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"ed78194c-ba15-4079-b1eb-4e015889f59d","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:46:19.804 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:e1d2a13356954d86a656848998fd3b4a,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:46:19.804 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:e1d2a13356954d86a656848998fd3b4a ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:46:19.812 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:46:19.812 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:46:19.813 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:46:19.814 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:46:19.814 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:46:19.816 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:46:19.816 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:e1d2a13356954d86a656848998fd3b4a, userId:1, cost time: 12 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:46:21.141 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:f29685e8ddd149e6845d0d10942bfc9a,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:46:21.142 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:f29685e8ddd149e6845d0d10942bfc9a ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:46:21.152 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:46:21.153 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+16:46:21.154 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:46:21.155 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:f29685e8ddd149e6845d0d10942bfc9a, userId:1, cost time: 13 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:46:21.161 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:18c357b4a87847f58b0313b469df3c02,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:46:21.162 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:18c357b4a87847f58b0313b469df3c02 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:46:21.169 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+16:46:21.169 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:46:21.170 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:46:21.170 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20488} exit cache
+16:46:21.170 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20586} enter cache
+16:46:21.171 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:46:21.171 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:46:21.173 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+16:46:21.173 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20461} exit cache
+16:46:21.173 [http-nio-8082-exec-7] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20587} enter cache
+16:46:21.173 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:18c357b4a87847f58b0313b469df3c02, userId:1, cost time: 11 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:47:43.968 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:f5a720b00d22413db46d3c0827d4016d,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:47:43.968 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:6ec4878d23244fa78c03e852fcafb410,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:47:43.972 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:6ec4878d23244fa78c03e852fcafb410 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:47:43.972 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:f5a720b00d22413db46d3c0827d4016d ###, request args: {param:{"type":1}},, userId:1 ===>>
+16:47:43.989 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:47:43.989 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:47:43.991 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 1(Integer)
+16:47:43.991 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:47:44.003 [http-nio-8082-exec-10] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:47:44.003 [http-nio-8082-exec-5] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:47:44.005 [http-nio-8082-exec-10] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:f5a720b00d22413db46d3c0827d4016d, userId:1, cost time: 32 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"测试字段","id":1,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":1}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:47:44.005 [http-nio-8082-exec-5] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:6ec4878d23244fa78c03e852fcafb410, userId:1, cost time: 32 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:47:44.015 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:b9b28c2ebe494e04825299fea9227258,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:47:44.016 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:b9b28c2ebe494e04825299fea9227258 ###, request args: {paramMap:{"fType":1,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:47:44.018 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:b21a0749ba62446f848749dce953014f,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:47:44.019 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:b21a0749ba62446f848749dce953014f ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:47:44.025 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1
+16:47:44.026 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:47:44.027 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:47:44.027 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:47:44.028 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:47:44.028 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND f.is_use_sql = FALSE AND f.is_derivative = FALSE AND f.is_interface = FALSE AND p.type = 1 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:47:44.028 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:47:44.028 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:47:44.028 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:47:44.029 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:47:44.030 [http-nio-8082-exec-3] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:47:44.032 [http-nio-8082-exec-9] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 6
+16:47:44.033 [http-nio-8082-exec-3] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:b21a0749ba62446f848749dce953014f, userId:1, cost time: 13 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:47:44.035 [http-nio-8082-exec-9] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:b9b28c2ebe494e04825299fea9227258, userId:1, cost time: 16 ms ###, returnResult:{"data":{"pager":{"endRow":6,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1717494135000,"dataSourceId":0,"fieldCn":"结果","fieldEn":"result","fieldType":"测试字段","fieldTypeId":1,"id":6,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"0","valueType":2},{"author":1,"created":1717487368000,"dataSourceId":0,"fieldCn":"姓名","fieldEn":"username","fieldType":"测试字段","fieldTypeId":1,"id":5,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1717480502000,"dataSourceId":0,"fieldCn":"收入","fieldEn":"income","fieldType":"测试字段","fieldTypeId":1,"id":4,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1717385422000,"dataSourceId":0,"fieldCn":"手机号","fieldEn":"phone","fieldType":"测试字段","fieldTypeId":1,"id":3,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":2},{"author":1,"created":1716963339000,"dataSourceId":0,"fieldCn":"金额","fieldEn":"amount","fieldType":"测试字段","fieldTypeId":1,"id":2,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1},{"author":1,"created":1716963272000,"dataSourceId":0,"fieldCn":"年龄","fieldEn":"age","fieldType":"测试字段","fieldTypeId":1,"id":1,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"nickName":"超级管理员","page":0,"rows":0,"sourceType":1,"sqlStatement":"","status":"1","valueType":1}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":6,"startRow":1,"total":6},"klist":[{"$ref":"$.data.pager.list[0]"},{"$ref":"$.data.pager.list[1]"},{"$ref":"$.data.pager.list[2]"},{"$ref":"$.data.pager.list[3]"},{"$ref":"$.data.pager.list[4]"},{"$ref":"$.data.pager.list[5]"}]},"error":"00000000","status":"1"} <<====
+16:49:53.177 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:8a98045272f04fdf803a0936dee1dbc4,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:49:53.177 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:f071a7f8f874476cb5eba381e7d61a35,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:49:53.183 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:f071a7f8f874476cb5eba381e7d61a35 ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:49:53.183 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:8a98045272f04fdf803a0936dee1dbc4 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:49:53.200 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:49:53.200 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:49:53.202 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:49:53.202 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:49:53.203 [http-nio-8082-exec-2] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:49:53.203 [http-nio-8082-exec-2] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:8a98045272f04fdf803a0936dee1dbc4, userId:1, cost time: 20 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:49:53.205 [http-nio-8082-exec-8] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:49:53.205 [http-nio-8082-exec-8] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:f071a7f8f874476cb5eba381e7d61a35, userId:1, cost time: 22 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"cf50aec8-9e8b-4911-bb9d-1a2dce6bb6e5","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"4977b97d-ca1e-4f99-bb69-47776f042ada","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"62538828-5ce2-4d62-93e8-e76968a18a8c","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:49:53.213 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:07dcd4246e7c475996c419862c776b22,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:49:53.217 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:07dcd4246e7c475996c419862c776b22 ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:49:53.222 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:49:53.222 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:49:53.223 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:49:53.224 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:49:53.224 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:49:53.226 [http-nio-8082-exec-1] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:49:53.226 [http-nio-8082-exec-1] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:07dcd4246e7c475996c419862c776b22, userId:1, cost time: 9 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+16:54:18.548 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus, ### traceId:359ab11db8d04680a721af1f940508ad,/Riskmanage/v2/sysMenu/getMenus, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:54:18.548 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree, ### traceId:5f798ba9825c49d6b41ff2d747d8bb85,/Riskmanage/v2/datamanage/field/newListTree, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:54:18.556 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/sysMenu/getMenus enter com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method, ### traceId:359ab11db8d04680a721af1f940508ad ###, request args: {menuParam:{"entity":{"resourceSystem":"DataX"},"pageNo":1,"pageSize":10}},, userId:1 ===>>
+16:54:18.556 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/newListTree enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method, ### traceId:5f798ba9825c49d6b41ff2d747d8bb85 ###, request args: {param:{"type":5}},, userId:1 ===>>
+16:54:18.584 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Preparing: select id,field_type,parent_id,is_common,`type` from t_field_type where id in (select distinct field_typeid from t_field_type_user_rel where organ_id = ? and status !=-1) and `type` = ?
+16:54:18.585 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - ==> Parameters: 1(Long), 5(Integer)
+16:54:18.585 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Preparing: select resource_id, user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort, status from t_resource where status = 1 and resource_system = ? order by sort asc
+16:54:18.585 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - ==> Parameters: DataX(String)
+16:54:18.587 [http-nio-8082-exec-6] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldTypeMapper.selectFieldTypeList - <== Total: 1
+16:54:18.587 [http-nio-8082-exec-4] DEBUG com.fibo.ddp.common.dao.authx.system.SysMenuMapper.getAllValidMenu - <== Total: 12
+16:54:18.587 [http-nio-8082-exec-4] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.authx.system.controller.SysMenuController.getMenus method,### traceId:359ab11db8d04680a721af1f940508ad, userId:1, cost time: 32 ms ###, returnResult:{"data":[{"icon":"el-icon-lx-home","index":"/dashboard","title":"系统首页"},{"icon":"el-icon-reading","index":"b137b9f1-defd-429c-af91-e13a778e80b2","subs":[{"icon":"","index":"/dataManage","title":"基础指标"},{"icon":"","index":"/staticManage","title":"常量指标"},{"icon":"","index":"/SQLManage","title":"数据库指标"},{"icon":"","index":"/portManage","title":"接口指标"},{"icon":"","index":"/DeriveManage","title":"衍生指标"}],"title":"数据中心"},{"icon":"el-icon-coin","index":"81aeda0a-bd40-4a17-8ef0-8b0f17bbc319","subs":[{"icon":"","index":"/DataSource","title":"数据库源"},{"icon":"","index":"/portSource","title":"接口源"}],"title":"指标源管理"},{"icon":"el-icon-monitor","index":"a3447476-032f-4548-acdf-99576ef43337","subs":[{"icon":"","index":"/FieldStatistics","title":"指标统计"}],"title":"数据总览"}],"error":"00000000","status":"1"} <<====
+16:54:18.587 [http-nio-8082-exec-6] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.newListTree method,### traceId:5f798ba9825c49d6b41ff2d747d8bb85, userId:1, cost time: 32 ms ###, returnResult:{"data":[{"children":[{"children":[],"fieldType":"aaaa","id":8,"isCommon":1,"isParent":"true","page":0,"parentId":0,"rows":0,"type":5}],"id":99999999,"fieldType":"通用字段"}],"error":"00000000","status":"1"} <<====
+16:54:18.601 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.manager.web.interceptor.SessionInterceptor - ===>> 【会话拦截】-BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list, ### traceId:897aeebdc7824cfbacf943461c6dd9fb,/Riskmanage/v2/datamanage/field/list, token:1a7b12187ef345809152790e5ddce9fb ### ===>>
+16:54:18.602 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - ===>> 切面BEGIN: 127.0.0.1 - POST http://127.0.0.1:8082/Riskmanage/v2/datamanage/field/list enter com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method, ### traceId:897aeebdc7824cfbacf943461c6dd9fb ###, request args: {paramMap:{"fType":5,"pageNo":1,"isCommon":1,"fieldTypeId":"99999999"}},, userId:1 ===>>
+16:54:18.609 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Preparing: SELECT count(0) FROM t_field f, t_field_user_rel r, t_field_type p, t_user u WHERE f.id = r.field_id AND f.field_typeid = p.id AND r.user_id = u.user_id AND r.organ_id = (SELECT organ_id FROM t_user WHERE user_id = ?) AND r.engine_id IS NULL AND f.is_common = 1 AND r.status != -1 AND p.type = 5 AND f.is_common = 1
+16:54:18.609 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - ==> Parameters: 1(Long)
+16:54:18.611 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType_COUNT - <== Total: 1
+16:54:18.611 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Preparing: select f.id, f.field_en as fieldEn, f.field_cn as fieldCn, f.field_typeid as fieldTypeId , p.field_type as fieldType , f.value_type as valueType, f.value_scope as valueScope , f.is_derivative as isDerivative , f.is_output as isOutput , f.is_common as isCommon, f.formula, f.formula_show as formulaShow , f.author, u.nick_name as nickName ,f.created , r.status , f.is_use_sql, f.data_source_id, f.sql_statement ,f.is_interface,f.interface_id ,f.interface_parse_field ,f.json_value ,f.dict_variable ,f.mq_source_id ,f.source_type ,f.is_local_variable from t_field f, t_field_user_rel r, t_field_type p, t_user u where f.id = r.field_id and f.field_typeid = p.id and r.user_id = u.user_id and r.organ_id = ( select organ_id from t_user where user_id = ? ) and r.engine_id is null and f.is_common = 1 and r.status != -1 AND p.type = 5 AND f.is_common = 1 ORDER BY f.created DESC LIMIT 10
+16:54:18.611 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - ==> Parameters: 1(Long)
+16:54:18.612 [http-nio-8082-exec-7] DEBUG com.fibo.ddp.common.dao.datax.datamanage.FieldMapper.findByFieldType - <== Total: 1
+16:54:18.612 [http-nio-8082-exec-7] INFO com.fibo.ddp.manager.web.aop.ExceptionAop - <<==== 切面END: exit com.fibo.ddp.datax.realtime.controller.datamanage.FieldController.list method,### traceId:897aeebdc7824cfbacf943461c6dd9fb, userId:1, cost time: 10 ms ###, returnResult:{"data":{"pager":{"endRow":1,"firstPage":1,"hasNextPage":false,"hasPreviousPage":false,"isFirstPage":true,"isLastPage":true,"lastPage":1,"list":[{"author":1,"created":1727339069000,"dataSourceId":0,"fieldCn":"测试中1111","fieldEn":"test2222","fieldType":"aaaa","fieldTypeId":8,"id":12,"isCommon":1,"isDerivative":0,"isInterface":false,"isLocalVariable":false,"isOutput":0,"isUseSql":false,"jsonValue":"{}","nickName":"超级管理员","page":0,"rows":0,"sourceType":5,"sqlStatement":"","status":"0","valueType":6}],"navigateFirstPage":1,"navigateLastPage":1,"navigatePages":8,"navigatepageNums":[1],"nextPage":0,"pageNum":1,"pageSize":10,"pages":1,"prePage":0,"size":1,"startRow":1,"total":1},"klist":[{"$ref":"$.data.pager.list[0]"}]},"error":"00000000","status":"1"} <<====
+18:16:57.682 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
+18:16:57.683 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10026, pstmt-20525} exit cache
+18:16:57.686 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20480} exit cache
+18:16:57.686 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20481} exit cache
+18:16:57.686 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20491} exit cache
+18:16:57.686 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20496} exit cache
+18:16:57.686 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20473} exit cache
+18:16:57.686 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20508} exit cache
+18:16:57.686 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10023, pstmt-20529} exit cache
+18:16:57.686 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10025, pstmt-20505} exit cache
+18:16:57.686 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10025, pstmt-20531} exit cache
+18:16:57.686 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10025, pstmt-20527} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20557} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20558} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20559} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20560} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20561} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20550} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20553} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20552} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20555} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20563} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20564} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20565} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20566} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20567} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20568} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20562} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20569} exit cache
+18:16:57.687 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20570} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20571} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10024, pstmt-20572} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20514} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20515} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20516} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20517} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20518} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20519} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20520} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20521} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20522} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20530} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20537} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20573} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20574} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20575} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20576} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20578} exit cache
+18:16:57.688 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20579} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20584} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20585} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10022, pstmt-20577} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20462} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20463} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20493} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20497} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20495} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20494} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20499} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20503} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20524} exit cache
+18:16:57.689 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20472} exit cache
+18:16:57.690 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20580} exit cache
+18:16:57.690 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20581} exit cache
+18:16:57.690 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20582} exit cache
+18:16:57.690 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20583} exit cache
+18:16:57.690 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20586} exit cache
+18:16:57.690 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20587} exit cache
+18:16:57.690 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20486} exit cache
+18:16:57.690 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20543} exit cache
+18:16:57.690 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20489} exit cache
+18:16:57.690 [SpringContextShutdownHook] DEBUG com.alibaba.druid.pool.PreparedStatementPool - {conn-10021, pstmt-20490} exit cache
+18:16:57.692 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
diff --git a/logs/manager/warn.log b/logs/manager/warn.log
new file mode 100644
index 0000000..da6b4f9
--- /dev/null
+++ b/logs/manager/warn.log
@@ -0,0 +1,319 @@
+11:03:18.912 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+11:03:19.081 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+11:03:22.814 [pool-2-thread-1] ERROR com.fibo.ddp.common.service.redis.RedisManager - redis订阅异常:channel:DATAX:PUBSUB:CACHE
+redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
+ at redis.clients.util.Pool.getResource(Pool.java:42) ~[jedis-2.4.2.jar:?]
+ at com.fibo.ddp.common.service.redis.RedisManager.subscribe(RedisManager.java:840) [classes/:?]
+ at com.fibo.ddp.common.service.datax.cache.impl.DataXCacheServiceImpl$1.run(DataXCacheServiceImpl.java:107) [classes/:?]
+ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
+ at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:264) [?:?]
+ at java.util.concurrent.FutureTask.run(FutureTask.java) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
+ at redis.clients.jedis.Connection.connect(Connection.java:142) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 8 more
+Caused by: java.net.ConnectException: Connection refused (Connection refused)
+ at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
+ at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
+ at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
+ at java.net.Socket.connect(Socket.java:608) ~[?:?]
+ at redis.clients.jedis.Connection.connect(Connection.java:137) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1724) ~[jedis-2.4.2.jar:?]
+ at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:65) ~[jedis-2.4.2.jar:?]
+ at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) ~[commons-pool2-2.9.0.jar:2.9.0]
+ at redis.clients.util.Pool.getResource(Pool.java:40) ~[jedis-2.4.2.jar:?]
+ ... 8 more
+11:05:03.631 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+11:05:03.755 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+11:39:40.993 [http-nio-8082-exec-9] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[save]发生运行时异常Exception-{}
+org.springframework.dao.DataIntegrityViolationException:
+### Error updating database. Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+### The error may exist in file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysMenuMapper.xml]
+### The error may involve com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu-Inline
+### The error occurred while setting parameters
+### SQL: insert into t_resource (user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort) values (?, ?, ?, ?, ?, ?,?, now(), ?, ?)
+### Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+; Data truncated for column 'resource_system' at row 1; nested exception is java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:104) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at com.sun.proxy.$Proxy97.insert(Unknown Source) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at com.sun.proxy.$Proxy177.createSysMenu(Unknown Source) ~[?:?]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl.createSysMenu(SysMenuServiceImpl.java:45) ~[classes/:?]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$FastClassBySpringCGLIB$$54fbfc43.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$EnhancerBySpringCGLIB$$23f1f35a.createSysMenu() ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController.save(SysMenuController.java:96) ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$FastClassBySpringCGLIB$$5192d0c8.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor135.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$EnhancerBySpringCGLIB$$c158f377.save() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) ~[druid-1.1.21.jar:1.1.21]
+ at jdk.internal.reflect.GeneratedMethodAccessor99.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy301.execute(Unknown Source) ~[?:?]
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy299.update(Unknown Source) ~[?:?]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ ... 90 more
+11:44:41.724 [http-nio-8082-exec-8] ERROR com.fibo.ddp.manager.web.aop.ExceptionAop - 方法[save]发生运行时异常Exception-{}
+org.springframework.dao.DataIntegrityViolationException:
+### Error updating database. Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+### The error may exist in file [/Users/liutong/project/FIBO-Rule/ddp/ddp-common/ddp-dao/target/classes/com/fibo/ddp/common/dao/authx/system/SysMenuMapper.xml]
+### The error may involve com.fibo.ddp.common.dao.authx.system.SysMenuMapper.createSysMenu-Inline
+### The error occurred while setting parameters
+### SQL: insert into t_resource (user_id, name, code, url, parent_id, des,resource_system, birth, icon, sort) values (?, ?, ?, ?, ?, ?,?, now(), ?, ?)
+### Cause: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+; Data truncated for column 'resource_system' at row 1; nested exception is java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:104) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79) ~[spring-jdbc-5.3.3.jar:5.3.3]
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:88) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at com.sun.proxy.$Proxy97.insert(Unknown Source) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at com.sun.proxy.$Proxy177.createSysMenu(Unknown Source) ~[?:?]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl.createSysMenu(SysMenuServiceImpl.java:45) ~[classes/:?]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$FastClassBySpringCGLIB$$54fbfc43.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.common.service.authx.system.impl.SysMenuServiceImpl$$EnhancerBySpringCGLIB$$23f1f35a.createSysMenu() ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController.save(SysMenuController.java:96) ~[classes/:?]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$FastClassBySpringCGLIB$$5192d0c8.invoke() ~[classes/:?]
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.manager.web.aop.ExceptionAop.deal(ExceptionAop.java:65) [classes/:?]
+ at jdk.internal.reflect.GeneratedMethodAccessor135.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop-5.3.3.jar:5.3.3]
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) [spring-aop-5.3.3.jar:5.3.3]
+ at com.fibo.ddp.authx.system.controller.SysMenuController$$EnhancerBySpringCGLIB$$c158f377.save() [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
+Caused by: java.sql.SQLException: Data truncated for column 'resource_system' at row 1
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370) ~[mysql-connector-java-8.0.22.jar:8.0.22]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) ~[druid-1.1.21.jar:1.1.21]
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497) ~[druid-1.1.21.jar:1.1.21]
+ at jdk.internal.reflect.GeneratedMethodAccessor99.invoke(Unknown Source) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy301.execute(Unknown Source) ~[?:?]
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
+ at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63) ~[mybatis-3.5.4.jar:3.5.4]
+ at com.sun.proxy.$Proxy299.update(Unknown Source) ~[?:?]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197) ~[mybatis-3.5.4.jar:3.5.4]
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184) ~[mybatis-3.5.4.jar:3.5.4]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ~[mybatis-spring-2.0.4.jar:2.0.4]
+ ... 90 more
diff --git a/logs/runner/error.log b/logs/runner/error.log
new file mode 100644
index 0000000..a34fab5
--- /dev/null
+++ b/logs/runner/error.log
@@ -0,0 +1,60 @@
+19:05:07.666 [http-nio-8083-exec-1] ERROR com.fibo.ddp.enginex.riskengine.runner.business.impl.RiskEngineBusinessImpl - 接口请求异常
+java.lang.NullPointerException: null
+ at com.fibo.ddp.common.service.datax.runner.ExecuteUtils.getExecuteListFromNodeJson(ExecuteUtils.java:519) ~[classes/:?]
+ at com.fibo.ddp.common.service.datax.runner.ExecuteUtils.getExecuteIdList(ExecuteUtils.java:529) ~[classes/:?]
+ at com.fibo.ddp.enginex.runner.node.impl.DecisionTreeNode.getExecuteVersionIdList(DecisionTreeNode.java:32) ~[classes/:?]
+ at com.fibo.ddp.enginex.runner.node.impl.DecisionTreeNode.getNodeField(DecisionTreeNode.java:37) ~[classes/:?]
+ at com.fibo.ddp.enginex.riskengine.runner.business.impl.RiskEngineBusinessImpl.getNodeField(RiskEngineBusinessImpl.java:409) ~[classes/:?]
+ at com.fibo.ddp.enginex.riskengine.runner.business.impl.RiskEngineBusinessImpl.recursionEngineNode(RiskEngineBusinessImpl.java:280) ~[classes/:?]
+ at com.fibo.ddp.enginex.riskengine.runner.business.impl.RiskEngineBusinessImpl.engineApi(RiskEngineBusinessImpl.java:129) [classes/:?]
+ at com.fibo.ddp.enginex.riskengine.runner.api.RiskEngineApi.decision(RiskEngineApi.java:53) [classes/:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
+ at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
+ at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
+ at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.3.jar:5.3.3]
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.3.jar:5.3.3]
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.41.jar:4.0.FR]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.3.jar:5.3.3]
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.3.jar:5.3.3]
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.41.jar:9.0.41]
+ at java.lang.Thread.run(Thread.java:834) [?:?]
diff --git a/logs/runner/info.log b/logs/runner/info.log
new file mode 100644
index 0000000..6b42d37
--- /dev/null
+++ b/logs/runner/info.log
@@ -0,0 +1 @@
+18:16:57.774 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-0} closing ...
diff --git a/logs/runner/runner-ERROR-2024-05-30_1.log.gz b/logs/runner/runner-ERROR-2024-05-30_1.log.gz
new file mode 100644
index 0000000..2d0cf45
Binary files /dev/null and b/logs/runner/runner-ERROR-2024-05-30_1.log.gz differ
diff --git a/logs/runner/runner-ERROR-2024-06-04_1.log.gz b/logs/runner/runner-ERROR-2024-06-04_1.log.gz
new file mode 100644
index 0000000..ee565d0
Binary files /dev/null and b/logs/runner/runner-ERROR-2024-06-04_1.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-05-24_1.log.gz b/logs/runner/runner-INFO-2024-05-24_1.log.gz
new file mode 100644
index 0000000..dcb9009
Binary files /dev/null and b/logs/runner/runner-INFO-2024-05-24_1.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-05-29_1.log.gz b/logs/runner/runner-INFO-2024-05-29_1.log.gz
new file mode 100644
index 0000000..871108e
Binary files /dev/null and b/logs/runner/runner-INFO-2024-05-29_1.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-05-30_1.log.gz b/logs/runner/runner-INFO-2024-05-30_1.log.gz
new file mode 100644
index 0000000..95a0ccc
Binary files /dev/null and b/logs/runner/runner-INFO-2024-05-30_1.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-05-31_1.log.gz b/logs/runner/runner-INFO-2024-05-31_1.log.gz
new file mode 100644
index 0000000..0d6dcdb
Binary files /dev/null and b/logs/runner/runner-INFO-2024-05-31_1.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-06-03_1.log b/logs/runner/runner-INFO-2024-06-03_1.log
new file mode 100644
index 0000000..78cd19f
--- /dev/null
+++ b/logs/runner/runner-INFO-2024-06-03_1.log
@@ -0,0 +1,37 @@
+11:02:12.872 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
+11:02:12.883 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
+11:02:15.475 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - Starting JarDdpRunnerApiApplication using Java 11.0.22 on liutongdeMacBook-Pro.local with PID 45401 (/Users/liutong/project/FIBO-Rule/ddp/ddp-runner-api/target/classes started by liutong in /Users/liutong/project/FIBO-Rule)
+11:02:15.478 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - The following profiles are active: dev
+11:02:16.494 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8083"]
+11:02:16.494 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
+11:02:16.494 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.41]
+11:02:16.558 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
+11:02:17.400 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+11:02:17.517 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+11:02:19.526 [main] INFO com.fibo.ddp.common.utils.util.SnowFlakUtil - 当前机器的workId:1
+11:02:20.037 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8083"]
+11:02:20.056 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - Started JarDdpRunnerApiApplication in 4.83 seconds (JVM running for 5.382)
+11:03:47.083 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-0} closing ...
+11:03:48.737 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - Starting JarDdpRunnerApiApplication using Java 11.0.22 on liutongdeMacBook-Pro.local with PID 52836 (/Users/liutong/project/FIBO-Rule/ddp/ddp-runner-api/target/classes started by liutong in /Users/liutong/project/FIBO-Rule)
+11:03:48.741 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - The following profiles are active: dev
+11:03:49.812 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8071"]
+11:03:49.812 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
+11:03:49.813 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.41]
+11:03:49.895 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
+11:03:50.841 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+11:03:50.956 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+11:03:52.668 [main] INFO com.fibo.ddp.common.utils.util.SnowFlakUtil - 当前机器的workId:9
+11:03:53.223 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8071"]
+11:03:53.244 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - Started JarDdpRunnerApiApplication in 4.757 seconds (JVM running for 5.29)
+14:21:21.439 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-0} closing ...
+14:21:24.213 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - Starting JarDdpRunnerApiApplication using Java 11.0.22 on liutongdeMacBook-Pro.local with PID 85227 (/Users/liutong/project/FIBO-Rule/ddp/ddp-runner-api/target/classes started by liutong in /Users/liutong/project/FIBO-Rule)
+14:21:24.216 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - The following profiles are active: dev
+14:21:25.266 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8071"]
+14:21:25.267 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
+14:21:25.267 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.41]
+14:21:25.353 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
+14:21:26.228 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+14:21:26.336 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+14:21:27.900 [main] INFO com.fibo.ddp.common.utils.util.SnowFlakUtil - 当前机器的workId:1
+14:21:28.380 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8071"]
+14:21:28.414 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - Started JarDdpRunnerApiApplication in 4.466 seconds (JVM running for 4.976)
diff --git a/logs/runner/runner-INFO-2024-06-03_1.log.gz b/logs/runner/runner-INFO-2024-06-03_1.log.gz
new file mode 100644
index 0000000..adedd39
Binary files /dev/null and b/logs/runner/runner-INFO-2024-06-03_1.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-06-04_1.log.gz b/logs/runner/runner-INFO-2024-06-04_1.log.gz
new file mode 100644
index 0000000..def616e
Binary files /dev/null and b/logs/runner/runner-INFO-2024-06-04_1.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-07-23_1.log.gz b/logs/runner/runner-INFO-2024-07-23_1.log.gz
new file mode 100644
index 0000000..ce60e49
Binary files /dev/null and b/logs/runner/runner-INFO-2024-07-23_1.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-07-23_2.log.gz b/logs/runner/runner-INFO-2024-07-23_2.log.gz
new file mode 100644
index 0000000..b549747
Binary files /dev/null and b/logs/runner/runner-INFO-2024-07-23_2.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-07-25_1.log.gz b/logs/runner/runner-INFO-2024-07-25_1.log.gz
new file mode 100644
index 0000000..d53fd55
Binary files /dev/null and b/logs/runner/runner-INFO-2024-07-25_1.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-08-17_1.log.gz b/logs/runner/runner-INFO-2024-08-17_1.log.gz
new file mode 100644
index 0000000..3471caf
Binary files /dev/null and b/logs/runner/runner-INFO-2024-08-17_1.log.gz differ
diff --git a/logs/runner/runner-INFO-2024-09-26_1.log.gz b/logs/runner/runner-INFO-2024-09-26_1.log.gz
new file mode 100644
index 0000000..a6aed3a
Binary files /dev/null and b/logs/runner/runner-INFO-2024-09-26_1.log.gz differ
diff --git a/logs/runner/runner-WARN-2024-05-24_1.log.gz b/logs/runner/runner-WARN-2024-05-24_1.log.gz
new file mode 100644
index 0000000..cc6f675
Binary files /dev/null and b/logs/runner/runner-WARN-2024-05-24_1.log.gz differ
diff --git a/logs/runner/runner-WARN-2024-05-29_1.log.gz b/logs/runner/runner-WARN-2024-05-29_1.log.gz
new file mode 100644
index 0000000..41a540f
Binary files /dev/null and b/logs/runner/runner-WARN-2024-05-29_1.log.gz differ
diff --git a/logs/runner/runner-WARN-2024-05-30_1.log.gz b/logs/runner/runner-WARN-2024-05-30_1.log.gz
new file mode 100644
index 0000000..771f1da
Binary files /dev/null and b/logs/runner/runner-WARN-2024-05-30_1.log.gz differ
diff --git a/logs/runner/runner-WARN-2024-05-31_1.log.gz b/logs/runner/runner-WARN-2024-05-31_1.log.gz
new file mode 100644
index 0000000..e75f45c
Binary files /dev/null and b/logs/runner/runner-WARN-2024-05-31_1.log.gz differ
diff --git a/logs/runner/runner-WARN-2024-06-03_1.log.gz b/logs/runner/runner-WARN-2024-06-03_1.log.gz
new file mode 100644
index 0000000..636b10b
Binary files /dev/null and b/logs/runner/runner-WARN-2024-06-03_1.log.gz differ
diff --git a/logs/runner/runner-WARN-2024-06-04_1.log.gz b/logs/runner/runner-WARN-2024-06-04_1.log.gz
new file mode 100644
index 0000000..01ea024
Binary files /dev/null and b/logs/runner/runner-WARN-2024-06-04_1.log.gz differ
diff --git a/logs/runner/runner-WARN-2024-07-23_1.log.gz b/logs/runner/runner-WARN-2024-07-23_1.log.gz
new file mode 100644
index 0000000..a302bf7
Binary files /dev/null and b/logs/runner/runner-WARN-2024-07-23_1.log.gz differ
diff --git a/logs/runner/runner-WARN-2024-07-23_2.log.gz b/logs/runner/runner-WARN-2024-07-23_2.log.gz
new file mode 100644
index 0000000..d28613f
Binary files /dev/null and b/logs/runner/runner-WARN-2024-07-23_2.log.gz differ
diff --git a/logs/runner/runner-WARN-2024-07-25_1.log.gz b/logs/runner/runner-WARN-2024-07-25_1.log.gz
new file mode 100644
index 0000000..9716074
Binary files /dev/null and b/logs/runner/runner-WARN-2024-07-25_1.log.gz differ
diff --git a/logs/runner/test.log b/logs/runner/test.log
new file mode 100644
index 0000000..78dcc6b
--- /dev/null
+++ b/logs/runner/test.log
@@ -0,0 +1,12 @@
+11:05:36.932 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - Starting JarDdpRunnerApiApplication using Java 11.0.22 on liutongdeMacBook-Pro.local with PID 40323 (/Users/liutong/project/FIBO-Rule/ddp/ddp-runner-api/target/classes started by liutong in /Users/liutong/project/FIBO-Rule)
+11:05:36.940 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - The following profiles are active: dev
+11:05:37.994 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8083"]
+11:05:37.994 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
+11:05:37.994 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.41]
+11:05:38.082 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
+11:05:38.949 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+11:05:39.058 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".
+11:05:40.695 [main] INFO com.fibo.ddp.common.utils.util.SnowFlakUtil - 当前机器的workId:1
+11:05:41.196 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8083"]
+11:05:41.217 [main] INFO com.fibo.ddp.runner.api.JarDdpRunnerApiApplication - Started JarDdpRunnerApiApplication in 4.524 seconds (JVM running for 7.103)
+18:16:57.774 [SpringContextShutdownHook] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-0} closing ...
diff --git a/logs/runner/warn.log b/logs/runner/warn.log
new file mode 100644
index 0000000..28d45b9
--- /dev/null
+++ b/logs/runner/warn.log
@@ -0,0 +1,2 @@
+11:05:38.949 [main] WARN com.baomidou.mybatisplus.core.injector.AbstractMethod - [com.fibo.ddp.common.dao.enginex.risk.EngineNodeMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
+11:05:39.058 [main] WARN com.baomidou.mybatisplus.core.metadata.TableInfoHelper - Can not find table primary key in Class: "com.fibo.ddp.common.model.strategyx.listlibrary.TblColumn".