中煤报价页面开发

This commit is contained in:
JIAL 2024-01-18 13:05:55 +08:00
parent 4f94015889
commit 0d6fe695dc
13 changed files with 828 additions and 377 deletions

View File

@ -1,327 +1,64 @@
2024-01-16 09:59:24.221 INFO 10524 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 10524 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) 2024-01-18 10:26:22.839 INFO 14084 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 14084 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 09:59:24.224 INFO 10524 --- [main] com.JN.JNApplication : The following profiles are active: ss 2024-01-18 10:26:22.842 INFO 14084 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 09:59:26.533 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. 2024-01-18 10:26:25.118 WARN 14084 --- [Druid-ConnectionPool-Create-1032382137] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 09:59:27.952 INFO 10524 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... 2024-01-18 10:26:26.536 INFO 14084 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 09:59:27.960 INFO 10524 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... 2024-01-18 10:26:26.544 INFO 14084 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 09:59:28.097 WARN 10524 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2024-01-18 10:26:26.681 WARN 14084 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 09:59:28.355 INFO 10524 --- [main] com.JN.JNApplication : Started JNApplication in 4.692 seconds (JVM running for 6.541) 2024-01-18 10:26:26.943 INFO 14084 --- [main] com.JN.JNApplication : Started JNApplication in 4.617 seconds (JVM running for 6.57)
2024-01-16 09:59:28.361 INFO 10524 --- [main] com.JN.JNApplication : 项目启动成功... 2024-01-18 10:26:26.950 INFO 14084 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 10:32:17.643 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz 2024-01-18 10:27:22.976 INFO 14084 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/index.html
2024-01-16 10:32:17.645 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 2024-01-18 10:27:22.977 INFO 14084 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/index.html不需要处理
2024-01-16 10:32:17.674 WARN 10524 --- [http-nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present] 2024-01-18 10:27:22.989 WARN 14084 --- [http-nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /zmquotation/index.html
2024-01-16 10:32:17.753 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/favicon.ico 2024-01-18 10:27:23.095 INFO 14084 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/favicon.ico
2024-01-16 10:32:17.753 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/favicon.ico不需要处理 2024-01-18 10:27:23.096 INFO 14084 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/favicon.ico不需要处理
2024-01-16 10:32:17.758 WARN 10524 --- [http-nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico 2024-01-18 10:27:23.096 WARN 14084 --- [http-nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico
2024-01-16 10:32:22.760 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz 2024-01-18 10:28:13.793 INFO 14084 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-16 10:32:22.761 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 2024-01-18 10:28:13.793 INFO 14084 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-16 10:32:22.767 INFO 10524 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 102245 2024-01-18 10:28:22.426 INFO 14084 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-16 10:32:23.095 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css 2024-01-18 10:28:22.427 INFO 14084 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-16 10:32:23.096 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css 2024-01-18 10:28:47.751 INFO 14084 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/templates/bizquery/index.html
2024-01-16 10:32:23.096 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 2024-01-18 10:28:47.751 INFO 14084 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/templates/bizquery/index.html不需要处理
2024-01-16 10:32:23.097 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 2024-01-18 10:28:47.784 INFO 14084 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js 2024-01-18 10:28:47.785 INFO 14084 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 2024-01-18 10:28:47.785 INFO 14084 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js 2024-01-18 10:28:47.785 INFO 14084 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 2024-01-18 10:28:47.786 INFO 14084 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 10:32:23.102 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js 2024-01-18 10:28:47.787 INFO 14084 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 10:32:23.102 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 2024-01-18 10:28:47.785 INFO 14084 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 10:32:23.104 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js 2024-01-18 10:28:47.787 INFO 14084 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 10:32:23.104 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 2024-01-18 10:28:47.792 INFO 14084 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 10:32:23.117 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js 2024-01-18 10:28:47.793 INFO 14084 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 10:32:23.117 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 2024-01-18 10:28:47.794 INFO 14084 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 10:32:23.119 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js 2024-01-18 10:28:47.795 INFO 14084 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 10:32:23.119 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 2024-01-18 10:28:47.802 INFO 14084 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 10:32:23.256 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff 2024-01-18 10:28:47.802 INFO 14084 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 10:32:23.256 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 2024-01-18 10:28:47.804 INFO 14084 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 10:32:32.759 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list 2024-01-18 10:28:47.804 INFO 14084 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 10:32:32.760 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 2024-01-18 10:28:47.930 INFO 14084 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-16 10:32:32.762 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- 2024-01-18 10:28:47.930 INFO 14084 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-16 10:32:32.762 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 南京 2024-01-18 10:28:47.967 INFO 14084 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 10:32:32.763 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false 2024-01-18 10:28:47.967 INFO 14084 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 10:32:32.816 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. 2024-01-18 10:29:00.283 INFO 14084 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/templates/zmquotation/index.html
2024-01-16 10:32:32.951 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001023011, name1=南京顺吉纸管厂), BizDto(kunnr=0001021816, name1=南京骏阔电子科技有限公司), BizDto(kunnr=0001023316, name1=南京市浦口区峰塔水泥制品厂), BizDto(kunnr=0001022145, name1=南京盈和防雷检测科技有限公司), BizDto(kunnr=0001022168, name1=南京帝悦电梯配件有限公司), BizDto(kunnr=0001023929, name1=南京年嘉模具制造有限责任公司), BizDto(kunnr=0001024029, name1=南京虹天科技有限公司), BizDto(kunnr=0001022630, name1=南京佳美液压机械制造有限公司), BizDto(kunnr=0001024208, name1=南京能达利机械设备制造有限公司), BizDto(kunnr=0001024288, name1=南京春明现代雕塑有限公司)] 2024-01-18 10:29:00.283 INFO 14084 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/templates/zmquotation/index.html不需要处理
2024-01-16 10:32:40.839 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail 2024-01-18 10:29:00.308 INFO 14084 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css
2024-01-16 10:32:40.840 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 2024-01-18 10:29:00.308 INFO 14084 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js
2024-01-16 10:32:40.841 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc 2024-01-18 10:29:00.308 INFO 14084 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理
2024-01-16 10:32:40.841 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 2024-01-18 10:29:00.309 INFO 14084 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理
2024-01-16 10:32:41.075 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. 2024-01-18 12:59:57.568 INFO 12628 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12628 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 10:32:41.307 INFO 10524 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为102245的用户查询的客户名称为南京顺吉纸管厂 2024-01-18 12:59:57.571 INFO 12628 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 10:32:45.358 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail 2024-01-18 12:59:59.676 WARN 12628 --- [Druid-ConnectionPool-Create-1654300454] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc 2024-01-18 13:00:00.860 INFO 12628 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 2024-01-18 13:00:00.867 INFO 12628 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 2024-01-18 13:00:00.998 WARN 12628 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 10:32:45.715 INFO 10524 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为102245的用户查询的客户名称为南京年嘉模具制造有限责任公司 2024-01-18 13:00:01.251 INFO 12628 --- [main] com.JN.JNApplication : Started JNApplication in 4.101 seconds (JVM running for 5.071)
2024-01-16 10:32:50.650 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list 2024-01-18 13:00:01.257 INFO 12628 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 10:32:50.650 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 2024-01-18 13:01:02.414 INFO 12628 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/templates/zmquotation/index.html
2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- 2024-01-18 13:01:02.416 INFO 12628 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/templates/zmquotation/index.html不需要处理
2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 一凡 2024-01-18 13:01:02.472 INFO 12628 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css
2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : false 2024-01-18 13:01:02.472 INFO 12628 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理
2024-01-16 10:32:50.748 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001061173, name1=南通一凡安装工程有限公司), BizDto(kunnr=0001017188, name1=无锡一凡电气设备有限公司)] 2024-01-18 13:01:02.476 INFO 12628 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js
2024-01-16 10:32:51.870 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail 2024-01-18 13:01:02.476 INFO 12628 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理
2024-01-16 10:32:51.871 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 2024-01-18 13:01:06.923 INFO 12628 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map
2024-01-16 10:32:51.874 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc 2024-01-18 13:01:06.924 INFO 12628 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理
2024-01-16 10:32:51.874 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 2024-01-18 13:01:06.925 INFO 12628 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map
2024-01-16 10:32:52.244 INFO 10524 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为102245的用户查询的客户名称为南通一凡安装工程有限公司 2024-01-18 13:01:06.926 INFO 12628 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理
2024-01-16 10:32:54.455 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-16 10:32:56.550 INFO 10524 --- [http-nio-8080-exec-9] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为102245的用户查询的客户名称为无锡一凡电气设备有限公司
2024-01-16 11:14:13.897 INFO 10616 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 10616 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 11:14:13.900 INFO 10616 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 11:14:15.984 WARN 10616 --- [Druid-ConnectionPool-Create-504509135] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:14:17.473 INFO 10616 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 11:14:17.482 INFO 10616 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 11:14:17.697 WARN 10616 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 11:14:17.924 INFO 10616 --- [main] com.JN.JNApplication : Started JNApplication in 4.481 seconds (JVM running for 5.456)
2024-01-16 11:14:17.932 INFO 10616 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 11:14:38.662 INFO 10616 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:14:38.662 INFO 10616 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:14:38.687 INFO 10616 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:14:38.720 WARN 10616 --- [Druid-ConnectionPool-Create-515482607] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:14:38.796 INFO 10616 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 贾龙
2024-01-16 11:14:39.172 INFO 10616 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 11:14:39.172 INFO 10616 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 11:45:00.231 INFO 12280 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12280 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 11:45:00.234 INFO 12280 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 11:45:02.259 WARN 12280 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:45:03.470 INFO 12280 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 11:45:03.477 INFO 12280 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 11:45:03.606 WARN 12280 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 11:45:03.849 INFO 12280 --- [main] com.JN.JNApplication : Started JNApplication in 4.075 seconds (JVM running for 5.13)
2024-01-16 11:45:03.857 INFO 12280 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 11:45:08.076 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:45:08.077 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:45:08.101 INFO 12280 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:45:08.130 WARN 12280 --- [Druid-ConnectionPool-Create-1877317084] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:45:08.493 INFO 12280 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 11:45:08.494 INFO 12280 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 11:45:08.496 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 11:45:08.496 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 11:45:08.498 INFO 12280 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 11:45:08.498 INFO 12280 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 11:45:08.499 INFO 12280 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 11:45:08.499 INFO 12280 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 11:45:08.500 INFO 12280 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 11:45:08.502 INFO 12280 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 11:45:08.500 INFO 12280 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 11:45:08.503 INFO 12280 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 11:45:08.551 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 11:45:08.552 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 11:45:08.567 INFO 12280 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 11:45:08.567 INFO 12280 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 11:45:08.770 INFO 12280 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 11:45:08.771 INFO 12280 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 11:45:13.896 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map
2024-01-16 11:45:13.897 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理
2024-01-16 11:45:13.899 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map
2024-01-16 11:45:13.899 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理
2024-01-16 11:45:21.163 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:45:21.163 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:45:21.164 INFO 12280 --- [http-nio-8080-exec-8] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:46:05.790 INFO 11192 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11192 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 11:46:05.793 INFO 11192 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 11:46:07.870 WARN 11192 --- [Druid-ConnectionPool-Create-1155300221] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:46:09.117 INFO 11192 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 11:46:09.131 INFO 11192 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 11:46:09.268 WARN 11192 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 11:46:09.520 INFO 11192 --- [main] com.JN.JNApplication : Started JNApplication in 4.152 seconds (JVM running for 5.022)
2024-01-16 11:46:09.527 INFO 11192 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 11:46:14.353 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:46:14.354 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:46:14.379 INFO 11192 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:46:14.409 WARN 11192 --- [Druid-ConnectionPool-Create-1740328397] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 11:46:14.836 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 11:46:14.959 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 11:46:14.959 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 11:46:16.069 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:46:16.070 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:46:16.072 INFO 11192 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 11:46:16.104 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 11:46:16.104 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 11:46:16.107 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 11:46:16.107 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 11:46:16.108 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 11:46:16.108 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 11:46:16.112 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 11:46:16.112 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 11:46:16.126 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 11:46:16.126 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 11:46:16.129 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 11:46:16.129 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 11:46:16.189 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 11:46:16.190 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 11:47:12.477 INFO 15660 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 15660 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 11:47:12.480 INFO 15660 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 11:47:14.622 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:47:15.842 INFO 15660 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 11:47:15.851 INFO 15660 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 11:47:15.992 WARN 15660 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 11:47:16.221 INFO 15660 --- [main] com.JN.JNApplication : Started JNApplication in 4.161 seconds (JVM running for 5.029)
2024-01-16 11:47:16.228 INFO 15660 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 11:47:18.940 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:47:18.941 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:47:18.968 INFO 15660 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:47:18.997 WARN 15660 --- [Druid-ConnectionPool-Create-217911413] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 11:47:19.354 INFO 15660 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 11:47:19.356 INFO 15660 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 11:47:19.357 INFO 15660 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 11:47:19.357 INFO 15660 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 11:47:19.359 INFO 15660 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 11:47:19.359 INFO 15660 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 11:47:19.360 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 11:47:19.360 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 11:47:19.392 INFO 15660 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 11:47:19.470 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-16 11:47:19.470 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-16 11:47:19.503 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 11:47:19.504 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 11:47:31.764 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:47:31.764 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:47:31.765 INFO 15660 --- [http-nio-8080-exec-7] c.JN.controller.PageRedirectController : 登入工号为: 102243
2024-01-16 11:48:15.117 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-16 11:48:15.117 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 无锡
2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false
2024-01-16 11:48:15.203 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), BizDto(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), BizDto(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), BizDto(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), BizDto(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), BizDto(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), BizDto(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), BizDto(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), BizDto(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), BizDto(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
2024-01-16 11:49:21.523 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : 无锡一凡
2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : false
2024-01-16 11:49:21.538 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:49:21.613 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001017188, name1=无锡一凡电气设备有限公司)]
2024-01-16 11:49:23.084 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-16 11:49:23.085 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-16 11:49:23.093 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-16 11:49:23.093 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-16 11:49:23.291 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:49:23.394 INFO 15660 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为102243的用户查询的客户名称为无锡一凡电气设备有限公司
2024-01-16 12:38:28.949 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 12:38:28.950 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 12:38:28.951 INFO 15660 --- [http-nio-8080-exec-4] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 12:38:28.960 WARN 15660 --- [Druid-ConnectionPool-Create-217911413] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 12:49:35.834 INFO 11664 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11664 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 12:49:35.837 INFO 11664 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 12:49:37.906 WARN 11664 --- [Druid-ConnectionPool-Create-925955862] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 12:49:39.067 INFO 11664 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 12:49:39.074 INFO 11664 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 12:49:39.208 WARN 11664 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 12:49:39.436 INFO 11664 --- [main] com.JN.JNApplication : Started JNApplication in 4.024 seconds (JVM running for 5.232)
2024-01-16 12:49:39.442 INFO 11664 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 12:50:15.753 INFO 11664 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 12:50:15.754 INFO 11664 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 12:50:15.779 INFO 11664 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 12:50:15.821 WARN 11664 --- [Druid-ConnectionPool-Create-70528019] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 12:50:23.165 INFO 11664 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 12:50:23.165 INFO 11664 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 12:50:23.166 INFO 11664 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 8888888
2024-01-16 13:54:07.798 INFO 14512 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 14512 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 13:54:07.801 INFO 14512 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 13:54:10.055 WARN 14512 --- [Druid-ConnectionPool-Create-265556987] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 13:54:11.254 INFO 14512 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 13:54:11.261 INFO 14512 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 13:54:11.393 WARN 14512 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 13:54:11.644 INFO 14512 --- [main] com.JN.JNApplication : Started JNApplication in 4.286 seconds (JVM running for 5.321)
2024-01-16 13:54:11.652 INFO 14512 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 13:54:48.932 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 13:54:48.933 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 13:54:48.963 INFO 14512 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 13:54:48.993 WARN 14512 --- [Druid-ConnectionPool-Create-982313508] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 14:06:52.542 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 14:06:52.542 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 14:06:52.543 INFO 14512 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 14:06:52.551 WARN 14512 --- [Druid-ConnectionPool-Create-982313508] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 14:06:52.571 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 14:06:52.571 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 14:06:52.574 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 14:06:52.575 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 14:06:52.576 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 14:06:52.576 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 14:06:52.631 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 14:06:52.632 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 14:06:52.645 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 14:06:52.645 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 14:06:52.847 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-16 14:06:52.848 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-16 14:06:52.880 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 14:06:52.880 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 14:06:55.229 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 14:06:55.231 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 14:06:55.232 INFO 14512 --- [http-nio-8080-exec-6] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 14:06:55.263 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 14:06:55.263 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 14:06:55.264 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 14:06:55.266 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 14:06:55.266 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 14:06:55.270 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 14:06:55.270 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 14:06:55.280 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 14:06:55.280 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 14:06:55.285 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 14:06:55.285 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 14:06:55.354 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-16 14:06:55.355 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-16 14:06:55.369 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 14:06:55.369 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 14:06:58.680 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 14:06:58.681 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 14:06:58.682 INFO 14512 --- [http-nio-8080-exec-10] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 14:06:58.707 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 14:06:58.714 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 14:06:58.714 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 14:06:58.715 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 14:06:58.707 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 14:06:58.716 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 14:06:58.716 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 14:06:58.718 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 14:06:58.718 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 14:06:58.732 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 14:06:58.732 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 14:06:58.733 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 14:06:58.734 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 14:06:58.807 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-16 14:06:58.807 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-16 14:06:58.821 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 14:06:58.821 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理

View File

@ -0,0 +1,327 @@
2024-01-16 09:59:24.221 INFO 10524 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 10524 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 09:59:24.224 INFO 10524 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 09:59:26.533 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 09:59:27.952 INFO 10524 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 09:59:27.960 INFO 10524 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 09:59:28.097 WARN 10524 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 09:59:28.355 INFO 10524 --- [main] com.JN.JNApplication : Started JNApplication in 4.692 seconds (JVM running for 6.541)
2024-01-16 09:59:28.361 INFO 10524 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 10:32:17.643 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 10:32:17.645 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 10:32:17.674 WARN 10524 --- [http-nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present]
2024-01-16 10:32:17.753 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/favicon.ico
2024-01-16 10:32:17.753 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/favicon.ico不需要处理
2024-01-16 10:32:17.758 WARN 10524 --- [http-nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico
2024-01-16 10:32:22.760 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 10:32:22.761 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 10:32:22.767 INFO 10524 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 10:32:23.095 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 10:32:23.096 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 10:32:23.096 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 10:32:23.097 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 10:32:23.102 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 10:32:23.102 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 10:32:23.104 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 10:32:23.104 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 10:32:23.117 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 10:32:23.117 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 10:32:23.119 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 10:32:23.119 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 10:32:23.256 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-16 10:32:23.256 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-16 10:32:32.759 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-16 10:32:32.760 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-16 10:32:32.762 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-16 10:32:32.762 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 南京
2024-01-16 10:32:32.763 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false
2024-01-16 10:32:32.816 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 10:32:32.951 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001023011, name1=南京顺吉纸管厂), BizDto(kunnr=0001021816, name1=南京骏阔电子科技有限公司), BizDto(kunnr=0001023316, name1=南京市浦口区峰塔水泥制品厂), BizDto(kunnr=0001022145, name1=南京盈和防雷检测科技有限公司), BizDto(kunnr=0001022168, name1=南京帝悦电梯配件有限公司), BizDto(kunnr=0001023929, name1=南京年嘉模具制造有限责任公司), BizDto(kunnr=0001024029, name1=南京虹天科技有限公司), BizDto(kunnr=0001022630, name1=南京佳美液压机械制造有限公司), BizDto(kunnr=0001024208, name1=南京能达利机械设备制造有限公司), BizDto(kunnr=0001024288, name1=南京春明现代雕塑有限公司)]
2024-01-16 10:32:40.839 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-16 10:32:40.840 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-16 10:32:40.841 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-16 10:32:40.841 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-16 10:32:41.075 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 10:32:41.307 INFO 10524 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为102245的用户查询的客户名称为南京顺吉纸管厂
2024-01-16 10:32:45.358 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-16 10:32:45.715 INFO 10524 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为102245的用户查询的客户名称为南京年嘉模具制造有限责任公司
2024-01-16 10:32:50.650 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-16 10:32:50.650 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 一凡
2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : false
2024-01-16 10:32:50.748 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001061173, name1=南通一凡安装工程有限公司), BizDto(kunnr=0001017188, name1=无锡一凡电气设备有限公司)]
2024-01-16 10:32:51.870 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-16 10:32:51.871 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-16 10:32:51.874 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-16 10:32:51.874 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-16 10:32:52.244 INFO 10524 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为102245的用户查询的客户名称为南通一凡安装工程有限公司
2024-01-16 10:32:54.455 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-16 10:32:56.550 INFO 10524 --- [http-nio-8080-exec-9] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为102245的用户查询的客户名称为无锡一凡电气设备有限公司
2024-01-16 11:14:13.897 INFO 10616 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 10616 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 11:14:13.900 INFO 10616 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 11:14:15.984 WARN 10616 --- [Druid-ConnectionPool-Create-504509135] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:14:17.473 INFO 10616 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 11:14:17.482 INFO 10616 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 11:14:17.697 WARN 10616 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 11:14:17.924 INFO 10616 --- [main] com.JN.JNApplication : Started JNApplication in 4.481 seconds (JVM running for 5.456)
2024-01-16 11:14:17.932 INFO 10616 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 11:14:38.662 INFO 10616 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:14:38.662 INFO 10616 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:14:38.687 INFO 10616 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:14:38.720 WARN 10616 --- [Druid-ConnectionPool-Create-515482607] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:14:38.796 INFO 10616 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 贾龙
2024-01-16 11:14:39.172 INFO 10616 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 11:14:39.172 INFO 10616 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 11:45:00.231 INFO 12280 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12280 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 11:45:00.234 INFO 12280 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 11:45:02.259 WARN 12280 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:45:03.470 INFO 12280 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 11:45:03.477 INFO 12280 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 11:45:03.606 WARN 12280 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 11:45:03.849 INFO 12280 --- [main] com.JN.JNApplication : Started JNApplication in 4.075 seconds (JVM running for 5.13)
2024-01-16 11:45:03.857 INFO 12280 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 11:45:08.076 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:45:08.077 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:45:08.101 INFO 12280 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:45:08.130 WARN 12280 --- [Druid-ConnectionPool-Create-1877317084] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:45:08.493 INFO 12280 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 11:45:08.494 INFO 12280 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 11:45:08.496 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 11:45:08.496 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 11:45:08.498 INFO 12280 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 11:45:08.498 INFO 12280 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 11:45:08.499 INFO 12280 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 11:45:08.499 INFO 12280 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 11:45:08.500 INFO 12280 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 11:45:08.502 INFO 12280 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 11:45:08.500 INFO 12280 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 11:45:08.503 INFO 12280 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 11:45:08.551 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 11:45:08.552 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 11:45:08.567 INFO 12280 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 11:45:08.567 INFO 12280 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 11:45:08.770 INFO 12280 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 11:45:08.771 INFO 12280 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 11:45:13.896 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map
2024-01-16 11:45:13.897 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理
2024-01-16 11:45:13.899 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map
2024-01-16 11:45:13.899 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理
2024-01-16 11:45:21.163 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:45:21.163 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:45:21.164 INFO 12280 --- [http-nio-8080-exec-8] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:46:05.790 INFO 11192 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11192 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 11:46:05.793 INFO 11192 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 11:46:07.870 WARN 11192 --- [Druid-ConnectionPool-Create-1155300221] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:46:09.117 INFO 11192 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 11:46:09.131 INFO 11192 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 11:46:09.268 WARN 11192 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 11:46:09.520 INFO 11192 --- [main] com.JN.JNApplication : Started JNApplication in 4.152 seconds (JVM running for 5.022)
2024-01-16 11:46:09.527 INFO 11192 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 11:46:14.353 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:46:14.354 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:46:14.379 INFO 11192 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:46:14.409 WARN 11192 --- [Druid-ConnectionPool-Create-1740328397] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 11:46:14.836 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 11:46:14.959 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 11:46:14.959 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 11:46:16.069 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:46:16.070 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:46:16.072 INFO 11192 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 11:46:16.104 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 11:46:16.104 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 11:46:16.107 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 11:46:16.107 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 11:46:16.108 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 11:46:16.108 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 11:46:16.112 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 11:46:16.112 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 11:46:16.126 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 11:46:16.126 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 11:46:16.129 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 11:46:16.129 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 11:46:16.189 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 11:46:16.190 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 11:47:12.477 INFO 15660 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 15660 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 11:47:12.480 INFO 15660 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 11:47:14.622 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:47:15.842 INFO 15660 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 11:47:15.851 INFO 15660 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 11:47:15.992 WARN 15660 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 11:47:16.221 INFO 15660 --- [main] com.JN.JNApplication : Started JNApplication in 4.161 seconds (JVM running for 5.029)
2024-01-16 11:47:16.228 INFO 15660 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 11:47:18.940 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:47:18.941 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:47:18.968 INFO 15660 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 11:47:18.997 WARN 15660 --- [Druid-ConnectionPool-Create-217911413] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 11:47:19.354 INFO 15660 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 11:47:19.356 INFO 15660 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 11:47:19.357 INFO 15660 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 11:47:19.357 INFO 15660 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 11:47:19.359 INFO 15660 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 11:47:19.359 INFO 15660 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 11:47:19.360 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 11:47:19.360 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 11:47:19.392 INFO 15660 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 11:47:19.470 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-16 11:47:19.470 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-16 11:47:19.503 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 11:47:19.504 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 11:47:31.764 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 11:47:31.764 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 11:47:31.765 INFO 15660 --- [http-nio-8080-exec-7] c.JN.controller.PageRedirectController : 登入工号为: 102243
2024-01-16 11:48:15.117 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-16 11:48:15.117 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 无锡
2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false
2024-01-16 11:48:15.203 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), BizDto(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), BizDto(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), BizDto(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), BizDto(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), BizDto(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), BizDto(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), BizDto(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), BizDto(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), BizDto(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
2024-01-16 11:49:21.523 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : 无锡一凡
2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : false
2024-01-16 11:49:21.538 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:49:21.613 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001017188, name1=无锡一凡电气设备有限公司)]
2024-01-16 11:49:23.084 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-16 11:49:23.085 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-16 11:49:23.093 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-16 11:49:23.093 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-16 11:49:23.291 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 11:49:23.394 INFO 15660 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为102243的用户查询的客户名称为无锡一凡电气设备有限公司
2024-01-16 12:38:28.949 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 12:38:28.950 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 12:38:28.951 INFO 15660 --- [http-nio-8080-exec-4] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 12:38:28.960 WARN 15660 --- [Druid-ConnectionPool-Create-217911413] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 12:49:35.834 INFO 11664 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11664 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 12:49:35.837 INFO 11664 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 12:49:37.906 WARN 11664 --- [Druid-ConnectionPool-Create-925955862] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 12:49:39.067 INFO 11664 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 12:49:39.074 INFO 11664 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 12:49:39.208 WARN 11664 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 12:49:39.436 INFO 11664 --- [main] com.JN.JNApplication : Started JNApplication in 4.024 seconds (JVM running for 5.232)
2024-01-16 12:49:39.442 INFO 11664 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 12:50:15.753 INFO 11664 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 12:50:15.754 INFO 11664 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 12:50:15.779 INFO 11664 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 12:50:15.821 WARN 11664 --- [Druid-ConnectionPool-Create-70528019] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 12:50:23.165 INFO 11664 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 12:50:23.165 INFO 11664 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 12:50:23.166 INFO 11664 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 8888888
2024-01-16 13:54:07.798 INFO 14512 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 14512 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo)
2024-01-16 13:54:07.801 INFO 14512 --- [main] com.JN.JNApplication : The following profiles are active: ss
2024-01-16 13:54:10.055 WARN 14512 --- [Druid-ConnectionPool-Create-265556987] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 13:54:11.254 INFO 14512 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
2024-01-16 13:54:11.261 INFO 14512 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-16 13:54:11.393 WARN 14512 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-16 13:54:11.644 INFO 14512 --- [main] com.JN.JNApplication : Started JNApplication in 4.286 seconds (JVM running for 5.321)
2024-01-16 13:54:11.652 INFO 14512 --- [main] com.JN.JNApplication : 项目启动成功...
2024-01-16 13:54:48.932 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 13:54:48.933 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 13:54:48.963 INFO 14512 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 13:54:48.993 WARN 14512 --- [Druid-ConnectionPool-Create-982313508] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 14:06:52.542 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 14:06:52.542 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 14:06:52.543 INFO 14512 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 14:06:52.551 WARN 14512 --- [Druid-ConnectionPool-Create-982313508] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-16 14:06:52.571 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 14:06:52.571 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 14:06:52.574 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 14:06:52.575 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 14:06:52.576 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 14:06:52.576 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 14:06:52.631 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 14:06:52.632 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 14:06:52.645 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 14:06:52.645 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 14:06:52.847 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-16 14:06:52.848 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-16 14:06:52.880 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 14:06:52.880 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 14:06:55.229 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 14:06:55.231 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 14:06:55.232 INFO 14512 --- [http-nio-8080-exec-6] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 14:06:55.263 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 14:06:55.263 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 14:06:55.264 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 14:06:55.266 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 14:06:55.266 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 14:06:55.270 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 14:06:55.270 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 14:06:55.280 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 14:06:55.280 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 14:06:55.285 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 14:06:55.285 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 14:06:55.354 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-16 14:06:55.355 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-16 14:06:55.369 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 14:06:55.369 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-16 14:06:58.680 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz
2024-01-16 14:06:58.681 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理
2024-01-16 14:06:58.682 INFO 14512 --- [http-nio-8080-exec-10] c.JN.controller.PageRedirectController : 登入工号为: 102245
2024-01-16 14:06:58.707 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-16 14:06:58.714 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-16 14:06:58.714 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-16 14:06:58.715 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-16 14:06:58.707 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css
2024-01-16 14:06:58.716 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-16 14:06:58.716 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理
2024-01-16 14:06:58.718 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-16 14:06:58.718 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-16 14:06:58.732 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-16 14:06:58.732 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-16 14:06:58.733 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js
2024-01-16 14:06:58.734 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理
2024-01-16 14:06:58.807 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-16 14:06:58.807 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-16 14:06:58.821 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-16 14:06:58.821 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理

View File

@ -1,12 +1,37 @@
.container { .container {
display: flex; display: flex;
height: 100vh;
} }
.center-container { .center-container {
text-align: center; text-align: center;
margin: auto; margin: auto;
width: 80%; width: 95%;
height: 100vh; padding: 35px;
}
.el-input {
height: 20px;
}
.el-input__inner {
height: 30px;
font-family: Roboto, serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
}
/**宽度修改 */
.el-select {
width: 129px;
}
/* 下面设置右侧按钮居中 */
.el-input__suffix {
top: 6px;
}
.el-input__icon {
line-height: inherit;
}
.el-input__suffix-inner {
display: inline-block;
} }

View File

@ -16,95 +16,99 @@
<div class="container" id="index-app"> <div class="container" id="index-app">
<div class="center-container"> <div class="center-container">
<div class="form-box"> <div class="form-box">
<el-form :inline="true" :model="formInline" class="demo-form-inline"> <el-form :label-position="labelPosition" label-width="35%" :model="formLabelAlign">
<el-row> <el-row>
<el-col :span="8"> <el-col :span="5">
<el-form-item label="审批人"> <el-form-item label="名称">
<el-input v-model="formInline.user" placeholder="审批人"></el-input> <el-input v-model="formLabelAlign.name"></el-input>
</el-form-item> </el-form-item>
</el-col > </el-col >
<el-col :span="8"> <el-col :span="5">
<el-form-item label="审批人"> <el-form-item label="活动区域">
<el-input v-model="formInline.user" placeholder="审批人"></el-input> <el-input v-model="formLabelAlign.region"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="5">
<el-form-item label="审批人"> <el-form-item label="活动形式">
<el-input v-model="formInline.user" placeholder="审批人"></el-input> <el-input v-model="formLabelAlign.type"></el-input>
</el-form-item>
</el-col>
<el-col :span="5">
<el-form-item label="活动形式">
<el-input v-model="formLabelAlign.type"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="8"> <el-col :span="6">
<el-form-item label="物料编码"> <el-cascader
<el-input v-model="formInline.user" placeholder="审批人"></el-input> :options="options"
</el-form-item> :props="{ checkStrictly: true }"
</el-col> :style="{width: '100%'}"
<el-col :span="8"> clearable
<el-form-item label="省"> @change="handleChange">
<el-input v-model="formInline.user" placeholder="审批人"></el-input> </el-cascader>
</el-form-item> </el-col>
</el-col> <el-col :span="3">
<el-col :span="8"> <el-form-item label="区">
<el-form-item label="市区"> <el-input v-model="formLabelAlign.type"></el-input>
<el-input v-model="formInline.user" placeholder="审批人"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
</el-form> </el-form>
</div> </div>
<div class="table-box"> <div class="table-box">
<el-table <el-table
:data="tableData" :data="tableData"
border border
row-height="20px"> row-height="20px"
:header-cell-style="{background:'#eef1f6',color:'#606266'}">
<el-table-column <el-table-column
fixed fixed
width="180" width="180"
prop="kunnr" prop="kunnr1"
label="客户编号"> label="客户编号">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="180" width="180"
prop="kunnr" prop="kunnr2"
label="客户编号"> label="客户编号">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="180" width="180"
prop="kunnr" prop="kunnr3"
label="客户编号"> label="客户编号">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="180" width="180"
prop="kunnr" prop="kunnr4"
label="客户编号"> label="客户编号">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="180" width="180"
prop="kunnr" prop="kunnr5"
label="客户编号"
style="color: red">
</el-table-column>
<el-table-column
width="180"
prop="kunnr6"
label="客户编号"> label="客户编号">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="180" width="180"
prop="kunnr" prop="kunnr7"
label="客户编号"> label="客户编号">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="180" width="180"
prop="kunnr" prop="kunnr8"
label="客户编号"> label="客户编号">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="180" fixed="right"
prop="kunnr"
label="客户编号">
</el-table-column>
<el-table-column
width="180"
prop="name1"
label="客户名称">
</el-table-column>
<el-table-column
width="180" width="180"
label="操作"> label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
@ -132,10 +136,20 @@
el: '#index-app', el: '#index-app',
data() { data() {
return { return {
formInline: { labelPosition: 'right',
user: '', formLabelAlign: {
region: '' name: '',
} region: '',
type: ''
},
tableData: [
{ kunnr1: '001', kunnr2: '002', kunnr3: '003', kunnr4: '004', kunnr5: '005', kunnr6: '006', kunnr7: '007', kunnr8: '008' },
{ kunnr1: '101', kunnr2: '102', kunnr3: '103', kunnr4: '104', kunnr5: '105', kunnr6: '106', kunnr7: '107', kunnr8: '108' },
// Add more rows as needed
],
value: [],
options: [],
} }
}, },
computed: { computed: {
@ -145,12 +159,55 @@
}, },
mounted() { mounted() {
this.getChinaData();
}, },
methods: { methods: {
async init () { async init () {
}, },
handleChange(value) {
console.log(value);
console.log(value[0]);
},
async getChinaData() {
try {
const response = await this.$axios.get('https://restapi.amap.com/v3/config/district', {
params: {
key: 'your_amap_api_key',
keywords: '中国',
subdistrict: 1,
extensions: 'all'
}
});
if (response.data && response.data.districts && response.data.districts.length > 0) {
const chinaData = response.data.districts[0];
this.options = this.transformDistrictData(chinaData.districts);
}
} catch (error) {
console.error('Error fetching China data:', error);
}
},
transformDistrictData(districts) {
return districts.map(province => {
return {
value: province.adcode,
label: province.name,
children: province.districts.map(city => {
return {
value: city.adcode,
label: city.name,
children: city.districts.map(area => {
return {
value: area.adcode,
label: area.name
};
})
};
})
};
});
},
} }
}) })
</script> </script>

View File

@ -0,0 +1,37 @@
.container {
display: flex;
}
.center-container {
text-align: center;
margin: auto;
width: 95%;
padding: 35px;
}
.el-input {
height: 20px;
}
.el-input__inner {
height: 30px;
font-family: Roboto, serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
}
/**宽度修改 */
.el-select {
width: 129px;
}
/* 下面设置右侧按钮居中 */
.el-input__suffix {
top: 6px;
}
.el-input__icon {
line-height: inherit;
}
.el-input__suffix-inner {
display: inline-block;
}

View File

@ -71,6 +71,7 @@
<script src="/plugins/calendar/calendar.js"></script> <script src="/plugins/calendar/calendar.js"></script>
<script src="/plugins/axios/axios.min.js"></script> <script src="/plugins/axios/axios.min.js"></script>
<script src="/plugins/axios/request.js"></script> <script src="/plugins/axios/request.js"></script>
<!-- import Script -->
<script src="/static/bizquery/js/index.js"></script> <script src="/static/bizquery/js/index.js"></script>
<script> <script>

View File

@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>客户付款方式</title>
<meta name="author" content="JIAL">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<link rel="icon" href="/static/image/JNlogo.png" type="image/x-icon">
<link rel="stylesheet" href="/plugins/element-ui/index.css">
<!-- import CSS -->
<link rel="stylesheet" href="/static/paymethod/css/index.css">
</head>
<body>
<div class="container" id="index-app">
</div>
<script src="/plugins/vue/vue.js"></script>
<script src="/plugins/element-ui/index.js"></script>
<script src="/plugins/calendar/calendar.js"></script>
<script src="/plugins/axios/axios.min.js"></script>
<script src="/plugins/axios/request.js"></script>
<!-- import Script -->
<script src="/static/paymethod/js/index.js"></script>
<script>
new Vue({
el: '#index-app',
data() {
return {
}
},
computed: {
},
created() {
},
mounted() {
},
methods: {
async init () {
},
}
})
</script>
</body>
</html>

View File

@ -0,0 +1,213 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>报价</title>
<meta name="author" content="JIAL">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<link rel="icon" href="/static/image/JNlogo.png" type="image/x-icon">
<link rel="stylesheet" href="/plugins/element-ui/index.css">
<!-- import CSS -->
<link rel="stylesheet" href="/static/zmquotation/css/index.css">
</head>
<body>
<div class="container" id="index-app">
<div class="center-container">
<div class="form-box">
<el-form :label-position="labelPosition" label-width="35%" :model="formLabelAlign">
<el-row>
<el-col :span="5">
<el-form-item label="名称">
<el-input v-model="formLabelAlign.name"></el-input>
</el-form-item>
</el-col >
<el-col :span="5">
<el-form-item label="活动区域">
<el-input v-model="formLabelAlign.region"></el-input>
</el-form-item>
</el-col>
<el-col :span="5">
<el-form-item label="活动形式">
<el-input v-model="formLabelAlign.type"></el-input>
</el-form-item>
</el-col>
<el-col :span="5">
<el-form-item label="活动形式">
<el-input v-model="formLabelAlign.type"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="6">
<el-cascader
:options="options"
:props="{ checkStrictly: true }"
:style="{width: '100%'}"
clearable
@change="handleChange">
</el-cascader>
</el-col>
<el-col :span="3">
<el-form-item label="区">
<el-input v-model="formLabelAlign.type"></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
<div class="table-box">
<el-table
:data="tableData"
border
row-height="20px"
:header-cell-style="{background:'#eef1f6',color:'#606266'}">
<el-table-column
fixed
width="180"
prop="kunnr1"
label="客户编号">
</el-table-column>
<el-table-column
width="180"
prop="kunnr2"
label="客户编号">
</el-table-column>
<el-table-column
width="180"
prop="kunnr3"
label="客户编号">
</el-table-column>
<el-table-column
width="180"
prop="kunnr4"
label="客户编号">
</el-table-column>
<el-table-column
width="180"
prop="kunnr5"
label="客户编号"
style="color: red">
</el-table-column>
<el-table-column
width="180"
prop="kunnr6"
label="客户编号">
</el-table-column>
<el-table-column
width="180"
prop="kunnr7"
label="客户编号">
</el-table-column>
<el-table-column
width="180"
prop="kunnr8"
label="客户编号">
</el-table-column>
<el-table-column
fixed="right"
width="180"
label="操作">
<template slot-scope="scope">
<el-button @click="handleClick(scope.row)" type="text">查看</el-button>
</template>
</el-table-column>
</el-table>
</div>
</div>
</div>
<script src="/plugins/vue/vue.js"></script>
<script src="/plugins/element-ui/index.js"></script>
<script src="/plugins/calendar/calendar.js"></script>
<script src="/plugins/axios/axios.min.js"></script>
<script src="/plugins/axios/request.js"></script>
<!-- import Script -->
<script src="/static/zmquotation/js/index.js"></script>
<script>
new Vue({
el: '#index-app',
data() {
return {
labelPosition: 'right',
formLabelAlign: {
name: '',
region: '',
type: ''
},
tableData: [
{ kunnr1: '001', kunnr2: '002', kunnr3: '003', kunnr4: '004', kunnr5: '005', kunnr6: '006', kunnr7: '007', kunnr8: '008' },
{ kunnr1: '101', kunnr2: '102', kunnr3: '103', kunnr4: '104', kunnr5: '105', kunnr6: '106', kunnr7: '107', kunnr8: '108' },
// Add more rows as needed
],
value: [],
options: [],
}
},
computed: {
},
created() {
},
mounted() {
this.getChinaData();
},
methods: {
async init () {
},
handleChange(value) {
console.log(value);
console.log(value[0]);
},
async getChinaData() {
try {
const response = await this.$axios.get('https://restapi.amap.com/v3/config/district', {
params: {
key: '8ae95f669eb23a81586ec1d1a5ecd98e',
keywords: '中国',
subdistrict: 1,
extensions: 'all'
}
});
if (response.data && response.data.districts && response.data.districts.length > 0) {
const chinaData = response.data.districts[0];
this.options = this.transformDistrictData(chinaData.districts);
}
} catch (error) {
console.error('Error fetching China data:', error);
}
},
transformDistrictData(districts) {
return districts.map(province => {
return {
value: province.adcode,
label: province.name,
children: province.districts.map(city => {
return {
value: city.adcode,
label: city.name,
children: city.districts.map(area => {
return {
value: area.adcode,
label: area.name
};
})
};
})
};
}
})
</script>
</body>
</html>