fine:()类型转换

master
Yueng 2024-08-31 01:15:29 +08:00
parent 055c8eb1ba
commit 1f780b3626
2 changed files with 180 additions and 0 deletions

View File

@ -64,6 +64,7 @@ public class TableFie{
/** /**
* *
*/ */
@TableField(exist = false)
private String dataField; private String dataField;
public static TableFie customerBuild(TableFie tableFie, Supplier<TableFie> function) { public static TableFie customerBuild(TableFie tableFie, Supplier<TableFie> function) {

View File

@ -540,3 +540,182 @@
00:52:42.532 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed 00:52:42.532 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
00:52:42.532 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, 00:52:42.532 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
00:52:42.532 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye 00:52:42.532 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
00:52:55.257 [main] INFO c.m.s.IntegrationApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
00:52:57.129 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
00:52:57.130 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
00:52:57.190 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
00:53:00.167 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
00:53:00.169 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
00:53:00.170 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
00:53:01.109 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
00:53:05.231 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功
00:53:08.401 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
00:53:08.401 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
00:53:08.402 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
00:53:08.407 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
00:53:08.412 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
00:53:08.412 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
00:53:08.543 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of bbbb2d09-9df9-43c3-8e7d-f32722a94dd7
00:53:08.545 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->bbbb2d09-9df9-43c3-8e7d-f32722a94dd7
00:53:08.545 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bbbb2d09-9df9-43c3-8e7d-f32722a94dd7] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
00:53:08.546 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bbbb2d09-9df9-43c3-8e7d-f32722a94dd7] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
00:53:08.546 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bbbb2d09-9df9-43c3-8e7d-f32722a94dd7] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
00:53:08.546 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bbbb2d09-9df9-43c3-8e7d-f32722a94dd7] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848}
00:53:08.547 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
00:53:08.738 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bbbb2d09-9df9-43c3-8e7d-f32722a94dd7] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725036787424_21.12.0.11_63795
00:53:08.738 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bbbb2d09-9df9-43c3-8e7d-f32722a94dd7] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
00:53:08.738 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bbbb2d09-9df9-43c3-8e7d-f32722a94dd7] Notify connected event to listeners.
00:53:08.739 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bbbb2d09-9df9-43c3-8e7d-f32722a94dd7] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$576/0x0000019cbc4ee0a0
00:53:08.739 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
00:53:08.740 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-property with instance Instance{instanceId='null', ip='192.168.72.139', port=9701, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
00:53:08.792 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-property 192.168.72.139:9701 register finished
00:53:09.968 [main] INFO c.m.s.IntegrationApplication - [logStarted,56] - Started IntegrationApplication in 19.3 seconds (process running for 20.058)
00:53:09.975 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
00:53:09.976 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
00:53:09.976 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-property.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8
00:53:09.985 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-property.yml, group=DEFAULT_GROUP, cnt=1
00:53:09.985 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-property.yml, group=DEFAULT_GROUP
00:53:09.986 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-property+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8
00:53:09.986 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-property, group=DEFAULT_GROUP, cnt=1
00:53:09.986 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-property, group=DEFAULT_GROUP
00:53:09.988 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-property-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8
00:53:09.988 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-property-dev.yml, group=DEFAULT_GROUP, cnt=1
00:53:09.988 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-property-dev.yml, group=DEFAULT_GROUP
00:53:10.595 [RMI TCP Connection(1)-192.168.72.139] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
00:53:13.071 [http-nio-9701-exec-1] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-2} inited
00:53:14.749 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:14.841 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:15.045 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:15.151 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:15.259 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:15.358 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:15.456 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:15.657 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:15.739 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:15.866 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:15.950 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:16.045 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:16.106 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:16.163 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:16.229 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:16.288 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:16.355 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:16.411 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:16.485 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:16.736 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:16.793 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:16.848 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:17.074 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:17.134 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:17.195 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:17.274 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:17.336 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:17.397 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:17.462 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:17.511 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:17.569 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:17.625 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:17.682 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:17.744 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:17.791 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:17.842 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:17.910 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:17.961 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:18.020 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:18.076 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:18.144 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:18.207 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:18.263 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:18.323 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:18.384 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:18.449 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:18.508 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:18.585 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:18.638 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:18.700 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:18.757 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:18.823 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:18.900 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:18.992 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:19.057 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:19.115 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:19.171 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:19.233 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:19.290 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:19.342 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:19.403 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:19.451 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:19.513 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:19.582 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:19.633 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:19.698 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:19.765 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:19.863 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:19.926 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:19.982 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:20.037 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:20.098 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:20.155 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:20.209 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:20.266 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:20.321 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:20.380 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:20.434 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:20.496 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:20.556 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:20.607 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:20.669 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:20.736 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:20.785 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:20.849 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:20.905 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:20.957 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:21.008 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:21.064 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:21.143 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:21.195 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:21.253 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:21.316 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:21.379 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:21.435 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:21.487 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:21.542 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:21.605 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:21.657 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:21.715 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:21.787 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:21.845 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:21.920 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:21.991 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:22.057 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:22.115 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:22.168 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:22.225 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:22.281 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:22.338 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:22.424 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:22.484 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:22.539 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:22.598 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:22.670 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:22.718 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:22.775 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:22.842 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:22.901 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:22.965 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:23.036 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:23.094 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:23.145 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:23.197 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:23.253 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:23.321 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:23.389 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:23.455 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID
00:53:23.522 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:23.581 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段名称
00:53:23.637 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:字段类型
00:53:23.712 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:编码格式
00:53:23.762 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:是否为空
00:53:23.820 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:主键
00:53:23.889 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:注释
00:53:23.960 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [findTableValue,189] - 字段备注:表名称ID