| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- 2022-07-22 12:08:30.621 [main] INFO com.yyjc.fbs.sys.CemsSysServiceApplication - The following profiles are active: dev
- 2022-07-22 12:08:34.297 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8193"]
- 2022-07-22 12:08:34.298 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
- 2022-07-22 12:08:34.298 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.48]
- 2022-07-22 12:08:34.542 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/sys] - Initializing Spring embedded WebApplicationContext
- 2022-07-22 12:08:41.105 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
- 2022-07-22 12:08:43.801 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-2} inited
- 2022-07-22 12:08:46.386 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-3} inited
- 2022-07-22 12:08:59.644 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8193"]
- 2022-07-22 12:09:01.127 [main] INFO com.yyjc.fbs.sys.CemsSysServiceApplication - Started CemsSysServiceApplication in 35.202 seconds (JVM running for 36.824)
- 2022-07-22 12:09:48.309 [http-nio-8193-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/sys] - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2022-07-22 12:09:48.358 [http-nio-8193-exec-1] INFO com.yyjc.fbs.config.ProxyVerfiyAspect - [verify uri is]===/sys/dataBoard/selectSmokeTendency
- 2022-07-22 12:09:48.382 [http-nio-8193-exec-1] INFO com.yyjc.fbs.config.ProxyVerfiyAspect - {"enabled":true,"enterprise_id":"117","id":26,"name":"江苏省政府账号","phone":"13858965347","province":"","sex":"1","telephone":"","user_type":1,"username":"jiangsu"}
- 2022-07-22 12:09:48.552 [http-nio-8193-exec-1] INFO Sharding-Sphere-SQL - Logic SQL: SELECT *
- FROM org
- WHERE (is_del = ?)
- 2022-07-22 12:09:48.554 [http-nio-8193-exec-1] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=org, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[])), sqlTokens=[TableToken(beginPosition=14, skippedSchemaNameLength=0, originalLiterals=org)], parametersIndex=1)), containStar=true, selectListLastPosition=9, groupByLastPosition=0, items=[StarSelectItem(owner=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:09:48.554 [http-nio-8193-exec-1] INFO Sharding-Sphere-SQL - Actual SQL: cems-sysbase ::: SELECT *
- FROM org
- WHERE (is_del = ?) ::: [[0]]
- 2022-07-22 12:09:48.679 [http-nio-8193-exec-1] INFO Sharding-Sphere-SQL - Logic SQL: SELECT *
- FROM company
- WHERE (monitoring_type = ?)
- 2022-07-22 12:09:48.679 [http-nio-8193-exec-1] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=company, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[])), sqlTokens=[TableToken(beginPosition=14, skippedSchemaNameLength=0, originalLiterals=company)], parametersIndex=1)), containStar=true, selectListLastPosition=9, groupByLastPosition=0, items=[StarSelectItem(owner=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:09:48.679 [http-nio-8193-exec-1] INFO Sharding-Sphere-SQL - Actual SQL: cems-sysbase ::: SELECT *
- FROM company
- WHERE (monitoring_type = ?) ::: [[0]]
- 2022-07-22 12:09:48.775 [http-nio-8193-exec-1] INFO Sharding-Sphere-SQL - Logic SQL: SELECT mn,company_id,upload_date,smoke_total,voc_total,pm25_total
- FROM anal_monitor_date
- WHERE (upload_date between ? and ? AND company_id in (1,2,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26))
- 2022-07-22 12:09:48.775 [http-nio-8193-exec-1] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=anal_monitor_date, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[AndCondition(conditions=[Condition(column=Column(name=upload_date, tableName=anal_monitor_date), operator=BETWEEN, positionValueMap={}, positionIndexMap={0=0, 1=1})])])), sqlTokens=[TableToken(beginPosition=71, skippedSchemaNameLength=0, originalLiterals=anal_monitor_date)], parametersIndex=2)), containStar=false, selectListLastPosition=66, groupByLastPosition=0, items=[CommonSelectItem(expression=company_id, alias=Optional.absent()), CommonSelectItem(expression=mn, alias=Optional.absent()), CommonSelectItem(expression=upload_date, alias=Optional.absent()), CommonSelectItem(expression=smoke_total, alias=Optional.absent()), CommonSelectItem(expression=voc_total, alias=Optional.absent()), CommonSelectItem(expression=pm25_total, alias=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:09:48.775 [http-nio-8193-exec-1] INFO Sharding-Sphere-SQL - Actual SQL: cems-2022 ::: SELECT mn,company_id,upload_date,smoke_total,voc_total,pm25_total
- FROM anal_monitor_date
- WHERE (upload_date between ? and ? AND company_id in (1,2,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26)) ::: [[20220623, 20220722]]
- 2022-07-22 12:10:34.390 [http-nio-8193-exec-3] INFO com.yyjc.fbs.config.ProxyVerfiyAspect - [verify uri is]===/sys/dataBoard/selectSmokeTendency
- 2022-07-22 12:10:34.397 [http-nio-8193-exec-3] INFO com.yyjc.fbs.config.ProxyVerfiyAspect - {"enabled":true,"enterprise_id":"117","id":26,"name":"江苏省政府账号","phone":"13858965347","province":"","sex":"1","telephone":"","user_type":1,"username":"jiangsu"}
- 2022-07-22 12:10:34.397 [http-nio-8193-exec-3] INFO Sharding-Sphere-SQL - Logic SQL: SELECT *
- FROM org
- WHERE (is_del = ?)
- 2022-07-22 12:10:34.397 [http-nio-8193-exec-3] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=org, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[])), sqlTokens=[TableToken(beginPosition=14, skippedSchemaNameLength=0, originalLiterals=org)], parametersIndex=1)), containStar=true, selectListLastPosition=9, groupByLastPosition=0, items=[StarSelectItem(owner=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:10:34.397 [http-nio-8193-exec-3] INFO Sharding-Sphere-SQL - Actual SQL: cems-sysbase ::: SELECT *
- FROM org
- WHERE (is_del = ?) ::: [[0]]
- 2022-07-22 12:10:34.443 [http-nio-8193-exec-3] INFO Sharding-Sphere-SQL - Logic SQL: SELECT *
- FROM company
- WHERE (monitoring_type = ?)
- 2022-07-22 12:10:34.443 [http-nio-8193-exec-3] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=company, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[])), sqlTokens=[TableToken(beginPosition=14, skippedSchemaNameLength=0, originalLiterals=company)], parametersIndex=1)), containStar=true, selectListLastPosition=9, groupByLastPosition=0, items=[StarSelectItem(owner=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:10:34.443 [http-nio-8193-exec-3] INFO Sharding-Sphere-SQL - Actual SQL: cems-sysbase ::: SELECT *
- FROM company
- WHERE (monitoring_type = ?) ::: [[0]]
- 2022-07-22 12:11:17.343 [http-nio-8193-exec-3] INFO Sharding-Sphere-SQL - Logic SQL: SELECT mn,company_id,upload_date,smoke_total,voc_total,pm25_total
- FROM anal_monitor_date
- WHERE (upload_date between ? and ? AND company_id in (1,2,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26))
- 2022-07-22 12:11:17.343 [http-nio-8193-exec-3] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=anal_monitor_date, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[AndCondition(conditions=[Condition(column=Column(name=upload_date, tableName=anal_monitor_date), operator=BETWEEN, positionValueMap={}, positionIndexMap={0=0, 1=1})])])), sqlTokens=[TableToken(beginPosition=71, skippedSchemaNameLength=0, originalLiterals=anal_monitor_date)], parametersIndex=2)), containStar=false, selectListLastPosition=66, groupByLastPosition=0, items=[CommonSelectItem(expression=company_id, alias=Optional.absent()), CommonSelectItem(expression=mn, alias=Optional.absent()), CommonSelectItem(expression=upload_date, alias=Optional.absent()), CommonSelectItem(expression=smoke_total, alias=Optional.absent()), CommonSelectItem(expression=voc_total, alias=Optional.absent()), CommonSelectItem(expression=pm25_total, alias=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:11:17.343 [http-nio-8193-exec-3] INFO Sharding-Sphere-SQL - Actual SQL: cems-2022 ::: SELECT mn,company_id,upload_date,smoke_total,voc_total,pm25_total
- FROM anal_monitor_date
- WHERE (upload_date between ? and ? AND company_id in (1,2,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26)) ::: [[20220623, 20220722]]
- 2022-07-22 12:20:21.005 [http-nio-8193-exec-6] INFO com.yyjc.fbs.config.ProxyVerfiyAspect - [verify uri is]===/sys/dataBoard/selectSmokeTendency
- 2022-07-22 12:20:21.013 [http-nio-8193-exec-6] INFO com.yyjc.fbs.config.ProxyVerfiyAspect - {"enabled":true,"enterprise_id":"117","id":26,"name":"江苏省政府账号","phone":"13858965347","province":"","sex":"1","telephone":"","user_type":1,"username":"jiangsu"}
- 2022-07-22 12:20:21.014 [http-nio-8193-exec-6] INFO Sharding-Sphere-SQL - Logic SQL: SELECT *
- FROM org
- WHERE (is_del = ?)
- 2022-07-22 12:20:21.014 [http-nio-8193-exec-6] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=org, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[])), sqlTokens=[TableToken(beginPosition=14, skippedSchemaNameLength=0, originalLiterals=org)], parametersIndex=1)), containStar=true, selectListLastPosition=9, groupByLastPosition=0, items=[StarSelectItem(owner=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:20:21.014 [http-nio-8193-exec-6] INFO Sharding-Sphere-SQL - Actual SQL: cems-sysbase ::: SELECT *
- FROM org
- WHERE (is_del = ?) ::: [[0]]
- 2022-07-22 12:20:21.527 [http-nio-8193-exec-6] INFO Sharding-Sphere-SQL - Logic SQL: SELECT *
- FROM company
- WHERE (monitoring_type = ?)
- 2022-07-22 12:20:21.528 [http-nio-8193-exec-6] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=company, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[])), sqlTokens=[TableToken(beginPosition=14, skippedSchemaNameLength=0, originalLiterals=company)], parametersIndex=1)), containStar=true, selectListLastPosition=9, groupByLastPosition=0, items=[StarSelectItem(owner=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:20:21.528 [http-nio-8193-exec-6] INFO Sharding-Sphere-SQL - Actual SQL: cems-sysbase ::: SELECT *
- FROM company
- WHERE (monitoring_type = ?) ::: [[0]]
- 2022-07-22 12:21:00.462 [http-nio-8193-exec-6] INFO Sharding-Sphere-SQL - Logic SQL: SELECT mn,company_id,upload_date,smoke_total,voc_total,pm25_total
- FROM anal_monitor_date
- WHERE (upload_date between ? and ? AND company_id in (1,2,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26))
- 2022-07-22 12:21:00.463 [http-nio-8193-exec-6] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=anal_monitor_date, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[AndCondition(conditions=[Condition(column=Column(name=upload_date, tableName=anal_monitor_date), operator=BETWEEN, positionValueMap={}, positionIndexMap={0=0, 1=1})])])), sqlTokens=[TableToken(beginPosition=71, skippedSchemaNameLength=0, originalLiterals=anal_monitor_date)], parametersIndex=2)), containStar=false, selectListLastPosition=66, groupByLastPosition=0, items=[CommonSelectItem(expression=company_id, alias=Optional.absent()), CommonSelectItem(expression=mn, alias=Optional.absent()), CommonSelectItem(expression=upload_date, alias=Optional.absent()), CommonSelectItem(expression=smoke_total, alias=Optional.absent()), CommonSelectItem(expression=voc_total, alias=Optional.absent()), CommonSelectItem(expression=pm25_total, alias=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:21:00.463 [http-nio-8193-exec-6] INFO Sharding-Sphere-SQL - Actual SQL: cems-2022 ::: SELECT mn,company_id,upload_date,smoke_total,voc_total,pm25_total
- FROM anal_monitor_date
- WHERE (upload_date between ? and ? AND company_id in (1,2,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26)) ::: [[20220623, 20220722]]
- 2022-07-22 12:21:15.778 [http-nio-8193-exec-7] INFO com.yyjc.fbs.config.ProxyVerfiyAspect - [verify uri is]===/sys/dataBoard/selectSmokeTendency
- 2022-07-22 12:21:15.789 [http-nio-8193-exec-7] INFO com.yyjc.fbs.config.ProxyVerfiyAspect - {"enabled":true,"enterprise_id":"117","id":26,"name":"江苏省政府账号","phone":"13858965347","province":"","sex":"1","telephone":"","user_type":1,"username":"jiangsu"}
- 2022-07-22 12:21:15.790 [http-nio-8193-exec-7] INFO Sharding-Sphere-SQL - Logic SQL: SELECT *
- FROM org
- WHERE (is_del = ?)
- 2022-07-22 12:21:15.791 [http-nio-8193-exec-7] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=org, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[])), sqlTokens=[TableToken(beginPosition=14, skippedSchemaNameLength=0, originalLiterals=org)], parametersIndex=1)), containStar=true, selectListLastPosition=9, groupByLastPosition=0, items=[StarSelectItem(owner=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:21:15.791 [http-nio-8193-exec-7] INFO Sharding-Sphere-SQL - Actual SQL: cems-sysbase ::: SELECT *
- FROM org
- WHERE (is_del = ?) ::: [[0]]
- 2022-07-22 12:21:15.830 [http-nio-8193-exec-7] INFO Sharding-Sphere-SQL - Logic SQL: SELECT *
- FROM company
- WHERE (monitoring_type = ?)
- 2022-07-22 12:21:15.830 [http-nio-8193-exec-7] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=company, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[])), sqlTokens=[TableToken(beginPosition=14, skippedSchemaNameLength=0, originalLiterals=company)], parametersIndex=1)), containStar=true, selectListLastPosition=9, groupByLastPosition=0, items=[StarSelectItem(owner=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:21:15.830 [http-nio-8193-exec-7] INFO Sharding-Sphere-SQL - Actual SQL: cems-sysbase ::: SELECT *
- FROM company
- WHERE (monitoring_type = ?) ::: [[0]]
- 2022-07-22 12:21:17.736 [http-nio-8193-exec-7] INFO Sharding-Sphere-SQL - Logic SQL: SELECT mn,company_id,upload_date,smoke_total,voc_total,pm25_total
- FROM anal_monitor_date
- WHERE (upload_date between ? and ? AND company_id in (1,2,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26))
- 2022-07-22 12:21:17.736 [http-nio-8193-exec-7] INFO Sharding-Sphere-SQL - SQLStatement: SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, tables=Tables(tables=[Table(name=anal_monitor_date, alias=Optional.absent())]), conditions=Conditions(orCondition=OrCondition(andConditions=[AndCondition(conditions=[Condition(column=Column(name=upload_date, tableName=anal_monitor_date), operator=BETWEEN, positionValueMap={}, positionIndexMap={0=0, 1=1})])])), sqlTokens=[TableToken(beginPosition=71, skippedSchemaNameLength=0, originalLiterals=anal_monitor_date)], parametersIndex=2)), containStar=false, selectListLastPosition=66, groupByLastPosition=0, items=[CommonSelectItem(expression=company_id, alias=Optional.absent()), CommonSelectItem(expression=mn, alias=Optional.absent()), CommonSelectItem(expression=upload_date, alias=Optional.absent()), CommonSelectItem(expression=smoke_total, alias=Optional.absent()), CommonSelectItem(expression=voc_total, alias=Optional.absent()), CommonSelectItem(expression=pm25_total, alias=Optional.absent())], groupByItems=[], orderByItems=[], limit=null, subQueryStatement=null)
- 2022-07-22 12:21:17.737 [http-nio-8193-exec-7] INFO Sharding-Sphere-SQL - Actual SQL: cems-2022 ::: SELECT mn,company_id,upload_date,smoke_total,voc_total,pm25_total
- FROM anal_monitor_date
- WHERE (upload_date between ? and ? AND company_id in (1,2,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26)) ::: [[20220623, 20220722]]
|