jeecgboot.2019-12-24.log 290 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495
  1. 2019-12-24 11:30:41.967 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 16876 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
  2. 2019-12-24 11:30:41.974 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
  3. 2019-12-24 11:30:55.205 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
  4. 2019-12-24 11:30:55.210 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
  5. 2019-12-24 11:30:55.319 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 84ms. Found 0 repository interfaces.
  6. 2019-12-24 11:30:55.849 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$79affb48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  7. 2019-12-24 11:30:55.988 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  8. 2019-12-24 11:30:56.539 [main] INFO org.jeecg.config.ShiroConfig:197 - ===============(1)创建缓存管理器RedisCacheManager
  9. 2019-12-24 11:30:56.542 [main] INFO org.jeecg.config.ShiroConfig:215 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
  10. 2019-12-24 11:30:56.549 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  11. 2019-12-24 11:30:56.559 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  12. 2019-12-24 11:30:56.606 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  13. 2019-12-24 11:30:56.707 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$59aa91b2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  14. 2019-12-24 11:30:56.967 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  15. 2019-12-24 11:30:56.977 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c3390283] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  16. 2019-12-24 11:30:56.996 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  17. 2019-12-24 11:30:57.005 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  18. 2019-12-24 11:30:57.033 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  19. 2019-12-24 11:30:57.045 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$6ec44ffc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  20. 2019-12-24 11:30:57.209 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  21. 2019-12-24 11:30:57.342 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  22. 2019-12-24 11:30:57.361 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$c47e8292] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  23. 2019-12-24 11:30:57.408 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$6cc36f62] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  24. 2019-12-24 11:30:57.425 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  25. 2019-12-24 11:30:58.078 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
  26. 2019-12-24 11:30:58.101 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
  27. 2019-12-24 11:30:58.115 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
  28. 2019-12-24 11:30:58.116 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
  29. 2019-12-24 11:30:58.124 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
  30. 2019-12-24 11:30:58.336 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
  31. 2019-12-24 11:30:58.337 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 15962 ms
  32. 2019-12-24 11:30:58.875 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
  33. 2019-12-24 11:30:59.265 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
  34. 2019-12-24 11:30:59.266 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
  35. 2019-12-24 11:30:59.267 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
  36. 2019-12-24 11:30:59.268 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
  37. 2019-12-24 11:31:04.791 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
  38. 2019-12-24 11:31:04.807 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  39. 2019-12-24 11:31:04.808 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
  40. 2019-12-24 11:31:04.813 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
  41. 2019-12-24 11:31:04.816 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
  42. 2019-12-24 11:31:04.817 [main] INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  43. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  44. NOT STARTED.
  45. Currently in standby mode.
  46. Number of jobs executed: 0
  47. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  48. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
  49. 2019-12-24 11:31:04.818 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  50. 2019-12-24 11:31:04.818 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
  51. 2019-12-24 11:31:04.819 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6a116354
  52. 2019-12-24 11:31:08.273 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
  53. 2019-12-24 11:31:10.539 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
  54. 2019-12-24 11:31:10.828 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  55. 2019-12-24 11:31:11.285 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
  56. 2019-12-24 11:31:12.717 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
  57. 2019-12-24 11:31:12.748 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
  58. 2019-12-24 11:31:12.829 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
  59. 2019-12-24 11:31:13.373 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
  60. 2019-12-24 11:31:13.385 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
  61. 2019-12-24 11:31:13.389 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
  62. 2019-12-24 11:31:13.394 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
  63. 2019-12-24 11:31:13.400 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
  64. 2019-12-24 11:31:13.411 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
  65. 2019-12-24 11:31:13.432 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
  66. 2019-12-24 11:31:13.435 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
  67. 2019-12-24 11:31:13.439 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
  68. 2019-12-24 11:31:13.443 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
  69. 2019-12-24 11:31:13.449 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
  70. 2019-12-24 11:31:13.470 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_2
  71. 2019-12-24 11:31:13.482 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_3
  72. 2019-12-24 11:31:13.501 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
  73. 2019-12-24 11:31:13.795 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
  74. 2019-12-24 11:31:13.805 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
  75. 2019-12-24 11:31:13.805 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
  76. 2019-12-24 11:31:13.807 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
  77. 2019-12-24 11:31:13.810 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
  78. 2019-12-24 11:31:13.812 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  79. 2019-12-24 11:31:13.834 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
  80. 2019-12-24 11:31:13.870 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'
  81. 2019-12-24 11:31:13.873 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 34.968 seconds (JVM running for 41.57)
  82. 2019-12-24 11:31:13.891 [main] INFO org.jeecg.JeecgApplication:33 -
  83. ----------------------------------------------------------
  84. Application Jeecg-Boot is running! Access URLs:
  85. Local: http://localhost:8080/jeecg-boot/
  86. External: http://192.168.2.44:8080/jeecg-boot/
  87. swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
  88. Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
  89. ----------------------------------------------------------
  90. 2019-12-24 11:31:14.454 [RMI TCP Connection(2)-192.168.2.44] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
  91. 2019-12-24 11:31:14.457 [RMI TCP Connection(2)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
  92. 2019-12-24 11:31:14.491 [RMI TCP Connection(2)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 33 ms
  93. 2019-12-24 11:31:14.753 [RMI TCP Connection(1)-192.168.2.44] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
  94. 2019-12-24 11:31:14.757 [RMI TCP Connection(1)-192.168.2.44] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
  95. 2019-12-24 12:39:03.775 [http-nio-8080-exec-7] INFO o.jeecg.modules.pacs.controller.PacsFileController:64 - multipartFiles:1
  96. 2019-12-24 12:39:03.818 [http-nio-8080-exec-7] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:1.2.840.113619.2.81.290.9161.19664.1.1.20081211.195621
  97. 2019-12-24 12:39:03.999 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 411662
  98. 2019-12-24 12:39:04.171 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 100
  99. 2019-12-24 12:39:04.185 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName XU YUAN MING
  100. 2019-12-24 12:39:04.186 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
  101. 2019-12-24 12:39:04.188 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate null
  102. 2019-12-24 12:39:04.191 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID 70016
  103. 2019-12-24 12:39:04.192 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge 047Y
  104. 2019-12-24 12:39:04.198 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:102 - dicom == >>PatientSex M
  105. 2019-12-24 12:39:04.202 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:104 - dicom == >>PatientWeight null
  106. 2019-12-24 12:39:04.205 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:107 - dicom == >>StudyID 19664
  107. 2019-12-24 12:39:04.213 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:109 - dicom == >>StudyInstanceUID 1.2.840.113619.2.81.290.9161.19664.20081211.195554
  108. 2019-12-24 12:39:04.271 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:111 - dicom == >>StudyDateAndTime Thu Dec 11 09:55:54 CST 2008
  109. 2019-12-24 12:39:04.273 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:113 - dicom == >>StudyDescription ABD
  110. 2019-12-24 12:39:04.277 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:115 - dicom == >>PatientWeight null
  111. 2019-12-24 12:39:04.279 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:117 - dicom == >>BodyPartExamined ABDOMEN
  112. 2019-12-24 12:39:04.280 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:119 - dicom == >>BodyPartThickness null
  113. 2019-12-24 12:39:04.282 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:121 - dicom == >>Modality CT
  114. 2019-12-24 12:39:04.284 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:123 - dicom == >>InstitutionName RONG CHENG ZHONG YI YUAN
  115. 2019-12-24 12:39:04.284 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:125 - dicom == >>PregnancyStatus null
  116. 2019-12-24 12:39:04.285 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>SeriesInstanceUID 1.2.840.113619.2.81.290.9161.19664.1.20081211.195554
  117. 2019-12-24 12:39:04.286 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>SeriesNumber 1
  118. 2019-12-24 12:39:04.287 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:132 - dicom == >>SeriesDescription null
  119. 2019-12-24 12:39:04.288 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:134 - dicom == >>SeriesNumber Thu Dec 11 09:55:54 CST 2008
  120. 2019-12-24 12:39:04.289 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:137 - dicom == >>SOPInstanceUID 1.2.840.113619.2.81.290.9161.19664.1.1.20081211.195621
  121. 2019-12-24 12:39:04.291 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.2
  122. 2019-12-24 12:39:04.293 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>TransferSyntaxUID null
  123. 2019-12-24 12:39:04.294 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:143 - dicom == >>InstanceNumber 1
  124. 2019-12-24 12:39:04.295 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:145 - dicom == >>WindowWidth 400
  125. 2019-12-24 12:39:04.296 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:147 - dicom == >>WindowCenter 40
  126. 2019-12-24 12:39:04.297 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>Rows 400
  127. 2019-12-24 12:39:04.326 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>Columns 512
  128. 2019-12-24 12:39:04.339 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>PixelSpacing 1.0000000
  129. 2019-12-24 12:39:04.351 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>FrameType null
  130. 2019-12-24 12:39:04.352 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>CineRate null
  131. 2019-12-24 12:39:04.355 [http-nio-8080-exec-7] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>NumberOfFrames null
  132. 2019-12-24 12:39:04.372 [http-nio-8080-exec-7] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/663ac639ac3849129d60ac2a6768d23b.dcm
  133. 2019-12-24 12:39:05.383 [http-nio-8080-exec-7] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.81.290.9161.19664.1.1.20081211.195621
  134. 2019-12-24 12:39:05.532 [http-nio-8080-exec-7] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage PacsImages(id=1209021304645439490, seriesId=1209019347574763521, sopInstanceUid=1.2.840.113619.2.81.290.9161.19664.1.1.20081211.195621, sopClassUid=1.2.840.10008.5.1.4.1.1.2, transferSyntaxUid=null, instanceNumber=1, windowWidth=400, windoCenter=40, rows=400, columns=512, pixelSpacing=1.0000000, imagePositionPatient=-256.0000000\0.0000000\100.0, imageOrientationPatient=-256.0000000\0.0000000\100.0\0.0000000\0.0000000\-1.0000000, numberOfFrames=null, frameType=null, cineRate=null, status=null, storageType=1, url=null, localUrl=d:/temp/136084ccc6414ecaa45cf837d0a36d85.dcm, remoteUrl=group1/M00/00/00/rBFW214AdHSAbCQ6AAZIDrl8eJc727.dcm, metadata=null, hospitalId=null, size=null, createTime=Mon Dec 23 16:01:56 CST 2019, updateTime=null)
  135. 2019-12-24 12:39:05.534 [http-nio-8080-exec-7] INFO o.jeecg.modules.pacs.controller.PacsFileController:91 - upload == >>findImages 数据库存在该记录 id:1209021304645439490
  136. 2019-12-24 12:39:05.535 [http-nio-8080-exec-7] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:1.2.840.113619.2.81.290.9161.19664.1.1.20081211.195621 上传成功放弃存储|数据库已有该记录
  137. 2019-12-24 12:39:27.244 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:64 - multipartFiles:1
  138. 2019-12-24 12:39:27.245 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:2d28e5830337335f5ac622447104f335
  139. 2019-12-24 12:39:27.260 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 1724522
  140. 2019-12-24 12:39:27.273 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 192
  141. 2019-12-24 12:39:27.274 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName 夏继庆^^^^
  142. 2019-12-24 12:39:27.275 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
  143. 2019-12-24 12:39:27.275 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Tue Sep 24 00:00:00 CST 1963
  144. 2019-12-24 12:39:27.276 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID 7369
  145. 2019-12-24 12:39:27.276 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge null
  146. 2019-12-24 12:39:27.277 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:102 - dicom == >>PatientSex M
  147. 2019-12-24 12:39:27.277 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:104 - dicom == >>PatientWeight null
  148. 2019-12-24 12:39:27.278 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:107 - dicom == >>StudyID 5495
  149. 2019-12-24 12:39:27.278 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:109 - dicom == >>StudyInstanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0
  150. 2019-12-24 12:39:27.279 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:111 - dicom == >>StudyDateAndTime Tue Mar 05 11:27:14 CST 2019
  151. 2019-12-24 12:39:27.279 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:113 - dicom == >>StudyDescription HAND LEFT ��֫
  152. 2019-12-24 12:39:27.280 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:115 - dicom == >>PatientWeight null
  153. 2019-12-24 12:39:27.280 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:117 - dicom == >>BodyPartExamined ABDOMEN
  154. 2019-12-24 12:39:27.281 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:119 - dicom == >>BodyPartThickness null
  155. 2019-12-24 12:39:27.281 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:121 - dicom == >>Modality CR
  156. 2019-12-24 12:39:27.281 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:123 - dicom == >>InstitutionName Institution Name
  157. 2019-12-24 12:39:27.283 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:125 - dicom == >>PregnancyStatus null
  158. 2019-12-24 12:39:27.285 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>SeriesInstanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0
  159. 2019-12-24 12:39:27.285 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>SeriesNumber 5495
  160. 2019-12-24 12:39:27.286 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:132 - dicom == >>SeriesDescription null
  161. 2019-12-24 12:39:27.286 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:134 - dicom == >>SeriesNumber null
  162. 2019-12-24 12:39:27.286 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:137 - dicom == >>SOPInstanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0.11
  163. 2019-12-24 12:39:27.287 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.1
  164. 2019-12-24 12:39:27.287 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>TransferSyntaxUID null
  165. 2019-12-24 12:39:27.288 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:143 - dicom == >>InstanceNumber 24708
  166. 2019-12-24 12:39:27.288 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:145 - dicom == >>WindowWidth null
  167. 2019-12-24 12:39:27.288 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:147 - dicom == >>WindowCenter null
  168. 2019-12-24 12:39:27.289 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>Rows 1664
  169. 2019-12-24 12:39:27.289 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>Columns 1344
  170. 2019-12-24 12:39:27.290 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>PixelSpacing 0.144
  171. 2019-12-24 12:39:27.290 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>FrameType null
  172. 2019-12-24 12:39:27.291 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>CineRate null
  173. 2019-12-24 12:39:27.291 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>NumberOfFrames null
  174. 2019-12-24 12:39:27.292 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/98e8c8464877434e9a2105194e877c82.dcm
  175. 2019-12-24 12:39:27.305 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0.11
  176. 2019-12-24 12:39:27.311 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage PacsImages(id=1209034996246147073, seriesId=1209034994375487490, sopInstanceUid=1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0.11, sopClassUid=1.2.840.10008.5.1.4.1.1.1, transferSyntaxUid=null, instanceNumber=24708, windowWidth=null, windoCenter=null, rows=1664, columns=1344, pixelSpacing=0.144, imagePositionPatient=null, imageOrientationPatient=null, numberOfFrames=null, frameType=null, cineRate=null, status=null, storageType=1, url=null, localUrl=d:/temp/79fb13f076d1471896fedde5ab39b03d.dcm, remoteUrl=group1/M00/00/00/rBFW214AgTSAQc_AABpQaixP3Og031.dcm, metadata=null, hospitalId=null, size=null, createTime=Mon Dec 23 16:56:20 CST 2019, updateTime=null)
  177. 2019-12-24 12:39:27.312 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:91 - upload == >>findImages 数据库存在该记录 id:1209034996246147073
  178. 2019-12-24 12:39:27.313 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:2d28e5830337335f5ac622447104f335 上传成功放弃存储|数据库已有该记录
  179. 2019-12-24 13:00:20.443 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 25316 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
  180. 2019-12-24 13:00:20.461 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
  181. 2019-12-24 13:00:25.962 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
  182. 2019-12-24 13:00:25.966 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
  183. 2019-12-24 13:00:26.066 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 77ms. Found 0 repository interfaces.
  184. 2019-12-24 13:00:26.583 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$671c1223] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  185. 2019-12-24 13:00:26.682 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  186. 2019-12-24 13:00:27.184 [main] INFO org.jeecg.config.ShiroConfig:197 - ===============(1)创建缓存管理器RedisCacheManager
  187. 2019-12-24 13:00:27.186 [main] INFO org.jeecg.config.ShiroConfig:215 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
  188. 2019-12-24 13:00:27.191 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  189. 2019-12-24 13:00:27.197 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  190. 2019-12-24 13:00:27.235 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  191. 2019-12-24 13:00:27.322 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4716a88d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  192. 2019-12-24 13:00:27.577 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  193. 2019-12-24 13:00:27.587 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b0a5195e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  194. 2019-12-24 13:00:27.605 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  195. 2019-12-24 13:00:27.615 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  196. 2019-12-24 13:00:27.652 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  197. 2019-12-24 13:00:27.668 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$5c3066d7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  198. 2019-12-24 13:00:27.832 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  199. 2019-12-24 13:00:27.963 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  200. 2019-12-24 13:00:27.985 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$b1ea996d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  201. 2019-12-24 13:00:28.033 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$5a2f863d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  202. 2019-12-24 13:00:28.045 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  203. 2019-12-24 13:00:28.731 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
  204. 2019-12-24 13:00:28.752 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
  205. 2019-12-24 13:00:28.764 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
  206. 2019-12-24 13:00:28.765 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
  207. 2019-12-24 13:00:28.774 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
  208. 2019-12-24 13:00:28.986 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
  209. 2019-12-24 13:00:28.988 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 8365 ms
  210. 2019-12-24 13:00:29.644 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
  211. 2019-12-24 13:00:30.062 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
  212. 2019-12-24 13:00:30.063 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
  213. 2019-12-24 13:00:30.065 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
  214. 2019-12-24 13:00:30.065 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
  215. 2019-12-24 13:00:35.466 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
  216. 2019-12-24 13:00:35.482 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  217. 2019-12-24 13:00:35.483 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
  218. 2019-12-24 13:00:35.488 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
  219. 2019-12-24 13:00:35.491 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
  220. 2019-12-24 13:00:35.492 [main] INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  221. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  222. NOT STARTED.
  223. Currently in standby mode.
  224. Number of jobs executed: 0
  225. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  226. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
  227. 2019-12-24 13:00:35.492 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  228. 2019-12-24 13:00:35.493 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
  229. 2019-12-24 13:00:35.494 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3c62f69a
  230. 2019-12-24 13:00:38.956 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
  231. 2019-12-24 13:00:40.868 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
  232. 2019-12-24 13:00:41.170 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  233. 2019-12-24 13:00:41.680 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
  234. 2019-12-24 13:00:42.946 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
  235. 2019-12-24 13:00:42.975 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
  236. 2019-12-24 13:00:43.064 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
  237. 2019-12-24 13:00:43.335 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
  238. 2019-12-24 13:00:43.338 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
  239. 2019-12-24 13:00:43.340 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
  240. 2019-12-24 13:00:43.343 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
  241. 2019-12-24 13:00:43.345 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
  242. 2019-12-24 13:00:43.352 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
  243. 2019-12-24 13:00:43.366 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
  244. 2019-12-24 13:00:43.368 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
  245. 2019-12-24 13:00:43.371 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
  246. 2019-12-24 13:00:43.373 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
  247. 2019-12-24 13:00:43.376 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
  248. 2019-12-24 13:00:43.391 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_2
  249. 2019-12-24 13:00:43.398 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_3
  250. 2019-12-24 13:00:43.412 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
  251. 2019-12-24 13:00:43.619 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
  252. 2019-12-24 13:00:43.635 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
  253. 2019-12-24 13:00:43.636 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
  254. 2019-12-24 13:00:43.639 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
  255. 2019-12-24 13:00:43.646 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
  256. 2019-12-24 13:00:43.648 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  257. 2019-12-24 13:00:43.681 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
  258. 2019-12-24 13:00:43.718 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'
  259. 2019-12-24 13:00:43.722 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 25.157 seconds (JVM running for 27.206)
  260. 2019-12-24 13:00:43.739 [main] INFO org.jeecg.JeecgApplication:33 -
  261. ----------------------------------------------------------
  262. Application Jeecg-Boot is running! Access URLs:
  263. Local: http://localhost:8080/jeecg-boot/
  264. External: http://192.168.2.44:8080/jeecg-boot/
  265. swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
  266. Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
  267. ----------------------------------------------------------
  268. 2019-12-24 13:00:44.004 [RMI TCP Connection(1)-192.168.2.44] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
  269. 2019-12-24 13:00:44.005 [RMI TCP Connection(1)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
  270. 2019-12-24 13:00:44.030 [RMI TCP Connection(1)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 25 ms
  271. 2019-12-24 13:00:44.704 [RMI TCP Connection(3)-192.168.2.44] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
  272. 2019-12-24 13:00:44.710 [RMI TCP Connection(3)-192.168.2.44] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
  273. 2019-12-24 13:02:41.534 [http-nio-8080-exec-1] INFO o.jeecg.modules.pacs.controller.PacsFileController:64 - multipartFiles:1
  274. 2019-12-24 13:02:41.536 [http-nio-8080-exec-1] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:2d28e5830337335f5ac622447104f335
  275. 2019-12-24 13:02:41.587 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 1724522
  276. 2019-12-24 13:02:41.603 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 192
  277. 2019-12-24 13:02:41.604 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName 夏继庆^^^^
  278. 2019-12-24 13:02:41.605 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
  279. 2019-12-24 13:02:41.607 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Tue Sep 24 00:00:00 CST 1963
  280. 2019-12-24 13:02:41.608 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID 7369
  281. 2019-12-24 13:02:41.609 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge null
  282. 2019-12-24 13:02:41.610 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:103 - dicom == >>PatientSex M
  283. 2019-12-24 13:02:41.612 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:105 - dicom == >>PatientWeight null
  284. 2019-12-24 13:02:41.612 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:108 - dicom == >>StudyID 5495
  285. 2019-12-24 13:02:41.613 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:110 - dicom == >>StudyInstanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0
  286. 2019-12-24 13:02:41.613 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:112 - dicom == >>StudyDateAndTime Tue Mar 05 11:27:14 CST 2019
  287. 2019-12-24 13:02:41.614 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:116 - dicom == >>StudyDescription HAND LEFT 四肢
  288. 2019-12-24 13:02:41.614 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:118 - dicom == >>PatientWeight null
  289. 2019-12-24 13:02:41.615 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:122 - dicom == >>BodyPartExamined ABDOMEN
  290. 2019-12-24 13:02:41.615 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:124 - dicom == >>BodyPartThickness null
  291. 2019-12-24 13:02:41.616 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:126 - dicom == >>Modality CR
  292. 2019-12-24 13:02:41.616 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>InstitutionName Institution Name
  293. 2019-12-24 13:02:41.616 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>PregnancyStatus null
  294. 2019-12-24 13:02:41.617 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:133 - dicom == >>SeriesInstanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0
  295. 2019-12-24 13:02:41.617 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:135 - dicom == >>SeriesNumber 5495
  296. 2019-12-24 13:02:41.621 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SeriesDescription null
  297. 2019-12-24 13:02:41.623 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>SeriesNumber null
  298. 2019-12-24 13:02:41.625 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:144 - dicom == >>SOPInstanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0.11
  299. 2019-12-24 13:02:41.626 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:146 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.1
  300. 2019-12-24 13:02:41.627 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:148 - dicom == >>TransactionUID null
  301. 2019-12-24 13:02:41.627 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>TransferSyntaxUID null
  302. 2019-12-24 13:02:41.627 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>InstanceNumber 24708
  303. 2019-12-24 13:02:41.628 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>WindowWidth null
  304. 2019-12-24 13:02:41.628 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>WindowCenter null
  305. 2019-12-24 13:02:41.628 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>Rows 1664
  306. 2019-12-24 13:02:41.629 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>Columns 1344
  307. 2019-12-24 13:02:41.629 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:161 - dicom == >>PixelSpacing 0.144
  308. 2019-12-24 13:02:41.629 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:163 - dicom == >>FrameType null
  309. 2019-12-24 13:02:41.630 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:165 - dicom == >>CineRate null
  310. 2019-12-24 13:02:41.630 [http-nio-8080-exec-1] INFO org.jeecg.modules.pacs.util.FileUtils:167 - dicom == >>NumberOfFrames null
  311. 2019-12-24 13:02:41.630 [http-nio-8080-exec-1] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/61c1b2bea0db4f42b050cb761e5fe55a.dcm
  312. 2019-12-24 13:02:42.046 [http-nio-8080-exec-1] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0.11
  313. 2019-12-24 13:02:42.096 [http-nio-8080-exec-1] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage PacsImages(id=1209034996246147073, seriesId=1209034994375487490, sopInstanceUid=1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0.11, sopClassUid=1.2.840.10008.5.1.4.1.1.1, transferSyntaxUid=null, instanceNumber=24708, windowWidth=null, windoCenter=null, rows=1664, columns=1344, pixelSpacing=0.144, imagePositionPatient=null, imageOrientationPatient=null, numberOfFrames=null, frameType=null, cineRate=null, status=null, storageType=1, url=null, localUrl=d:/temp/79fb13f076d1471896fedde5ab39b03d.dcm, remoteUrl=group1/M00/00/00/rBFW214AgTSAQc_AABpQaixP3Og031.dcm, metadata=null, hospitalId=null, size=null, createTime=Mon Dec 23 16:56:20 CST 2019, updateTime=null)
  314. 2019-12-24 13:02:42.097 [http-nio-8080-exec-1] INFO o.jeecg.modules.pacs.controller.PacsFileController:91 - upload == >>findImages 数据库存在该记录 id:1209034996246147073
  315. 2019-12-24 13:02:42.098 [http-nio-8080-exec-1] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:2d28e5830337335f5ac622447104f335 上传成功|放弃存储|数据库已有该记录
  316. 2019-12-24 13:05:03.761 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 15636 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
  317. 2019-12-24 13:05:03.926 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
  318. 2019-12-24 13:05:06.920 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
  319. 2019-12-24 13:05:06.923 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
  320. 2019-12-24 13:05:07.037 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 94ms. Found 0 repository interfaces.
  321. 2019-12-24 13:05:07.557 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$a52c5579] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  322. 2019-12-24 13:05:07.667 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  323. 2019-12-24 13:05:08.200 [main] INFO org.jeecg.config.ShiroConfig:197 - ===============(1)创建缓存管理器RedisCacheManager
  324. 2019-12-24 13:05:08.202 [main] INFO org.jeecg.config.ShiroConfig:215 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
  325. 2019-12-24 13:05:08.208 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  326. 2019-12-24 13:05:08.214 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  327. 2019-12-24 13:05:08.254 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  328. 2019-12-24 13:05:08.349 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8526ebe3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  329. 2019-12-24 13:05:08.590 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  330. 2019-12-24 13:05:08.597 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$eeb55cb4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  331. 2019-12-24 13:05:08.616 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  332. 2019-12-24 13:05:08.625 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  333. 2019-12-24 13:05:08.655 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  334. 2019-12-24 13:05:08.669 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$9a40aa2d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  335. 2019-12-24 13:05:08.806 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  336. 2019-12-24 13:05:08.947 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  337. 2019-12-24 13:05:08.969 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$effadcc3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  338. 2019-12-24 13:05:09.040 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$983fc993] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  339. 2019-12-24 13:05:09.055 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  340. 2019-12-24 13:05:09.669 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
  341. 2019-12-24 13:05:09.695 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
  342. 2019-12-24 13:05:09.711 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
  343. 2019-12-24 13:05:09.712 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
  344. 2019-12-24 13:05:09.721 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
  345. 2019-12-24 13:05:09.935 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
  346. 2019-12-24 13:05:09.936 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 5908 ms
  347. 2019-12-24 13:05:10.463 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
  348. 2019-12-24 13:05:10.818 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
  349. 2019-12-24 13:05:10.818 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
  350. 2019-12-24 13:05:10.819 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
  351. 2019-12-24 13:05:10.820 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
  352. 2019-12-24 13:05:15.976 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
  353. 2019-12-24 13:05:15.991 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  354. 2019-12-24 13:05:15.992 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
  355. 2019-12-24 13:05:15.998 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
  356. 2019-12-24 13:05:16.000 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
  357. 2019-12-24 13:05:16.001 [main] INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  358. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  359. NOT STARTED.
  360. Currently in standby mode.
  361. Number of jobs executed: 0
  362. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  363. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
  364. 2019-12-24 13:05:16.003 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  365. 2019-12-24 13:05:16.004 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
  366. 2019-12-24 13:05:16.004 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5fafa76d
  367. 2019-12-24 13:05:19.403 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
  368. 2019-12-24 13:05:20.918 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
  369. 2019-12-24 13:05:21.210 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  370. 2019-12-24 13:05:21.690 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
  371. 2019-12-24 13:05:22.873 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
  372. 2019-12-24 13:05:22.899 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
  373. 2019-12-24 13:05:22.974 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
  374. 2019-12-24 13:05:23.240 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
  375. 2019-12-24 13:05:23.243 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
  376. 2019-12-24 13:05:23.246 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
  377. 2019-12-24 13:05:23.249 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
  378. 2019-12-24 13:05:23.252 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
  379. 2019-12-24 13:05:23.259 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
  380. 2019-12-24 13:05:23.275 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
  381. 2019-12-24 13:05:23.277 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
  382. 2019-12-24 13:05:23.280 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
  383. 2019-12-24 13:05:23.283 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
  384. 2019-12-24 13:05:23.286 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
  385. 2019-12-24 13:05:23.300 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_2
  386. 2019-12-24 13:05:23.306 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_3
  387. 2019-12-24 13:05:23.319 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
  388. 2019-12-24 13:05:23.504 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
  389. 2019-12-24 13:05:23.521 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
  390. 2019-12-24 13:05:23.521 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
  391. 2019-12-24 13:05:23.524 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
  392. 2019-12-24 13:05:23.528 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
  393. 2019-12-24 13:05:23.530 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  394. 2019-12-24 13:05:23.564 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
  395. 2019-12-24 13:05:23.605 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'
  396. 2019-12-24 13:05:23.609 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 21.545 seconds (JVM running for 23.641)
  397. 2019-12-24 13:05:23.627 [main] INFO org.jeecg.JeecgApplication:33 -
  398. ----------------------------------------------------------
  399. Application Jeecg-Boot is running! Access URLs:
  400. Local: http://localhost:8080/jeecg-boot/
  401. External: http://192.168.2.44:8080/jeecg-boot/
  402. swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
  403. Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
  404. ----------------------------------------------------------
  405. 2019-12-24 13:05:23.991 [RMI TCP Connection(1)-192.168.2.44] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
  406. 2019-12-24 13:05:23.992 [RMI TCP Connection(1)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
  407. 2019-12-24 13:05:24.021 [RMI TCP Connection(1)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 29 ms
  408. 2019-12-24 13:05:24.261 [RMI TCP Connection(2)-192.168.2.44] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
  409. 2019-12-24 13:05:24.264 [RMI TCP Connection(2)-192.168.2.44] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
  410. 2019-12-24 13:05:47.795 [http-nio-8080-exec-2] INFO o.jeecg.modules.pacs.controller.PacsFileController:64 - multipartFiles:1
  411. 2019-12-24 13:05:47.798 [http-nio-8080-exec-2] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:2d28e5830337335f5ac622447104f335
  412. 2019-12-24 13:05:47.862 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 1724522
  413. 2019-12-24 13:05:47.882 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 192
  414. 2019-12-24 13:05:47.884 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName 夏继庆^^^^
  415. 2019-12-24 13:05:47.885 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
  416. 2019-12-24 13:05:47.886 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Tue Sep 24 00:00:00 CST 1963
  417. 2019-12-24 13:05:47.887 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID 7369
  418. 2019-12-24 13:05:47.888 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge null
  419. 2019-12-24 13:05:47.888 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:103 - dicom == >>PatientSex M
  420. 2019-12-24 13:05:47.890 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:105 - dicom == >>PatientWeight null
  421. 2019-12-24 13:05:47.890 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:108 - dicom == >>StudyID 5495
  422. 2019-12-24 13:05:47.891 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:110 - dicom == >>StudyInstanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0
  423. 2019-12-24 13:05:47.892 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:112 - dicom == >>StudyDateAndTime Tue Mar 05 11:27:14 CST 2019
  424. 2019-12-24 13:05:47.893 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:116 - dicom == >>StudyDescription HAND LEFT 四肢
  425. 2019-12-24 13:05:47.894 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:118 - dicom == >>PatientWeight null
  426. 2019-12-24 13:05:47.895 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:122 - dicom == >>BodyPartExamined ABDOMEN
  427. 2019-12-24 13:05:47.895 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:124 - dicom == >>BodyPartThickness null
  428. 2019-12-24 13:05:47.896 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:126 - dicom == >>Modality CR
  429. 2019-12-24 13:05:47.896 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>InstitutionName Institution Name
  430. 2019-12-24 13:05:47.897 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>PregnancyStatus null
  431. 2019-12-24 13:05:47.897 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:133 - dicom == >>SeriesInstanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0
  432. 2019-12-24 13:05:47.898 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:135 - dicom == >>SeriesNumber 5495
  433. 2019-12-24 13:05:47.898 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SeriesDescription null
  434. 2019-12-24 13:05:47.899 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>SeriesNumber null
  435. 2019-12-24 13:05:47.899 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:144 - dicom == >>SOPInstanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0.11
  436. 2019-12-24 13:05:47.900 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:146 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.1
  437. 2019-12-24 13:05:47.900 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:148 - dicom == >>TransactionUID null
  438. 2019-12-24 13:05:47.901 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>TransferSyntaxUID null
  439. 2019-12-24 13:05:47.901 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>InstanceNumber 24708
  440. 2019-12-24 13:05:47.902 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>WindowWidth null
  441. 2019-12-24 13:05:47.902 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>WindowCenter null
  442. 2019-12-24 13:05:47.903 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>Rows 1664
  443. 2019-12-24 13:05:47.903 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>Columns 1344
  444. 2019-12-24 13:05:47.903 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:161 - dicom == >>PixelSpacing 0.144
  445. 2019-12-24 13:05:47.904 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:163 - dicom == >>FrameType null
  446. 2019-12-24 13:05:47.904 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:165 - dicom == >>CineRate null
  447. 2019-12-24 13:05:47.905 [http-nio-8080-exec-2] INFO org.jeecg.modules.pacs.util.FileUtils:167 - dicom == >>NumberOfFrames null
  448. 2019-12-24 13:05:47.905 [http-nio-8080-exec-2] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/db3599d4154446c8999352e709ce9fe3.dcm
  449. 2019-12-24 13:05:48.350 [http-nio-8080-exec-2] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0.11
  450. 2019-12-24 13:05:48.396 [http-nio-8080-exec-2] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage PacsImages(id=1209034996246147073, seriesId=1209034994375487490, sopInstanceUid=1.2.826.0.1.3680043.1.2.119.10100014.20190305.112714.0.0.11, sopClassUid=1.2.840.10008.5.1.4.1.1.1, transferSyntaxUid=null, instanceNumber=24708, windowWidth=null, windoCenter=null, rows=1664, columns=1344, pixelSpacing=0.144, imagePositionPatient=null, imageOrientationPatient=null, numberOfFrames=null, frameType=null, cineRate=null, status=null, storageType=1, url=null, localUrl=d:/temp/79fb13f076d1471896fedde5ab39b03d.dcm, remoteUrl=group1/M00/00/00/rBFW214AgTSAQc_AABpQaixP3Og031.dcm, metadata=null, hospitalId=null, size=null, createTime=Mon Dec 23 16:56:20 CST 2019, updateTime=null)
  451. 2019-12-24 13:05:48.397 [http-nio-8080-exec-2] INFO o.jeecg.modules.pacs.controller.PacsFileController:91 - upload == >>findImages 数据库存在该记录 id:1209034996246147073
  452. 2019-12-24 13:05:48.398 [http-nio-8080-exec-2] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:2d28e5830337335f5ac622447104f335 上传成功|放弃存储|数据库已有该记录
  453. 2019-12-24 13:40:35.900 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzY3NDk0NjMsInVzZXJuYW1lIjoiYWRtaW4ifQ.ig4EiWhtQDphz93e7WDsF_IFSlDgbb70YWfMX75D-mI
  454. 2019-12-24 13:40:36.705 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Preparing: select * from sys_user where username = ? and del_flag = '0'
  455. 2019-12-24 13:40:36.757 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Parameters: admin(String)
  456. 2019-12-24 13:40:36.812 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - <== Total: 1
  457. 2019-12-24 13:40:37.196 [http-nio-8080-exec-3] ERROR o.a.c.c.C.[.[.[/jeecg-boot].[dispatcherServlet]:175 - Servlet.service() for servlet [dispatcherServlet] in context with path [/jeecg-boot] threw exception [org.apache.shiro.authc.AuthenticationException: Token失效,请重新登录] with root cause
  458. org.apache.shiro.authc.AuthenticationException: Token失效,请重新登录!
  459. at org.jeecg.modules.shiro.authc.ShiroRealm.checkUserTokenIsEffect(ShiroRealm.java:129)
  460. at org.jeecg.modules.shiro.authc.ShiroRealm.doGetAuthenticationInfo(ShiroRealm.java:101)
  461. at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
  462. at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180)
  463. at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267)
  464. at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
  465. at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
  466. at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:274)
  467. at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
  468. at org.jeecg.modules.shiro.authc.aop.JwtFilter.executeLogin(JwtFilter.java:51)
  469. at org.jeecg.modules.shiro.authc.aop.JwtFilter.isAccessAllowed(JwtFilter.java:34)
  470. at org.apache.shiro.web.filter.AccessControlFilter.onPreHandle(AccessControlFilter.java:162)
  471. at org.apache.shiro.web.filter.PathMatchingFilter.isFilterChainContinued(PathMatchingFilter.java:203)
  472. at org.apache.shiro.web.filter.PathMatchingFilter.preHandle(PathMatchingFilter.java:178)
  473. at org.jeecg.modules.shiro.authc.aop.JwtFilter.preHandle(JwtFilter.java:71)
  474. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:131)
  475. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  476. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  477. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  478. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  479. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  480. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  481. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  482. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  483. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  484. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  485. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  486. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  487. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  488. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  489. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
  490. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  491. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  492. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  493. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  494. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  495. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  496. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  497. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  498. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  499. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  500. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  501. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  502. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  503. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  504. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  505. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117)
  506. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106)
  507. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  508. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  509. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  510. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  511. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  512. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  513. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  514. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
  515. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  516. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  517. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  518. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  519. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  520. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  521. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  522. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  523. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834)
  524. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415)
  525. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  526. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  527. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  528. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  529. at java.lang.Thread.run(Thread.java:748)
  530. 2019-12-24 13:40:37.690 [http-nio-8080-exec-4] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Preparing: INSERT INTO sys_log ( id, create_by, create_time, ip, log_content, log_type ) VALUES ( ?, ?, ?, ?, ?, ? )
  531. 2019-12-24 13:40:37.718 [http-nio-8080-exec-4] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Parameters: 1209348130987061250(String), jeecg(String), 2019-12-24 13:40:37.664(Timestamp), 127.0.0.1(String), 用户名: 管理员,退出成功!(String), 1(Integer)
  532. 2019-12-24 13:40:37.731 [http-nio-8080-exec-4] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - <== Updates: 1
  533. 2019-12-24 13:40:37.733 [http-nio-8080-exec-4] INFO o.jeecg.modules.system.controller.LoginController:117 - 用户名: 管理员,退出成功!
  534. 2019-12-24 13:40:50.181 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Preparing: select * from sys_user where username = ? and del_flag = '0'
  535. 2019-12-24 13:40:50.183 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Parameters: admin(String)
  536. 2019-12-24 13:40:50.187 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - <== Total: 1
  537. 2019-12-24 13:40:50.360 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - ==> Preparing: select * from sys_depart where id IN ( select dep_id from sys_user_depart where user_id = ? )
  538. 2019-12-24 13:40:50.370 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
  539. 2019-12-24 13:40:50.390 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - <== Total: 1
  540. 2019-12-24 13:40:50.401 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.updateUserDepart:143 - ==> Preparing: UPDATE sys_user SET org_code = ? where username = ?
  541. 2019-12-24 13:40:50.404 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.updateUserDepart:143 - ==> Parameters: A01(String), admin(String)
  542. 2019-12-24 13:40:50.418 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.updateUserDepart:143 - <== Updates: 1
  543. 2019-12-24 13:40:50.430 [http-nio-8080-exec-8] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Preparing: INSERT INTO sys_log ( id, create_by, create_time, ip, log_content, log_type ) VALUES ( ?, ?, ?, ?, ?, ? )
  544. 2019-12-24 13:40:50.437 [http-nio-8080-exec-8] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Parameters: 1209348184422494209(String), jeecg(String), 2019-12-24 13:40:50.426(Timestamp), 127.0.0.1(String), 用户名: admin,登录成功!(String), 1(Integer)
  545. 2019-12-24 13:40:50.445 [http-nio-8080-exec-8] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - <== Updates: 1
  546. 2019-12-24 13:40:50.526 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  547. 2019-12-24 13:40:50.542 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Preparing: select * from sys_user where username = ? and del_flag = '0'
  548. 2019-12-24 13:40:50.543 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Parameters: admin(String)
  549. 2019-12-24 13:40:50.546 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - <== Total: 1
  550. 2019-12-24 13:40:50.644 [http-nio-8080-exec-9] INFO o.j.m.system.controller.SysPermissionController:182 - ------ 通过令牌获取用户拥有的访问菜单 ---- TOKEN ------ eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  551. 2019-12-24 13:40:50.729 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Preparing: SELECT p.* FROM sys_permission p WHERE exists( select a.id from sys_role_permission a join sys_role b on a.role_id = b.id join sys_user_role c on c.role_id = b.id join sys_user d on d.id = c.user_id where p.id = a.permission_id AND d.username = ? ) and p.del_flag = 0 order by p.sort_no ASC
  552. 2019-12-24 13:40:50.744 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Parameters: admin(String)
  553. 2019-12-24 13:40:50.913 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - <== Total: 105
  554. 2019-12-24 13:40:51.050 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND menu_type = ?
  555. 2019-12-24 13:40:51.054 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), 2(Integer)
  556. 2019-12-24 13:40:51.057 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 3
  557. 2019-12-24 13:40:52.568 [http-nio-8080-exec-10] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
  558. 2019-12-24 13:40:52.570 [http-nio-8080-exec-2] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190119\logo-2_1547868176839.png (系统找不到指定的路径。)
  559. 2019-12-24 13:40:53.002 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  560. 2019-12-24 13:40:53.022 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  561. 2019-12-24 13:40:53.042 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  562. 2019-12-24 13:40:53.182 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Preparing: select sas.annt_id from sys_announcement_send sas where sas.user_id = ?
  563. 2019-12-24 13:40:53.194 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
  564. 2019-12-24 13:40:53.212 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - <== Total: 1
  565. 2019-12-24 13:40:53.213 [http-nio-8080-exec-1] DEBUG o.j.m.s.mapper.SysLogMapper.findTotalVisitCount:143 - ==> Preparing: select count(1) from sys_log where log_type = 1
  566. 2019-12-24 13:40:53.216 [http-nio-8080-exec-1] DEBUG o.j.m.s.mapper.SysLogMapper.findTotalVisitCount:143 - ==> Parameters:
  567. 2019-12-24 13:40:53.241 [http-nio-8080-exec-1] DEBUG o.j.m.s.mapper.SysLogMapper.findTotalVisitCount:143 - <== Total: 1
  568. 2019-12-24 13:40:53.243 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysLogMapper.findVisitCount:143 - ==> Preparing: select count(*) as visit ,count(distinct(ip)) as ip ,DATE_FORMAT(create_time, '%Y-%m-%d') as tian ,DATE_FORMAT(create_time, '%m-%d') as type from sys_log where log_type = 1 and create_time >= ? and create_time < ? group by tian,type order by tian asc
  569. 2019-12-24 13:40:53.247 [http-nio-8080-exec-1] DEBUG o.j.m.s.mapper.SysLogMapper.findTodayVisitCount:143 - ==> Preparing: select count(1) from sys_log where log_type = 1 and create_time >= ? and create_time < ?
  570. 2019-12-24 13:40:53.249 [http-nio-8080-exec-1] DEBUG o.j.m.s.mapper.SysLogMapper.findTodayVisitCount:143 - ==> Parameters: 2019-12-24 00:00:00.0(Timestamp), 2019-12-25 00:00:00.0(Timestamp)
  571. 2019-12-24 13:40:53.293 [http-nio-8080-exec-1] DEBUG o.j.m.s.mapper.SysLogMapper.findTodayVisitCount:143 - <== Total: 1
  572. 2019-12-24 13:40:53.305 [http-nio-8080-exec-1] DEBUG o.j.modules.system.mapper.SysLogMapper.findTodayIp:143 - ==> Preparing: select count(distinct(ip)) from sys_log where log_type = 1 and create_time >= ? and create_time < ?
  573. 2019-12-24 13:40:53.307 [http-nio-8080-exec-1] DEBUG o.j.modules.system.mapper.SysLogMapper.findTodayIp:143 - ==> Parameters: 2019-12-24 00:00:00.0(Timestamp), 2019-12-25 00:00:00.0(Timestamp)
  574. 2019-12-24 13:40:53.322 [http-nio-8080-exec-1] DEBUG o.j.modules.system.mapper.SysLogMapper.findTodayIp:143 - <== Total: 1
  575. 2019-12-24 13:40:53.352 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysLogMapper.findVisitCount:143 - ==> Parameters: 2019-12-18 00:00:00.0(Timestamp), 2019-12-25 00:00:00.0(Timestamp)
  576. 2019-12-24 13:40:53.363 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysLogMapper.findVisitCount:143 - <== Total: 2
  577. 2019-12-24 13:40:53.381 [http-nio-8080-exec-5] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Preparing: SELECT id,titile,msg_content,start_time,end_time,sender,priority,msg_category,msg_type,send_status,send_time,cancel_time,del_flag,create_by,create_time,update_by,update_time,user_ids FROM sys_announcement WHERE msg_type = ? AND del_flag = ? AND send_status = ? AND end_time >= ? AND id NOT IN (?)
  578. 2019-12-24 13:40:53.387 [http-nio-8080-exec-5] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Parameters: ALL(String), 0(String), 1(String), 2038-06-21 17:54:10.0(Timestamp), 93a9060a1c20e4bf98b3f768a02c2ff9(String)
  579. 2019-12-24 13:40:53.390 [http-nio-8080-exec-5] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - <== Total: 0
  580. 2019-12-24 13:40:53.590 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
  581. 2019-12-24 13:40:53.593 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 1(String), e9ca23d68d884d4ebb19d07889727dae(String)
  582. 2019-12-24 13:40:53.605 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
  583. 2019-12-24 13:40:53.606 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 2(String), e9ca23d68d884d4ebb19d07889727dae(String)
  584. 2019-12-24 13:41:06.175 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  585. 2019-12-24 13:41:06.201 [http-nio-8080-exec-6] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
  586. 2019-12-24 13:41:06.205 [http-nio-8080-exec-6] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  587. 2019-12-24 13:41:06.256 [http-nio-8080-exec-6] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 106
  588. 2019-12-24 13:41:06.260 [http-nio-8080-exec-6] INFO o.j.m.system.controller.SysPermissionController:82 - ======获取全部菜单数据=====耗时:71毫秒
  589. 2019-12-24 13:41:14.435 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  590. 2019-12-24 13:41:14.455 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
  591. 2019-12-24 13:41:14.456 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  592. 2019-12-24 13:41:14.513 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 106
  593. 2019-12-24 13:41:14.751 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  594. 2019-12-24 13:41:14.752 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  595. 2019-12-24 13:41:14.830 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : global_perms_type
  596. 2019-12-24 13:41:14.830 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : valid_status
  597. 2019-12-24 13:41:14.882 [http-nio-8080-exec-2] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
  598. 2019-12-24 13:41:14.882 [http-nio-8080-exec-10] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
  599. 2019-12-24 13:41:14.885 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Preparing: select s.item_value as "value",s.item_text as "text" from sys_dict_item s where dict_id = (select id from sys_dict where dict_code = ?) order by s.sort_order asc
  600. 2019-12-24 13:41:14.885 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Preparing: select s.item_value as "value",s.item_text as "text" from sys_dict_item s where dict_id = (select id from sys_dict where dict_code = ?) order by s.sort_order asc
  601. 2019-12-24 13:41:14.894 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: valid_status(String)
  602. 2019-12-24 13:41:14.894 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: global_perms_type(String)
  603. 2019-12-24 13:41:14.899 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
  604. 2019-12-24 13:41:14.901 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
  605. 2019-12-24 13:41:14.908 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=0, text=无效), DictModel(value=1, text=有效)], timestamp=1577166074831)
  606. 2019-12-24 13:41:14.909 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=可见/可访问(授权后可见/可访问)), DictModel(value=2, text=可编辑(未授权时禁用))], timestamp=1577166074830)
  607. 2019-12-24 13:41:31.266 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  608. 2019-12-24 13:41:31.278 [http-nio-8080-exec-4] INFO o.j.m.system.controller.SysPermissionController:182 - ------ 通过令牌获取用户拥有的访问菜单 ---- TOKEN ------ eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  609. 2019-12-24 13:41:31.296 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Preparing: SELECT p.* FROM sys_permission p WHERE exists( select a.id from sys_role_permission a join sys_role b on a.role_id = b.id join sys_user_role c on c.role_id = b.id join sys_user d on d.id = c.user_id where p.id = a.permission_id AND d.username = ? ) and p.del_flag = 0 order by p.sort_no ASC
  610. 2019-12-24 13:41:31.297 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Parameters: admin(String)
  611. 2019-12-24 13:41:31.342 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - <== Total: 105
  612. 2019-12-24 13:41:31.420 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND menu_type = ?
  613. 2019-12-24 13:41:31.422 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), 2(Integer)
  614. 2019-12-24 13:41:31.427 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 3
  615. 2019-12-24 13:41:32.378 [http-nio-8080-exec-1] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:2
  616. 2019-12-24 13:41:32.565 [http-nio-8080-exec-3] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190119\logo-2_1547868176839.png (系统找不到指定的路径。)
  617. 2019-12-24 13:41:32.824 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  618. 2019-12-24 13:41:32.850 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
  619. 2019-12-24 13:41:32.852 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  620. 2019-12-24 13:41:32.883 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 106
  621. 2019-12-24 13:41:32.889 [http-nio-8080-exec-5] INFO o.j.m.system.controller.SysPermissionController:82 - ======获取全部菜单数据=====耗时:51毫秒
  622. 2019-12-24 13:41:32.932 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  623. 2019-12-24 13:41:32.947 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Preparing: select sas.annt_id from sys_announcement_send sas where sas.user_id = ?
  624. 2019-12-24 13:41:32.948 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
  625. 2019-12-24 13:41:32.950 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - <== Total: 1
  626. 2019-12-24 13:41:32.957 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Preparing: SELECT id,titile,msg_content,start_time,end_time,sender,priority,msg_category,msg_type,send_status,send_time,cancel_time,del_flag,create_by,create_time,update_by,update_time,user_ids FROM sys_announcement WHERE msg_type = ? AND del_flag = ? AND send_status = ? AND end_time >= ? AND id NOT IN (?)
  627. 2019-12-24 13:41:32.962 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Parameters: ALL(String), 0(String), 1(String), 2038-06-21 17:54:10.0(Timestamp), 93a9060a1c20e4bf98b3f768a02c2ff9(String)
  628. 2019-12-24 13:41:32.964 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - <== Total: 0
  629. 2019-12-24 13:41:32.971 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
  630. 2019-12-24 13:41:32.975 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 1(String), e9ca23d68d884d4ebb19d07889727dae(String)
  631. 2019-12-24 13:41:32.983 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
  632. 2019-12-24 13:41:32.983 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 2(String), e9ca23d68d884d4ebb19d07889727dae(String)
  633. 2019-12-24 13:41:40.432 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  634. 2019-12-24 13:41:40.445 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  635. 2019-12-24 13:41:40.446 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  636. 2019-12-24 13:41:40.463 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
  637. 2019-12-24 13:41:40.466 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  638. 2019-12-24 13:41:40.467 [http-nio-8080-exec-4] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : valid_status
  639. 2019-12-24 13:41:40.477 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : global_perms_type
  640. 2019-12-24 13:41:40.484 [http-nio-8080-exec-4] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=0, text=无效), DictModel(value=1, text=有效)], timestamp=1577166100468)
  641. 2019-12-24 13:41:40.484 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=可见/可访问(授权后可见/可访问)), DictModel(value=2, text=可编辑(未授权时禁用))], timestamp=1577166100478)
  642. 2019-12-24 13:41:40.506 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 106
  643. 2019-12-24 13:42:58.586 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  644. 2019-12-24 13:42:58.706 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:66 - ===============Shiro权限认证开始============ [ roles、permissions]==========
  645. 2019-12-24 13:42:58.718 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysUserRoleMapper.getRoleByUserName:143 - ==> Preparing: select role_code from sys_role where id in (select role_id from sys_user_role where user_id = (select id from sys_user where username=?))
  646. 2019-12-24 13:42:58.723 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysUserRoleMapper.getRoleByUserName:143 - ==> Parameters: admin(String)
  647. 2019-12-24 13:42:58.727 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysUserRoleMapper.getRoleByUserName:143 - <== Total: 1
  648. 2019-12-24 13:42:58.728 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysUserServiceImpl:166 - -------通过数据库读取用户拥有的角色Rules------username: admin,Roles size: 1
  649. 2019-12-24 13:42:58.732 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Preparing: SELECT p.* FROM sys_permission p WHERE exists( select a.id from sys_role_permission a join sys_role b on a.role_id = b.id join sys_user_role c on c.role_id = b.id join sys_user d on d.id = c.user_id where p.id = a.permission_id AND d.username = ? ) and p.del_flag = 0 order by p.sort_no ASC
  650. 2019-12-24 13:42:58.732 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Parameters: admin(String)
  651. 2019-12-24 13:42:58.747 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - <== Total: 105
  652. 2019-12-24 13:42:58.749 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysUserServiceImpl:189 - -------通过数据库读取用户拥有的权限Perms------username: admin,Perms size: 9
  653. 2019-12-24 13:42:58.750 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:81 - ===============Shiro权限认证成功==============
  654. 2019-12-24 13:42:58.761 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.setMenuLeaf:143 - ==> Preparing: update sys_permission set is_leaf=? where id = ?
  655. 2019-12-24 13:42:58.762 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.setMenuLeaf:143 - ==> Parameters: 0(Integer), 1204697911817265153(String)
  656. 2019-12-24 13:42:58.774 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.setMenuLeaf:143 - <== Updates: 1
  657. 2019-12-24 13:42:58.786 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.insert:143 - ==> Preparing: INSERT INTO sys_permission ( id, parent_id, name, perms_type, icon, component, url, sort_no, menu_type, is_leaf, is_route, keep_alive, create_by, del_flag, hidden, create_time, status, always_show, internal_or_external ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
  658. 2019-12-24 13:42:58.793 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.insert:143 - ==> Parameters: 1209348722799161345(String), 1204697911817265153(String), Studies(String), 1(String), team(String), pacs/PacsStudiesList(String), /pacs/studies(String), 1.0(Double), 1(Integer), true(Boolean), true(Boolean), false(Boolean), admin(String), 0(Integer), false(Boolean), 2019-12-24 13:42:58.776(Timestamp), 1(String), false(Boolean), false(Boolean)
  659. 2019-12-24 13:42:58.808 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.insert:143 - <== Updates: 1
  660. 2019-12-24 13:42:59.233 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  661. 2019-12-24 13:42:59.259 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
  662. 2019-12-24 13:42:59.260 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  663. 2019-12-24 13:42:59.282 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 107
  664. 2019-12-24 13:42:59.299 [http-nio-8080-exec-9] INFO o.j.m.system.controller.SysPermissionController:82 - ======获取全部菜单数据=====耗时:48毫秒
  665. 2019-12-24 13:43:08.544 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  666. 2019-12-24 13:43:08.794 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_user WHERE del_flag = '0'
  667. 2019-12-24 13:43:08.795 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
  668. 2019-12-24 13:43:08.813 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT id,username,realname,password,salt,avatar,birthday,sex,email,phone,org_code,status,del_flag,work_no,post,telephone,create_by,create_time,update_by,update_time,activiti_sync FROM sys_user WHERE del_flag='0' ORDER BY create_time DESC LIMIT ?,?
  669. 2019-12-24 13:43:08.819 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
  670. 2019-12-24 13:43:08.824 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 5
  671. 2019-12-24 13:43:08.933 [http-nio-8080-exec-10] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  672. 2019-12-24 13:43:08.937 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
  673. 2019-12-24 13:43:08.940 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: sex(String), 1(String)
  674. 2019-12-24 13:43:08.944 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  675. 2019-12-24 13:43:08.953 [http-nio-8080-exec-10] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  676. 2019-12-24 13:43:08.958 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
  677. 2019-12-24 13:43:08.959 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: user_status(String), 1(String)
  678. 2019-12-24 13:43:08.961 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  679. 2019-12-24 13:43:08.987 [http-nio-8080-exec-10] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  680. 2019-12-24 13:43:08.990 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
  681. 2019-12-24 13:43:08.991 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: sex(String), 2(String)
  682. 2019-12-24 13:43:08.992 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  683. 2019-12-24 13:43:09.279 [http-nio-8080-exec-2] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190401\20180607175028Fn1Lq7zw_1554118444672.png (系统找不到指定的路径。)
  684. 2019-12-24 13:43:09.287 [http-nio-8080-exec-1] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190119\logo-2_1547868176839.png (系统找不到指定的路径。)
  685. 2019-12-24 13:43:09.287 [http-nio-8080-exec-3] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190220\e1fe9925bc315c60addea1b98eb1cb1349547719_1550656892940.jpg (系统找不到指定的路径。)
  686. 2019-12-24 13:43:09.288 [http-nio-8080-exec-5] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\null (系统找不到指定的路径。)
  687. 2019-12-24 13:43:09.300 [http-nio-8080-exec-6] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190314\ly-plate-e_1552531617500.png (系统找不到指定的路径。)
  688. 2019-12-24 13:43:10.269 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  689. 2019-12-24 13:43:10.632 [http-nio-8080-exec-7] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_role
  690. 2019-12-24 13:43:10.634 [http-nio-8080-exec-7] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Parameters:
  691. 2019-12-24 13:43:10.640 [http-nio-8080-exec-7] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Preparing: SELECT id,role_name,role_code,description,create_by,create_time,update_by,update_time FROM sys_role ORDER BY create_time DESC LIMIT ?,?
  692. 2019-12-24 13:43:10.643 [http-nio-8080-exec-7] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
  693. 2019-12-24 13:43:10.647 [http-nio-8080-exec-7] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - <== Total: 3
  694. 2019-12-24 13:43:14.966 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  695. 2019-12-24 13:43:15.004 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
  696. 2019-12-24 13:43:15.005 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  697. 2019-12-24 13:43:15.032 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 107
  698. 2019-12-24 13:43:15.216 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  699. 2019-12-24 13:43:15.292 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysRolePermissionMapper.selectList:143 - ==> Preparing: SELECT id,role_id,permission_id,data_rule_ids FROM sys_role_permission WHERE role_id = ?
  700. 2019-12-24 13:43:15.293 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysRolePermissionMapper.selectList:143 - ==> Parameters: f6817f48af4fb3af11b9e8bf182f618b(String)
  701. 2019-12-24 13:43:15.310 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysRolePermissionMapper.selectList:143 - <== Total: 128
  702. 2019-12-24 13:43:19.716 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  703. 2019-12-24 13:43:19.771 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysRolePermissionMapper.insert:143 - ==> Preparing: INSERT INTO sys_role_permission ( id, role_id, permission_id ) VALUES ( ?, ?, ? )
  704. 2019-12-24 13:43:19.777 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysRolePermissionMapper.insert:143 - ==> Parameters: 1209348810808242177(String), f6817f48af4fb3af11b9e8bf182f618b(String), 1209348722799161345(String)
  705. 2019-12-24 13:43:19.794 [http-nio-8080-exec-10] INFO o.j.m.system.controller.SysPermissionController:388 - ======角色授权成功=====耗时:60毫秒
  706. 2019-12-24 13:43:23.485 [http-nio-8080-exec-9] INFO org.jeecg.modules.message.websocket.WebSocket:46 - 【websocket消息】连接断开,总数为:1
  707. 2019-12-24 13:43:25.476 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  708. 2019-12-24 13:43:25.484 [http-nio-8080-exec-2] INFO o.j.m.system.controller.SysPermissionController:182 - ------ 通过令牌获取用户拥有的访问菜单 ---- TOKEN ------ eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  709. 2019-12-24 13:43:25.492 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Preparing: SELECT p.* FROM sys_permission p WHERE exists( select a.id from sys_role_permission a join sys_role b on a.role_id = b.id join sys_user_role c on c.role_id = b.id join sys_user d on d.id = c.user_id where p.id = a.permission_id AND d.username = ? ) and p.del_flag = 0 order by p.sort_no ASC
  710. 2019-12-24 13:43:25.496 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Parameters: admin(String)
  711. 2019-12-24 13:43:25.513 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - <== Total: 106
  712. 2019-12-24 13:43:25.552 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND menu_type = ?
  713. 2019-12-24 13:43:25.555 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), 2(Integer)
  714. 2019-12-24 13:43:25.558 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 3
  715. 2019-12-24 13:43:27.113 [http-nio-8080-exec-8] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:2
  716. 2019-12-24 13:43:27.215 [http-nio-8080-exec-1] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190119\logo-2_1547868176839.png (系统找不到指定的路径。)
  717. 2019-12-24 13:43:27.417 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  718. 2019-12-24 13:43:27.441 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  719. 2019-12-24 13:43:27.444 [http-nio-8080-exec-3] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_role
  720. 2019-12-24 13:43:27.447 [http-nio-8080-exec-3] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Parameters:
  721. 2019-12-24 13:43:27.452 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Preparing: select sas.annt_id from sys_announcement_send sas where sas.user_id = ?
  722. 2019-12-24 13:43:27.452 [http-nio-8080-exec-3] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Preparing: SELECT id,role_name,role_code,description,create_by,create_time,update_by,update_time FROM sys_role ORDER BY create_time DESC LIMIT ?,?
  723. 2019-12-24 13:43:27.454 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
  724. 2019-12-24 13:43:27.456 [http-nio-8080-exec-3] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
  725. 2019-12-24 13:43:27.459 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - <== Total: 1
  726. 2019-12-24 13:43:27.459 [http-nio-8080-exec-3] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - <== Total: 3
  727. 2019-12-24 13:43:27.469 [http-nio-8080-exec-5] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Preparing: SELECT id,titile,msg_content,start_time,end_time,sender,priority,msg_category,msg_type,send_status,send_time,cancel_time,del_flag,create_by,create_time,update_by,update_time,user_ids FROM sys_announcement WHERE msg_type = ? AND del_flag = ? AND send_status = ? AND end_time >= ? AND id NOT IN (?)
  728. 2019-12-24 13:43:27.470 [http-nio-8080-exec-5] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Parameters: ALL(String), 0(String), 1(String), 2038-06-21 17:54:10.0(Timestamp), 93a9060a1c20e4bf98b3f768a02c2ff9(String)
  729. 2019-12-24 13:43:27.477 [http-nio-8080-exec-5] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - <== Total: 0
  730. 2019-12-24 13:43:27.482 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
  731. 2019-12-24 13:43:27.483 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 1(String), e9ca23d68d884d4ebb19d07889727dae(String)
  732. 2019-12-24 13:43:27.496 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
  733. 2019-12-24 13:43:27.498 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 2(String), e9ca23d68d884d4ebb19d07889727dae(String)
  734. 2019-12-24 13:43:31.564 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  735. 2019-12-24 14:56:47.921 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  736. 2019-12-24 14:56:47.921 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  737. 2019-12-24 14:56:47.981 [http-nio-8080-exec-3] ERROR o.a.c.c.C.[.[.[/jeecg-boot].[dispatcherServlet]:175 - Servlet.service() for servlet [dispatcherServlet] in context with path [/jeecg-boot] threw exception [org.apache.shiro.authc.AuthenticationException: Token失效,请重新登录] with root cause
  738. org.apache.shiro.authc.AuthenticationException: Token失效,请重新登录!
  739. at org.jeecg.modules.shiro.authc.ShiroRealm.checkUserTokenIsEffect(ShiroRealm.java:129)
  740. at org.jeecg.modules.shiro.authc.ShiroRealm.doGetAuthenticationInfo(ShiroRealm.java:101)
  741. at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
  742. at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180)
  743. at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267)
  744. at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
  745. at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
  746. at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:274)
  747. at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
  748. at org.jeecg.modules.shiro.authc.aop.JwtFilter.executeLogin(JwtFilter.java:51)
  749. at org.jeecg.modules.shiro.authc.aop.JwtFilter.isAccessAllowed(JwtFilter.java:34)
  750. at org.apache.shiro.web.filter.AccessControlFilter.onPreHandle(AccessControlFilter.java:162)
  751. at org.apache.shiro.web.filter.PathMatchingFilter.isFilterChainContinued(PathMatchingFilter.java:203)
  752. at org.apache.shiro.web.filter.PathMatchingFilter.preHandle(PathMatchingFilter.java:178)
  753. at org.jeecg.modules.shiro.authc.aop.JwtFilter.preHandle(JwtFilter.java:71)
  754. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:131)
  755. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  756. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  757. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  758. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  759. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  760. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  761. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  762. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  763. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  764. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  765. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  766. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  767. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  768. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  769. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
  770. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  771. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  772. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  773. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  774. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  775. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  776. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  777. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  778. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  779. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  780. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  781. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  782. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  783. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  784. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  785. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117)
  786. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106)
  787. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  788. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  789. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  790. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  791. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  792. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  793. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  794. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
  795. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  796. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  797. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  798. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  799. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  800. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  801. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  802. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  803. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834)
  804. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415)
  805. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  806. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  807. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  808. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  809. at java.lang.Thread.run(Thread.java:748)
  810. 2019-12-24 14:56:47.980 [http-nio-8080-exec-5] ERROR o.a.c.c.C.[.[.[/jeecg-boot].[dispatcherServlet]:175 - Servlet.service() for servlet [dispatcherServlet] in context with path [/jeecg-boot] threw exception [org.apache.shiro.authc.AuthenticationException: Token失效,请重新登录] with root cause
  811. org.apache.shiro.authc.AuthenticationException: Token失效,请重新登录!
  812. at org.jeecg.modules.shiro.authc.ShiroRealm.checkUserTokenIsEffect(ShiroRealm.java:129)
  813. at org.jeecg.modules.shiro.authc.ShiroRealm.doGetAuthenticationInfo(ShiroRealm.java:101)
  814. at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
  815. at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180)
  816. at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267)
  817. at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
  818. at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
  819. at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:274)
  820. at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
  821. at org.jeecg.modules.shiro.authc.aop.JwtFilter.executeLogin(JwtFilter.java:51)
  822. at org.jeecg.modules.shiro.authc.aop.JwtFilter.isAccessAllowed(JwtFilter.java:34)
  823. at org.apache.shiro.web.filter.AccessControlFilter.onPreHandle(AccessControlFilter.java:162)
  824. at org.apache.shiro.web.filter.PathMatchingFilter.isFilterChainContinued(PathMatchingFilter.java:203)
  825. at org.apache.shiro.web.filter.PathMatchingFilter.preHandle(PathMatchingFilter.java:178)
  826. at org.jeecg.modules.shiro.authc.aop.JwtFilter.preHandle(JwtFilter.java:71)
  827. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:131)
  828. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  829. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  830. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  831. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  832. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  833. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  834. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  835. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  836. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  837. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  838. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  839. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  840. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  841. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  842. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
  843. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  844. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  845. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  846. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  847. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  848. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  849. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  850. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  851. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  852. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  853. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  854. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  855. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  856. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  857. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  858. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117)
  859. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106)
  860. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  861. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  862. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  863. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  864. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  865. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  866. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  867. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
  868. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  869. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  870. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  871. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  872. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  873. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  874. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  875. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  876. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834)
  877. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415)
  878. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  879. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  880. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  881. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  882. at java.lang.Thread.run(Thread.java:748)
  883. 2019-12-24 14:56:48.341 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNjc4NTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.bNBtUVjet7JKUIZJEwZUCZx4yoM94PLXWQIpRiorw-c
  884. 2019-12-24 14:56:48.352 [http-nio-8080-exec-4] ERROR o.a.c.c.C.[.[.[/jeecg-boot].[dispatcherServlet]:175 - Servlet.service() for servlet [dispatcherServlet] in context with path [/jeecg-boot] threw exception [org.apache.shiro.authc.AuthenticationException: Token失效,请重新登录] with root cause
  885. org.apache.shiro.authc.AuthenticationException: Token失效,请重新登录!
  886. at org.jeecg.modules.shiro.authc.ShiroRealm.checkUserTokenIsEffect(ShiroRealm.java:129)
  887. at org.jeecg.modules.shiro.authc.ShiroRealm.doGetAuthenticationInfo(ShiroRealm.java:101)
  888. at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
  889. at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180)
  890. at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267)
  891. at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
  892. at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
  893. at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:274)
  894. at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
  895. at org.jeecg.modules.shiro.authc.aop.JwtFilter.executeLogin(JwtFilter.java:51)
  896. at org.jeecg.modules.shiro.authc.aop.JwtFilter.isAccessAllowed(JwtFilter.java:34)
  897. at org.apache.shiro.web.filter.AccessControlFilter.onPreHandle(AccessControlFilter.java:162)
  898. at org.apache.shiro.web.filter.PathMatchingFilter.isFilterChainContinued(PathMatchingFilter.java:203)
  899. at org.apache.shiro.web.filter.PathMatchingFilter.preHandle(PathMatchingFilter.java:178)
  900. at org.jeecg.modules.shiro.authc.aop.JwtFilter.preHandle(JwtFilter.java:71)
  901. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:131)
  902. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  903. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  904. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  905. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  906. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  907. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  908. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  909. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  910. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  911. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  912. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  913. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  914. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  915. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  916. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
  917. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  918. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  919. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  920. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  921. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  922. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  923. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  924. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  925. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  926. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  927. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  928. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  929. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  930. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  931. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  932. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117)
  933. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106)
  934. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  935. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  936. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  937. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  938. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  939. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  940. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  941. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
  942. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  943. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  944. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  945. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  946. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  947. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  948. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  949. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  950. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834)
  951. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415)
  952. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  953. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  954. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  955. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  956. at java.lang.Thread.run(Thread.java:748)
  957. 2019-12-24 14:56:57.595 [http-nio-8080-exec-6] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Preparing: INSERT INTO sys_log ( id, create_by, create_time, ip, log_content, log_type ) VALUES ( ?, ?, ?, ?, ?, ? )
  958. 2019-12-24 14:56:57.604 [http-nio-8080-exec-6] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Parameters: 1209367340488339458(String), jeecg(String), 2019-12-24 14:56:57.577(Timestamp), 127.0.0.1(String), 用户名: 管理员,退出成功!(String), 1(Integer)
  959. 2019-12-24 14:56:57.619 [http-nio-8080-exec-6] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - <== Updates: 1
  960. 2019-12-24 14:56:57.622 [http-nio-8080-exec-6] INFO o.jeecg.modules.system.controller.LoginController:117 - 用户名: 管理员,退出成功!
  961. 2019-12-24 14:56:58.023 [http-nio-8080-exec-7] INFO org.jeecg.modules.message.websocket.WebSocket:46 - 【websocket消息】连接断开,总数为:1
  962. 2019-12-24 14:58:34.873 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Preparing: select * from sys_user where username = ? and del_flag = '0'
  963. 2019-12-24 14:58:34.881 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Parameters: admin(String)
  964. 2019-12-24 14:58:34.889 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - <== Total: 1
  965. 2019-12-24 14:58:34.917 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - ==> Preparing: select * from sys_depart where id IN ( select dep_id from sys_user_depart where user_id = ? )
  966. 2019-12-24 14:58:34.919 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
  967. 2019-12-24 14:58:34.929 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - <== Total: 1
  968. 2019-12-24 14:58:34.932 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.updateUserDepart:143 - ==> Preparing: UPDATE sys_user SET org_code = ? where username = ?
  969. 2019-12-24 14:58:34.934 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.updateUserDepart:143 - ==> Parameters: A01(String), admin(String)
  970. 2019-12-24 14:58:34.951 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.updateUserDepart:143 - <== Updates: 1
  971. 2019-12-24 14:58:34.969 [http-nio-8080-exec-8] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Preparing: INSERT INTO sys_log ( id, create_by, create_time, ip, log_content, log_type ) VALUES ( ?, ?, ?, ?, ?, ? )
  972. 2019-12-24 14:58:34.977 [http-nio-8080-exec-8] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Parameters: 1209367748866748418(String), jeecg(String), 2019-12-24 14:58:34.961(Timestamp), 127.0.0.1(String), 用户名: admin,登录成功!(String), 1(Integer)
  973. 2019-12-24 14:58:34.982 [http-nio-8080-exec-8] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - <== Updates: 1
  974. 2019-12-24 14:58:35.119 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  975. 2019-12-24 14:58:35.133 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Preparing: select * from sys_user where username = ? and del_flag = '0'
  976. 2019-12-24 14:58:35.135 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Parameters: admin(String)
  977. 2019-12-24 14:58:35.139 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - <== Total: 1
  978. 2019-12-24 14:58:35.171 [http-nio-8080-exec-1] INFO o.j.m.system.controller.SysPermissionController:182 - ------ 通过令牌获取用户拥有的访问菜单 ---- TOKEN ------ eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  979. 2019-12-24 14:58:35.180 [http-nio-8080-exec-1] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Preparing: SELECT p.* FROM sys_permission p WHERE exists( select a.id from sys_role_permission a join sys_role b on a.role_id = b.id join sys_user_role c on c.role_id = b.id join sys_user d on d.id = c.user_id where p.id = a.permission_id AND d.username = ? ) and p.del_flag = 0 order by p.sort_no ASC
  980. 2019-12-24 14:58:35.183 [http-nio-8080-exec-1] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Parameters: admin(String)
  981. 2019-12-24 14:58:35.228 [http-nio-8080-exec-1] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - <== Total: 106
  982. 2019-12-24 14:58:35.291 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND menu_type = ?
  983. 2019-12-24 14:58:35.294 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), 2(Integer)
  984. 2019-12-24 14:58:35.300 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 3
  985. 2019-12-24 14:58:36.522 [http-nio-8080-exec-3] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:2
  986. 2019-12-24 14:58:36.607 [http-nio-8080-exec-5] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190119\logo-2_1547868176839.png (系统找不到指定的路径。)
  987. 2019-12-24 14:58:36.751 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  988. 2019-12-24 14:58:37.025 [http-nio-8080-exec-6] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
  989. 2019-12-24 14:58:37.089 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  990. 2019-12-24 14:58:37.136 [http-nio-8080-exec-4] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
  991. 2019-12-24 14:58:37.150 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
  992. 2019-12-24 14:58:37.155 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Preparing: select s.item_value as "value",s.item_text as "text" from sys_dict_item s where dict_id = (select id from sys_dict where dict_code = ?) order by s.sort_order asc
  993. 2019-12-24 14:58:37.156 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: cgform_table_type(String)
  994. 2019-12-24 14:58:37.183 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  995. 2019-12-24 14:58:37.192 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 3
  996. 2019-12-24 14:58:37.199 [http-nio-8080-exec-4] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=单表), DictModel(value=2, text=主表), DictModel(value=3, text=附表)], timestamp=1577170717138)
  997. 2019-12-24 14:58:37.200 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Preparing: select sas.annt_id from sys_announcement_send sas where sas.user_id = ?
  998. 2019-12-24 14:58:37.201 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
  999. 2019-12-24 14:58:37.206 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - <== Total: 1
  1000. 2019-12-24 14:58:37.218 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Preparing: SELECT id,titile,msg_content,start_time,end_time,sender,priority,msg_category,msg_type,send_status,send_time,cancel_time,del_flag,create_by,create_time,update_by,update_time,user_ids FROM sys_announcement WHERE msg_type = ? AND del_flag = ? AND send_status = ? AND end_time >= ? AND id NOT IN (?)
  1001. 2019-12-24 14:58:37.220 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Parameters: ALL(String), 0(String), 1(String), 2038-06-21 17:54:10.0(Timestamp), 93a9060a1c20e4bf98b3f768a02c2ff9(String)
  1002. 2019-12-24 14:58:37.222 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - <== Total: 0
  1003. 2019-12-24 14:58:37.236 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
  1004. 2019-12-24 14:58:37.242 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 1(String), e9ca23d68d884d4ebb19d07889727dae(String)
  1005. 2019-12-24 14:58:37.257 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
  1006. 2019-12-24 14:58:37.258 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 2(String), e9ca23d68d884d4ebb19d07889727dae(String)
  1007. 2019-12-24 14:58:37.522 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1008. 2019-12-24 14:58:37.540 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
  1009. 2019-12-24 14:58:37.543 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=单表), DictModel(value=2, text=主表), DictModel(value=3, text=附表)], timestamp=1577170717541)
  1010. 2019-12-24 14:58:42.727 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1011. 2019-12-24 14:58:42.730 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1012. 2019-12-24 14:59:05.647 [http-nio-8080-exec-4] INFO org.jeecg.modules.message.websocket.WebSocket:46 - 【websocket消息】连接断开,总数为:1
  1013. 2019-12-24 14:59:08.694 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1014. 2019-12-24 14:59:08.706 [http-nio-8080-exec-7] INFO o.j.m.system.controller.SysPermissionController:182 - ------ 通过令牌获取用户拥有的访问菜单 ---- TOKEN ------ eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1015. 2019-12-24 14:59:08.713 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Preparing: SELECT p.* FROM sys_permission p WHERE exists( select a.id from sys_role_permission a join sys_role b on a.role_id = b.id join sys_user_role c on c.role_id = b.id join sys_user d on d.id = c.user_id where p.id = a.permission_id AND d.username = ? ) and p.del_flag = 0 order by p.sort_no ASC
  1016. 2019-12-24 14:59:08.716 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Parameters: admin(String)
  1017. 2019-12-24 14:59:08.758 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - <== Total: 106
  1018. 2019-12-24 14:59:08.791 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND menu_type = ?
  1019. 2019-12-24 14:59:08.792 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), 2(Integer)
  1020. 2019-12-24 14:59:08.795 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 3
  1021. 2019-12-24 14:59:10.665 [http-nio-8080-exec-6] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:2
  1022. 2019-12-24 14:59:10.815 [http-nio-8080-exec-10] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190119\logo-2_1547868176839.png (系统找不到指定的路径。)
  1023. 2019-12-24 14:59:11.127 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1024. 2019-12-24 14:59:11.145 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
  1025. 2019-12-24 14:59:11.147 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  1026. 2019-12-24 14:59:11.165 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1027. 2019-12-24 14:59:11.162 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 107
  1028. 2019-12-24 14:59:11.174 [http-nio-8080-exec-9] INFO o.j.m.system.controller.SysPermissionController:82 - ======获取全部菜单数据=====耗时:38毫秒
  1029. 2019-12-24 14:59:11.180 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Preparing: select sas.annt_id from sys_announcement_send sas where sas.user_id = ?
  1030. 2019-12-24 14:59:11.183 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
  1031. 2019-12-24 14:59:11.190 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - <== Total: 1
  1032. 2019-12-24 14:59:11.201 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Preparing: SELECT id,titile,msg_content,start_time,end_time,sender,priority,msg_category,msg_type,send_status,send_time,cancel_time,del_flag,create_by,create_time,update_by,update_time,user_ids FROM sys_announcement WHERE msg_type = ? AND del_flag = ? AND send_status = ? AND end_time >= ? AND id NOT IN (?)
  1033. 2019-12-24 14:59:11.203 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Parameters: ALL(String), 0(String), 1(String), 2038-06-21 17:54:10.0(Timestamp), 93a9060a1c20e4bf98b3f768a02c2ff9(String)
  1034. 2019-12-24 14:59:11.206 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - <== Total: 0
  1035. 2019-12-24 14:59:11.210 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
  1036. 2019-12-24 14:59:11.212 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 1(String), e9ca23d68d884d4ebb19d07889727dae(String)
  1037. 2019-12-24 14:59:11.217 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
  1038. 2019-12-24 14:59:11.217 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 2(String), e9ca23d68d884d4ebb19d07889727dae(String)
  1039. 2019-12-24 14:59:17.380 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1040. 2019-12-24 14:59:17.384 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1041. 2019-12-24 14:59:17.777 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1042. 2019-12-24 14:59:17.853 [http-nio-8080-exec-4] INFO o.jeecg.modules.system.aspect.PermissionDataAspect:78 - 拦截请求>>/online/cgform/api/getData/402882ac6f1c09de016f1c09de320000;请求类型>>GET
  1043. 2019-12-24 14:59:17.866 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE menu_type = ? AND del_flag = ? AND url = ?
  1044. 2019-12-24 14:59:17.868 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 2(Integer), 0(Integer), /online/cgform/api/getData/402882ac6f1c09de016f1c09de320000(String)
  1045. 2019-12-24 14:59:17.873 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
  1046. 2019-12-24 14:59:17.888 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryPermissionUrlWithStar:143 - ==> Preparing: SELECT url FROM sys_permission WHERE del_flag = 0 and menu_type = 2 and url like '%*%'
  1047. 2019-12-24 14:59:17.890 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryPermissionUrlWithStar:143 - ==> Parameters:
  1048. 2019-12-24 14:59:17.896 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryPermissionUrlWithStar:143 - <== Total: 0
  1049. 2019-12-24 14:59:18.453 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1050. 2019-12-24 14:59:18.468 [http-nio-8080-exec-4] INFO org.jeecg.modules.online.cgform.service.impl.c:89 - ---Online查询sql:>>SELECT weight,status,institution_name,patient_id,patient_name,modality,study_instance_uid,study_id,accession_num,pregnancy,patient_age,part_examined,study_date_time,hospital_id,study_description,update_time,exam_id,create_time,patient_birth_date ,id FROM pacs_studies where 1=1 ORDER BY create_time desc
  1051. 2019-12-24 14:59:24.541 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1052. 2019-12-24 14:59:38.149 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1053. 2019-12-24 15:00:15.918 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1054. 2019-12-24 15:00:28.279 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1055. 2019-12-24 15:00:32.743 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1056. 2019-12-24 15:00:32.768 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND component = ?
  1057. 2019-12-24 15:00:32.771 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), jeecg/JeecgDemoList(String)
  1058. 2019-12-24 15:00:32.774 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
  1059. 2019-12-24 15:00:32.821 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Preparing: select data_rule_ids from sys_role_permission a join sys_permission b on a.permission_id = b.id join sys_role c on a.role_id = c.id join sys_user_role d on d.role_id = c.id join sys_user e on d.user_id = e.id where e.username = ? and b.id = ?
  1060. 2019-12-24 15:00:32.833 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Parameters: admin(String), 4148ec82b6acd69f470bea75fe41c357(String)
  1061. 2019-12-24 15:00:32.847 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
  1062. 2019-12-24 15:00:32.908 [http-nio-8080-exec-10] INFO o.j.m.demo.test.controller.JeecgDemoController:67 - 查询当前页:1
  1063. 2019-12-24 15:00:32.909 [http-nio-8080-exec-10] INFO o.j.m.demo.test.controller.JeecgDemoController:68 - 查询当前页数量:10
  1064. 2019-12-24 15:00:32.910 [http-nio-8080-exec-10] INFO o.j.m.demo.test.controller.JeecgDemoController:69 - 查询结果数量:10
  1065. 2019-12-24 15:00:32.910 [http-nio-8080-exec-10] INFO o.j.m.demo.test.controller.JeecgDemoController:70 - 数据总数:22
  1066. 2019-12-24 15:00:33.049 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1067. 2019-12-24 15:00:33.065 [http-nio-8080-exec-6] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1068. 2019-12-24 15:00:33.075 [http-nio-8080-exec-6] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
  1069. 2019-12-24 15:00:33.077 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Preparing: select s.item_value as "value",s.item_text as "text" from sys_dict_item s where dict_id = (select id from sys_dict where dict_code = ?) order by s.sort_order asc
  1070. 2019-12-24 15:00:33.079 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: sex(String)
  1071. 2019-12-24 15:00:33.091 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
  1072. 2019-12-24 15:00:33.095 [http-nio-8080-exec-6] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577170833066)
  1073. 2019-12-24 15:00:43.678 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1074. 2019-12-24 15:00:43.680 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1075. 2019-12-24 15:00:43.690 [http-nio-8080-exec-3] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
  1076. 2019-12-24 15:00:43.697 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
  1077. 2019-12-24 15:00:43.702 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=单表), DictModel(value=2, text=主表), DictModel(value=3, text=附表)], timestamp=1577170843698)
  1078. 2019-12-24 15:00:43.928 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1079. 2019-12-24 15:00:43.944 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
  1080. 2019-12-24 15:00:43.947 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=单表), DictModel(value=2, text=主表), DictModel(value=3, text=附表)], timestamp=1577170843945)
  1081. 2019-12-24 15:00:49.623 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1082. 2019-12-24 15:00:56.357 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1083. 2019-12-24 15:00:56.436 [http-nio-8080-exec-10] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->cgform_head_id = 402882ac6f1c09de016f1c09de320000
  1084. 2019-12-24 15:01:16.176 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1085. 2019-12-24 15:01:16.175 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1086. 2019-12-24 15:01:28.152 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1087. 2019-12-24 15:01:28.154 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1088. 2019-12-24 15:01:37.156 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1089. 2019-12-24 15:01:37.469 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1090. 2019-12-24 15:03:35.206 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1091. 2019-12-24 15:03:36.004 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1092. 2019-12-24 15:03:37.556 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1093. 2019-12-24 15:03:37.578 [http-nio-8080-exec-6] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
  1094. 2019-12-24 15:03:42.190 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1095. 2019-12-24 15:03:48.733 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1096. 2019-12-24 15:03:48.798 [http-nio-8080-exec-1] INFO o.j.codegenerate.generate.impl.CodeGenerateOne:122 - ----jeecg---Code----Generation----[单表模型:pacs_studies]------- 生成中。。。
  1097. 2019-12-24 15:03:48.803 [http-nio-8080-exec-1] INFO o.j.codegenerate.generate.impl.CodeGenerateOne:117 - code template data: {primaryKeyPolicy=java.lang.String, serialVersionUID=6235498975801724640, entityPackage=pacs, entityName=PacsStudies, primaryKeyField=id, columns=[{"fieldDbName":"study_instance_uid","fieldName":"studyInstanceUid","filedComment":"检查UID","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"N","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"3","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"hospital_id","fieldName":"hospitalId","filedComment":"医院ID","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"N","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"4","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"patient_id","fieldName":"patientId","filedComment":"患者id","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"5","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"patient_name","fieldName":"patientName","filedComment":"姓名","fieldType":"java.lang.String","fieldDbType":"String","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"6","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"patient_birth_date","fieldName":"patientBirthDate","filedComment":"生日","fieldType":"java.util.Date","fieldDbType":"Date","classType":"date","classType_row":"date","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"date","fieldOrderNum":"7","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"study_id","fieldName":"studyId","filedComment":"检查ID","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"8","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"accession_num","fieldName":"accessionNum","filedComment":"科室检查号","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"9","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"study_date_time","fieldName":"studyDateTime","filedComment":"检查日期","fieldType":"java.util.Date","fieldDbType":"Date","classType":"date","classType_row":"date","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"date","fieldOrderNum":"10","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"modality","fieldName":"modality","filedComment":"设备类型","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"11","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"status","fieldName":"status","filedComment":"检查状态","fieldType":"java.lang.Integer","fieldDbType":"int","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"12","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"patient_age","fieldName":"patientAge","filedComment":"年龄","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"13","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"institution_name","fieldName":"institutionName","filedComment":"机构名称","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"14","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"exam_id","fieldName":"examId","filedComment":"RISID","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"15","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"weight","fieldName":"weight","filedComment":"体重","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"16","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"pregnancy","fieldName":"pregnancy","filedComment":"是否怀孕","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"17","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"part_examined","fieldName":"partExamined","filedComment":"检查部位","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"18","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"study_description","fieldName":"studyDescription","filedComment":"检查描述","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"19","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"create_time","fieldName":"createTime","filedComment":"记录时间","fieldType":"java.util.Date","fieldDbType":"Date","classType":"date","classType_row":"date","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"date","fieldOrderNum":"20","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"update_time","fieldName":"updateTime","filedComment":"更新时间","fieldType":"java.util.Date","fieldDbType":"Date","classType":"date","classType_row":"date","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"date","fieldOrderNum":"21","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}], tableVo={"tableName":"pacs_studies","ftlDescription":"pacs_studies","primaryKeyPolicy":"null","sequenceCode":"null","entityPackage":"pacs","entityName":"PacsStudies","fieldRowNum":"1","searchFieldNum":"-1","fieldRequiredNum":"4"}, originalColumns=[{"fieldDbName":"id","fieldName":"id","filedComment":"id","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"N","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"1","isKey":"Y","isShow":"N","isShowList":"N","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"patients_id","fieldName":"patientsId","filedComment":"外键patientsId","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"2","isKey":"N","isShow":"N","isShowList":"N","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"study_instance_uid","fieldName":"studyInstanceUid","filedComment":"检查UID","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"N","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"3","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"hospital_id","fieldName":"hospitalId","filedComment":"医院ID","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"N","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"4","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"patient_id","fieldName":"patientId","filedComment":"患者id","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"5","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"patient_name","fieldName":"patientName","filedComment":"姓名","fieldType":"java.lang.String","fieldDbType":"String","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"6","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"patient_birth_date","fieldName":"patientBirthDate","filedComment":"生日","fieldType":"java.util.Date","fieldDbType":"Date","classType":"date","classType_row":"date","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"date","fieldOrderNum":"7","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"study_id","fieldName":"studyId","filedComment":"检查ID","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"8","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"accession_num","fieldName":"accessionNum","filedComment":"科室检查号","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"9","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"study_date_time","fieldName":"studyDateTime","filedComment":"检查日期","fieldType":"java.util.Date","fieldDbType":"Date","classType":"date","classType_row":"date","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"date","fieldOrderNum":"10","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"modality","fieldName":"modality","filedComment":"设备类型","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"11","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"status","fieldName":"status","filedComment":"检查状态","fieldType":"java.lang.Integer","fieldDbType":"int","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"12","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"patient_age","fieldName":"patientAge","filedComment":"年龄","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"13","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"institution_name","fieldName":"institutionName","filedComment":"机构名称","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"14","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"exam_id","fieldName":"examId","filedComment":"RISID","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"15","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"weight","fieldName":"weight","filedComment":"体重","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"16","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"pregnancy","fieldName":"pregnancy","filedComment":"是否怀孕","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"17","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"part_examined","fieldName":"partExamined","filedComment":"检查部位","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"18","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"study_description","fieldName":"studyDescription","filedComment":"检查描述","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"19","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"create_time","fieldName":"createTime","filedComment":"记录时间","fieldType":"java.util.Date","fieldDbType":"Date","classType":"date","classType_row":"date","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"date","fieldOrderNum":"20","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"update_time","fieldName":"updateTime","filedComment":"更新时间","fieldType":"java.util.Date","fieldDbType":"Date","classType":"date","classType_row":"date","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"date","fieldOrderNum":"21","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"group","dictField":"","dictTable":"","dictText":""}], bussiPackage=org.jeecg.modules, tableName=pacs_studies}
  1098. 2019-12-24 15:03:48.821 [http-nio-8080-exec-1] INFO org.jeecgframework.codegenerate.generate.a.a:34 - ----templatePath-----------------/jeecg/code-template-online/one
  1099. 2019-12-24 15:03:48.821 [http-nio-8080-exec-1] INFO org.jeecgframework.codegenerate.generate.impl.a.a:36 - --------generate----projectPath--------D:\develop\IntelliJProjects\jeecg-boot\pacs_generate
  1100. 2019-12-24 15:03:49.631 [http-nio-8080-exec-1] INFO o.j.codegenerate.generate.impl.CodeGenerateOne:136 - ----jeecg----Code----Generation-----[单表模型:pacs_studies]------ 生成完成。。。
  1101. 2019-12-24 15:05:58.120 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1102. 2019-12-24 15:05:58.125 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1103. 2019-12-24 15:05:58.368 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1104. 2019-12-24 15:05:58.378 [http-nio-8080-exec-9] INFO o.jeecg.modules.system.aspect.PermissionDataAspect:78 - 拦截请求>>/online/cgform/api/getData/402882ac6f1c09de016f1c09de320000;请求类型>>GET
  1105. 2019-12-24 15:05:58.384 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE menu_type = ? AND del_flag = ? AND url = ?
  1106. 2019-12-24 15:05:58.385 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 2(Integer), 0(Integer), /online/cgform/api/getData/402882ac6f1c09de016f1c09de320000(String)
  1107. 2019-12-24 15:05:58.388 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
  1108. 2019-12-24 15:05:58.406 [http-nio-8080-exec-9] INFO org.jeecg.modules.online.cgform.service.impl.c:89 - ---Online查询sql:>>SELECT weight,status,institution_name,patient_id,patient_name,modality,study_instance_uid,study_id,accession_num,pregnancy,patient_age,part_examined,study_date_time,hospital_id,study_description,update_time,exam_id,create_time,patient_birth_date ,id FROM pacs_studies where 1=1 ORDER BY create_time desc
  1109. 2019-12-24 15:05:58.567 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1110. 2019-12-24 15:09:05.642 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1111. 2019-12-24 15:12:44.928 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1112. 2019-12-24 15:12:44.934 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1113. 2019-12-24 15:12:44.946 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND component = ?
  1114. 2019-12-24 15:12:44.953 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), jeecg/JeecgDemoList(String)
  1115. 2019-12-24 15:12:44.953 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1116. 2019-12-24 15:12:44.956 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577171564954)
  1117. 2019-12-24 15:12:44.957 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
  1118. 2019-12-24 15:12:44.964 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Preparing: select data_rule_ids from sys_role_permission a join sys_permission b on a.permission_id = b.id join sys_role c on a.role_id = c.id join sys_user_role d on d.role_id = c.id join sys_user e on d.user_id = e.id where e.username = ? and b.id = ?
  1119. 2019-12-24 15:12:44.966 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Parameters: admin(String), 4148ec82b6acd69f470bea75fe41c357(String)
  1120. 2019-12-24 15:12:44.968 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
  1121. 2019-12-24 15:12:44.985 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:67 - 查询当前页:1
  1122. 2019-12-24 15:12:44.986 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:68 - 查询当前页数量:10
  1123. 2019-12-24 15:12:44.987 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:69 - 查询结果数量:10
  1124. 2019-12-24 15:12:44.987 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:70 - 数据总数:22
  1125. 2019-12-24 15:15:42.707 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1126. 2019-12-24 15:15:42.723 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND component = ?
  1127. 2019-12-24 15:15:42.725 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), jeecg/JeecgDemoList(String)
  1128. 2019-12-24 15:15:42.731 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
  1129. 2019-12-24 15:15:42.736 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Preparing: select data_rule_ids from sys_role_permission a join sys_permission b on a.permission_id = b.id join sys_role c on a.role_id = c.id join sys_user_role d on d.role_id = c.id join sys_user e on d.user_id = e.id where e.username = ? and b.id = ?
  1130. 2019-12-24 15:15:42.736 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Parameters: admin(String), 4148ec82b6acd69f470bea75fe41c357(String)
  1131. 2019-12-24 15:15:42.740 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
  1132. 2019-12-24 15:15:42.761 [http-nio-8080-exec-9] INFO o.j.m.demo.test.controller.JeecgDemoController:67 - 查询当前页:1
  1133. 2019-12-24 15:15:42.762 [http-nio-8080-exec-9] INFO o.j.m.demo.test.controller.JeecgDemoController:68 - 查询当前页数量:10
  1134. 2019-12-24 15:15:42.763 [http-nio-8080-exec-9] INFO o.j.m.demo.test.controller.JeecgDemoController:69 - 查询结果数量:10
  1135. 2019-12-24 15:15:42.764 [http-nio-8080-exec-9] INFO o.j.m.demo.test.controller.JeecgDemoController:70 - 数据总数:22
  1136. 2019-12-24 15:15:52.194 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1137. 2019-12-24 15:15:52.203 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND component = ?
  1138. 2019-12-24 15:15:52.205 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), jeecg/JeecgDemoList(String)
  1139. 2019-12-24 15:15:52.208 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
  1140. 2019-12-24 15:15:52.211 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Preparing: select data_rule_ids from sys_role_permission a join sys_permission b on a.permission_id = b.id join sys_role c on a.role_id = c.id join sys_user_role d on d.role_id = c.id join sys_user e on d.user_id = e.id where e.username = ? and b.id = ?
  1141. 2019-12-24 15:15:52.212 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Parameters: admin(String), 4148ec82b6acd69f470bea75fe41c357(String)
  1142. 2019-12-24 15:15:52.214 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
  1143. 2019-12-24 15:15:52.215 [http-nio-8080-exec-3] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->name LIKE 导入
  1144. 2019-12-24 15:15:52.227 [http-nio-8080-exec-3] INFO o.j.m.demo.test.controller.JeecgDemoController:67 - 查询当前页:1
  1145. 2019-12-24 15:15:52.230 [http-nio-8080-exec-3] INFO o.j.m.demo.test.controller.JeecgDemoController:68 - 查询当前页数量:10
  1146. 2019-12-24 15:15:52.231 [http-nio-8080-exec-3] INFO o.j.m.demo.test.controller.JeecgDemoController:69 - 查询结果数量:2
  1147. 2019-12-24 15:15:52.232 [http-nio-8080-exec-3] INFO o.j.m.demo.test.controller.JeecgDemoController:70 - 数据总数:2
  1148. 2019-12-24 15:18:48.682 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1149. 2019-12-24 15:18:48.684 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1150. 2019-12-24 15:18:48.697 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1151. 2019-12-24 15:18:48.697 [http-nio-8080-exec-8] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : demo,name,id
  1152. 2019-12-24 15:18:48.700 [http-nio-8080-exec-8] INFO o.j.modules.system.service.impl.SysDictServiceImpl:80 - 无缓存dictTableList的时候调用这里!
  1153. 2019-12-24 15:18:48.701 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577171928698)
  1154. 2019-12-24 15:18:48.708 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Preparing: select name as "text",id as "value" from demo
  1155. 2019-12-24 15:18:48.711 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Parameters:
  1156. 2019-12-24 15:18:48.713 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - <== Total: 22
  1157. 2019-12-24 15:18:48.714 [http-nio-8080-exec-8] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=08375a2dff80e821d5a158dd98302b23, text=导入小虎), DictModel(value=1c2ba51b29a42d9de02bbd708ea8121a, text=777777), DictModel(value=1dc29e80be14d1400f165b5c6b30c707, text=zhang daihao), DictModel(value=304e651dc769d5c9b6e08fb30457a602, text=小白兔), DictModel(value=4, text=Sandy), DictModel(value=42c08b1a2e5b2a96ffa4cc88383d4b11, text=秦50090), DictModel(value=4436302a0de50bb83025286bc414d6a9, text=zhang daihao), DictModel(value=4981637bf71b0c1ed1365241dfcfa0ea, text=小虎), DictModel(value=5c16e6a5c31296bcd3f1053d5d118815, text=导入zhangdaiscott), DictModel(value=7, text=zhangdaiscott), DictModel(value=73bc58611012617ca446d8999379e4ac, text=郭靖11a), DictModel(value=917e240eaa0b1b2d198ae869b64a81c3, text=zhang daihao), DictModel(value=94420c5d8fc4420dde1e7196154b3a24, text=秦111), DictModel(value=95740656751c5f22e5932ab0ae33b1e4, text=杨康22a), DictModel(value=b86897900c770503771c7bb88e5d1e9b, text=scott1), DictModel(value=c0b7c3de7c62a295ab715943de8a315d, text=秦风555), DictModel(value=c28fa8391ef81d6fabd8bd894a7615aa, text=小麦), DictModel(value=c2c0d49e3c01913067cf8d1fb3c971d2, text=zhang daihao), DictModel(value=c96279c666b4b82e3ef1e4e2978701ce, text=报名时间), DictModel(value=d24668721446e8478eeeafe4db66dcff, text=zhang daihao999), DictModel(value=eaa6c1116b41dc10a94eae34cf990133, text=zhang daihao), DictModel(value=ffa9da1ad40632dfcabac51d766865bd, text=秦999)], timestamp=1577171928698)
  1158. 2019-12-24 15:23:44.864 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1159. 2019-12-24 15:23:44.866 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1160. 2019-12-24 15:23:44.889 [http-nio-8080-exec-4] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1161. 2019-12-24 15:23:44.889 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : demo,name,id
  1162. 2019-12-24 15:23:44.891 [http-nio-8080-exec-9] INFO o.j.modules.system.service.impl.SysDictServiceImpl:80 - 无缓存dictTableList的时候调用这里!
  1163. 2019-12-24 15:23:44.896 [http-nio-8080-exec-4] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577172224890)
  1164. 2019-12-24 15:23:44.898 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Preparing: select name as "text",id as "value" from demo
  1165. 2019-12-24 15:23:44.900 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Parameters:
  1166. 2019-12-24 15:23:44.905 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - <== Total: 22
  1167. 2019-12-24 15:23:44.908 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=08375a2dff80e821d5a158dd98302b23, text=导入小虎), DictModel(value=1c2ba51b29a42d9de02bbd708ea8121a, text=777777), DictModel(value=1dc29e80be14d1400f165b5c6b30c707, text=zhang daihao), DictModel(value=304e651dc769d5c9b6e08fb30457a602, text=小白兔), DictModel(value=4, text=Sandy), DictModel(value=42c08b1a2e5b2a96ffa4cc88383d4b11, text=秦50090), DictModel(value=4436302a0de50bb83025286bc414d6a9, text=zhang daihao), DictModel(value=4981637bf71b0c1ed1365241dfcfa0ea, text=小虎), DictModel(value=5c16e6a5c31296bcd3f1053d5d118815, text=导入zhangdaiscott), DictModel(value=7, text=zhangdaiscott), DictModel(value=73bc58611012617ca446d8999379e4ac, text=郭靖11a), DictModel(value=917e240eaa0b1b2d198ae869b64a81c3, text=zhang daihao), DictModel(value=94420c5d8fc4420dde1e7196154b3a24, text=秦111), DictModel(value=95740656751c5f22e5932ab0ae33b1e4, text=杨康22a), DictModel(value=b86897900c770503771c7bb88e5d1e9b, text=scott1), DictModel(value=c0b7c3de7c62a295ab715943de8a315d, text=秦风555), DictModel(value=c28fa8391ef81d6fabd8bd894a7615aa, text=小麦), DictModel(value=c2c0d49e3c01913067cf8d1fb3c971d2, text=zhang daihao), DictModel(value=c96279c666b4b82e3ef1e4e2978701ce, text=报名时间), DictModel(value=d24668721446e8478eeeafe4db66dcff, text=zhang daihao999), DictModel(value=eaa6c1116b41dc10a94eae34cf990133, text=zhang daihao), DictModel(value=ffa9da1ad40632dfcabac51d766865bd, text=秦999)], timestamp=1577172224891)
  1168. 2019-12-24 15:26:28.102 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 26856 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
  1169. 2019-12-24 15:26:28.112 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
  1170. 2019-12-24 15:26:35.503 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
  1171. 2019-12-24 15:26:35.507 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
  1172. 2019-12-24 15:26:35.615 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 82ms. Found 0 repository interfaces.
  1173. 2019-12-24 15:26:36.135 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$7b8104d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1174. 2019-12-24 15:26:36.264 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1175. 2019-12-24 15:26:36.777 [main] INFO org.jeecg.config.ShiroConfig:197 - ===============(1)创建缓存管理器RedisCacheManager
  1176. 2019-12-24 15:26:36.780 [main] INFO org.jeecg.config.ShiroConfig:215 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
  1177. 2019-12-24 15:26:36.786 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1178. 2019-12-24 15:26:36.792 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1179. 2019-12-24 15:26:36.832 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1180. 2019-12-24 15:26:36.931 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e7b2a6b7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1181. 2019-12-24 15:26:37.246 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1182. 2019-12-24 15:26:37.255 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$51411788] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1183. 2019-12-24 15:26:37.272 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1184. 2019-12-24 15:26:37.282 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1185. 2019-12-24 15:26:37.311 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1186. 2019-12-24 15:26:37.324 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$fccc6501] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1187. 2019-12-24 15:26:37.494 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1188. 2019-12-24 15:26:37.628 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1189. 2019-12-24 15:26:37.654 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$52869797] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1190. 2019-12-24 15:26:37.739 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$facb8467] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1191. 2019-12-24 15:26:37.750 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1192. 2019-12-24 15:26:38.409 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
  1193. 2019-12-24 15:26:38.433 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
  1194. 2019-12-24 15:26:38.447 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
  1195. 2019-12-24 15:26:38.447 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
  1196. 2019-12-24 15:26:38.457 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
  1197. 2019-12-24 15:26:38.677 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
  1198. 2019-12-24 15:26:38.678 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 10296 ms
  1199. 2019-12-24 15:26:39.260 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
  1200. 2019-12-24 15:26:39.685 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
  1201. 2019-12-24 15:26:39.687 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
  1202. 2019-12-24 15:26:39.688 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
  1203. 2019-12-24 15:26:39.688 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
  1204. 2019-12-24 15:26:45.808 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
  1205. 2019-12-24 15:26:45.828 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1206. 2019-12-24 15:26:45.829 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
  1207. 2019-12-24 15:26:45.835 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
  1208. 2019-12-24 15:26:45.838 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
  1209. 2019-12-24 15:26:45.839 [main] INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1210. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1211. NOT STARTED.
  1212. Currently in standby mode.
  1213. Number of jobs executed: 0
  1214. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1215. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
  1216. 2019-12-24 15:26:45.840 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1217. 2019-12-24 15:26:45.841 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
  1218. 2019-12-24 15:26:45.843 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3514237f
  1219. 2019-12-24 15:26:49.587 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
  1220. 2019-12-24 15:26:51.454 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
  1221. 2019-12-24 15:26:51.744 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  1222. 2019-12-24 15:26:52.265 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
  1223. 2019-12-24 15:26:53.588 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
  1224. 2019-12-24 15:26:53.618 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
  1225. 2019-12-24 15:26:53.702 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
  1226. 2019-12-24 15:26:54.010 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
  1227. 2019-12-24 15:26:54.012 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
  1228. 2019-12-24 15:26:54.016 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
  1229. 2019-12-24 15:26:54.020 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
  1230. 2019-12-24 15:26:54.023 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
  1231. 2019-12-24 15:26:54.031 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
  1232. 2019-12-24 15:26:54.047 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
  1233. 2019-12-24 15:26:54.050 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
  1234. 2019-12-24 15:26:54.054 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
  1235. 2019-12-24 15:26:54.057 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
  1236. 2019-12-24 15:26:54.059 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
  1237. 2019-12-24 15:26:54.082 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_2
  1238. 2019-12-24 15:26:54.143 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_3
  1239. 2019-12-24 15:26:54.288 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
  1240. 2019-12-24 15:26:55.399 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
  1241. 2019-12-24 15:26:55.446 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
  1242. 2019-12-24 15:26:55.446 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
  1243. 2019-12-24 15:26:55.448 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
  1244. 2019-12-24 15:26:55.524 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
  1245. 2019-12-24 15:26:55.525 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1246. 2019-12-24 15:26:55.554 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
  1247. 2019-12-24 15:26:55.597 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'
  1248. 2019-12-24 15:26:55.602 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 29.825 seconds (JVM running for 31.842)
  1249. 2019-12-24 15:26:55.648 [main] INFO org.jeecg.JeecgApplication:33 -
  1250. ----------------------------------------------------------
  1251. Application Jeecg-Boot is running! Access URLs:
  1252. Local: http://localhost:8080/jeecg-boot/
  1253. External: http://192.168.2.44:8080/jeecg-boot/
  1254. swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
  1255. Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
  1256. ----------------------------------------------------------
  1257. 2019-12-24 15:26:56.310 [RMI TCP Connection(3)-192.168.2.44] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
  1258. 2019-12-24 15:26:56.311 [RMI TCP Connection(3)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
  1259. 2019-12-24 15:26:56.336 [RMI TCP Connection(3)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 25 ms
  1260. 2019-12-24 15:26:56.881 [RMI TCP Connection(5)-192.168.2.44] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
  1261. 2019-12-24 15:26:56.903 [RMI TCP Connection(5)-192.168.2.44] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
  1262. 2019-12-24 15:26:56.938 [http-nio-8080-exec-1] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
  1263. 2019-12-24 15:26:57.522 [http-nio-8080-exec-2] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:2
  1264. 2019-12-24 15:26:59.818 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1265. 2019-12-24 15:27:00.158 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND component = ?
  1266. 2019-12-24 15:27:00.174 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), jeecg/JeecgDemoList(String)
  1267. 2019-12-24 15:27:00.191 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
  1268. 2019-12-24 15:27:00.205 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Preparing: select data_rule_ids from sys_role_permission a join sys_permission b on a.permission_id = b.id join sys_role c on a.role_id = c.id join sys_user_role d on d.role_id = c.id join sys_user e on d.user_id = e.id where e.username = ? and b.id = ?
  1269. 2019-12-24 15:27:00.212 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Parameters: admin(String), 4148ec82b6acd69f470bea75fe41c357(String)
  1270. 2019-12-24 15:27:00.215 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
  1271. 2019-12-24 15:27:00.220 [http-nio-8080-exec-3] INFO o.j.m.demo.test.controller.JeecgDemoController:63 - 数据总数:org.apache.catalina.util.ParameterMap@111c043f
  1272. 2019-12-24 15:27:00.260 [http-nio-8080-exec-3] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->birthday >= Tue Dec 24 00:00:00 CST 2019
  1273. 2019-12-24 15:27:00.262 [http-nio-8080-exec-3] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->birthday <= Thu Jan 30 23:59:59 CST 2020
  1274. 2019-12-24 15:27:00.263 [http-nio-8080-exec-3] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->name LIKE 导入
  1275. 2019-12-24 15:27:00.335 [http-nio-8080-exec-3] INFO o.j.m.demo.test.controller.JeecgDemoController:68 - 查询当前页:1
  1276. 2019-12-24 15:27:00.336 [http-nio-8080-exec-3] INFO o.j.m.demo.test.controller.JeecgDemoController:69 - 查询当前页数量:10
  1277. 2019-12-24 15:27:00.336 [http-nio-8080-exec-3] INFO o.j.m.demo.test.controller.JeecgDemoController:70 - 查询结果数量:0
  1278. 2019-12-24 15:27:00.337 [http-nio-8080-exec-3] INFO o.j.m.demo.test.controller.JeecgDemoController:71 - 数据总数:0
  1279. 2019-12-24 15:27:41.950 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 26988 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
  1280. 2019-12-24 15:27:41.959 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
  1281. 2019-12-24 15:27:45.703 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
  1282. 2019-12-24 15:27:45.707 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
  1283. 2019-12-24 15:27:45.813 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 85ms. Found 0 repository interfaces.
  1284. 2019-12-24 15:27:46.331 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$b85c377f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1285. 2019-12-24 15:27:46.467 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1286. 2019-12-24 15:27:46.961 [main] INFO org.jeecg.config.ShiroConfig:197 - ===============(1)创建缓存管理器RedisCacheManager
  1287. 2019-12-24 15:27:46.964 [main] INFO org.jeecg.config.ShiroConfig:215 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
  1288. 2019-12-24 15:27:46.969 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1289. 2019-12-24 15:27:46.975 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1290. 2019-12-24 15:27:47.015 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1291. 2019-12-24 15:27:47.113 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9856cde9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1292. 2019-12-24 15:27:47.354 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1293. 2019-12-24 15:27:47.362 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1e53eba] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1294. 2019-12-24 15:27:47.378 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1295. 2019-12-24 15:27:47.386 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1296. 2019-12-24 15:27:47.417 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1297. 2019-12-24 15:27:47.432 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$ad708c33] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1298. 2019-12-24 15:27:47.587 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1299. 2019-12-24 15:27:47.708 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1300. 2019-12-24 15:27:47.729 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$32abec9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1301. 2019-12-24 15:27:47.783 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$ab6fab99] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1302. 2019-12-24 15:27:47.793 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1303. 2019-12-24 15:27:48.377 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
  1304. 2019-12-24 15:27:48.396 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
  1305. 2019-12-24 15:27:48.409 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
  1306. 2019-12-24 15:27:48.410 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
  1307. 2019-12-24 15:27:48.417 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
  1308. 2019-12-24 15:27:48.623 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
  1309. 2019-12-24 15:27:48.624 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 6521 ms
  1310. 2019-12-24 15:27:49.145 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
  1311. 2019-12-24 15:27:49.501 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
  1312. 2019-12-24 15:27:49.502 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
  1313. 2019-12-24 15:27:49.503 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
  1314. 2019-12-24 15:27:49.504 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
  1315. 2019-12-24 15:27:55.590 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
  1316. 2019-12-24 15:27:55.618 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1317. 2019-12-24 15:27:55.622 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
  1318. 2019-12-24 15:27:55.633 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
  1319. 2019-12-24 15:27:55.636 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
  1320. 2019-12-24 15:27:55.637 [main] INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1321. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1322. NOT STARTED.
  1323. Currently in standby mode.
  1324. Number of jobs executed: 0
  1325. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1326. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
  1327. 2019-12-24 15:27:55.638 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1328. 2019-12-24 15:27:55.638 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
  1329. 2019-12-24 15:27:55.639 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@57eed461
  1330. 2019-12-24 15:27:59.244 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
  1331. 2019-12-24 15:28:01.569 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
  1332. 2019-12-24 15:28:01.861 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  1333. 2019-12-24 15:28:02.331 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
  1334. 2019-12-24 15:28:03.794 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
  1335. 2019-12-24 15:28:03.819 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
  1336. 2019-12-24 15:28:03.897 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
  1337. 2019-12-24 15:28:04.262 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
  1338. 2019-12-24 15:28:04.265 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
  1339. 2019-12-24 15:28:04.267 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
  1340. 2019-12-24 15:28:04.270 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
  1341. 2019-12-24 15:28:04.274 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
  1342. 2019-12-24 15:28:04.284 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
  1343. 2019-12-24 15:28:04.299 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
  1344. 2019-12-24 15:28:04.301 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
  1345. 2019-12-24 15:28:04.304 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
  1346. 2019-12-24 15:28:04.307 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
  1347. 2019-12-24 15:28:04.309 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
  1348. 2019-12-24 15:28:04.323 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_2
  1349. 2019-12-24 15:28:04.332 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_3
  1350. 2019-12-24 15:28:04.347 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
  1351. 2019-12-24 15:28:04.581 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
  1352. 2019-12-24 15:28:04.590 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
  1353. 2019-12-24 15:28:04.590 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
  1354. 2019-12-24 15:28:04.592 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
  1355. 2019-12-24 15:28:04.597 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
  1356. 2019-12-24 15:28:04.598 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1357. 2019-12-24 15:28:04.623 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
  1358. 2019-12-24 15:28:04.665 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'
  1359. 2019-12-24 15:28:04.668 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 24.684 seconds (JVM running for 26.316)
  1360. 2019-12-24 15:28:04.687 [main] INFO org.jeecg.JeecgApplication:33 -
  1361. ----------------------------------------------------------
  1362. Application Jeecg-Boot is running! Access URLs:
  1363. Local: http://localhost:8080/jeecg-boot/
  1364. External: http://192.168.2.44:8080/jeecg-boot/
  1365. swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
  1366. Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
  1367. ----------------------------------------------------------
  1368. 2019-12-24 15:28:04.915 [RMI TCP Connection(1)-192.168.2.44] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
  1369. 2019-12-24 15:28:04.916 [RMI TCP Connection(1)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
  1370. 2019-12-24 15:28:04.969 [RMI TCP Connection(1)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 52 ms
  1371. 2019-12-24 15:28:05.909 [RMI TCP Connection(4)-192.168.2.44] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
  1372. 2019-12-24 15:28:05.913 [RMI TCP Connection(4)-192.168.2.44] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
  1373. 2019-12-24 15:28:07.742 [http-nio-8080-exec-1] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
  1374. 2019-12-24 15:28:08.535 [http-nio-8080-exec-2] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:2
  1375. 2019-12-24 15:28:48.304 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1376. 2019-12-24 15:28:48.457 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:157 - ——————————用户在线操作,更新token保证不掉线—————————jwtTokenRefresh——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1377. 2019-12-24 15:29:48.229 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1378. 2019-12-24 15:29:48.317 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND component = ?
  1379. 2019-12-24 15:29:48.333 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), jeecg/JeecgDemoList(String)
  1380. 2019-12-24 15:29:48.349 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
  1381. 2019-12-24 15:29:48.363 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Preparing: select data_rule_ids from sys_role_permission a join sys_permission b on a.permission_id = b.id join sys_role c on a.role_id = c.id join sys_user_role d on d.role_id = c.id join sys_user e on d.user_id = e.id where e.username = ? and b.id = ?
  1382. 2019-12-24 15:29:48.368 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Parameters: admin(String), 4148ec82b6acd69f470bea75fe41c357(String)
  1383. 2019-12-24 15:29:48.371 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
  1384. 2019-12-24 15:29:48.380 [http-nio-8080-exec-10] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->birthday >= Tue Dec 24 00:00:00 CST 2019
  1385. 2019-12-24 15:29:48.382 [http-nio-8080-exec-10] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->birthday <= Thu Jan 30 23:59:59 CST 2020
  1386. 2019-12-24 15:29:48.383 [http-nio-8080-exec-10] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->name LIKE 导入
  1387. 2019-12-24 15:29:48.409 [http-nio-8080-exec-10] INFO o.j.m.demo.test.controller.JeecgDemoController:67 - 查询当前页:1
  1388. 2019-12-24 15:29:48.410 [http-nio-8080-exec-10] INFO o.j.m.demo.test.controller.JeecgDemoController:68 - 查询当前页数量:10
  1389. 2019-12-24 15:29:48.411 [http-nio-8080-exec-10] INFO o.j.m.demo.test.controller.JeecgDemoController:69 - 查询结果数量:0
  1390. 2019-12-24 15:29:48.412 [http-nio-8080-exec-10] INFO o.j.m.demo.test.controller.JeecgDemoController:70 - 数据总数:0
  1391. 2019-12-24 15:29:50.915 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1392. 2019-12-24 15:29:50.936 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND component = ?
  1393. 2019-12-24 15:29:50.938 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), jeecg/JeecgDemoList(String)
  1394. 2019-12-24 15:29:50.968 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
  1395. 2019-12-24 15:29:50.972 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Preparing: select data_rule_ids from sys_role_permission a join sys_permission b on a.permission_id = b.id join sys_role c on a.role_id = c.id join sys_user_role d on d.role_id = c.id join sys_user e on d.user_id = e.id where e.username = ? and b.id = ?
  1396. 2019-12-24 15:29:50.974 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Parameters: admin(String), 4148ec82b6acd69f470bea75fe41c357(String)
  1397. 2019-12-24 15:29:50.992 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
  1398. 2019-12-24 15:29:50.995 [http-nio-8080-exec-4] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->name LIKE 导入
  1399. 2019-12-24 15:29:51.024 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:67 - 查询当前页:1
  1400. 2019-12-24 15:29:51.025 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:68 - 查询当前页数量:10
  1401. 2019-12-24 15:29:51.026 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:69 - 查询结果数量:2
  1402. 2019-12-24 15:29:51.026 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:70 - 数据总数:2
  1403. 2019-12-24 15:31:13.981 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1404. 2019-12-24 15:31:13.981 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1405. 2019-12-24 15:31:14.016 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : demo,name,id
  1406. 2019-12-24 15:31:14.016 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1407. 2019-12-24 15:31:14.025 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577172674017)
  1408. 2019-12-24 15:31:14.037 [http-nio-8080-exec-1] INFO o.j.modules.system.service.impl.SysDictServiceImpl:80 - 无缓存dictTableList的时候调用这里!
  1409. 2019-12-24 15:31:14.040 [http-nio-8080-exec-1] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Preparing: select name as "text",id as "value" from demo
  1410. 2019-12-24 15:31:14.041 [http-nio-8080-exec-1] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Parameters:
  1411. 2019-12-24 15:31:14.045 [http-nio-8080-exec-1] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - <== Total: 22
  1412. 2019-12-24 15:31:14.046 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=08375a2dff80e821d5a158dd98302b23, text=导入小虎), DictModel(value=1c2ba51b29a42d9de02bbd708ea8121a, text=777777), DictModel(value=1dc29e80be14d1400f165b5c6b30c707, text=zhang daihao), DictModel(value=304e651dc769d5c9b6e08fb30457a602, text=小白兔), DictModel(value=4, text=Sandy), DictModel(value=42c08b1a2e5b2a96ffa4cc88383d4b11, text=秦50090), DictModel(value=4436302a0de50bb83025286bc414d6a9, text=zhang daihao), DictModel(value=4981637bf71b0c1ed1365241dfcfa0ea, text=小虎), DictModel(value=5c16e6a5c31296bcd3f1053d5d118815, text=导入zhangdaiscott), DictModel(value=7, text=zhangdaiscott), DictModel(value=73bc58611012617ca446d8999379e4ac, text=郭靖11a), DictModel(value=917e240eaa0b1b2d198ae869b64a81c3, text=zhang daihao), DictModel(value=94420c5d8fc4420dde1e7196154b3a24, text=秦111), DictModel(value=95740656751c5f22e5932ab0ae33b1e4, text=杨康22a), DictModel(value=b86897900c770503771c7bb88e5d1e9b, text=scott1), DictModel(value=c0b7c3de7c62a295ab715943de8a315d, text=秦风555), DictModel(value=c28fa8391ef81d6fabd8bd894a7615aa, text=小麦), DictModel(value=c2c0d49e3c01913067cf8d1fb3c971d2, text=zhang daihao), DictModel(value=c96279c666b4b82e3ef1e4e2978701ce, text=报名时间), DictModel(value=d24668721446e8478eeeafe4db66dcff, text=zhang daihao999), DictModel(value=eaa6c1116b41dc10a94eae34cf990133, text=zhang daihao), DictModel(value=ffa9da1ad40632dfcabac51d766865bd, text=秦999)], timestamp=1577172674017)
  1413. 2019-12-24 15:32:51.423 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1414. 2019-12-24 15:37:17.327 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1415. 2019-12-24 15:37:17.327 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1416. 2019-12-24 15:37:17.352 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : demo,name,id
  1417. 2019-12-24 15:37:17.352 [http-nio-8080-exec-8] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1418. 2019-12-24 15:37:17.352 [http-nio-8080-exec-2] INFO o.j.modules.system.service.impl.SysDictServiceImpl:80 - 无缓存dictTableList的时候调用这里!
  1419. 2019-12-24 15:37:17.358 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Preparing: select name as "text",id as "value" from demo
  1420. 2019-12-24 15:37:17.359 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Parameters:
  1421. 2019-12-24 15:37:17.358 [http-nio-8080-exec-8] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577173037353)
  1422. 2019-12-24 15:37:17.367 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - <== Total: 22
  1423. 2019-12-24 15:37:17.370 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=08375a2dff80e821d5a158dd98302b23, text=导入小虎), DictModel(value=1c2ba51b29a42d9de02bbd708ea8121a, text=777777), DictModel(value=1dc29e80be14d1400f165b5c6b30c707, text=zhang daihao), DictModel(value=304e651dc769d5c9b6e08fb30457a602, text=小白兔), DictModel(value=4, text=Sandy), DictModel(value=42c08b1a2e5b2a96ffa4cc88383d4b11, text=秦50090), DictModel(value=4436302a0de50bb83025286bc414d6a9, text=zhang daihao), DictModel(value=4981637bf71b0c1ed1365241dfcfa0ea, text=小虎), DictModel(value=5c16e6a5c31296bcd3f1053d5d118815, text=导入zhangdaiscott), DictModel(value=7, text=zhangdaiscott), DictModel(value=73bc58611012617ca446d8999379e4ac, text=郭靖11a), DictModel(value=917e240eaa0b1b2d198ae869b64a81c3, text=zhang daihao), DictModel(value=94420c5d8fc4420dde1e7196154b3a24, text=秦111), DictModel(value=95740656751c5f22e5932ab0ae33b1e4, text=杨康22a), DictModel(value=b86897900c770503771c7bb88e5d1e9b, text=scott1), DictModel(value=c0b7c3de7c62a295ab715943de8a315d, text=秦风555), DictModel(value=c28fa8391ef81d6fabd8bd894a7615aa, text=小麦), DictModel(value=c2c0d49e3c01913067cf8d1fb3c971d2, text=zhang daihao), DictModel(value=c96279c666b4b82e3ef1e4e2978701ce, text=报名时间), DictModel(value=d24668721446e8478eeeafe4db66dcff, text=zhang daihao999), DictModel(value=eaa6c1116b41dc10a94eae34cf990133, text=zhang daihao), DictModel(value=ffa9da1ad40632dfcabac51d766865bd, text=秦999)], timestamp=1577173037352)
  1424. 2019-12-24 15:38:19.121 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1425. 2019-12-24 15:38:19.121 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1426. 2019-12-24 15:38:19.141 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1427. 2019-12-24 15:38:19.141 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : demo,name,id
  1428. 2019-12-24 15:38:19.142 [http-nio-8080-exec-9] INFO o.j.modules.system.service.impl.SysDictServiceImpl:80 - 无缓存dictTableList的时候调用这里!
  1429. 2019-12-24 15:38:19.145 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Preparing: select name as "text",id as "value" from demo
  1430. 2019-12-24 15:38:19.146 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Parameters:
  1431. 2019-12-24 15:38:19.150 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - <== Total: 22
  1432. 2019-12-24 15:38:19.151 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577173099142)
  1433. 2019-12-24 15:38:19.152 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=08375a2dff80e821d5a158dd98302b23, text=导入小虎), DictModel(value=1c2ba51b29a42d9de02bbd708ea8121a, text=777777), DictModel(value=1dc29e80be14d1400f165b5c6b30c707, text=zhang daihao), DictModel(value=304e651dc769d5c9b6e08fb30457a602, text=小白兔), DictModel(value=4, text=Sandy), DictModel(value=42c08b1a2e5b2a96ffa4cc88383d4b11, text=秦50090), DictModel(value=4436302a0de50bb83025286bc414d6a9, text=zhang daihao), DictModel(value=4981637bf71b0c1ed1365241dfcfa0ea, text=小虎), DictModel(value=5c16e6a5c31296bcd3f1053d5d118815, text=导入zhangdaiscott), DictModel(value=7, text=zhangdaiscott), DictModel(value=73bc58611012617ca446d8999379e4ac, text=郭靖11a), DictModel(value=917e240eaa0b1b2d198ae869b64a81c3, text=zhang daihao), DictModel(value=94420c5d8fc4420dde1e7196154b3a24, text=秦111), DictModel(value=95740656751c5f22e5932ab0ae33b1e4, text=杨康22a), DictModel(value=b86897900c770503771c7bb88e5d1e9b, text=scott1), DictModel(value=c0b7c3de7c62a295ab715943de8a315d, text=秦风555), DictModel(value=c28fa8391ef81d6fabd8bd894a7615aa, text=小麦), DictModel(value=c2c0d49e3c01913067cf8d1fb3c971d2, text=zhang daihao), DictModel(value=c96279c666b4b82e3ef1e4e2978701ce, text=报名时间), DictModel(value=d24668721446e8478eeeafe4db66dcff, text=zhang daihao999), DictModel(value=eaa6c1116b41dc10a94eae34cf990133, text=zhang daihao), DictModel(value=ffa9da1ad40632dfcabac51d766865bd, text=秦999)], timestamp=1577173099142)
  1434. 2019-12-24 15:43:29.277 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1435. 2019-12-24 15:43:29.277 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1436. 2019-12-24 15:43:29.295 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1437. 2019-12-24 15:43:29.295 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND component = ?
  1438. 2019-12-24 15:43:29.298 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), jeecg/JeecgDemoList(String)
  1439. 2019-12-24 15:43:29.300 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577173409295)
  1440. 2019-12-24 15:43:29.305 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
  1441. 2019-12-24 15:43:29.310 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Preparing: select data_rule_ids from sys_role_permission a join sys_permission b on a.permission_id = b.id join sys_role c on a.role_id = c.id join sys_user_role d on d.role_id = c.id join sys_user e on d.user_id = e.id where e.username = ? and b.id = ?
  1442. 2019-12-24 15:43:29.311 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Parameters: admin(String), 4148ec82b6acd69f470bea75fe41c357(String)
  1443. 2019-12-24 15:43:29.318 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
  1444. 2019-12-24 15:43:29.338 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:67 - 查询当前页:1
  1445. 2019-12-24 15:43:29.339 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:68 - 查询当前页数量:10
  1446. 2019-12-24 15:43:29.340 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:69 - 查询结果数量:10
  1447. 2019-12-24 15:43:29.340 [http-nio-8080-exec-4] INFO o.j.m.demo.test.controller.JeecgDemoController:70 - 数据总数:22
  1448. 2019-12-24 15:43:41.468 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1449. 2019-12-24 15:43:41.482 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND component = ?
  1450. 2019-12-24 15:43:41.483 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), jeecg/JeecgDemoList(String)
  1451. 2019-12-24 15:43:41.487 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
  1452. 2019-12-24 15:43:41.494 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Preparing: select data_rule_ids from sys_role_permission a join sys_permission b on a.permission_id = b.id join sys_role c on a.role_id = c.id join sys_user_role d on d.role_id = c.id join sys_user e on d.user_id = e.id where e.username = ? and b.id = ?
  1453. 2019-12-24 15:43:41.497 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Parameters: admin(String), 4148ec82b6acd69f470bea75fe41c357(String)
  1454. 2019-12-24 15:43:41.509 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
  1455. 2019-12-24 15:43:41.540 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:67 - 查询当前页:1
  1456. 2019-12-24 15:43:41.541 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:68 - 查询当前页数量:10
  1457. 2019-12-24 15:43:41.542 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:69 - 查询结果数量:10
  1458. 2019-12-24 15:43:41.543 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:70 - 数据总数:22
  1459. 2019-12-24 15:43:41.588 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1460. 2019-12-24 15:43:41.605 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1461. 2019-12-24 15:43:41.609 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577173421606)
  1462. 2019-12-24 15:44:38.650 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1463. 2019-12-24 15:44:38.650 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1464. 2019-12-24 15:44:38.672 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1465. 2019-12-24 15:44:38.677 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577173478673)
  1466. 2019-12-24 15:44:38.678 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : demo,name,id
  1467. 2019-12-24 15:44:38.678 [http-nio-8080-exec-9] INFO o.j.modules.system.service.impl.SysDictServiceImpl:80 - 无缓存dictTableList的时候调用这里!
  1468. 2019-12-24 15:44:38.681 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Preparing: select name as "text",id as "value" from demo
  1469. 2019-12-24 15:44:38.683 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Parameters:
  1470. 2019-12-24 15:44:38.687 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - <== Total: 22
  1471. 2019-12-24 15:44:38.689 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=08375a2dff80e821d5a158dd98302b23, text=导入小虎), DictModel(value=1c2ba51b29a42d9de02bbd708ea8121a, text=777777), DictModel(value=1dc29e80be14d1400f165b5c6b30c707, text=zhang daihao), DictModel(value=304e651dc769d5c9b6e08fb30457a602, text=小白兔), DictModel(value=4, text=Sandy), DictModel(value=42c08b1a2e5b2a96ffa4cc88383d4b11, text=秦50090), DictModel(value=4436302a0de50bb83025286bc414d6a9, text=zhang daihao), DictModel(value=4981637bf71b0c1ed1365241dfcfa0ea, text=小虎), DictModel(value=5c16e6a5c31296bcd3f1053d5d118815, text=导入zhangdaiscott), DictModel(value=7, text=zhangdaiscott), DictModel(value=73bc58611012617ca446d8999379e4ac, text=郭靖11a), DictModel(value=917e240eaa0b1b2d198ae869b64a81c3, text=zhang daihao), DictModel(value=94420c5d8fc4420dde1e7196154b3a24, text=秦111), DictModel(value=95740656751c5f22e5932ab0ae33b1e4, text=杨康22a), DictModel(value=b86897900c770503771c7bb88e5d1e9b, text=scott1), DictModel(value=c0b7c3de7c62a295ab715943de8a315d, text=秦风555), DictModel(value=c28fa8391ef81d6fabd8bd894a7615aa, text=小麦), DictModel(value=c2c0d49e3c01913067cf8d1fb3c971d2, text=zhang daihao), DictModel(value=c96279c666b4b82e3ef1e4e2978701ce, text=报名时间), DictModel(value=d24668721446e8478eeeafe4db66dcff, text=zhang daihao999), DictModel(value=eaa6c1116b41dc10a94eae34cf990133, text=zhang daihao), DictModel(value=ffa9da1ad40632dfcabac51d766865bd, text=秦999)], timestamp=1577173478678)
  1472. 2019-12-24 15:48:40.536 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1473. 2019-12-24 15:48:40.565 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1474. 2019-12-24 15:48:40.571 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577173720568)
  1475. 2019-12-24 15:48:42.413 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1476. 2019-12-24 15:48:42.428 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1477. 2019-12-24 15:48:42.432 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577173722429)
  1478. 2019-12-24 15:48:43.029 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1479. 2019-12-24 15:48:43.047 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1480. 2019-12-24 15:48:43.052 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577173723048)
  1481. 2019-12-24 15:49:37.043 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1482. 2019-12-24 15:49:37.043 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzcxNzI1MTQsInVzZXJuYW1lIjoiYWRtaW4ifQ.cb4eQ7LQwIQejLYTbHxQuhaccFiWMNgVmOOx_oqKBwM
  1483. 2019-12-24 15:49:37.068 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  1484. 2019-12-24 15:49:37.068 [http-nio-8080-exec-6] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : demo,name,id
  1485. 2019-12-24 15:49:37.069 [http-nio-8080-exec-6] INFO o.j.modules.system.service.impl.SysDictServiceImpl:80 - 无缓存dictTableList的时候调用这里!
  1486. 2019-12-24 15:49:37.076 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Preparing: select name as "text",id as "value" from demo
  1487. 2019-12-24 15:49:37.079 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Parameters:
  1488. 2019-12-24 15:49:37.080 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1577173777069)
  1489. 2019-12-24 15:49:37.093 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - <== Total: 22
  1490. 2019-12-24 15:49:37.096 [http-nio-8080-exec-6] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=08375a2dff80e821d5a158dd98302b23, text=导入小虎), DictModel(value=1c2ba51b29a42d9de02bbd708ea8121a, text=777777), DictModel(value=1dc29e80be14d1400f165b5c6b30c707, text=zhang daihao), DictModel(value=304e651dc769d5c9b6e08fb30457a602, text=小白兔), DictModel(value=4, text=Sandy), DictModel(value=42c08b1a2e5b2a96ffa4cc88383d4b11, text=秦50090), DictModel(value=4436302a0de50bb83025286bc414d6a9, text=zhang daihao), DictModel(value=4981637bf71b0c1ed1365241dfcfa0ea, text=小虎), DictModel(value=5c16e6a5c31296bcd3f1053d5d118815, text=导入zhangdaiscott), DictModel(value=7, text=zhangdaiscott), DictModel(value=73bc58611012617ca446d8999379e4ac, text=郭靖11a), DictModel(value=917e240eaa0b1b2d198ae869b64a81c3, text=zhang daihao), DictModel(value=94420c5d8fc4420dde1e7196154b3a24, text=秦111), DictModel(value=95740656751c5f22e5932ab0ae33b1e4, text=杨康22a), DictModel(value=b86897900c770503771c7bb88e5d1e9b, text=scott1), DictModel(value=c0b7c3de7c62a295ab715943de8a315d, text=秦风555), DictModel(value=c28fa8391ef81d6fabd8bd894a7615aa, text=小麦), DictModel(value=c2c0d49e3c01913067cf8d1fb3c971d2, text=zhang daihao), DictModel(value=c96279c666b4b82e3ef1e4e2978701ce, text=报名时间), DictModel(value=d24668721446e8478eeeafe4db66dcff, text=zhang daihao999), DictModel(value=eaa6c1116b41dc10a94eae34cf990133, text=zhang daihao), DictModel(value=ffa9da1ad40632dfcabac51d766865bd, text=秦999)], timestamp=1577173777069)