فهرست منبع

新增常客列表功能

admin 2 سال پیش
والد
کامیت
ed0cd06bc6

BIN
file/system/20220408/admin_code_2.png


+ 954 - 0
logs/info-collection.log

@@ -0,0 +1,954 @@
+2022-04-11 09:33:27.598  INFO 17456 --- [main] com.yx.face.FaceServerApplication        : Starting FaceServerApplication using Java 1.8.0_91 on DESKTOP-K87U953 with PID 17456 (C:\project\ldb-airport\target\classes started by admin in C:\project\ldb-airport)
+2022-04-11 09:33:27.603  INFO 17456 --- [main] com.yx.face.FaceServerApplication        : The following profiles are active: test
+2022-04-11 09:33:28.740  INFO 17456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
+2022-04-11 09:33:28.744  INFO 17456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
+2022-04-11 09:33:28.793  INFO 17456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 34 ms. Found 0 Redis repository interfaces.
+2022-04-11 09:33:29.030  WARN 17456 --- [main] o.m.s.mapper.ClassPathMapperScanner      : No MyBatis mapper was found in '[com.yx.face]' package. Please check your configuration.
+2022-04-11 09:33:29.127  INFO 17456 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=90f1820e-e950-3130-aabc-2d52963e3d39
+2022-04-11 09:33:29.347  INFO 17456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisConfig' of type [com.yx.face.boot.config.RedisConfig$$EnhancerBySpringCGLIB$$8910be1c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+2022-04-11 09:33:29.666  INFO 17456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
+2022-04-11 09:33:29.678  INFO 17456 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
+2022-04-11 09:33:29.678  INFO 17456 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
+2022-04-11 09:33:29.785  INFO 17456 --- [main] o.a.c.c.C.[.[localhost].[/ldb-airport]   : Initializing Spring embedded WebApplicationContext
+2022-04-11 09:33:29.786  INFO 17456 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2133 ms
+2022-04-11 09:33:32.971  INFO 17456 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.util.MsUtil CLASS_CACHE cache.
+2022-04-11 09:33:32.972  INFO 17456 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.genid.GenIdUtil CACHE cache.
+2022-04-11 09:33:32.972  INFO 17456 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.version.VersionUtil CACHE cache.
+2022-04-11 09:33:32.972  INFO 17456 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear EntityHelper entityTableMap cache.
+2022-04-11 09:33:33.125  WARN 17456 --- [main] arterDeprecationWarningAutoConfiguration : spring-boot-starter-redis is deprecated as of Spring Boot 1.4, please migrate to spring-boot-starter-data-redis
+2022-04-11 09:33:33.364  INFO 17456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8802 (http) with context path '/ldb-airport'
+2022-04-11 09:33:33.969  INFO 17456 --- [main] com.yx.face.FaceServerApplication        : Started FaceServerApplication in 7.012 seconds (JVM running for 7.876)
+2022-04-11 09:38:58.178  INFO 17456 --- [http-nio-8802-exec-3] o.a.c.c.C.[.[localhost].[/ldb-airport]   : Initializing Spring DispatcherServlet 'dispatcherServlet'
+2022-04-11 09:38:58.178  INFO 17456 --- [http-nio-8802-exec-3] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
+2022-04-11 09:38:58.182  INFO 17456 --- [http-nio-8802-exec-3] o.s.web.servlet.DispatcherServlet        : Completed initialization in 3 ms
+2022-04-11 09:47:35.803  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:35.803  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/doLogin
+2022-04-11 09:47:35.813  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:35.813  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:login【参数】:[admin, nqj##361]
+2022-04-11 09:47:35.844  INFO 17456 --- [http-nio-8802-exec-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
+2022-04-11 09:47:36.003  INFO 17456 --- [http-nio-8802-exec-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
+2022-04-11 09:47:36.134  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:321毫秒
+2022-04-11 09:47:36.163  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:36.163  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/doGetInfo
+2022-04-11 09:47:36.175  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:36.175  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/doGetInfo
+2022-04-11 09:47:36.194  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:36.194  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
+2022-04-11 09:47:36.203  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:47:36.203  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:36.203  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[1]
+2022-04-11 09:47:36.213  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:10毫秒
+2022-04-11 09:47:36.334  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:36.334  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getDeviceNumber
+2022-04-11 09:47:36.343  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:36.343  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:36.349  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getAdminData
+2022-04-11 09:47:36.349  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/controlEarlyWarningListLog/getListLog
+2022-04-11 09:47:36.353  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:36.353  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getDeviceNumber
+2022-04-11 09:47:36.353  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:36.353  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
+2022-04-11 09:47:36.359  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:47:36.360  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:47:36.361  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getDeviceNumber【参数】:[]
+2022-04-11 09:47:36.364  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:36.364  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:47:36.367  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:36.367  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:36.367  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getAdminData
+2022-04-11 09:47:36.367  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/controlEarlyWarningListLog/getListLog
+2022-04-11 09:47:36.367  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:36.367  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:36.367  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
+2022-04-11 09:47:36.367  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
+2022-04-11 09:47:36.369  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:47:36.372  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:47:36.374  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:47:36.374  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminData【参数】:[]
+2022-04-11 09:47:36.374  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:47:36.374  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:36.374  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:47:36.376  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserControlEarlyWarningListLogServiceImpl
+2022-04-11 09:47:36.376  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getListLog【参数】:[1]
+2022-04-11 09:47:36.382  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:21毫秒
+2022-04-11 09:47:36.382  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:47:36.403  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:36.403  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[3]
+2022-04-11 09:47:36.414  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:38毫秒
+2022-04-11 09:47:36.414  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:47:36.424  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:50毫秒
+2022-04-11 09:47:39.853  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:39.853  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:39.853  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:47:39.853  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:39.855  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/getAdminlist
+2022-04-11 09:47:39.855  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/areaCode/getProvince
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/areaCode/getProvince
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/getAdminlist
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
+2022-04-11 09:47:39.864  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
+2022-04-11 09:47:39.873  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:47:39.873  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:47:39.873  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:47:39.873  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:47:39.873  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getProvince【参数】:[]
+2022-04-11 09:47:39.884  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:47:39.884  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:39.884  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":null,"cityId":null,"areaId":null}}]
+2022-04-11 09:47:39.884  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:47:39.884  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:47:39.893  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:47:39.884  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminlist【参数】:[{}]
+2022-04-11 09:47:39.913  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:40毫秒
+2022-04-11 09:47:39.924  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:47:39.933  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:49毫秒
+2022-04-11 09:49:25.981  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:25.982  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/doLogin
+2022-04-11 09:49:25.982  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:25.982  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:login【参数】:[省级超管, Nqj##117521]
+2022-04-11 09:49:25.997  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:15毫秒
+2022-04-11 09:49:26.024  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:26.024  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/doGetInfo
+2022-04-11 09:49:26.032  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:26.033  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/doGetInfo
+2022-04-11 09:49:26.034  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:26.034  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:26.039  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:49:26.041  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:26.041  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[2]
+2022-04-11 09:49:26.047  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:49:26.126  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:26.127  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getDeviceNumber
+2022-04-11 09:49:26.127  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:26.127  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:26.128  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/controlEarlyWarningListLog/getListLog
+2022-04-11 09:49:26.128  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getAdminData
+2022-04-11 09:49:26.133  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:26.133  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getDeviceNumber
+2022-04-11 09:49:26.133  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:26.134  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getAdminData
+2022-04-11 09:49:26.134  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:26.134  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:26.134  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:26.134  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:26.135  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:26.135  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/controlEarlyWarningListLog/getListLog
+2022-04-11 09:49:26.140  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:26.141  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:26.141  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:49:26.142  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:49:26.143  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getDeviceNumber【参数】:[]
+2022-04-11 09:49:26.143  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:26.143  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:49:26.147  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:12毫秒
+2022-04-11 09:49:26.149  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:49:26.151  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:49:26.151  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminData【参数】:[]
+2022-04-11 09:49:26.151  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:26.151  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:49:26.152  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserControlEarlyWarningListLogServiceImpl
+2022-04-11 09:49:26.152  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getListLog【参数】:[2]
+2022-04-11 09:49:26.154  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:49:26.160  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:17毫秒
+2022-04-11 09:49:26.160  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:49:26.175  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:23毫秒
+2022-04-11 09:49:26.176  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:26.177  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[3]
+2022-04-11 09:49:26.182  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:49:26.189  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:38毫秒
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getAdminData
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/controlEarlyWarningListLog/getListLog
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getDeviceNumber
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:31.094  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:13毫秒
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:13毫秒
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:13毫秒
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getDeviceNumber【参数】:[]
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserControlEarlyWarningListLogServiceImpl
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getListLog【参数】:[2]
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminData【参数】:[]
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:31.107  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:49:31.116  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:49:31.116  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:49:31.116  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:49:31.121  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:14毫秒
+2022-04-11 09:49:31.125  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:18毫秒
+2022-04-11 09:49:36.104  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:36.104  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:36.104  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getAdminData
+2022-04-11 09:49:36.113  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getDeviceNumber
+2022-04-11 09:49:36.113  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:36.113  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/controlEarlyWarningListLog/getListLog
+2022-04-11 09:49:36.114  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:36.114  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:36.114  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:36.114  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:36.114  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:36.114  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:36.124  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:10毫秒
+2022-04-11 09:49:36.124  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:10毫秒
+2022-04-11 09:49:36.124  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:10毫秒
+2022-04-11 09:49:36.124  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:49:36.124  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:49:36.124  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getDeviceNumber【参数】:[]
+2022-04-11 09:49:36.124  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminData【参数】:[]
+2022-04-11 09:49:36.124  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:36.124  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:36.126  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:49:36.126  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:49:36.126  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserControlEarlyWarningListLogServiceImpl
+2022-04-11 09:49:36.126  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getListLog【参数】:[2]
+2022-04-11 09:49:36.130  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:4毫秒
+2022-04-11 09:49:36.132  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:49:36.136  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:12毫秒
+2022-04-11 09:49:36.137  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:49:36.137  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:13毫秒
+2022-04-11 09:49:41.099  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:41.099  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:41.099  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:41.100  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getAdminData
+2022-04-11 09:49:41.100  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getDeviceNumber
+2022-04-11 09:49:41.100  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/controlEarlyWarningListLog/getListLog
+2022-04-11 09:49:41.101  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:41.101  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:41.101  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:41.101  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:41.101  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:41.101  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:41.109  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:49:41.110  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserControlEarlyWarningListLogServiceImpl
+2022-04-11 09:49:41.110  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getListLog【参数】:[2]
+2022-04-11 09:49:41.111  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:10毫秒
+2022-04-11 09:49:41.111  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:10毫秒
+2022-04-11 09:49:41.112  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:49:41.112  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:49:41.112  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminData【参数】:[]
+2022-04-11 09:49:41.112  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getDeviceNumber【参数】:[]
+2022-04-11 09:49:41.112  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:41.112  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:41.112  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:49:41.112  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:49:41.117  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:49:41.123  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:13毫秒
+2022-04-11 09:49:41.123  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:49:41.123  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:49:41.131  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:19毫秒
+2022-04-11 09:49:46.106  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:46.106  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:46.106  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:46.107  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getDeviceNumber
+2022-04-11 09:49:46.107  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/controlEarlyWarningListLog/getListLog
+2022-04-11 09:49:46.107  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/dataShow/getAdminData
+2022-04-11 09:49:46.107  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:46.107  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:46.107  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:46.107  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:46.107  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:46.107  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:46.115  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:49:46.115  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:49:46.115  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:49:46.116  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:49:46.116  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
+2022-04-11 09:49:46.116  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getDeviceNumber【参数】:[]
+2022-04-11 09:49:46.116  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminData【参数】:[]
+2022-04-11 09:49:46.116  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserControlEarlyWarningListLogServiceImpl
+2022-04-11 09:49:46.116  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:46.116  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:46.116  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getListLog【参数】:[2]
+2022-04-11 09:49:46.117  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:49:46.117  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[]
+2022-04-11 09:49:46.122  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:49:46.122  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:49:46.128  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:49:46.128  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:12毫秒
+2022-04-11 09:49:46.130  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:14毫秒
+2022-04-11 09:49:50.689  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:50.689  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:50.689  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:50.689  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:50.689  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/getAdminlist
+2022-04-11 09:49:50.689  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getProvince
+2022-04-11 09:49:50.689  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:49:50.690  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getCity
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/getAdminlist
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getCity
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getProvince
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:50.698  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:49:50.707  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:49:50.707  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:49:50.707  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:49:50.707  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:49:50.708  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:49:50.708  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getProvince【参数】:[]
+2022-04-11 09:49:50.708  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:50.708  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminlist【参数】:[{}]
+2022-04-11 09:49:50.708  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:49:50.708  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:49:50.709  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:49:50.710  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:49:50.710  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:49:50.710  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getCity【参数】:[35841]
+2022-04-11 09:49:50.717  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:49:50.717  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:49:50.729  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:21毫秒
+2022-04-11 09:49:50.734  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:24毫秒
+2022-04-11 09:49:50.737  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:28毫秒
+2022-04-11 09:51:12.096  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:51:12.096  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:51:12.096  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:51:12.097  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:51:12.106  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:51:12.107  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:51:12.107  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:51:12.109  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:51:12.110  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:51:12.114  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:4毫秒
+2022-04-11 09:51:12.124  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:15毫秒
+2022-04-11 09:51:14.117  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:51:14.125  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:51:14.125  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:51:14.125  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:51:14.135  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:10毫秒
+2022-04-11 09:51:14.136  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:51:14.137  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:51:14.137  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:51:14.137  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:51:14.143  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:51:14.156  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:19毫秒
+2022-04-11 09:51:30.068  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:51:30.068  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/insert
+2022-04-11 09:51:30.071  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:51:30.071  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/insert
+2022-04-11 09:51:30.072  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:51:30.072  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:51:30.079  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:51:30.082  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:51:30.082  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:insert【参数】:[UserWhitelistDTO(id=null, name=彭宝, phone=13317252375, idNumber=421123200106194014, adminId=2)]
+2022-04-11 09:51:30.093 ERROR 17456 --- [http-nio-8802-exec-8] c.y.f.boot.core.GlobalExceptionHandler   : 手机号已经存在
+
+com.yx.face.boot.restful.ServiceException: 手机号已经存在
+	at com.yx.face.service.impl.UserWhitelistServiceImpl.getUserWhitelist(UserWhitelistServiceImpl.java:133) ~[classes/:na]
+	at com.yx.face.service.impl.UserWhitelistServiceImpl.insert(UserWhitelistServiceImpl.java:84) ~[classes/:na]
+	at com.yx.face.service.impl.UserWhitelistServiceImpl$$FastClassBySpringCGLIB$$3ca1bc7f.invoke(<generated>) ~[classes/:na]
+	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.7.jar:5.3.7]
+	at com.yx.face.boot.component.aop.ServiceLog.aroundLog(ServiceLog.java:40) ~[classes/:na]
+	at sun.reflect.GeneratedMethodAccessor258.invoke(Unknown Source) ~[na:na]
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
+	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
+	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) ~[spring-aop-5.3.7.jar:5.3.7]
+	at com.yx.face.service.impl.UserWhitelistServiceImpl$$EnhancerBySpringCGLIB$$b32d3666.insert(<generated>) ~[classes/:na]
+	at com.yx.face.controller.admin.UserWhitelistController.insert(UserWhitelistController.java:49) ~[classes/:na]
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
+	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
+	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.7.jar:5.3.7]
+	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.7.jar:5.3.7]
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.46.jar:4.0.FR]
+	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.7.jar:5.3.7]
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.46.jar:4.0.FR]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at com.github.xiaoymin.knife4j.spring.filter.SecurityBasicAuthFilter.doFilter(SecurityBasicAuthFilter.java:87) [knife4j-spring-3.0.2.jar:na]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.7.jar:5.3.7]
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.7.jar:5.3.7]
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.7.jar:5.3.7]
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_91]
+	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_91]
+	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at java.lang.Thread.run(Thread.java:745) [na:1.8.0_91]
+
+2022-04-11 09:51:33.252  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:51:33.252  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/insert
+2022-04-11 09:51:33.253  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:51:33.253  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:51:33.265  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:12毫秒
+2022-04-11 09:51:33.267  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:51:33.267  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:insert【参数】:[UserWhitelistDTO(id=null, name=彭宝, phone=13317252371, idNumber=421123200106194014, adminId=2)]
+2022-04-11 09:51:33.277 ERROR 17456 --- [http-nio-8802-exec-4] c.y.f.boot.core.GlobalExceptionHandler   : 身份证号已经存在
+
+com.yx.face.boot.restful.ServiceException: 身份证号已经存在
+	at com.yx.face.service.impl.UserWhitelistServiceImpl.getUserWhitelist(UserWhitelistServiceImpl.java:145) ~[classes/:na]
+	at com.yx.face.service.impl.UserWhitelistServiceImpl.insert(UserWhitelistServiceImpl.java:84) ~[classes/:na]
+	at com.yx.face.service.impl.UserWhitelistServiceImpl$$FastClassBySpringCGLIB$$3ca1bc7f.invoke(<generated>) ~[classes/:na]
+	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.7.jar:5.3.7]
+	at com.yx.face.boot.component.aop.ServiceLog.aroundLog(ServiceLog.java:40) ~[classes/:na]
+	at sun.reflect.GeneratedMethodAccessor258.invoke(Unknown Source) ~[na:na]
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
+	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
+	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
+	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) ~[spring-aop-5.3.7.jar:5.3.7]
+	at com.yx.face.service.impl.UserWhitelistServiceImpl$$EnhancerBySpringCGLIB$$b32d3666.insert(<generated>) ~[classes/:na]
+	at com.yx.face.controller.admin.UserWhitelistController.insert(UserWhitelistController.java:49) ~[classes/:na]
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
+	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
+	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.7.jar:5.3.7]
+	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) ~[spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.7.jar:5.3.7]
+	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.7.jar:5.3.7]
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.46.jar:4.0.FR]
+	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.7.jar:5.3.7]
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.46.jar:4.0.FR]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at com.github.xiaoymin.knife4j.spring.filter.SecurityBasicAuthFilter.doFilter(SecurityBasicAuthFilter.java:87) [knife4j-spring-3.0.2.jar:na]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.7.jar:5.3.7]
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.7.jar:5.3.7]
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.7.jar:5.3.7]
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_91]
+	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_91]
+	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.46.jar:9.0.46]
+	at java.lang.Thread.run(Thread.java:745) [na:1.8.0_91]
+
+2022-04-11 09:52:02.861  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:52:02.862  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/insert
+2022-04-11 09:52:02.862  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:02.862  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:52:02.870  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:52:02.871  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:52:02.871  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:insert【参数】:[UserWhitelistDTO(id=null, name=彭宝, phone=13317252371, idNumber=421123200106194014, adminId=2)]
+2022-04-11 09:52:02.878  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:02.879  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[2]
+2022-04-11 09:52:02.883  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:4毫秒
+2022-04-11 09:52:02.907  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:36毫秒
+2022-04-11 09:52:02.928  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:52:02.928  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:52:02.929  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:02.929  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:52:02.956  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:27毫秒
+2022-04-11 09:52:02.957  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:52:02.957  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:52:02.958  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:02.958  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:52:02.970  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:12毫秒
+2022-04-11 09:52:02.982  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:25毫秒
+2022-04-11 09:52:05.157  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:52:05.157  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:52:05.158  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:05.158  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:52:05.166  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:52:05.166  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:52:05.166  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:52:05.167  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:05.167  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:52:05.171  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:4毫秒
+2022-04-11 09:52:05.183  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:16毫秒
+2022-04-11 09:52:06.734  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:52:06.735  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:52:06.735  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:06.735  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:52:06.746  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:52:06.747  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:52:06.747  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:52:06.748  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:06.748  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:52:06.752  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:4毫秒
+2022-04-11 09:52:06.763  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:15毫秒
+2022-04-11 09:52:13.814  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:52:13.814  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/delete
+2022-04-11 09:52:13.820  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:52:13.820  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/delete
+2022-04-11 09:52:13.821  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:13.821  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:52:13.828  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:52:13.830  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:52:13.830  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:delete【参数】:[20, 2]
+2022-04-11 09:52:13.983  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.s.impl.UserWhitelistServiceImpl    : 删除结果={errCode=00, msg=命令下发成功, taskId=81397}
+2022-04-11 09:52:14.006  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:176毫秒
+2022-04-11 09:52:14.019  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:52:14.020  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:52:14.020  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:14.020  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:52:14.031  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:52:14.033  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:52:14.033  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:52:14.035  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:14.035  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:52:14.042  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:52:14.060  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:25毫秒
+2022-04-11 09:52:37.645  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:52:37.645  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/insert
+2022-04-11 09:52:37.645  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:37.645  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:52:37.653  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:52:37.656  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:52:37.657  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:insert【参数】:[UserWhitelistDTO(id=null, name=彭宝, phone=13317252375, idNumber=421123200106194014, adminId=2)]
+2022-04-11 09:52:37.665  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:37.665  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:showDataGetInfo【参数】:[2]
+2022-04-11 09:52:37.672  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:52:37.690  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:33毫秒
+2022-04-11 09:52:37.700  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:52:37.700  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:52:37.701  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:37.701  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:52:37.715  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:14毫秒
+2022-04-11 09:52:37.716  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:52:37.716  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:52:37.717  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:52:37.717  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:52:37.726  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:52:37.739  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:22毫秒
+2022-04-11 09:53:05.940  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:53:05.941  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:53:05.941  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:05.941  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:53:05.949  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:53:05.950  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:53:05.950  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:53:05.951  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:05.951  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:53:05.956  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:53:05.977  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:26毫秒
+2022-04-11 09:53:06.984  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:53:06.984  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:53:06.985  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:06.985  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:53:06.993  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:53:06.995  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:53:06.995  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:53:06.995  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:06.995  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:53:07.000  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:53:07.010  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:15毫秒
+2022-04-11 09:53:10.577  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:53:10.577  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:53:10.578  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:10.578  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:53:10.587  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:53:10.588  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:53:10.588  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:53:10.590  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:10.590  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:53:10.595  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:53:10.608  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:18毫秒
+2022-04-11 09:53:15.869  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:53:15.870  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:53:15.870  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:15.871  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:53:15.880  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:9毫秒
+2022-04-11 09:53:15.881  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:53:15.881  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:53:15.881  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:15.881  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:53:15.885  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:3毫秒
+2022-04-11 09:53:15.893  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:12毫秒
+2022-04-11 09:53:32.041  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:53:32.041  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:53:32.041  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:32.041  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:53:32.052  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:53:32.053  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:53:32.053  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:53:32.054  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:32.054  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:53:32.058  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:4毫秒
+2022-04-11 09:53:32.069  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:15毫秒
+2022-04-11 09:53:38.533  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:53:38.534  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:53:38.534  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:38.534  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:53:38.542  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:53:38.543  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:53:38.543  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:53:38.543  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:38.543  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:53:38.548  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:53:38.557  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:14毫秒
+2022-04-11 09:53:40.972  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:53:40.973  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:53:40.973  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:40.973  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:53:40.981  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:53:40.983  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:53:40.983  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:53:40.984  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:53:40.984  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:53:40.990  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:53:41.001  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:17毫秒
+2022-04-11 09:55:08.682  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:55:08.682  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:55:08.682  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/getAdminlist
+2022-04-11 09:55:08.682  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userVisitorList/getPageList
+2022-04-11 09:55:08.682  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:55:08.682  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:55:08.682  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getCity
+2022-04-11 09:55:08.682  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getProvince
+2022-04-11 09:55:08.683  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:08.683  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:08.683  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:08.683  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:55:08.683  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:55:08.683  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:55:08.687  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:55:08.687  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userVisitorList/getPageList
+2022-04-11 09:55:08.687  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:08.687  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:55:08.694  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:55:08.694  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:55:08.694  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:55:08.695  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:55:08.695  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getProvince【参数】:[]
+2022-04-11 09:55:08.695  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:55:08.695  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getCity【参数】:[35841]
+2022-04-11 09:55:08.695  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:08.695  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminlist【参数】:[{}]
+2022-04-11 09:55:08.695  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:55:08.695  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserVisitorListServiceImpl
+2022-04-11 09:55:08.695  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:55:08.695  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:0毫秒
+2022-04-11 09:55:08.705  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:08.705  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:55:08.713  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:18毫秒
+2022-04-11 09:55:08.713  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:18毫秒
+2022-04-11 09:55:08.713  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:55:08.724  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:29毫秒
+2022-04-11 09:55:10.568  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:55:10.568  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:55:10.568  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/getAdminlist
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getCity
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getProvince
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:55:10.569  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:55:10.575  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:55:10.575  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:55:10.575  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:55:10.575  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:55:10.579  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:55:10.579  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getProvince【参数】:[]
+2022-04-11 09:55:10.580  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:55:10.579  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:55:10.580  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:10.580  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getCity【参数】:[35841]
+2022-04-11 09:55:10.580  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminlist【参数】:[{}]
+2022-04-11 09:55:10.580  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:55:10.581  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:55:10.581  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:55:10.586  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:55:10.596  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:16毫秒
+2022-04-11 09:55:10.596  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:16毫秒
+2022-04-11 09:55:10.598  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:18毫秒
+2022-04-11 09:55:10.604  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:23毫秒
+2022-04-11 09:58:28.314  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:28.314  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:58:28.314  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:28.314  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:28.324  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:10毫秒
+2022-04-11 09:58:28.324  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:58:28.324  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:58:28.324  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:28.324  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:58:28.335  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:11毫秒
+2022-04-11 09:58:28.345  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:21毫秒
+2022-04-11 09:58:37.428  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:37.428  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/doGetInfo
+2022-04-11 09:58:37.428  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:37.429  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:37.437  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:58:37.439  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:37.439  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[2]
+2022-04-11 09:58:37.443  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:4毫秒
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/getAdminlist
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getProvince
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:37.540  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:37.542  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:37.544  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getCity
+2022-04-11 09:58:37.544  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:37.544  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:37.545  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:58:37.547  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:37.547  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminlist【参数】:[{}]
+2022-04-11 09:58:37.564  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:24毫秒
+2022-04-11 09:58:37.564  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:24毫秒
+2022-04-11 09:58:37.566  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:58:37.566  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getProvince【参数】:[]
+2022-04-11 09:58:37.567  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:58:37.567  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:58:37.569  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:37.569  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:58:37.574  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:30毫秒
+2022-04-11 09:58:37.575  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:27毫秒
+2022-04-11 09:58:37.576  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:58:37.576  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getCity【参数】:[35841]
+2022-04-11 09:58:37.584  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:15毫秒
+2022-04-11 09:58:37.589  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:23毫秒
+2022-04-11 09:58:37.601  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:25毫秒
+2022-04-11 09:58:37.602  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:33毫秒
+2022-04-11 09:58:39.401  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:39.401  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:58:39.401  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:39.401  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:39.409  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:8毫秒
+2022-04-11 09:58:39.410  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:58:39.410  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:58:39.410  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:39.410  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:58:39.415  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:58:39.425  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:15毫秒
+2022-04-11 09:58:46.921  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:46.921  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/addSingle
+2022-04-11 09:58:46.926  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:46.927  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/addSingle
+2022-04-11 09:58:46.929  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:46.929  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:46.941  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:12毫秒
+2022-04-11 09:58:46.943  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:58:46.943  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:addSingle【参数】:[2, 5]
+2022-04-11 09:58:46.948  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserInfoServiceImpl
+2022-04-11 09:58:46.948  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAvatarBase64【参数】:[1, https://noise.hz-hanghui.com:8088/yx-fyzd/file/upload/images/202201261643177535717.jpg]
+2022-04-11 09:58:47.255  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:307毫秒
+2022-04-11 09:58:47.319  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:376毫秒
+2022-04-11 09:58:47.330  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:47.330  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:58:47.332  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:47.332  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:47.339  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:58:47.340  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:58:47.340  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:58:47.340  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:47.340  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:58:47.345  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:58:47.356  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:16毫秒
+2022-04-11 09:58:47.363  INFO 17456 --- [mTaskExecutor-1] c.y.f.s.impl.AsyncTriggerRetryImpl       : 下发人脸downFace = {errCode=00, msg=命令下发成功, taskId=81398}
+2022-04-11 09:58:55.885  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:55.885  INFO 17456 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/addSingle
+2022-04-11 09:58:55.886  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:55.886  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:55.893  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:58:55.893  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:58:55.893  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:addSingle【参数】:[2, 5]
+2022-04-11 09:58:55.898  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserInfoServiceImpl
+2022-04-11 09:58:55.898  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAvatarBase64【参数】:[1, https://noise.hz-hanghui.com:8088/yx-fyzd/file/upload/images/202201261643177535717.jpg]
+2022-04-11 09:58:55.993  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:94毫秒
+2022-04-11 09:58:56.052  INFO 17456 --- [http-nio-8802-exec-10] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:159毫秒
+2022-04-11 09:58:56.067  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:58:56.067  INFO 17456 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:58:56.068  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:56.068  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:58:56.075  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:58:56.076  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:58:56.076  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:58:56.077  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:58:56.077  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:58:56.081  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:4毫秒
+2022-04-11 09:58:56.091  INFO 17456 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:14毫秒
+2022-04-11 09:58:56.097  INFO 17456 --- [mTaskExecutor-2] c.y.f.s.impl.AsyncTriggerRetryImpl       : 下发人脸downFace = {errCode=00, msg=命令下发成功, taskId=81399}
+2022-04-11 09:59:32.900  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:59:32.901  INFO 17456 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/doGetInfo
+2022-04-11 09:59:32.903  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:32.903  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:59:32.962  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:59毫秒
+2022-04-11 09:59:32.962  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:32.962  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[2]
+2022-04-11 09:59:32.985  INFO 17456 --- [http-nio-8802-exec-7] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:22毫秒
+2022-04-11 09:59:33.163  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:59:33.163  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:59:33.163  INFO 17456 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:59:33.163  INFO 17456 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/auth/getAdminlist
+2022-04-11 09:59:33.164  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:33.164  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:33.164  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:59:33.164  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:59:33.170  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:59:33.170  INFO 17456 --- [http-nio-8802-exec-5] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getProvince
+2022-04-11 09:59:33.171  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:33.171  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:59:33.172  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:59:33.172  INFO 17456 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/areaCode/getCity
+2022-04-11 09:59:33.172  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:33.172  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:59:33.217  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:53毫秒
+2022-04-11 09:59:33.217  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:53毫秒
+2022-04-11 09:59:33.217  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:45毫秒
+2022-04-11 09:59:33.221  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:59:33.221  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:33.221  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getCity【参数】:[35841]
+2022-04-11 09:59:33.221  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminlist【参数】:[{}]
+2022-04-11 09:59:33.222  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:59:33.222  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":1,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:59:33.223  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:33.224  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:59:33.243  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:72毫秒
+2022-04-11 09:59:33.247  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AreaCodeServiceImpl
+2022-04-11 09:59:33.247  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getProvince【参数】:[]
+2022-04-11 09:59:33.251  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:27毫秒
+2022-04-11 09:59:33.277  INFO 17456 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:56毫秒
+2022-04-11 09:59:33.288  INFO 17456 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:67毫秒
+2022-04-11 09:59:33.288  INFO 17456 --- [http-nio-8802-exec-5] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:41毫秒
+2022-04-11 09:59:33.305  INFO 17456 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:82毫秒
+2022-04-11 09:59:35.542  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:59:35.542  INFO 17456 --- [http-nio-8802-exec-6] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:59:35.543  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:35.543  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:59:35.550  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:7毫秒
+2022-04-11 09:59:35.552  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:59:35.552  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:59:35.554  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:35.554  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:59:35.559  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
+2022-04-11 09:59:35.572  INFO 17456 --- [http-nio-8802-exec-6] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:18毫秒
+2022-04-11 09:59:37.977  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:59:37.977  INFO 17456 --- [http-nio-8802-exec-3] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/addSingle
+2022-04-11 09:59:37.978  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:37.978  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:59:37.984  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:6毫秒
+2022-04-11 09:59:37.985  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:59:37.986  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:addSingle【参数】:[2, 5]
+2022-04-11 09:59:37.990  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserInfoServiceImpl
+2022-04-11 09:59:37.990  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAvatarBase64【参数】:[1, https://noise.hz-hanghui.com:8088/yx-fyzd/file/upload/images/202201261643177535717.jpg]
+2022-04-11 09:59:38.039  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:49毫秒
+2022-04-11 09:59:38.093  INFO 17456 --- [http-nio-8802-exec-3] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:107毫秒
+2022-04-11 09:59:38.105  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
+2022-04-11 09:59:38.105  INFO 17456 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.245 : 请求 path=/admin/userWhitelis/getPageList
+2022-04-11 09:59:38.105  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:38.105  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[2]
+2022-04-11 09:59:38.109  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:4毫秒
+2022-04-11 09:59:38.110  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.UserWhitelistServiceImpl
+2022-04-11 09:59:38.111  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getPageList【参数】:[{"pageNum":2,"pageSize":10,"data":{"name":"","username":null,"phone":"","idNumber":"","provinceId":35841,"cityId":null,"areaId":null}}]
+2022-04-11 09:59:38.113  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
+2022-04-11 09:59:38.113  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
+2022-04-11 09:59:38.126  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:13毫秒
+2022-04-11 09:59:38.140  INFO 17456 --- [http-nio-8802-exec-4] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:27毫秒
+2022-04-11 09:59:38.148  INFO 17456 --- [mTaskExecutor-3] c.y.f.s.impl.AsyncTriggerRetryImpl       : 下发人脸downFace = {errCode=00, msg=命令下发成功, taskId=81400}

+ 13 - 3
src/main/java/com/yx/face/controller/admin/UserWhitelistController.java

@@ -6,6 +6,7 @@ import com.yx.face.boot.core.BaseController;
 import com.yx.face.boot.restful.RestDTO;
 import com.yx.face.boot.restful.RestResponse;
 import com.yx.face.boot.restful.RestResult;
+import com.yx.face.boot.restful.ServiceException;
 import com.yx.face.boot.uitls.ExcelListenerUtils;
 import com.yx.face.model.dto.UserWhitelistDTO;
 import com.yx.face.model.excel.UserWhitelistExcel;
@@ -40,7 +41,11 @@ public class UserWhitelistController extends BaseController {
     @ApiOperation("新增常客")
     @PostMapping("insert")
     public RestResult<Boolean> insert(@RequestBody UserWhitelistDTO userWhitelistDTO) {
-        userWhitelistDTO.setAdminId(getUserId());
+        Integer userId = getUserId();
+        if (null==userId){
+            throw new ServiceException("请先登录");
+        }
+        userWhitelistDTO.setAdminId(userId);
         Integer insert = userWhitelistService.insert(userWhitelistDTO);
         if (insert == 1) return RestResponse.ok(true);
         else return RestResponse.error("增加失败");
@@ -90,8 +95,13 @@ public class UserWhitelistController extends BaseController {
         } catch (IOException e) {
             e.printStackTrace();
         }
-        List<Object> datas = listener.getDatas(); //把拿到的数据处理到集合里去(根据所需自行修改)
-        return userWhitelistService.uploadUserWhitelistExcel(datas);
+        List<Object> datas = listener.getDatas(); //把拿到的数据处理到集合里去(根据所需自行修改)Integer userId = getUserId();
+        //获取登陆者id
+        Integer userId = getUserId();
+        if (null==userId){
+            throw new ServiceException("请先登录");
+        }
+        return userWhitelistService.uploadUserWhitelistExcel(datas,userId);
     }
 
     @ApiOperation("全量白名单下发")

+ 5 - 0
src/main/java/com/yx/face/dao/UserWhitelistDao.java

@@ -29,4 +29,9 @@ public interface UserWhitelistDao extends TKMapper<UserWhitelist> {
     List<Long> selectId(@Param("userIds") List<Long> userIds, @Param("adminId") Integer adminId);
 
     Long setUserOne(@Param("id") Integer id, @Param("adminId") Integer adminId);
+
+    UserWhitelist selectByIdNumber(@Param("idNumber") String idNumber);
+
+    UserWhitelist selectByPhone(@Param("phone")String phone);
+
 }

+ 5 - 1
src/main/java/com/yx/face/model/dto/UserWhitelistDTO.java

@@ -4,6 +4,7 @@ import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
+import javax.persistence.Column;
 import javax.persistence.GeneratedValue;
 import javax.persistence.GenerationType;
 import javax.persistence.Id;
@@ -28,6 +29,9 @@ public class UserWhitelistDTO {
     @ApiModelProperty(value = "手机号")
     private String phone;
 
-    @ApiModelProperty(value = "管理员id")
+    @ApiModelProperty(value = "身份证号")
+    private String idNumber;
+
+    @ApiModelProperty(value = "账号id")
     private Integer adminId;
 }

+ 1 - 1
src/main/java/com/yx/face/model/search/UserWhitelistSearch.java

@@ -23,7 +23,7 @@ public class UserWhitelistSearch {
     @ApiModelProperty(value = "手机号  全输查询")
     private String phone;
 
-    @ApiModelProperty(value = "手机号  全输查询")
+    @ApiModelProperty(value = "身份证号  全输查询")
     private String idNumber;
 
     @ApiModelProperty(value = "省份地址编码 全输查")

+ 1 - 1
src/main/java/com/yx/face/service/UserWhitelistService.java

@@ -33,7 +33,7 @@ public interface UserWhitelistService {
      * */
     PageInfo<UserWhitelistVO> getPageList(RestDTO<UserWhitelistSearch> dto);
 
-    RestResult<List<String>> uploadUserWhitelistExcel(List<Object> datas);
+    RestResult<List<String>> uploadUserWhitelistExcel(List<Object> datas,Integer userId);
 
     RestResult<String> addSnIssued(Integer deviceId);
 

+ 40 - 8
src/main/java/com/yx/face/service/impl/UserWhitelistServiceImpl.java

@@ -4,6 +4,7 @@ import com.github.pagehelper.PageHelper;
 import com.github.pagehelper.PageInfo;
 import com.google.common.collect.Lists;
 import com.google.common.collect.Maps;
+import com.yx.face.boot.core.BaseController;
 import com.yx.face.boot.restful.RestDTO;
 import com.yx.face.boot.restful.RestResponse;
 import com.yx.face.boot.restful.RestResult;
@@ -78,18 +79,21 @@ public class UserWhitelistServiceImpl implements UserWhitelistService {
 
     @Override
     public Integer insert(UserWhitelistDTO userWhitelistDTO) {
+
+        //参数校验
         UserWhitelist userWhitelist = getUserWhitelist(userWhitelistDTO);
         //新增前先判断访客列表有没有数据,如果有,就拿过来,填充到常客列表,否则不填充
         UserVisitorList userVisitorListByPhone = userVisitorListDao.selectByPhoneAndAdminId(userWhitelistDTO.getPhone(), userWhitelistDTO.getAdminId());
         if (null != userVisitorListByPhone) {
             userWhitelist.setAvatar(userVisitorListByPhone.getAvatar());
-            userWhitelist.setIdNumber(userVisitorListByPhone.getIdNumber());
+            //userWhitelist.setIdNumber(userVisitorListByPhone.getIdNumber());
             userWhitelist.setStatus(1);//访客列表有信息,说明已经认证
             //访客有数据就把访客列表中数据删除
             userVisitorListDao.deleteByPrimaryKey(userVisitorListByPhone.getId());
         }
-        userWhitelistDTO.setId(null);
+
         userWhitelist.setCreateTime(new Date());
+        userWhitelist.setUpdateTime(new Date());
         userWhitelist.setType(1);
         if (null == userWhitelist.getStatus()) {
             userWhitelist.setStatus(2);
@@ -111,7 +115,12 @@ public class UserWhitelistServiceImpl implements UserWhitelistService {
     //数据校验
     private UserWhitelist getUserWhitelist(UserWhitelistDTO userWhitelistDTO) {
         UserWhitelist userWhitelist = new UserWhitelist();
-        userWhitelist.setAdminId(adminService.getInfo().getAdminId());
+
+        //姓名校验
+        if (null == userWhitelistDTO.getName() || userWhitelistDTO.getName().equals("")) {
+            throw new ServiceException("姓名有误");
+        }
+
         //校验手机号
         if (userWhitelistDTO.getPhone() == null || userWhitelistDTO.getPhone().equals("")) {
             throw new ServiceException("手机号不能为空");
@@ -119,13 +128,32 @@ public class UserWhitelistServiceImpl implements UserWhitelistService {
         if (!SMSOrIdCardUtils.isMobile(userWhitelistDTO.getPhone())) {
             throw new ServiceException("手机号有误");
         }
-        UserWhitelist byPhoneAndId = userWhitelistdao.getByPhoneAndId(userWhitelistDTO.getPhone(), userWhitelistDTO.getId(), userWhitelist.getAdminId());
-        if (byPhoneAndId != null) {
+        UserWhitelist userWhitelistDb = userWhitelistdao.selectByPhone(userWhitelistDTO.getPhone());
+        if (userWhitelistDb != null) {
             throw new ServiceException("手机号已经存在");
         }
 
-        userWhitelist.setName(userWhitelistDTO.getName() == null ? null : userWhitelistDTO.getName());
-        userWhitelist.setPhone(userWhitelistDTO.getPhone() == null ? null : userWhitelistDTO.getPhone());
+        //检验身份证号
+        if (null == userWhitelistDTO.getIdNumber() || userWhitelistDTO.getIdNumber().equals("") ) {
+            throw new ServiceException("身份证号不能为空");
+        }
+        if (!SMSOrIdCardUtils.isIdCard(userWhitelistDTO.getIdNumber())) {
+            throw new ServiceException("身份证号有误");
+        }
+        userWhitelistDb = userWhitelistdao.selectByIdNumber(userWhitelistDTO.getIdNumber());
+        if (null != userWhitelistDb && null != userWhitelistDb.getId()) {
+            throw new ServiceException("身份证号已经存在");
+        }
+
+        //校验分配账号
+        if (null == userWhitelistDTO.getAdminId() || null == adminService.showDataGetInfo(userWhitelistDTO.getAdminId())) {
+            throw new ServiceException("所分配账号有误");
+        }
+
+        userWhitelist.setAdminId(userWhitelistDTO.getAdminId());
+        userWhitelist.setName(userWhitelistDTO.getName());
+        userWhitelist.setPhone(userWhitelistDTO.getPhone());
+        userWhitelist.setIdNumber(userWhitelistDTO.getIdNumber());
         return userWhitelist;
     }
 
@@ -219,17 +247,21 @@ public class UserWhitelistServiceImpl implements UserWhitelistService {
     }
 
     @Override
-    public RestResult<List<String>> uploadUserWhitelistExcel(List<Object> datas) {
+    public RestResult<List<String>> uploadUserWhitelistExcel(List<Object> datas,Integer userId) {
+
         List<String> list = new ArrayList<>();
         for (int i = 0; i < datas.size(); i++) {
             try {
                 UserWhitelistExcel userWhitelistExcel = (UserWhitelistExcel) datas.get(i);
                 if (userWhitelistExcel.getName() == null) throw new ServiceException("第" + (i + 2) + "行,姓名不能为空");
                 if (userWhitelistExcel.getPhone() == null) throw new ServiceException("第" + (i + 2) + "行,手机号不能为空");
+                if (userWhitelistExcel.getIdNumber() == null) throw new ServiceException("第" + (i + 2) + "行,身份证不能为空");
 
                 UserWhitelistDTO userWhitelistDTO = new UserWhitelistDTO();
                 userWhitelistDTO.setName(userWhitelistExcel.getName());
                 userWhitelistDTO.setPhone(userWhitelistExcel.getPhone());
+                userWhitelistDTO.setIdNumber(userWhitelistExcel.getIdNumber());
+                userWhitelistDTO.setAdminId(userId);
                 try {
                     this.insert(userWhitelistDTO);
                 } catch (Exception e) {

+ 3 - 3
src/main/resources/application-test.yml

@@ -48,7 +48,7 @@ spring:
         min-idle: 0     #最小等待连接中的数量,设 0 为没有限制
       shutdown-timeout: 100ms
     password: ''
-    port: 6399
+    port: 6379
 
 logging:
   file:
@@ -103,10 +103,10 @@ web.address: http://127.0.0.1:9100/fyzd/
 
 ##---------------------------------------健康码是否开启白名单地址------------------------------------------------------##
 
-tb.jkm.device.white.list.url: http://192.168.99.11:1821/Hanghui/deviceWhiteList
+tb.jkm.device.white.list.url: http://183.237.179.218:1891/Hanghui/deviceWhiteList
 
 ##``````````````````````````````````` 人脸服务 配置``````````````````````````````````````````````````````````````###
-face.service.tb: http://192.168.9.187:1820
+face.service.tb: http://192.168.9.170:1820
 
 #定时任务 每5分钟
 cron.face.clear.user: 0 1/5 * * * ?

+ 1 - 1
src/main/resources/application.yml

@@ -1,3 +1,3 @@
 spring:
   profiles:
-    active: test
+    active: prod

+ 29 - 15
src/main/resources/mapper/UserWhitelistDao.xml

@@ -19,18 +19,10 @@
     </select>
 
 
-    <select id="getByPhoneAndId" resultType="com.yx.face.model.entity.UserWhitelist">
+    <select id="selectByPhone" resultType="com.yx.face.model.entity.UserWhitelist">
         select id
         from user_whitelist
-        <where>
-            and phone =#{phone}
-            <if test="id != null">
-                and id != #{id}
-            </if>
-            <if test="adminId != null">
-                and admin_id = #{adminId}
-            </if>
-        </where>
+        where phone = #{phone}
     </select>
 
     <select id="selectListBySearch" resultType="com.yx.face.model.vo.UserWhitelistVO">
@@ -51,16 +43,16 @@
             </if>
             <if test="adminVo.type == 2">
                 and a.province_id = #{adminVo.provinceId}
-                and a.type in (3 ,4 ,5)
+                <!--and a.type in (3 ,4 ,5)-->
             </if>
             <if test="adminVo.type == 3">
                 and a.province_id = #{adminVo.provinceId}
-                and a.type in (4 , 5)
+                <!--and a.type in (4 , 5)-->
                 and a.tag_id = #{adminVo.tagId}
             </if>
             <if test="adminVo.type == 4">
                 and a.city_id = #{adminVo.cityId}
-                and a.type = 5
+                <!-- and a.type = 5 -->
                 and a.tag_id = #{adminVo.tagId}
             </if>
             <if test="adminVo.type == 5">
@@ -101,11 +93,11 @@
           AND uw.admin_id = #{userId}
     </select>
     <select id="selectListOne" resultType="com.yx.face.model.vo.UserWhitelistVO">
-        SELECT ui.id, uw.id as snId, uw.avatar, ui.username as name, ui.id_number as idNumber, uw.admin_id as adminId
+  `      SELECT ui.id, uw.id as snId, uw.avatar, ui.username as name, ui.id_number as idNumber, uw.admin_id as adminId
         FROM user_whitelist as uw
                  LEFT JOIN user_info as ui
                            on uw.phone = ui.phone
-        WHERE uw.id = #{id}
+        WHERE uw.id = #{id}`
     </select>
     <select id="selectId" resultType="java.lang.Long">
         SELECT uw.id
@@ -118,5 +110,27 @@
             #{userId}
         </foreach>
     </select>
+
+    <select id="selectByIdNumber" resultType="com.yx.face.model.entity.UserWhitelist">
+        select id
+        from user_whitelist
+        where id_number = #{idNumber}
+    </select>
+
+
+    <select id="getByPhoneAndId" resultType="com.yx.face.model.entity.UserWhitelist">
+        select id
+        from user_whitelist
+        <where>
+            and phone =#{phone}
+            <if test="id != null">
+                and id != #{id}
+            </if>
+            <if test="adminId != null">
+                and admin_id = #{adminId}
+            </if>
+        </where>
+    </select>
+
 </mapper>
 

BIN
src/main/webapp/excel/userWhitelistExcel.xlsx