diff --git a/.gitignore b/.gitignore index 46d48b75..d4c4bf8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,34 @@ -**/target/ -**/.idea/ +# kdiff3 ignore +*.orig + +# maven ignore +target/ + +# eclipse ignore +.settings/ +.project +.classpath + +# idea ignore +.idea/ +*.ipr *.iml -rebel.xml -*.log \ No newline at end of file +*.iws + +# temp ignore +*.log +*.cache +*.diff +*.patch +*.tmp +tmp/ + +# system ignore +.DS_Store +Thumbs.db + +# package ignore (optional) +# *.jar + +#rebel +rebel.xml \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b81..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 5a9d7818..00000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index cf5ed9ae..00000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index 6d892cd7..00000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 132404bc..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 9f540ed7..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index 2b63946d..00000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/develop/logs/ocr/log_error.log b/develop/logs/ocr/log_error.log deleted file mode 100644 index 537483f4..00000000 --- a/develop/logs/ocr/log_error.log +++ /dev/null @@ -1,165 +0,0 @@ -ERROR [2024-03-18 00:02:57,290][] cn.jyjz.xiaoyao.admin.service.impl.UserTokenServiceImpl:122 - token=eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA2ODgwOTIwMTQsImlzc3VlZEF0IjoxNzEwNjg2MjkyMDEzLCJsb2dpbm5hbWUiOiJ5YW5zaGkwMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiI0YmNkMTQwODA0ZTY1OGVkM2Y1Y2Y2NmNiNGVhOThkZSIsInRva2VudXVpZCI6IjAzZDk0NzEzMWI0MjRiZTU4NWVlYzQzMDNiNjVkNWE3IiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNjE4Nzc0ODQ0OTI5NDg2MDciLCJ1c2VybmFtZSI6Iua8lOekuui0puWPtyJ9LCJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA2ODgwOTIsImlhdCI6MTcxMDY4NjI5Mn0.1E_2tro04oFpwePM2w5lDxOulxVlE52oCwlUJzK3z2k,getUserToken-error={} -cn.jyjz.xiaoyao.common.base.exception.MyTokenExpiredException: token失效。 - at cn.jyjz.xiaoyao.framework.security.utils.JwtUtils.parseToken(JwtUtils.java:200) - at cn.jyjz.xiaoyao.admin.service.impl.UserTokenServiceImpl.getUserToken(UserTokenServiceImpl.java:120) - at cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:86) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:218) - at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) - at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) - at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) - at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) - at java.lang.Thread.run(Thread.java:748) -ERROR [2024-03-18 00:02:57,294][] org.apache.juli.logging.DirectJDKLog:175 - Servlet.service() for servlet [dispatcherServlet] in context with path [/foodapi] threw exception -cn.jyjz.xiaoyao.common.base.exception.ServiceException: token失效。 - at cn.jyjz.xiaoyao.admin.service.impl.UserTokenServiceImpl.getUserToken(UserTokenServiceImpl.java:124) - at cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:86) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:218) - at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) - at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) - at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) - at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) - at java.lang.Thread.run(Thread.java:748) -ERROR [2024-03-22 20:46:37,534][] com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread:2912 - create connection SQLException, url: jdbc:mysql://47.93.59.251:3306/ocrnew?useUnicode=true&nullCatalogMeansCurrent=true&characterEncoding=UTF-8&characterSetResults=utf8&serverTimezone=Asia/Shanghai&useSSL=false, errorCode 0, state 08S01 -com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174) - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) - at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828) - at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:448) - at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) - at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) - at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:118) - at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:232) - at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:112) - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1703) - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1786) - at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2910) -Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.lang.reflect.Constructor.newInstance(Constructor.java:423) - at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) - at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) - at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) - at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167) - at com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:519) - at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:683) - at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:660) - at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:137) - at com.mysql.cj.protocol.a.NativeAuthenticationProvider.proceedHandshakeWithPluggableAuthentication(NativeAuthenticationProvider.java:462) - at com.mysql.cj.protocol.a.NativeAuthenticationProvider.connect(NativeAuthenticationProvider.java:209) - at com.mysql.cj.protocol.a.NativeProtocol.connect(NativeProtocol.java:1352) - at com.mysql.cj.NativeSession.connect(NativeSession.java:132) - at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:948) - at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818) - ... 9 common frames omitted -Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. - at com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:67) - at com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) - at com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) - at com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:513) - ... 18 common frames omitted diff --git a/develop/logs/ocr/log_info.log b/develop/logs/ocr/log_info.log deleted file mode 100644 index 87fcbbb3..00000000 --- a/develop/logs/ocr/log_info.log +++ /dev/null @@ -1,1333 +0,0 @@ -INFO [2024-03-24 12:47:15,737][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final -INFO [2024-03-24 12:47:15,737][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_321 on LILI with PID 15424 (D:\developer\workspace\ocr\runstart\target\classes started by 70746 in D:\developer\workspace\ocr) -INFO [2024-03-24 12:47:15,737][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" -INFO [2024-03-24 12:47:17,613][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! -INFO [2024-03-24 12:47:17,613][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -INFO [2024-03-24 12:47:17,717][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 86 ms. Found 0 Redis repository interfaces. -INFO [2024-03-24 12:47:18,222][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - 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) -INFO [2024-03-24 12:47:18,222][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3d83b1a4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -INFO [2024-03-24 12:47:18,324][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - 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) -INFO [2024-03-24 12:47:18,350][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@2c2a903f' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -INFO [2024-03-24 12:47:18,356][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -INFO [2024-03-24 12:47:18,622][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) -INFO [2024-03-24 12:47:18,628][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] -INFO [2024-03-24 12:47:18,628][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] -INFO [2024-03-24 12:47:18,628][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] -INFO [2024-03-24 12:47:18,724][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext -INFO [2024-03-24 12:47:18,724][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 2945 ms -INFO [2024-03-24 12:47:19,174][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited -INFO [2024-03-24 12:47:19,174][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited -INFO [2024-03-24 12:47:19,174][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success -INFO [2024-03-24 12:47:19,174][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success -INFO [2024-03-24 12:47:19,174][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] -INFO [2024-03-24 12:47:20,019][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:47:22,128][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255642128 -INFO [2024-03-24 12:47:22,128][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:2109 毫秒 -INFO [2024-03-24 12:47:23,381][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor -INFO [2024-03-24 12:47:23,401][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl -INFO [2024-03-24 12:47:23,401][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. -INFO [2024-03-24 12:47:23,401][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. -INFO [2024-03-24 12:47:23,401][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' - Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. - NOT STARTED. - Currently in standby mode. - Number of jobs executed: 0 - Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. - Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. - -INFO [2024-03-24 12:47:23,401][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. -INFO [2024-03-24 12:47:23,401][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 -INFO [2024-03-24 12:47:23,401][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@c3c63c1 -INFO [2024-03-24 12:47:23,847][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment -INFO [2024-03-24 12:47:24,223][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 -INFO [2024-03-24 12:47:24,325][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment -INFO [2024-03-24 12:47:24,457][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment -INFO [2024-03-24 12:47:24,511][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment -INFO [2024-03-24 12:47:24,559][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment -INFO [2024-03-24 12:47:24,601][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: -INFO [2024-03-24 12:47:24,601][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) -INFO [2024-03-24 12:47:24,601][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) -INFO [2024-03-24 12:47:24,601][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) -INFO [2024-03-24 12:47:24,601][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) -INFO [2024-03-24 12:47:24,607][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) -INFO [2024-03-24 12:47:24,607][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) -INFO [2024-03-24 12:47:24,607][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) -INFO [2024-03-24 12:47:24,607][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) -INFO [2024-03-24 12:47:24,607][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) -INFO [2024-03-24 12:47:24,607][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) -INFO [2024-03-24 12:47:24,607][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) -INFO [2024-03-24 12:47:24,607][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) -INFO [2024-03-24 12:47:25,616][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) -INFO [2024-03-24 12:47:26,103][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created -INFO [2024-03-24 12:47:26,183][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 -INFO [2024-03-24 12:47:26,337][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) -INFO [2024-03-24 12:47:26,431][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created -INFO [2024-03-24 12:47:26,437][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) -INFO [2024-03-24 12:47:27,507][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG -INFO [2024-03-24 12:47:27,592][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created -INFO [2024-03-24 12:47:27,598][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) -INFO [2024-03-24 12:47:27,710][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG -INFO [2024-03-24 12:47:27,758][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created -INFO [2024-03-24 12:47:27,768][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) -INFO [2024-03-24 12:47:27,778][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\70746\content -INFO [2024-03-24 12:47:28,096][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG -INFO [2024-03-24 12:47:28,149][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created -INFO [2024-03-24 12:47:28,149][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) -INFO [2024-03-24 12:47:28,355][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG -INFO [2024-03-24 12:47:28,425][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created -INFO [2024-03-24 12:47:28,542][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG -INFO [2024-03-24 12:47:28,574][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created -INFO [2024-03-24 12:47:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:47:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255650009 -INFO [2024-03-24 12:47:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:47:30,673][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@9bc10bd, org.springframework.security.web.context.SecurityContextPersistenceFilter@4d0042eb, org.springframework.security.web.header.HeaderWriterFilter@5b7ee413, org.springframework.security.web.authentication.logout.LogoutFilter@19b8bcb5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@15200332, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@11fa5334, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@70921720, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@1c65ec63, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@69cf9acb, org.springframework.security.web.session.SessionManagementFilter@7ea7fed5, org.springframework.security.web.access.ExceptionTranslationFilter@29beac4e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5ca4763f] -INFO [2024-03-24 12:47:31,635][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] -INFO [2024-03-24 12:47:31,677][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' -INFO [2024-03-24 12:47:31,677][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' -INFO [2024-03-24 12:47:31,779][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 102 ms -INFO [2024-03-24 12:47:31,779][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' -INFO [2024-03-24 12:47:33,297][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now -INFO [2024-03-24 12:47:33,297][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. -INFO [2024-03-24 12:47:33,307][] org.springframework.boot.StartupInfoLogger:61 - Started App in 18.066 seconds (JVM running for 19.594) -INFO [2024-03-24 12:47:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:47:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255660010 -INFO [2024-03-24 12:47:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:47:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:47:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255670004 -INFO [2024-03-24 12:47:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:48:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:48:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255680015 -INFO [2024-03-24 12:48:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:48:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:48:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255690011 -INFO [2024-03-24 12:48:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:48:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:48:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255700014 -INFO [2024-03-24 12:48:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:48:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:48:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255710002 -INFO [2024-03-24 12:48:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:48:40,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:48:40,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255720000 -INFO [2024-03-24 12:48:40,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:48:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:48:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255730015 -INFO [2024-03-24 12:48:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:49:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:49:00,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255740006 -INFO [2024-03-24 12:49:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:49:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:49:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255750002 -INFO [2024-03-24 12:49:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:49:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:49:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255760003 -INFO [2024-03-24 12:49:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:49:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:49:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255770008 -INFO [2024-03-24 12:49:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:49:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:49:40,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255780001 -INFO [2024-03-24 12:49:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:1 毫秒 -INFO [2024-03-24 12:49:50,018][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:49:50,018][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255790018 -INFO [2024-03-24 12:49:50,018][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:50:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:50:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255800003 -INFO [2024-03-24 12:50:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:50:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:50:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255810004 -INFO [2024-03-24 12:50:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:50:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:50:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255820003 -INFO [2024-03-24 12:50:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:50:30,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:50:30,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255830000 -INFO [2024-03-24 12:50:30,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:50:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:50:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255840013 -INFO [2024-03-24 12:50:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:50:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:50:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255850010 -INFO [2024-03-24 12:50:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:51:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:51:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255860013 -INFO [2024-03-24 12:51:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:51:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:51:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255870004 -INFO [2024-03-24 12:51:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:51:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:51:20,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255880001 -INFO [2024-03-24 12:51:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:51:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:51:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255890002 -INFO [2024-03-24 12:51:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:51:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:51:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255900015 -INFO [2024-03-24 12:51:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:51:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:51:50,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255910005 -INFO [2024-03-24 12:51:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:52:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:52:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255920015 -INFO [2024-03-24 12:52:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:52:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:52:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255930004 -INFO [2024-03-24 12:52:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:52:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:52:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255940002 -INFO [2024-03-24 12:52:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:52:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:52:30,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255950004 -INFO [2024-03-24 12:52:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:52:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:52:40,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255960003 -INFO [2024-03-24 12:52:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:52:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:52:50,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255970012 -INFO [2024-03-24 12:52:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:53:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:53:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255980007 -INFO [2024-03-24 12:53:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:53:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:53:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711255990004 -INFO [2024-03-24 12:53:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:53:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:53:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256000015 -INFO [2024-03-24 12:53:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:53:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:53:30,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256010007 -INFO [2024-03-24 12:53:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:53:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:53:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256020013 -INFO [2024-03-24 12:53:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:53:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:53:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256030006 -INFO [2024-03-24 12:53:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:54:00,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:54:00,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256040017 -INFO [2024-03-24 12:54:00,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:54:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:54:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256050008 -INFO [2024-03-24 12:54:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:54:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:54:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256060002 -INFO [2024-03-24 12:54:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:54:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:54:30,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256070004 -INFO [2024-03-24 12:54:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:54:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:54:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256080004 -INFO [2024-03-24 12:54:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:54:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:54:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256090010 -INFO [2024-03-24 12:54:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:55:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:55:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256100016 -INFO [2024-03-24 12:55:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:55:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:55:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256110003 -INFO [2024-03-24 12:55:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:55:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:55:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256120003 -INFO [2024-03-24 12:55:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:55:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:55:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256130003 -INFO [2024-03-24 12:55:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:55:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:55:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256140009 -INFO [2024-03-24 12:55:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:55:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:55:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256150010 -INFO [2024-03-24 12:55:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:56:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:56:00,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256160009 -INFO [2024-03-24 12:56:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:56:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:56:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256170007 -INFO [2024-03-24 12:56:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:56:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:56:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256180008 -INFO [2024-03-24 12:56:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:56:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:56:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256190012 -INFO [2024-03-24 12:56:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:56:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:56:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256200004 -INFO [2024-03-24 12:56:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:56:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:56:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256210008 -INFO [2024-03-24 12:56:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:57:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:57:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256220013 -INFO [2024-03-24 12:57:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:57:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:57:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256230014 -INFO [2024-03-24 12:57:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:57:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:57:20,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256240009 -INFO [2024-03-24 12:57:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:57:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:57:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256250012 -INFO [2024-03-24 12:57:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:57:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:57:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256260004 -INFO [2024-03-24 12:57:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:57:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:57:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256270004 -INFO [2024-03-24 12:57:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:58:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:58:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256280012 -INFO [2024-03-24 12:58:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:58:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:58:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256290007 -INFO [2024-03-24 12:58:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:58:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:58:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256300008 -INFO [2024-03-24 12:58:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:58:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:58:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256310015 -INFO [2024-03-24 12:58:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:58:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:58:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256320014 -INFO [2024-03-24 12:58:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:58:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:58:50,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256330005 -INFO [2024-03-24 12:58:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:59:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:59:00,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256340008 -INFO [2024-03-24 12:59:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:59:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:59:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256350011 -INFO [2024-03-24 12:59:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:59:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:59:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256360015 -INFO [2024-03-24 12:59:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:59:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:59:30,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256370007 -INFO [2024-03-24 12:59:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:59:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:59:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256380014 -INFO [2024-03-24 12:59:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 12:59:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 12:59:50,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256390001 -INFO [2024-03-24 12:59:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:00:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:00:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256400005 -INFO [2024-03-24 13:00:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:00:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:00:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256410004 -INFO [2024-03-24 13:00:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:00:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:00:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256420010 -INFO [2024-03-24 13:00:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:00:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:00:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256430001 -INFO [2024-03-24 13:00:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:00:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:00:40,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256440003 -INFO [2024-03-24 13:00:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:00:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:00:50,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256450005 -INFO [2024-03-24 13:00:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:01:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:01:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256460001 -INFO [2024-03-24 13:01:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:01:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:01:10,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256470009 -INFO [2024-03-24 13:01:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:01:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:01:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256480015 -INFO [2024-03-24 13:01:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:01:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:01:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256490010 -INFO [2024-03-24 13:01:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:01:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:01:40,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256500002 -INFO [2024-03-24 13:01:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:01:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:01:50,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256510001 -INFO [2024-03-24 13:01:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:02:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:02:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256520001 -INFO [2024-03-24 13:02:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:02:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:02:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256530002 -INFO [2024-03-24 13:02:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:02:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:02:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256540014 -INFO [2024-03-24 13:02:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:02:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:02:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256550003 -INFO [2024-03-24 13:02:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:02:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:02:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256560015 -INFO [2024-03-24 13:02:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:02:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:02:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256570009 -INFO [2024-03-24 13:02:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:03:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:03:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256580001 -INFO [2024-03-24 13:03:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:03:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:03:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256590012 -INFO [2024-03-24 13:03:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:03:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:03:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256600003 -INFO [2024-03-24 13:03:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:03:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:03:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256610009 -INFO [2024-03-24 13:03:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:03:40,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:03:40,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256620000 -INFO [2024-03-24 13:03:40,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:03:50,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:03:50,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256630017 -INFO [2024-03-24 13:03:50,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:04:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:04:00,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256640006 -INFO [2024-03-24 13:04:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:04:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:04:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256650013 -INFO [2024-03-24 13:04:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:04:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:04:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256660010 -INFO [2024-03-24 13:04:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:04:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:04:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256670012 -INFO [2024-03-24 13:04:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:04:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:04:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256680013 -INFO [2024-03-24 13:04:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:04:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:04:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256690015 -INFO [2024-03-24 13:04:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:05:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:05:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256700003 -INFO [2024-03-24 13:05:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:05:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:05:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256710004 -INFO [2024-03-24 13:05:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:05:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:05:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256720012 -INFO [2024-03-24 13:05:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:05:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:05:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256730012 -INFO [2024-03-24 13:05:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:05:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:05:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256740004 -INFO [2024-03-24 13:05:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:05:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:05:50,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256750012 -INFO [2024-03-24 13:05:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:06:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:06:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256760003 -INFO [2024-03-24 13:06:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:06:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:06:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256770013 -INFO [2024-03-24 13:06:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:06:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:06:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256780010 -INFO [2024-03-24 13:06:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:06:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:06:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256790010 -INFO [2024-03-24 13:06:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:06:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:06:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256800009 -INFO [2024-03-24 13:06:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:06:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:06:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256810015 -INFO [2024-03-24 13:06:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:07:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:07:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256820001 -INFO [2024-03-24 13:07:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:07:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:07:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256830013 -INFO [2024-03-24 13:07:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:07:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:07:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711256840011 -INFO [2024-03-24 13:07:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:54:57,355][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:54:57,355][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259697355 -INFO [2024-03-24 13:54:57,355][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:55:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:55:00,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259700008 -INFO [2024-03-24 13:55:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:55:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:55:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259710004 -INFO [2024-03-24 13:55:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:55:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:55:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259720010 -INFO [2024-03-24 13:55:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:55:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:55:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259730015 -INFO [2024-03-24 13:55:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:55:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:55:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259740013 -INFO [2024-03-24 13:55:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:55:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:55:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259750015 -INFO [2024-03-24 13:55:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:56:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:56:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259760004 -INFO [2024-03-24 13:56:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:56:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:56:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259770006 -INFO [2024-03-24 13:56:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:56:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:56:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259780004 -INFO [2024-03-24 13:56:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:56:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:56:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259790001 -INFO [2024-03-24 13:56:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:56:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:56:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259800012 -INFO [2024-03-24 13:56:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:56:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:56:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259810002 -INFO [2024-03-24 13:56:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:57:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:57:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259820014 -INFO [2024-03-24 13:57:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:57:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:57:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259830006 -INFO [2024-03-24 13:57:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:57:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:57:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259840015 -INFO [2024-03-24 13:57:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:57:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:57:30,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259850004 -INFO [2024-03-24 13:57:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:57:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:57:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259860013 -INFO [2024-03-24 13:57:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:57:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:57:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259870014 -INFO [2024-03-24 13:57:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:58:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:58:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259880010 -INFO [2024-03-24 13:58:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:58:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:58:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259890015 -INFO [2024-03-24 13:58:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:58:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:58:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259900007 -INFO [2024-03-24 13:58:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:58:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:58:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259910010 -INFO [2024-03-24 13:58:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:1 毫秒 -INFO [2024-03-24 13:58:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:58:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259920010 -INFO [2024-03-24 13:58:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:58:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:58:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259930011 -INFO [2024-03-24 13:58:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:59:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:59:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259940013 -INFO [2024-03-24 13:59:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:59:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:59:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259950007 -INFO [2024-03-24 13:59:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:59:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:59:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259960013 -INFO [2024-03-24 13:59:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:59:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:59:30,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259970007 -INFO [2024-03-24 13:59:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:59:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:59:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259980007 -INFO [2024-03-24 13:59:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 13:59:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 13:59:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711259990009 -INFO [2024-03-24 13:59:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:00:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:00:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260000011 -INFO [2024-03-24 14:00:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:00:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:00:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260010015 -INFO [2024-03-24 14:00:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:00:20,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:00:20,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260020017 -INFO [2024-03-24 14:00:20,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:00:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:00:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260030012 -INFO [2024-03-24 14:00:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:00:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:00:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260040004 -INFO [2024-03-24 14:00:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:00:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:00:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260050015 -INFO [2024-03-24 14:00:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:01:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:01:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260060005 -INFO [2024-03-24 14:01:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:01:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:01:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260070015 -INFO [2024-03-24 14:01:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:01:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:01:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260080012 -INFO [2024-03-24 14:01:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:01:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:01:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260090011 -INFO [2024-03-24 14:01:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:01:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:01:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260100009 -INFO [2024-03-24 14:01:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:01:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:01:50,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260110013 -INFO [2024-03-24 14:01:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:02:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:02:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260120011 -INFO [2024-03-24 14:02:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:02:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:02:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260130003 -INFO [2024-03-24 14:02:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:02:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:02:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260140002 -INFO [2024-03-24 14:02:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:02:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:02:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260150003 -INFO [2024-03-24 14:02:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:02:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:02:40,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260160011 -INFO [2024-03-24 14:02:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:02:52,994][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:02:52,994][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260172994 -INFO [2024-03-24 14:02:52,994][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:03:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:03:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260180003 -INFO [2024-03-24 14:03:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:03:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:03:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260190010 -INFO [2024-03-24 14:03:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:03:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:03:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260200015 -INFO [2024-03-24 14:03:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:03:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:03:30,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260210016 -INFO [2024-03-24 14:03:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:03:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:03:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260220009 -INFO [2024-03-24 14:03:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:03:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:03:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260230004 -INFO [2024-03-24 14:03:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:04:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:04:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260240011 -INFO [2024-03-24 14:04:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:04:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:04:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260250004 -INFO [2024-03-24 14:04:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:04:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:04:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260260011 -INFO [2024-03-24 14:04:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:04:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:04:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260270003 -INFO [2024-03-24 14:04:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:04:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:04:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260280013 -INFO [2024-03-24 14:04:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:04:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:04:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260290006 -INFO [2024-03-24 14:04:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:05:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:05:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260300012 -INFO [2024-03-24 14:05:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:05:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:05:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260310010 -INFO [2024-03-24 14:05:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:05:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:05:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260320007 -INFO [2024-03-24 14:05:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:05:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:05:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260330013 -INFO [2024-03-24 14:05:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:05:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:05:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260340007 -INFO [2024-03-24 14:05:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:05:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:05:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260350006 -INFO [2024-03-24 14:05:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:06:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:06:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260360003 -INFO [2024-03-24 14:06:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:06:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:06:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260370013 -INFO [2024-03-24 14:06:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:06:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:06:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260380013 -INFO [2024-03-24 14:06:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:06:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:06:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260390015 -INFO [2024-03-24 14:06:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:06:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:06:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260400013 -INFO [2024-03-24 14:06:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:06:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:06:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260410014 -INFO [2024-03-24 14:06:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:07:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:07:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260420015 -INFO [2024-03-24 14:07:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:07:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:07:10,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260430001 -INFO [2024-03-24 14:07:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:07:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:07:20,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260440009 -INFO [2024-03-24 14:07:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:07:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:07:30,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260450005 -INFO [2024-03-24 14:07:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:07:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:07:40,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260460002 -INFO [2024-03-24 14:07:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:07:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:07:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260470007 -INFO [2024-03-24 14:07:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:08:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:08:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260480007 -INFO [2024-03-24 14:08:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:08:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:08:10,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260490005 -INFO [2024-03-24 14:08:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:08:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:08:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260500002 -INFO [2024-03-24 14:08:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:08:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:08:30,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260510006 -INFO [2024-03-24 14:08:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:08:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:08:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260520016 -INFO [2024-03-24 14:08:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:08:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:08:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260530015 -INFO [2024-03-24 14:08:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:09:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:09:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260540007 -INFO [2024-03-24 14:09:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:09:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:09:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260550007 -INFO [2024-03-24 14:09:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:09:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:09:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260560007 -INFO [2024-03-24 14:09:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:09:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:09:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260570011 -INFO [2024-03-24 14:09:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:09:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:09:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260580010 -INFO [2024-03-24 14:09:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:09:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:09:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260590006 -INFO [2024-03-24 14:09:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:10:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:10:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260600005 -INFO [2024-03-24 14:10:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:10:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:10:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260610007 -INFO [2024-03-24 14:10:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:10:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:10:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260620011 -INFO [2024-03-24 14:10:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:10:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:10:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260630003 -INFO [2024-03-24 14:10:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:10:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:10:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260640014 -INFO [2024-03-24 14:10:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:10:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:10:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260650004 -INFO [2024-03-24 14:10:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:11:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:11:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260660014 -INFO [2024-03-24 14:11:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:11:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:11:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260670008 -INFO [2024-03-24 14:11:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:11:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:11:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260680003 -INFO [2024-03-24 14:11:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:11:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:11:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260690003 -INFO [2024-03-24 14:11:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:11:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:11:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260700007 -INFO [2024-03-24 14:11:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:11:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:11:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260710008 -INFO [2024-03-24 14:11:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:12:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:12:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260720003 -INFO [2024-03-24 14:12:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:12:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:12:10,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260730005 -INFO [2024-03-24 14:12:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:12:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:12:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260740002 -INFO [2024-03-24 14:12:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:12:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:12:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260750001 -INFO [2024-03-24 14:12:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:12:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:12:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260760007 -INFO [2024-03-24 14:12:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:12:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:12:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260770009 -INFO [2024-03-24 14:12:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:13:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:13:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260780007 -INFO [2024-03-24 14:13:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:13:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:13:10,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260790009 -INFO [2024-03-24 14:13:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:13:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:13:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260800016 -INFO [2024-03-24 14:13:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:13:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:13:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260810002 -INFO [2024-03-24 14:13:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:13:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:13:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260820004 -INFO [2024-03-24 14:13:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:13:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:13:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260830010 -INFO [2024-03-24 14:13:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:14:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:14:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260840015 -INFO [2024-03-24 14:14:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:14:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:14:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260850011 -INFO [2024-03-24 14:14:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:14:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:14:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260860002 -INFO [2024-03-24 14:14:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:14:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:14:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260870014 -INFO [2024-03-24 14:14:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:14:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:14:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260880010 -INFO [2024-03-24 14:14:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:14:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:14:50,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260890005 -INFO [2024-03-24 14:14:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:15:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:15:00,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260900006 -INFO [2024-03-24 14:15:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:15:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:15:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260910011 -INFO [2024-03-24 14:15:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:15:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:15:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260920016 -INFO [2024-03-24 14:15:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:15:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:15:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260930003 -INFO [2024-03-24 14:15:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:15:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:15:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260940012 -INFO [2024-03-24 14:15:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:15:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:15:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260950008 -INFO [2024-03-24 14:15:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:16:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:16:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260960007 -INFO [2024-03-24 14:16:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:16:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:16:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260970012 -INFO [2024-03-24 14:16:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:16:20,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:16:20,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260980006 -INFO [2024-03-24 14:16:20,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:16:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:16:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711260990015 -INFO [2024-03-24 14:16:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:16:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:16:40,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261000002 -INFO [2024-03-24 14:16:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:16:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:16:50,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261010013 -INFO [2024-03-24 14:16:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:17:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:17:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261020012 -INFO [2024-03-24 14:17:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:17:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:17:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261030007 -INFO [2024-03-24 14:17:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:17:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:17:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261040010 -INFO [2024-03-24 14:17:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:17:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:17:30,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261050006 -INFO [2024-03-24 14:17:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:17:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:17:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261060007 -INFO [2024-03-24 14:17:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:17:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:17:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261070011 -INFO [2024-03-24 14:17:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:18:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:18:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261080014 -INFO [2024-03-24 14:18:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:18:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:18:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261090014 -INFO [2024-03-24 14:18:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:18:20,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:18:20,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261100000 -INFO [2024-03-24 14:18:20,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:18:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:18:30,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261110016 -INFO [2024-03-24 14:18:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:18:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:18:40,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261120002 -INFO [2024-03-24 14:18:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:18:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:18:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261130002 -INFO [2024-03-24 14:18:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:19:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:19:00,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261140009 -INFO [2024-03-24 14:19:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:19:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:19:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261150006 -INFO [2024-03-24 14:19:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:19:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:19:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261160005 -INFO [2024-03-24 14:19:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:19:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:19:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261170011 -INFO [2024-03-24 14:19:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:19:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:19:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261180010 -INFO [2024-03-24 14:19:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:19:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:19:50,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261190001 -INFO [2024-03-24 14:19:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:20:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:20:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261200007 -INFO [2024-03-24 14:20:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:20:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:20:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261210015 -INFO [2024-03-24 14:20:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:20:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:20:20,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261220001 -INFO [2024-03-24 14:20:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:20:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:20:30,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261230004 -INFO [2024-03-24 14:20:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:20:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:20:40,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261240002 -INFO [2024-03-24 14:20:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:20:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:20:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261250007 -INFO [2024-03-24 14:20:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:21:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:21:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261260012 -INFO [2024-03-24 14:21:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:21:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:21:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261270008 -INFO [2024-03-24 14:21:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:21:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:21:20,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261280001 -INFO [2024-03-24 14:21:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:21:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:21:30,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261290005 -INFO [2024-03-24 14:21:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:21:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:21:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261300007 -INFO [2024-03-24 14:21:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:21:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:21:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261310007 -INFO [2024-03-24 14:21:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:22:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:22:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261320010 -INFO [2024-03-24 14:22:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:22:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:22:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261330015 -INFO [2024-03-24 14:22:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:22:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:22:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261340003 -INFO [2024-03-24 14:22:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:22:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:22:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261350008 -INFO [2024-03-24 14:22:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:22:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:22:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261360009 -INFO [2024-03-24 14:22:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:22:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:22:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261370011 -INFO [2024-03-24 14:22:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:23:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:23:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261380011 -INFO [2024-03-24 14:23:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:23:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:23:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261390012 -INFO [2024-03-24 14:23:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:23:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:23:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261400003 -INFO [2024-03-24 14:23:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:23:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:23:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261410014 -INFO [2024-03-24 14:23:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:23:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:23:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261420007 -INFO [2024-03-24 14:23:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:23:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:23:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261430007 -INFO [2024-03-24 14:23:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:24:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:24:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261440016 -INFO [2024-03-24 14:24:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:24:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:24:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261450004 -INFO [2024-03-24 14:24:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:24:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:24:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261460004 -INFO [2024-03-24 14:24:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:24:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:24:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261470003 -INFO [2024-03-24 14:24:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:24:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:24:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261480009 -INFO [2024-03-24 14:24:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:24:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:24:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261490008 -INFO [2024-03-24 14:24:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:25:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:25:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261500010 -INFO [2024-03-24 14:25:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:25:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:25:10,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261510009 -INFO [2024-03-24 14:25:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:25:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:25:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261520012 -INFO [2024-03-24 14:25:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:25:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:25:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261530010 -INFO [2024-03-24 14:25:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:25:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:25:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261540012 -INFO [2024-03-24 14:25:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:25:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:25:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261550010 -INFO [2024-03-24 14:25:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:26:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:26:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261560004 -INFO [2024-03-24 14:26:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:26:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:26:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261570010 -INFO [2024-03-24 14:26:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:26:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:26:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261580012 -INFO [2024-03-24 14:26:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:26:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:26:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261590013 -INFO [2024-03-24 14:26:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:26:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:26:40,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261600006 -INFO [2024-03-24 14:26:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:26:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:26:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261610008 -INFO [2024-03-24 14:26:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:27:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:27:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261620013 -INFO [2024-03-24 14:27:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:27:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:27:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261630007 -INFO [2024-03-24 14:27:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:27:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:27:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261640016 -INFO [2024-03-24 14:27:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:27:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:27:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261650010 -INFO [2024-03-24 14:27:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:27:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:27:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261660016 -INFO [2024-03-24 14:27:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:27:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:27:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261670009 -INFO [2024-03-24 14:27:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:28:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:28:00,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261680008 -INFO [2024-03-24 14:28:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:28:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:28:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261690014 -INFO [2024-03-24 14:28:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:28:20,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:28:20,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261700000 -INFO [2024-03-24 14:28:20,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:28:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:28:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261710008 -INFO [2024-03-24 14:28:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:28:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:28:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261720013 -INFO [2024-03-24 14:28:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:28:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:28:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261730004 -INFO [2024-03-24 14:28:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:29:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:29:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261740007 -INFO [2024-03-24 14:29:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:29:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:29:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261750012 -INFO [2024-03-24 14:29:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:29:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:29:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261760012 -INFO [2024-03-24 14:29:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:29:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:29:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261770010 -INFO [2024-03-24 14:29:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:29:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:29:40,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261780008 -INFO [2024-03-24 14:29:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:29:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:29:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261790015 -INFO [2024-03-24 14:29:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:30:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:30:00,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261800009 -INFO [2024-03-24 14:30:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:30:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:30:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261810007 -INFO [2024-03-24 14:30:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:30:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:30:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261820013 -INFO [2024-03-24 14:30:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:30:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:30:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261830014 -INFO [2024-03-24 14:30:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:30:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:30:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261840016 -INFO [2024-03-24 14:30:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:30:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:30:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261850004 -INFO [2024-03-24 14:30:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:31:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:31:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261860014 -INFO [2024-03-24 14:31:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:31:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:31:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261870004 -INFO [2024-03-24 14:31:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:31:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:31:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261880014 -INFO [2024-03-24 14:31:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:31:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:31:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261890013 -INFO [2024-03-24 14:31:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:31:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:31:40,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261900008 -INFO [2024-03-24 14:31:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:31:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:31:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261910014 -INFO [2024-03-24 14:31:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:32:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:32:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261920002 -INFO [2024-03-24 14:32:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:32:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:32:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261930014 -INFO [2024-03-24 14:32:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:32:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:32:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261940008 -INFO [2024-03-24 14:32:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:32:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:32:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261950009 -INFO [2024-03-24 14:32:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:32:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:32:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261960013 -INFO [2024-03-24 14:32:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:32:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:32:50,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261970003 -INFO [2024-03-24 14:32:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:33:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:33:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261980002 -INFO [2024-03-24 14:33:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:33:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:33:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711261990006 -INFO [2024-03-24 14:33:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:33:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:33:20,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262000001 -INFO [2024-03-24 14:33:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:33:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:33:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262010008 -INFO [2024-03-24 14:33:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:33:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:33:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262020016 -INFO [2024-03-24 14:33:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:33:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:33:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262030014 -INFO [2024-03-24 14:33:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:34:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:34:00,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262040009 -INFO [2024-03-24 14:34:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:34:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:34:10,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262050009 -INFO [2024-03-24 14:34:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:34:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:34:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262060014 -INFO [2024-03-24 14:34:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:34:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:34:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262070003 -INFO [2024-03-24 14:34:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:34:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:34:40,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262080011 -INFO [2024-03-24 14:34:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:34:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:34:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262090010 -INFO [2024-03-24 14:34:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:35:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:35:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262100011 -INFO [2024-03-24 14:35:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:35:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:35:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262110002 -INFO [2024-03-24 14:35:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:35:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:35:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262120011 -INFO [2024-03-24 14:35:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:35:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:35:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262130002 -INFO [2024-03-24 14:35:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:35:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:35:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262140007 -INFO [2024-03-24 14:35:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:35:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:35:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262150011 -INFO [2024-03-24 14:35:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:36:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:36:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262160014 -INFO [2024-03-24 14:36:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:36:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:36:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262170006 -INFO [2024-03-24 14:36:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:36:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:36:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262180005 -INFO [2024-03-24 14:36:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:36:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:36:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262190003 -INFO [2024-03-24 14:36:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:36:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:36:40,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262200001 -INFO [2024-03-24 14:36:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:36:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:36:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262210008 -INFO [2024-03-24 14:36:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:1 毫秒 -INFO [2024-03-24 14:37:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:37:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262220016 -INFO [2024-03-24 14:37:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:37:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:37:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262230006 -INFO [2024-03-24 14:37:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:37:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:37:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262240010 -INFO [2024-03-24 14:37:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:37:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:37:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262250015 -INFO [2024-03-24 14:37:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:37:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:37:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262260016 -INFO [2024-03-24 14:37:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:37:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:37:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262270009 -INFO [2024-03-24 14:37:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:38:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:38:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262280003 -INFO [2024-03-24 14:38:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:38:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:38:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262290015 -INFO [2024-03-24 14:38:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:38:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:38:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262300011 -INFO [2024-03-24 14:38:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:38:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:38:30,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262310006 -INFO [2024-03-24 14:38:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:38:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:38:40,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262320001 -INFO [2024-03-24 14:38:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:38:50,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:38:50,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262330016 -INFO [2024-03-24 14:38:50,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:39:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:39:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262340013 -INFO [2024-03-24 14:39:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:39:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:39:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262350014 -INFO [2024-03-24 14:39:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:39:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:39:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262360008 -INFO [2024-03-24 14:39:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:39:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:39:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262370008 -INFO [2024-03-24 14:39:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:39:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:39:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262380010 -INFO [2024-03-24 14:39:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:39:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:39:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262390010 -INFO [2024-03-24 14:39:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:40:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:40:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262400013 -INFO [2024-03-24 14:40:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:40:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:40:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262410012 -INFO [2024-03-24 14:40:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:40:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:40:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262420007 -INFO [2024-03-24 14:40:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:40:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:40:30,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262430004 -INFO [2024-03-24 14:40:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:40:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:40:40,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262440005 -INFO [2024-03-24 14:40:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:40:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:40:30,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262430004 -INFO [2024-03-24 14:40:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:40:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:40:40,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262440005 -INFO [2024-03-24 14:40:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:40:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:40:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262450011 -INFO [2024-03-24 14:40:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:41:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:41:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262460014 -INFO [2024-03-24 14:41:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:41:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:41:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262470012 -INFO [2024-03-24 14:41:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:41:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:41:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262480014 -INFO [2024-03-24 14:41:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:41:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:41:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262490009 -INFO [2024-03-24 14:41:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:41:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:41:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262500012 -INFO [2024-03-24 14:41:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:41:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:41:50,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262510012 -INFO [2024-03-24 14:41:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:42:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:42:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262520016 -INFO [2024-03-24 14:42:00,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:1 毫秒 -INFO [2024-03-24 14:42:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:42:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262530011 -INFO [2024-03-24 14:42:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:42:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:42:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262540010 -INFO [2024-03-24 14:42:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:42:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:42:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262550011 -INFO [2024-03-24 14:42:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:42:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:42:40,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262560006 -INFO [2024-03-24 14:42:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:42:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:42:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262570015 -INFO [2024-03-24 14:42:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:43:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:43:00,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262580006 -INFO [2024-03-24 14:43:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:43:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:43:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262590012 -INFO [2024-03-24 14:43:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:43:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:43:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262600011 -INFO [2024-03-24 14:43:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 -INFO [2024-03-24 14:43:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70] -INFO [2024-03-24 14:43:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1711262610011 -INFO [2024-03-24 14:43:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@11537f70],耗时:0 毫秒 diff --git a/htmlweb/web/backstage/oa/ocr/frontconf/list.html b/htmlweb/web/backstage/oa/ocr/frontconf/list.html new file mode 100644 index 00000000..9659a6e0 --- /dev/null +++ b/htmlweb/web/backstage/oa/ocr/frontconf/list.html @@ -0,0 +1,237 @@ +<#include "/common/taglibs.html" /> + + + + + 前端配置管理 + + <#include "/head/headaddedit.html" /> + + + +
+
+
+
+
+
基本信息
+
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+<#include "/head/footadd.html" /> + + + + + diff --git a/htmlweb/web/backstage/oa/ocr/information/add.html b/htmlweb/web/backstage/oa/ocr/information/add.html new file mode 100644 index 00000000..fe96e066 --- /dev/null +++ b/htmlweb/web/backstage/oa/ocr/information/add.html @@ -0,0 +1,277 @@ +<#include "/common/taglibs.html" /> + + + + + 信息字段管理添加 + + + +<#include "/head/headaddedit.html" /> + + + +
+
+
+
+
+
信息字段新增
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+
+ + +
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+ +<#include "/head/footadd.html" /> + + + + + + diff --git a/htmlweb/web/backstage/oa/ocr/information/edit.html b/htmlweb/web/backstage/oa/ocr/information/edit.html new file mode 100644 index 00000000..d04d572c --- /dev/null +++ b/htmlweb/web/backstage/oa/ocr/information/edit.html @@ -0,0 +1,331 @@ +<#include "/common/taglibs.html" /> + + + + + 岗位信息 + + + +<#include "/head/headaddedit.html" /> + + + +
+
+
+
+
+
信息字段编辑
+
+
+
+
+ + +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+
+ + +
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+ +<#include "/head/footadd.html" /> + + + + + + diff --git a/htmlweb/web/backstage/oa/ocr/information/list.html b/htmlweb/web/backstage/oa/ocr/information/list.html new file mode 100644 index 00000000..f519daec --- /dev/null +++ b/htmlweb/web/backstage/oa/ocr/information/list.html @@ -0,0 +1,232 @@ +<#include "/common/taglibs.html" /> + + + + + 信息字段管理 + + + +<#include "/head/headlist.html" /> + + +
+
+
+
+
+ +
+ +
+
+ +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<#include "/head/footlist.html" /> + + + + diff --git a/htmlweb/web/backstage/system/information/add.html b/htmlweb/web/backstage/system/information/add.html new file mode 100644 index 00000000..082453ab --- /dev/null +++ b/htmlweb/web/backstage/system/information/add.html @@ -0,0 +1,277 @@ +<#include "/common/taglibs.html" /> + + + + + 信息字段管理添加 + + + +<#include "/head/headaddedit.html" /> + + + +
+
+
+
+
+
信息字段新增
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+
+ + +
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+ +<#include "/head/footadd.html" /> + + + + + + diff --git a/htmlweb/web/backstage/system/information/edit.html b/htmlweb/web/backstage/system/information/edit.html new file mode 100644 index 00000000..7fc24b15 --- /dev/null +++ b/htmlweb/web/backstage/system/information/edit.html @@ -0,0 +1,317 @@ +<#include "/common/taglibs.html" /> + + + + + 岗位信息 + + + +<#include "/head/headaddedit.html" /> + + + +
+
+
+
+
+
信息字段编辑
+
+
+
+
+ + +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+
+ + +
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+ +<#include "/head/footadd.html" /> + + + + + + diff --git a/htmlweb/web/backstage/system/information/list.html b/htmlweb/web/backstage/system/information/list.html new file mode 100644 index 00000000..b0415403 --- /dev/null +++ b/htmlweb/web/backstage/system/information/list.html @@ -0,0 +1,233 @@ +<#include "/common/taglibs.html" /> + + + + + 信息字段管理 + + + +<#include "/head/headlist.html" /> + + +
+
+
+
+
+ +
+ +
+
+ +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<#include "/head/footlist.html" /> + + + + diff --git a/jyjz-common/jyjz-common-mybatisplus/src/main/java/cn/jyjz/xiaoyao/common/mybatisplus/util/SearchQueryFormat.java b/jyjz-common/jyjz-common-mybatisplus/src/main/java/cn/jyjz/xiaoyao/common/mybatisplus/util/SearchQueryFormat.java index b436c091..0ef8a17d 100644 --- a/jyjz-common/jyjz-common-mybatisplus/src/main/java/cn/jyjz/xiaoyao/common/mybatisplus/util/SearchQueryFormat.java +++ b/jyjz-common/jyjz-common-mybatisplus/src/main/java/cn/jyjz/xiaoyao/common/mybatisplus/util/SearchQueryFormat.java @@ -151,8 +151,9 @@ public class SearchQueryFormat { if(StringUtils.isNotBlank(searchQueryForm.getOp()) && searchQueryForm.getOp().equals(SearchQueryConstant.SEARCH_EQUAL)){ - - queryWrapper.eq(obj.getQueryFiled(entry.getKey().toUpperCase()),searchQueryForm.getValue()); + String upperCase = entry.getKey().toUpperCase(); + String queryFiled = obj.getQueryFiled(upperCase); + queryWrapper.eq(queryFiled,searchQueryForm.getValue()); }else if(StringUtils.isNotBlank(searchQueryForm.getOp()) && searchQueryForm.getOp().equals(SearchQueryConstant.SEARCH_LIKE)){ diff --git a/jyjz-system/jyjz-system-admin/src/main/java/cn/jyjz/xiaoyao/admin/service/impl/ResourcesServiceImpl.java b/jyjz-system/jyjz-system-admin/src/main/java/cn/jyjz/xiaoyao/admin/service/impl/ResourcesServiceImpl.java index 021140d0..2d6ec7d9 100644 --- a/jyjz-system/jyjz-system-admin/src/main/java/cn/jyjz/xiaoyao/admin/service/impl/ResourcesServiceImpl.java +++ b/jyjz-system/jyjz-system-admin/src/main/java/cn/jyjz/xiaoyao/admin/service/impl/ResourcesServiceImpl.java @@ -171,7 +171,7 @@ public class ResourcesServiceImpl extends BaseServiceImpl> mapResources = iCacheManager.get(CacheAdminConstants.SYS_RESOURCE_ALL,CacheAdminConstants.SYS_RESOURCE_ALL_KEY); - if(null == mapResources){ +// if(null == mapResources){ synchronized (this){ //获取角色集合 @@ -205,7 +205,7 @@ public class ResourcesServiceImpl extends BaseServiceImpl oauthuserList = oauthuserService.selectByUserId(userVo.getId().toString()); userVo.setOauthUserList(oauthuserList); @@ -262,7 +262,7 @@ public class UserTokenServiceImpl implements UserTokenService { Object objectflow = flowableUserLoginService.flowableUserLogin(adminUserModel.getUser()); adminUserModel.setFlowableUser(objectflow); } - + return adminUserModel; } @@ -289,39 +289,39 @@ public class UserTokenServiceImpl implements UserTokenService { */ public ResultVo refreshToken(UserToken userToken, String logintoken, HttpServletRequest request){ userToken = JwtUtils.decode(logintoken); - + log.error("TokenExpiredException-------刷新token===============================2====logintoken==={}--",logintoken); //原始缓存 String sourcetokenid = userToken.getTokenid(); //删除原缓存信息 iCacheManager.remove(CacheConstants.USER_MODEL_NAME,sourcetokenid); - + log.error("TokenExpiredException-------刷新token===============================4====userToken==={}--",userToken); - + if(!UserUtils.validateId(userToken)){ return ResultVoUtil.error(); } //刷新缓存 String newToken = JwtUtils.getRefreshToken(userToken); - + log.error("TokenExpiredException-------刷新token===============================3====newToken==={}--",newToken); - + if(StringUtils.isBlank(newToken)){ SecurityContextHolder.getContext().setAuthentication(null); return ResultVoUtil.error(); } - + //重新查询用户基本信息 User user = this.findByLoginname(userToken.getLoginname()); - + AdminUserModel adminUserModel = (AdminUserModel) this.formatUserToAdminUserModel(user); - + //用户信息缓存 this.saveSessionUser(adminUserModel); - + //更新S_USERONLINE_T 表信息 this.userTokenOnlineService.updateModel(sourcetokenid,adminUserModel.getId()); - + //用户名不等于空 并且未认证过 进行登录验证 if (adminUserModel != null) { // 验证通过 构建Secruity登录对象 @@ -331,14 +331,14 @@ public class UserTokenServiceImpl implements UserTokenService { log.error("TokenExpiredException-------刷新token===============================1={}",token); return ResultVoUtil.success(token); } - + /** * 更新spring用户认证 * @param obj 缓存中的用户对象 * @param request 用户请求 */ public void updateAuthentication(Object obj,HttpServletRequest request){ - + AdminUserModel adminUserModel = (AdminUserModel) obj; //用户名不等于空 并且未认证过 进行登录验证 if (adminUserModel != null) { @@ -383,7 +383,7 @@ public class UserTokenServiceImpl implements UserTokenService { return true; } - + /** * 查询用户是否存在 * @param otherno 企业编码 @@ -414,7 +414,7 @@ public class UserTokenServiceImpl implements UserTokenService { return userTenantService.listLoginNameCount(otherno,loginname); } - + /** * 查询用户是否存在 * @param otherno 企业编码 @@ -432,9 +432,9 @@ public class UserTokenServiceImpl implements UserTokenService { */ @Override public boolean getTenantStatus(String agentcode){ - LambdaQueryWrapper tenantLambdaQueryWrapper = new LambdaQueryWrapper<>(); - tenantLambdaQueryWrapper.eq(Tenant::getOtherno,agentcode); - Tenant tenant = tenantService.getOne(tenantLambdaQueryWrapper); - return tenant != null && tenant.getStatus() == 0; + LambdaQueryWrapper tenantLambdaQueryWrapper = new LambdaQueryWrapper<>(); + tenantLambdaQueryWrapper.eq(Department::getDescription,agentcode); + Department department = departmentService.getOne(tenantLambdaQueryWrapper); + return department != null && department.getEnabled() == 1; } } diff --git a/jyjz-system/jyjz-system-admin/src/main/resources/mapper/admin/UserTenantMapper.xml b/jyjz-system/jyjz-system-admin/src/main/resources/mapper/admin/UserTenantMapper.xml index 1cc9fd39..9d14fab4 100644 --- a/jyjz-system/jyjz-system-admin/src/main/resources/mapper/admin/UserTenantMapper.xml +++ b/jyjz-system/jyjz-system-admin/src/main/resources/mapper/admin/UserTenantMapper.xml @@ -42,66 +42,41 @@ - order by ${page.sortname} ${page.sortorder} + order by ${page.sortname} ${page.sortorder} limit ${page.start}, ${page.Pagesize} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/flowable/controller/FlowTaskController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/flowable/controller/FlowTaskController.java index c59c17ce..0173372e 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/flowable/controller/FlowTaskController.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/flowable/controller/FlowTaskController.java @@ -310,9 +310,11 @@ public class FlowTaskController extends BaseController { searchQuery.addLike("fromtaskname", taskName); } - //获取用户预设检索条件id - String userSearchId = request.getParameter("userSearchId"); - + //获取用户预设检索条件id,如果存在检索条件,则高级检索失效 + String userSearchId = ""; + if(StringUtils.isBlank(taskName)){ + userSearchId = request.getParameter("userSearchId"); + } User user = this.userService.getSessionUser(request); if (user.isUserIsSys(xiaoyaoConfig.getWebconfig().getSysLoginUser().split(","))) { @@ -381,10 +383,10 @@ public class FlowTaskController extends BaseController { @RequestParam(name = "izstatus", defaultValue = "", required = false) String izstatus, @RequestParam(name = "iztaskrrom", defaultValue = "", required = false) String iztaskrrom, @RequestParam(name = "izuptime", defaultValue = "", required = false) String izuptime, + @RequestParam(name = "isFail", defaultValue = "false", required = false) String isFail, HttpServletRequest request) { SearchQuery searchQuery = new SearchQuery(); if (org.springframework.util.StringUtils.hasText(izupuser)) { -// searchQuery.addEqual("fromuserid",izupuser); if (izupuser.contains(",")) { String[] userIds = izupuser.split(","); List arrayData = Arrays.asList(userIds); @@ -420,17 +422,22 @@ public class FlowTaskController extends BaseController { if (izstatus.contains(",")) { String[] statusIds = izstatus.split(","); // 以逗号拆分字符串 List arrayData = Arrays.asList(statusIds); - SearchQueryForm searchQueryForm = new SearchQueryForm(); searchQuery.addIn("states", arrayData); } else { searchQuery.addEqual("states", izstatus); } + }else{ + if(Boolean.parseBoolean(isFail)){ + searchQuery.addEqual("isFail","1"); + searchQuery.addIn("states", Arrays.asList("2","3","5")); + }else{ + searchQuery.addIn("states", Arrays.asList("2","3")); + } } if (org.springframework.util.StringUtils.hasText(iztaskrrom)) { if (iztaskrrom.contains(",")) { String[] taskrromIds = iztaskrrom.split(","); // 以逗号拆分字符串 List arrayData = Arrays.asList(taskrromIds); - SearchQueryForm searchQueryForm = new SearchQueryForm(); searchQuery.addIn("fromsourceid", arrayData); } else { searchQuery.addEqual("fromsourceid", iztaskrrom); @@ -451,11 +458,11 @@ public class FlowTaskController extends BaseController { // 如果开始时间不为空,则将其放入查询条件中 if (startTimeStamp != null) { - searchQuery.addGreater("createdateStart", startTimeStamp); + searchQuery.addGreater("fromuptimeStart", startTimeStamp); } // 如果结束时间不为空,则将其放入查询条件中 if (endTimeStamp != null) { - searchQuery.addLess("createdateEnd", endTimeStamp); + searchQuery.addLess("fromuptimeEnd", endTimeStamp); } } catch (ParseException e) { // 处理日期解析异常 @@ -472,7 +479,7 @@ public class FlowTaskController extends BaseController { User user = this.userService.getSessionUser(request); if (user.isUserIsSys(xiaoyaoConfig.getWebconfig().getSysLoginUser().split(","))) { } else { - searchQuery.addEqual("thisLoginUserid", user.getId().toString()); + searchQuery.addEqual("thisLoginUserid", user.getLoginname()); searchQuery.addEqual("tenantid", tenantId); } String searchId = request.getParameter("searchId"); diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/flowable/service/impl/FlowTaskServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/flowable/service/impl/FlowTaskServiceImpl.java index f74bdaeb..11941edc 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/flowable/service/impl/FlowTaskServiceImpl.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/flowable/service/impl/FlowTaskServiceImpl.java @@ -33,6 +33,8 @@ import cn.jyjz.xiaoyao.oa.from.dataobject.Flowablecc; import cn.jyjz.xiaoyao.oa.from.service.*; import cn.jyjz.xiaoyao.oa.from.vo.FlowUnionVo; +import cn.jyjz.xiaoyao.oa.from.vo.RepeatedContentVo; +import cn.jyjz.xiaoyao.oa.from.vo.RepeatedTaskVo; import cn.jyjz.xiaoyao.ocr.dataobject.*; import cn.jyjz.xiaoyao.ocr.service.*; import cn.jyjz.xiaoyao.ocr.util.SearchParaFormatting; @@ -40,6 +42,7 @@ import cn.jyjz.xiaoyao.ocr.vo.OcrTaskchildPictureApproVo; import com.alibaba.fastjson.JSONObject; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.core.toolkit.StringUtils; @@ -498,6 +501,7 @@ public class FlowTaskServiceImpl extends FlowServiceFactory implements IFlowTask } else { //判断节点上的描述字段,是否伟finale_judgment,如果是,记录到终审表中,如果终审表已经存在,不再重复记录 if (StringUtils.isNotBlank(taskData.getDescription()) && taskData.getDescription().equals(SystemConstantsOa.OA_TASK_COMPLETE_FINALE_FORM)) { + childPicture.setIsFinal(1); User user = userService.findByLoginname(formData.getAssignee()); userFinalService.save(user.getId().toString(), formId); } @@ -543,6 +547,7 @@ public class FlowTaskServiceImpl extends FlowServiceFactory implements IFlowTask executions.forEach(execution -> executionIds.add(execution.getId())); OcrTaskchildPicture taskchildPicture = ocrTaskchildPictureService.getById(Long.parseLong(formId)); taskchildPicture.setFinishtime(System.currentTimeMillis()); + taskchildPicture.setIsFinal(1); ocrTaskchildPictureService.updateById(taskchildPicture); OcrPicture picture = ocrPictureService.getById(taskchildPicture.getPictureid()); ocrTaskchildPictureService.sendFlowTaskResult(taskchildPicture, picture, approve); @@ -980,6 +985,7 @@ public class FlowTaskServiceImpl extends FlowServiceFactory implements IFlowTask ParamterPage paramterPage = new ParamterPage(); paramterPage.setStart((pageUtils.getCurrPage() - 1) * pageUtils.getPageSize()); paramterPage.setPagesize(pageUtils.getPageSize()); + Page page = new Page<>(); if (StringUtils.isNotBlank(pageUtils.getSortname())) { paramterPage.setSortname(pageUtils.getSortname()); @@ -993,97 +999,96 @@ public class FlowTaskServiceImpl extends FlowServiceFactory implements IFlowTask paramterPage.setSortorder("DESC"); } - Long count = ocrTaskchildPictureService.listFinalCount(query); - query.put("page", paramterPage); + Long count = ocrTaskchildPictureService.listFinalCount(query); List list = ocrTaskchildPictureService.listFinal(query); - for (OcrTaskchildPicture taskchildPicture : list) { - //查询对应的流程分类 - Category category = categoryService.selectDtoById(taskchildPicture.getCategoryid()); - taskchildPicture.setCategoryDto(category); - - if (StringUtils.isNotBlank(taskchildPicture.getProcessdefinitionid())) { - - List taskList = this.nowRunTask(taskchildPicture.getProcessinstanceid(), taskchildPicture.getProcessdefinitionid()); - if (null != taskList && !taskList.isEmpty()) { - taskchildPicture.setTaskId(taskList.get(0).getId()); - - Task tasknow = taskService.createTaskQuery().taskId(taskchildPicture.getTaskId()).singleResult(); - BpmnModel bpmnModel = repositoryService.getBpmnModel(tasknow.getProcessDefinitionId()); - // 获取节点定义id - String taskDefinitionKey = tasknow.getTaskDefinitionKey(); - // 根据节点定义id获取节点元素 - FlowElement flowElement = bpmnModel.getFlowElement(taskDefinitionKey); - if (flowElement instanceof UserTask) { - UserTask userTask = (UserTask) flowElement; - - taskchildPicture.setDocumentation(userTask.getDocumentation()); - } - } - - //查询历史 - List historicTaskInstanceDtos = new ArrayList<>(); - // 查询当前任务的流转信息 - List taskHiInstances = historyService.createHistoricTaskInstanceQuery() - .processInstanceId(taskchildPicture.getProcessinstanceid()) - .includeProcessVariables() - .orderByHistoricTaskInstanceStartTime() - .asc() - .list(); - for (HistoricTaskInstance taskHiInstance : taskHiInstances) { - HistoricTaskInstanceDto dto = new HistoricTaskInstanceDto(); - dto.setTaskId(taskHiInstance.getId()); - dto.setTaskName(taskHiInstance.getName()); - dto.setFinishTime(taskHiInstance.getEndTime()); - if (taskHiInstance.getDurationInMillis() != null) { - dto.setDuration(taskHiInstance.getDurationInMillis() / 1000 + "秒"); - } - dto.setTaskDefKey(taskHiInstance.getTaskDefinitionKey()); - - //Map variables = taskHiInstance.getTaskLocalVariables(); - - Map variables = taskHiInstance.getProcessVariables(); - - if (null != variables && null != variables.get("approvd")) { - dto.setState(variables.get("approvd").toString()); - } - - if (StringUtils.isNotBlank(taskHiInstance.getAssignee())) { - if (SystemConstantsOa.OA_TASK_SKIP_ASSIGINE.equals(taskHiInstance.getAssignee())) { - dto.setAssigneeName(taskHiInstance.getAssignee()); - } else { - User user1 = userService.findByLoginname(taskHiInstance.getAssignee()); - - dto.setAssigneeName(user1.getUsername()); - } - - } - - BpmnModel bpmnModel = repositoryService.getBpmnModel(taskchildPicture.getProcessdefinitionid()); - -// // 根据节点定义id获取节点元素 - FlowElement flowElement = bpmnModel.getFlowElement(taskHiInstance.getTaskDefinitionKey()); - if (flowElement instanceof UserTask) { - UserTask userTask = (UserTask) flowElement; - - taskchildPicture.setDocumentation(userTask.getDocumentation()); - } - // 还需要根据 HistoricTaskInstance 找到对应的 审批意见 - List processInstanceComments = taskService.getProcessInstanceComments(taskchildPicture.getProcessinstanceid()); - for (Comment comment : processInstanceComments) { - - if (comment.getTaskId().equals(taskHiInstance.getId())) { - // 审批意见 - String fullMessage = comment.getFullMessage(); - dto.setComment(fullMessage); - } - } - historicTaskInstanceDtos.add(dto); - } - taskchildPicture.setTransferRecords(historicTaskInstanceDtos); - } - } +// for (OcrTaskchildPicture taskchildPicture : list) { +// //查询对应的流程分类 +// Category category = categoryService.selectDtoById(taskchildPicture.getCategoryid()); +// taskchildPicture.setCategoryDto(category); +// +// if (StringUtils.isNotBlank(taskchildPicture.getProcessdefinitionid())) { +// +// List taskList = this.nowRunTask(taskchildPicture.getProcessinstanceid(), taskchildPicture.getProcessdefinitionid()); +// if (null != taskList && !taskList.isEmpty()) { +// taskchildPicture.setTaskId(taskList.get(0).getId()); +// +// Task tasknow = taskService.createTaskQuery().taskId(taskchildPicture.getTaskId()).singleResult(); +// BpmnModel bpmnModel = repositoryService.getBpmnModel(tasknow.getProcessDefinitionId()); +// // 获取节点定义id +// String taskDefinitionKey = tasknow.getTaskDefinitionKey(); +// // 根据节点定义id获取节点元素 +// FlowElement flowElement = bpmnModel.getFlowElement(taskDefinitionKey); +// if (flowElement instanceof UserTask) { +// UserTask userTask = (UserTask) flowElement; +// +// taskchildPicture.setDocumentation(userTask.getDocumentation()); +// } +// } +// +// //查询历史 +// List historicTaskInstanceDtos = new ArrayList<>(); +// // 查询当前任务的流转信息 +// List taskHiInstances = historyService.createHistoricTaskInstanceQuery() +// .processInstanceId(taskchildPicture.getProcessinstanceid()) +// .includeProcessVariables() +// .orderByHistoricTaskInstanceStartTime() +// .asc() +// .list(); +// for (HistoricTaskInstance taskHiInstance : taskHiInstances) { +// HistoricTaskInstanceDto dto = new HistoricTaskInstanceDto(); +// dto.setTaskId(taskHiInstance.getId()); +// dto.setTaskName(taskHiInstance.getName()); +// dto.setFinishTime(taskHiInstance.getEndTime()); +// if (taskHiInstance.getDurationInMillis() != null) { +// dto.setDuration(taskHiInstance.getDurationInMillis() / 1000 + "秒"); +// } +// dto.setTaskDefKey(taskHiInstance.getTaskDefinitionKey()); +// +// //Map variables = taskHiInstance.getTaskLocalVariables(); +// +// Map variables = taskHiInstance.getProcessVariables(); +// +// if (null != variables && null != variables.get("approvd")) { +// dto.setState(variables.get("approvd").toString()); +// } +// +// if (StringUtils.isNotBlank(taskHiInstance.getAssignee())) { +// if (SystemConstantsOa.OA_TASK_SKIP_ASSIGINE.equals(taskHiInstance.getAssignee())) { +// dto.setAssigneeName(taskHiInstance.getAssignee()); +// } else { +// User user1 = userService.findByLoginname(taskHiInstance.getAssignee()); +// +// dto.setAssigneeName(user1.getUsername()); +// } +// +// } +// +// BpmnModel bpmnModel = repositoryService.getBpmnModel(taskchildPicture.getProcessdefinitionid()); +// +//// // 根据节点定义id获取节点元素 +// FlowElement flowElement = bpmnModel.getFlowElement(taskHiInstance.getTaskDefinitionKey()); +// if (flowElement instanceof UserTask) { +// UserTask userTask = (UserTask) flowElement; +// +// taskchildPicture.setDocumentation(userTask.getDocumentation()); +// } +// // 还需要根据 HistoricTaskInstance 找到对应的 审批意见 +// List processInstanceComments = taskService.getProcessInstanceComments(taskchildPicture.getProcessinstanceid()); +// for (Comment comment : processInstanceComments) { +// +// if (comment.getTaskId().equals(taskHiInstance.getId())) { +// // 审批意见 +// String fullMessage = comment.getFullMessage(); +// dto.setComment(fullMessage); +// } +// } +// historicTaskInstanceDtos.add(dto); +// } +// taskchildPicture.setTransferRecords(historicTaskInstanceDtos); +// } +// } pageUtils.setTotalCount(count.intValue()); pageUtils.setList(list); @@ -1820,7 +1825,22 @@ public class FlowTaskServiceImpl extends FlowServiceFactory implements IFlowTask @Override public ResultVo repetitionTask() { - return ResultVoUtil.success(flowableccMybatisDao.repetitionTask()); + List repeatedContentVoList = flowableccMybatisDao.repetitionTask(); + List formIdsToUpdate = new ArrayList<>(); + if(repeatedContentVoList.size()>0 && repeatedContentVoList.get(0).getRepeatedTaskList().size() >0){ + String formIds = repeatedContentVoList.get(0).getRepeatedTaskList().get(0).getFormId(); + String[] formIdsArray = formIds.split(","); + for (String formId : formIdsArray) { + formIdsToUpdate.add(formId.trim()); // 去除字符串首尾的空格并添加到集合中 + } + UpdateWrapper updateWrapper = new UpdateWrapper<>(); + updateWrapper.in("PICTUREID", formIdsToUpdate) + .eq("is_repeated_nodules", 0); + OcrTaskchildPicture updateEntity = new OcrTaskchildPicture(); + updateEntity.setIsRepeatedNodules(1); + ocrTaskchildPictureService.update(updateEntity, updateWrapper); + } + return ResultVoUtil.success(repeatedContentVoList); } @Override diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/oa/from/service/impl/UserapproveServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/oa/from/service/impl/UserapproveServiceImpl.java index 2274baca..ebae4e76 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/oa/from/service/impl/UserapproveServiceImpl.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/oa/from/service/impl/UserapproveServiceImpl.java @@ -9,6 +9,7 @@ import cn.jyjz.xiaoyao.oa.from.dataobject.Userapprove; import cn.jyjz.xiaoyao.oa.from.service.UserapproveService; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import lombok.extern.slf4j.Slf4j; +import org.apache.commons.lang3.StringUtils; import org.flowable.task.api.Task; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @@ -29,10 +30,11 @@ public class UserapproveServiceImpl extends BaseServiceImpl apiPage = prevailCloudApi.pullPictureSource(pictureSourceParameter); + if(apiPage==null){ + return "获取数据为空!"; + } List listResult= apiPage.getRecords(); int count = apiPage.getTotal(); int localCount = listResult.size(); @@ -192,7 +209,7 @@ public class ApiTestController { public String downloadImageMonitor(HttpServletRequest request) { String message; try { - boolean result = prevailCloudApi.startImageDownloadMonitoring(localImagePath); + boolean result = prevailCloudApi.startImageDownloadMonitoring(apiConfig.getLocalImagePath()); if (result) { message = "操作成功"; } else { diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrAiApprovalTools.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrAiApprovalTools.java index 323d9e29..7cf34f27 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrAiApprovalTools.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrAiApprovalTools.java @@ -66,6 +66,28 @@ public class OcrAiApprovalTools { return toolscount; } + /** + * 任务审批统计 + * + * @param request + * @return + */ + @RequestMapping(value = "/toolsTaskApprovalCount", method = RequestMethod.GET) + public ResultVo toolsTaskApprovalCount(HttpServletRequest request) { + + String tenantId = request.getHeader("X-Tenant-Id"); + if(StringUtils.isBlank(tenantId)){ + return ResultVoUtil.error("租户主键不能为空"); + } + + + UserToken userToken = this.userTokenService.getUserToken(RequestBaseUtil.getToken(request)); + + ResultVo toolscount = iocrsearchhistoryservice.toolsTaskApprovalCount(tenantId,userToken.getUserid(),request); + + return toolscount; + } + /* ai审批工单 */ diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldController.java index 157e4d61..14d22c48 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldController.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldController.java @@ -1,20 +1,43 @@ package cn.jyjz.xiaoyao.ocr.controller; +import cn.hutool.core.bean.BeanUtil; +import cn.hutool.core.date.DateUtil; +import cn.jyjz.xiaoyao.admin.dataobject.Post; +import cn.jyjz.xiaoyao.admin.service.UserService; import cn.jyjz.xiaoyao.common.base.controller.BaseController; +import cn.jyjz.xiaoyao.common.base.param.ParamterPage; +import cn.jyjz.xiaoyao.common.base.util.RequestBaseUtil; +import cn.jyjz.xiaoyao.common.base.util.requestFormat.SearchQuery; import cn.jyjz.xiaoyao.common.base.vo.ResultVo; import cn.jyjz.xiaoyao.common.base.vo.ResultVoUtil; +import cn.jyjz.xiaoyao.common.base.vo.UserToken; +import cn.jyjz.xiaoyao.common.mybatisplus.util.SearchQueryFormat; import cn.jyjz.xiaoyao.ocr.dataobject.OcrField; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrUsersearch; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrUsersearchchild; import cn.jyjz.xiaoyao.ocr.dto.OcrFieldDto; import cn.jyjz.xiaoyao.ocr.service.OcrFieldService; import cn.jyjz.xiaoyao.ocr.vo.OcrFieldVo; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import com.baomidou.mybatisplus.core.metadata.IPage; +import io.swagger.annotations.ApiImplicitParam; +import io.swagger.annotations.ApiImplicitParams; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiParam; +import liquibase.pro.packaged.S; +import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import org.springframework.beans.BeanUtils; import org.springframework.beans.BeansException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import java.util.Arrays; import java.util.List; +import java.util.stream.Collectors; @RestController @RequestMapping("/ocr/field") @@ -25,6 +48,10 @@ public class OcrFieldController extends BaseController { @Autowired private OcrFieldService ocrFieldService; + + @Autowired + private UserService userService; + /** * 自定义筛选字段列表查询 * @return @@ -39,6 +66,32 @@ public class OcrFieldController extends BaseController { return resultVo; } + /** + * 自定义筛选字段列表查询 + * @return + */ + @ApiOperation(value="根据评审类型查询字段列表", notes="根据评审类型查询字段列表") + @GetMapping(value = "/page") + public ResultVo> page(@RequestParam(name="start", defaultValue="1") Integer start, + @RequestParam(name="pageSize", defaultValue="10") Integer pageSize, + HttpServletRequest request) { + + SearchQuery searchQuery = this.getParametersStartingWithToSearchJson(request, "search_"); + + cn.jyjz.xiaoyao.admin.dataobject.User user = this.userService.getSessionUser(request); + OcrField ocrField = new OcrField(); + ocrField.setSearchQueryrolesShowleave(user.getSearchQueryrolesShowleave()); + QueryWrapper queryWrapper = SearchQueryFormat.queryStringFormat(searchQuery,ocrField); + ResultVo> resultVo = new ResultVo<>(); + ParamterPage paramterPage = new ParamterPage(); + paramterPage.setPagesize(pageSize); + paramterPage.setStart(start); + IPage ocrFieldIPage = ocrFieldService.pageList(paramterPage,queryWrapper); + resultVo.setData(ocrFieldIPage); + resultVo.addOK("查询成功"); + return resultVo; + } + /** * 自定义筛选字段列表查询全部 * @return @@ -59,13 +112,21 @@ public class OcrFieldController extends BaseController { */ @ApiOperation(value="删除筛选字段", notes="删除筛选字段") @GetMapping(value = "/delete") - public ResultVo delete(@RequestParam(name="id") @ApiParam(value = "字段ID", required = true) Long id) { + public ResultVo delete(@RequestParam(name="id") @ApiParam(value = "字段ID", required = true) String ids) { + List ocrFields = ocrFieldService.listByIds(Arrays.asList(ids.split(","))); + List newOcrField = ocrFields.stream().peek(s -> { + s.setUpdateTime(DateUtil.date().toSqlDate()); + s.setDel(1); + }).collect(Collectors.toList()); + ocrFieldService.updateBatchById(newOcrField); + return ResultVoUtil.success(); + } - OcrFieldDto ocrFieldDto = ocrFieldService.delete(id); - if(ocrFieldDto != null){ - return ResultVoUtil.success(); - } - return ResultVoUtil.error("删除失败"); + + @ApiOperation(value="详情", notes="详情") + @GetMapping(value = "/getData/{id}") + public ResultVo getData(@PathVariable(name="id") @ApiParam(value = "字段ID", required = true) Long id) { + return ResultVoUtil.success(ocrFieldService.getById(id)); } /** @@ -74,14 +135,9 @@ public class OcrFieldController extends BaseController { */ @ApiOperation(value="字段新增和修改", notes="字段新增和修改") @PostMapping(value = "/saveOrUpdate") - public ResultVo saveOrUpdate(@ApiParam(value = "字段信息", required = true) @RequestBody OcrFieldVo ocrFieldVo) { + public ResultVo saveOrUpdate(@ApiParam(value = "字段信息", required = true) OcrFieldVo ocrFieldVo) { try { - OcrField ocrField = new OcrField(); - ocrField.setName(ocrFieldVo.getName()); - ocrField.setReviewType(ocrFieldVo.getReviewType()); - ocrField.setFieldDesc(ocrFieldVo.getFieldDesc()); - ocrField.setIsrequired(ocrFieldVo.getIsrequired()); - ocrFieldService.saveData(ocrField); + return ocrFieldService.saveData(BeanUtil.copyProperties(ocrFieldVo,OcrField.class)); } catch (BeansException e) { e.printStackTrace(); } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldHtmlController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldHtmlController.java new file mode 100644 index 00000000..e0e1925a --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldHtmlController.java @@ -0,0 +1,57 @@ +package cn.jyjz.xiaoyao.ocr.controller; + +import cn.jyjz.xiaoyao.admin.service.UserService; +import cn.jyjz.xiaoyao.common.base.controller.BaseController; +import cn.jyjz.xiaoyao.common.base.service.UserTokenService; +import cn.jyjz.xiaoyao.ocr.service.OcrConfigurationService; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestMapping; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +@Controller +@RequestMapping("/backstage/oa/ocrfieldconfigurationHtml") +public class OcrFieldHtmlController extends BaseController{ + + private Logger log = LoggerFactory.getLogger(this.getClass()); + + @Autowired + private OcrConfigurationService ocrConfigurationService; + + @Autowired + private UserTokenService userTokenService; + @Autowired + private UserService userService; + /** + *方法描述:跳转到列表页面 + *创建人:mail.zhangyong@gmail.com + *创建时间:2024-01-14 10:27:01 + **/ + @GetMapping("/toList") + public String toListOcrConfiguration(HttpServletResponse response,HttpServletRequest request){ + String resourceid = request.getParameter("resourceid"); + request.setAttribute("resourceid",resourceid); + return "/backstage/oa/ocr/information/list"; + } + + @GetMapping("/toSave") + public String toSave(HttpServletResponse response,HttpServletRequest request){ + String resourceid = request.getParameter("resourceid"); + request.setAttribute("resourceid",resourceid); + return "/backstage/oa/ocr/information/add"; + } + + @GetMapping("/toEdit/{id}") + public String toEdit(HttpServletResponse response,HttpServletRequest request,@PathVariable("id") String id){ + String resourceid = request.getParameter("resourceid"); + request.setAttribute("resourceid",resourceid); + request.setAttribute("id", id); + return "/backstage/oa/ocr/information/edit"; + } +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFrontConfController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFrontConfController.java new file mode 100644 index 00000000..2640ad80 --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFrontConfController.java @@ -0,0 +1,55 @@ +package cn.jyjz.xiaoyao.ocr.controller; + +import cn.jyjz.xiaoyao.common.base.vo.ResultVo; +import cn.jyjz.xiaoyao.common.base.vo.ResultVoUtil; +import cn.jyjz.xiaoyao.ocr.api.utils.ApiConfig; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrFrontConf; +import cn.jyjz.xiaoyao.ocr.service.OcrFrontConfService; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import io.swagger.annotations.Api; +import org.springframework.beans.factory.annotation.Value; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; + +import javax.annotation.Resource; + +@Api(tags = "ocr-前端配置管理") +@RestController +@RequestMapping("/ocr/ocrFrontConf") +public class OcrFrontConfController { + + @Resource + private OcrFrontConfService service; + + @Value("${spring.profiles.active}") + private String env; + + @Resource + private ApiConfig config; + + @PostMapping("/save") + public ResultVo editOcrConfiguration(OcrFrontConf conf) { + conf.setEnv(env); + QueryWrapper wrapper = new QueryWrapper<>(); + wrapper.eq("env", env); + OcrFrontConf ocrFrontConf = this.service.getOne(wrapper); + if (ocrFrontConf != null) { + conf.setId(ocrFrontConf.getId()); + } + + + this.service.saveOrUpdate(conf); + this.service.updateConfig(); + return ResultVoUtil.success(); + } + + @GetMapping("/get") + public ResultVo get() { + QueryWrapper wrapper = new QueryWrapper<>(); + wrapper.eq("env", env); + + return ResultVoUtil.success(this.service.getOne(wrapper)); + } +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFrontConfHtmlController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFrontConfHtmlController.java new file mode 100644 index 00000000..6699b8ed --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFrontConfHtmlController.java @@ -0,0 +1,21 @@ +package cn.jyjz.xiaoyao.ocr.controller; + +import cn.jyjz.xiaoyao.common.base.controller.BaseController; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.RequestMapping; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +@Controller +@RequestMapping("/backstage/oa/frontconf") +public class OcrFrontConfHtmlController extends BaseController { + + @GetMapping("/toList") + public String toListOcrConfiguration(HttpServletResponse response, HttpServletRequest request) { + String resourceid = request.getParameter("resourceid"); + request.setAttribute("resourceid", resourceid); + return "/backstage/oa/ocr/frontconf/list"; + } +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrPictureController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrPictureController.java index 257a487a..015f0d9b 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrPictureController.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrPictureController.java @@ -3,6 +3,7 @@ package cn.jyjz.xiaoyao.ocr.controller; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; +import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; @@ -20,6 +21,7 @@ import cn.jyjz.xiaoyao.ocr.util.DataUtil; import cn.jyjz.xiaoyao.ocr.util.SearchConfigEnum; import cn.jyjz.xiaoyao.ocr.util.SearchParaFormatting; import com.alibaba.fastjson.JSONObject; +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import io.swagger.annotations.Api; import io.swagger.annotations.ApiImplicitParam; @@ -265,7 +267,6 @@ public class OcrPictureController extends BaseController { } - QueryWrapper queryWrapper = new QueryWrapper<>(); String search_month = req.getParameter("search_month"); @@ -295,8 +296,8 @@ public class OcrPictureController extends BaseController { //提报人模糊搜索 String upUserName = req.getParameter("upUserName"); - if(StringUtils.isNotBlank(upUserName)){ - queryWrapper.like("upName",upUserName); + if (StringUtils.isNotBlank(upUserName)) { + queryWrapper.like("upName", upUserName); } //根据参数枚举,获取检索参数,并映射为数据库的字段的key-v map @@ -313,6 +314,34 @@ public class OcrPictureController extends BaseController { queryWrapper.eq("tenant_id", tenantId); Page page = new Page(pageNo, pageSize); IPage pageList = ocrPictureService.page(page, queryWrapper); + List ocrPictures = pageList.getRecords(); + List ocrPicturesNew = new ArrayList<>(); + for (OcrPicture ocrPictureOne : ocrPictures) { + LambdaQueryWrapper ocrTaskchildPictureLambdaQueryWrapper = new LambdaQueryWrapper<>(); + ocrTaskchildPictureLambdaQueryWrapper.eq(OcrTaskchildPicture::getId, ocrPictureOne.getTaskchildpictureid()); + OcrTaskchildPicture ocrTaskchildPicture = ocrTaskchildPictureService.getOne(ocrTaskchildPictureLambdaQueryWrapper); + if(ocrTaskchildPicture != null && ocrTaskchildPicture.getStates() != null){ + switch (ocrTaskchildPicture.getStates()) { + case 1: + ocrPictureOne.setField16("未提交"); + break; + case 2: + ocrPictureOne.setField16("审批中"); + break; + case 3: + ocrPictureOne.setField16("审批通过"); + break; + case 5: + ocrPictureOne.setField16("审批不通过"); + break; + default: + ocrPictureOne.setField16("未知状态"); + break; + } + } + ocrPicturesNew.add(ocrPictureOne); + } + pageList.setRecords(ocrPicturesNew); return ResultVoUtil.success(pageList); } @@ -403,7 +432,7 @@ public class OcrPictureController extends BaseController { @RequestParam(name = "pictureId", required = false) String pictureId, HttpServletRequest req) { UserToken userToken = this.userTokenService.getUserToken(RequestBaseUtil.getToken(req)); - OcrPicture result = ocrPictureService.getPackagePictureInfo(checkDuplicateId, pictureId,userToken); + OcrPicture result = ocrPictureService.getPackagePictureInfo(checkDuplicateId, pictureId, userToken); return ResultVoUtil.success(result); } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrPictureclassController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrPictureclassController.java new file mode 100644 index 00000000..021811ff --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrPictureclassController.java @@ -0,0 +1,154 @@ +package cn.jyjz.xiaoyao.ocr.controller; + +import java.io.IOException; +import java.util.List; +import javax.annotation.Resource; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import cn.jyjz.xiaoyao.admin.service.TenantService; +import cn.jyjz.xiaoyao.common.base.util.RequestBaseUtil; +import cn.jyjz.xiaoyao.common.base.vo.UserToken; +import cn.jyjz.xiaoyao.common.mybatisplus.util.SearchQueryFormat; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrPictureclass; +import cn.jyjz.xiaoyao.ocr.service.OcrPictureclassService; +import io.swagger.annotations.Api; +import io.swagger.annotations.ApiImplicitParam; +import io.swagger.annotations.ApiImplicitParams; +import io.swagger.annotations.ApiOperation; +import org.apache.commons.lang3.StringUtils; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.web.bind.annotation.RestController; +import org.springframework.web.bind.annotation.*; + +import cn.jyjz.xiaoyao.admin.service.UserService; +import cn.jyjz.xiaoyao.common.base.service.UserTokenService; +import cn.jyjz.xiaoyao.common.base.controller.BaseController; +import cn.jyjz.xiaoyao.common.base.param.ParamterPage; +import cn.jyjz.xiaoyao.common.base.util.requestFormat.SearchQuery; +import cn.jyjz.xiaoyao.common.base.vo.ResultVo; +import cn.jyjz.xiaoyao.common.base.vo.ResultVoUtil; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import com.baomidou.mybatisplus.core.metadata.IPage; + +@Api(tags="ocr-分类管理") +@RestController +@RequestMapping("/ocr/ocrPictureclass") +public class OcrPictureclassController extends BaseController{ + + private Logger log = LoggerFactory.getLogger(this.getClass()); + + @Resource + private OcrPictureclassService ocrPictureclassService; + @Resource + private TenantService tenantService; + @Resource + private UserTokenService userTokenService; + @Resource + private UserService userService; + + /** + * 分页列表查询 + + * @return + */ + //@AutoLog(value = "ocr_pictureclass-分页列表查询") + @ApiOperation(value="分类列表", notes="分类列表,无分页") + @ApiImplicitParams({ + @ApiImplicitParam(paramType = "header", name = "X-Tenant-Id", value = "租户主键,用户登录时的信息“tenantList”中获得。", dataType = "String", required = true) + }) + @GetMapping(value = "/rootList") + public ResultVo> rootList(HttpServletRequest request, HttpServletResponse response) { + //租户主键,由前端页面传送 + String tenantId = request.getHeader("X-Tenant-Id"); + if(StringUtils.isBlank(tenantId)){ + return ResultVoUtil.error("租户主键不能为空"); + } + + SearchQuery searchQuery = this.getParametersStartingWithToSearchJson(request, "search_"); + OcrPictureclass ocrpictureclass = new OcrPictureclass(); + QueryWrapper queryWrapper = SearchQueryFormat.queryStringFormat(searchQuery,ocrpictureclass); + queryWrapper.eq("TENANTID",tenantId); + queryWrapper.orderByDesc("REORDER"); + + List page = this.ocrPictureclassService.queryListNoPage(queryWrapper);; + return ResultVoUtil.success(page); + } + + /** + *方法描述:返回json字符串,接受参数,dto名称以及分页信息 + *创建人:mail.zhangyong@gmail.com + *创建时间:2024-01-14 10:27:01 + **/ + @GetMapping("/list") + public ResultVo> listOcrPictureclass(ParamterPage paramterPage, HttpServletRequest request, HttpServletResponse response) throws IOException{ + SearchQuery searchQuery = this.getParametersStartingWithToSearchJson(request, "search_"); + OcrPictureclass ocrpictureclass = new OcrPictureclass(); + QueryWrapper queryWrapper = SearchQueryFormat.queryStringFormat(searchQuery,ocrpictureclass); + IPage page = this.ocrPictureclassService.selectSearchListPage(paramterPage,queryWrapper); + for(OcrPictureclass ocrPictureclass:page.getRecords()){ + ocrPictureclass.setTenant(tenantService.selectDtoById(ocrPictureclass.getTenantid())); + } + return ResultVoUtil.success(page); + } + + /** + *方法描述:保存添加数据 + *创建人:mail.zhangyong@gmail.com + *创建时间:2024-01-14 10:27:01 + **/ + @PostMapping("/save") + public ResultVo saveOcrPictureclass(HttpServletResponse response,HttpServletRequest request,OcrPictureclass tab) throws IOException{ + UserToken userToken = this.userTokenService.getUserToken(RequestBaseUtil.getToken(request)); + tab.setCreateby(userToken.getLoginname()); + tab.setCreatetime(System.currentTimeMillis()); + this.ocrPictureclassService.save(tab); + return ResultVoUtil.success(); + } + + /** + *方法描述:根据页面form传来的对象修改数据 + *创建人:mail.zhangyong@gmail.com + *创建时间:2024-01-14 10:27:01 + **/ + @PostMapping("/edit") + public ResultVo editOcrPictureclass(HttpServletResponse response,HttpServletRequest request,OcrPictureclass tab) throws IOException{ + UserToken userToken = this.userTokenService.getUserToken(RequestBaseUtil.getToken(request)); + + tab.setUpdateby(userToken.getLoginname()); + tab.setUpdatetime(System.currentTimeMillis()); + this.ocrPictureclassService.updateById(tab); + return ResultVoUtil.success(); + } + + /** + *方法描述:通过主键获得对象信息 + *创建人:mail.zhangyong@gmail.com + *创建时间:2024-01-14 10:27:01 + **/ + @GetMapping("/getdata/{id}") + @ResponseBody + public ResultVo getdateOcrPictureclass(HttpServletResponse response,HttpServletRequest request,@PathVariable("id") Long id) throws IOException{ + OcrPictureclass dto = this.ocrPictureclassService.selectDtoById(id); + if(null != dto){ + return ResultVoUtil.success(dto); + }else{ + return ResultVoUtil.error(); + } + } + + /** + *方法描述:根据id字符串组删除对象方法,例如1,2,3 + *创建人:mail.zhangyong@gmail.com + *创建时间:2024-01-14 10:27:01 + **/ + @GetMapping("/delmore") + @ResponseBody + public ResultVo delMoreOcrPictureclass(HttpServletResponse response,HttpServletRequest request) throws IOException{ + String ids = request.getParameter("id"); + this.ocrPictureclassService.deleteByIdMore(ids); + return ResultVoUtil.success(); + } + +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrPictureclassHtmlController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrPictureclassHtmlController.java new file mode 100644 index 00000000..af9784f1 --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrPictureclassHtmlController.java @@ -0,0 +1,75 @@ +package cn.jyjz.xiaoyao.ocr.controller; + +import java.io.IOException; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import cn.jyjz.xiaoyao.ocr.service.OcrPictureclassService; +import com.alibaba.fastjson.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.*; + +import cn.jyjz.xiaoyao.admin.service.UserService; +import cn.jyjz.xiaoyao.common.base.service.UserTokenService; +import cn.jyjz.xiaoyao.common.base.controller.BaseController; +import cn.jyjz.xiaoyao.common.base.param.ParamterPage; +import cn.jyjz.xiaoyao.common.base.util.requestFormat.SearchQuery; +import cn.jyjz.xiaoyao.common.base.vo.ResultVo; +import cn.jyjz.xiaoyao.common.base.vo.ResultVoUtil; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import com.baomidou.mybatisplus.core.metadata.IPage; + +@Controller +@RequestMapping("/backstage/oa/ocrpictureclassHtml") +public class OcrPictureclassHtmlController extends BaseController{ + + private Logger log = LoggerFactory.getLogger(this.getClass()); + + @Autowired + private OcrPictureclassService ocrPictureclassService; + + @Autowired + private UserTokenService userTokenService; + @Autowired + private UserService userService; + /** + *方法描述:跳转到列表页面 + *创建人:mail.zhangyong@gmail.com + *创建时间:2024-01-14 10:27:01 + **/ + @GetMapping("/toList") + public String toListOcrPictureclass(HttpServletResponse response,HttpServletRequest request){ + String resourceid = request.getParameter("resourceid"); + request.setAttribute("resourceid",resourceid); + return "/backstage/oa/ocr/ocrpictureclass/list"; + } + + /** + *方法描述:跳转到保存页面 + *创建人:mail.zhangyong@gmail.com + *创建时间:2024-01-14 10:27:01 + **/ + @GetMapping("/toSave") + public String toSaveOcrPictureclass(HttpServletResponse response,HttpServletRequest request){ + String resourceid = request.getParameter("resourceid"); + request.setAttribute("resourceid",resourceid); + return "/backstage/oa/ocr/ocrpictureclass/add"; + } + + /** + *方法描述:根据ID跳转到修改页面 + *创建人:mail.zhangyong@gmail.com + *创建时间:2024-01-14 10:27:01 + **/ + @GetMapping("/toEdit/{id}") + public String toEditOcrPictureclass(HttpServletResponse response,HttpServletRequest request,@PathVariable("id") String id){ + String resourceid = request.getParameter("resourceid"); + request.setAttribute("resourceid",resourceid); + request.setAttribute("id", id); + return "/backstage/oa/ocr/ocrpictureclass/edit"; + } + +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrSearchHistoryController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrSearchHistoryController.java index f16c0ffb..69eeeaf4 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrSearchHistoryController.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrSearchHistoryController.java @@ -55,13 +55,14 @@ public class OcrSearchHistoryController { //执行查询方法 Map>> selectsearch = ocrSearchHistoryService.selectsearch(search, userToken.getLoginname(),userToken.getUserid(),tenantId); - OcrSearchHistory ocrsearchhistory =new OcrSearchHistory(); - ocrsearchhistory.setHistoryname(search); - ocrsearchhistory.setTenantId(Long.valueOf(tenantId)); - ocrsearchhistory.setUserid(Long.valueOf(userToken.getUserid())); - ocrsearchhistory.setCreatedate(System.currentTimeMillis()); - ocrSearchHistoryService.save(ocrsearchhistory); - + if(StringUtils.isNotBlank(search)){ + OcrSearchHistory ocrsearchhistory =new OcrSearchHistory(); + ocrsearchhistory.setHistoryname(search); + ocrsearchhistory.setTenantId(Long.valueOf(tenantId)); + ocrsearchhistory.setUserid(Long.valueOf(userToken.getUserid())); + ocrsearchhistory.setCreatedate(System.currentTimeMillis()); + ocrSearchHistoryService.save(ocrsearchhistory); + } // return new ResponseEntity(selectsearch, HttpStatus.OK); return ResultVoUtil.success(selectsearch); diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrTaskchildPictureController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrTaskchildPictureController.java index fbeb607d..116c58b0 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrTaskchildPictureController.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrTaskchildPictureController.java @@ -401,10 +401,8 @@ public class OcrTaskchildPictureController extends BaseController { @RequestParam(name = "orderType") String orderType, @RequestParam(name = "orderName") String orderName, @RequestParam(name = "checkDuplicateId") String checkDuplicateId, - @RequestParam(name = "pictureId") String pictureId, - HttpServletRequest request) { - UserToken userToken = this.userTokenService.getUserToken(RequestBaseUtil.getToken(request)); - Page result = ocrTaskchildPictureService.getPackageSimilarityList(pageNo, pageSize, orderType, orderName, checkDuplicateId, pictureId,userToken); + @RequestParam(name = "pictureId") String pictureId) { + Page result = ocrTaskchildPictureService.getPackageSimilarityList(pageNo, pageSize, orderType, orderName, checkDuplicateId, pictureId); return ResultVoUtil.success(result); } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrFrontConfMapper.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrFrontConfMapper.java new file mode 100644 index 00000000..b53c9c79 --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrFrontConfMapper.java @@ -0,0 +1,7 @@ +package cn.jyjz.xiaoyao.ocr.dataDao; + +import cn.jyjz.xiaoyao.ocr.dataobject.OcrFrontConf; +import com.baomidou.mybatisplus.core.mapper.BaseMapper; + +public interface OcrFrontConfMapper extends BaseMapper { +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrPictureMybatisDao.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrPictureMybatisDao.java index 6a52b59c..e1789885 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrPictureMybatisDao.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrPictureMybatisDao.java @@ -12,7 +12,5 @@ import java.util.List; */ @Mapper public interface OcrPictureMybatisDao extends BaseMapper { - OcrPicture getPackagePictureInfo(@Param("packageId") String packageId, @Param("pictureId") String pictureId, @Param("userNodeType") String userNodeType); - - List getPictureNodeStatesList(@Param("pictureIds") List pictureIds, @Param("userNodeType") String userNodeType); + OcrPicture getPackagePictureInfo(@Param("packageId") String packageId, @Param("pictureId") String pictureId); } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrPictureclassMybatisDao.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrPictureclassMybatisDao.java new file mode 100644 index 00000000..7af2abed --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrPictureclassMybatisDao.java @@ -0,0 +1,11 @@ +package cn.jyjz.xiaoyao.ocr.dataDao; + +import cn.jyjz.xiaoyao.ocr.dataobject.OcrPictureclass; +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import org.apache.ibatis.annotations.Mapper; +/** +* 数据持久化 +*/ +@Mapper +public interface OcrPictureclassMybatisDao extends BaseMapper { +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrTaskchildPictureMybatisDao.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrTaskchildPictureMybatisDao.java index 7d8025da..de555ec9 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrTaskchildPictureMybatisDao.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataDao/OcrTaskchildPictureMybatisDao.java @@ -17,14 +17,17 @@ import java.util.Map; */ @Mapper public interface OcrTaskchildPictureMybatisDao extends BaseMapper { - + /** * 查询所有业务表集合 * @param query * @return */ public List listFinal(Map query); - + + List listFinalTask(Map query); + + /** * 查询所有业务表数量 * @param query @@ -48,10 +51,13 @@ public interface OcrTaskchildPictureMybatisDao extends BaseMapper getPictureHistoryList(@Param("pictureIds") List pictureIds, @Param("taskname") String taskname); + List getPictureHistoryList(@Param("pictureIds") List pictureIds, @Param("pictureId") String pictureId); List getDubiousfileList(@Param("pictureIds") List pictureIds, @Param("taskname") String taskname); PictureDetailVo getPictureDetail(String pictureId); - Page getPackageSimilarityList(Page page, @Param("checkDuplicateId") String checkDuplicateId, @Param("pictureId") String pictureId, @Param("oderType") String oderType, @Param("oderName") String oderName, @Param("taskname") String taskname); + Page getPackageSimilarityList(Page page, @Param("checkDuplicateId") String checkDuplicateId, @Param("pictureId") String pictureId, @Param("oderType") String oderType, @Param("oderName") String oderName); + + List getSimilarityList(@Param("pictureIds") List pictureIds); + } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrCheckDuplicateResult.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrCheckDuplicateResult.java index 0dba40bc..fef242f0 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrCheckDuplicateResult.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrCheckDuplicateResult.java @@ -54,4 +54,8 @@ public class OcrCheckDuplicateResult implements Serializable { @ApiModelProperty(value = "阈值分组排序值,数值越低排序越靠前,") private Integer similarityGroupOrder; + @ApiModelProperty(value = "是否重复,0.不重复 1.重复 (历史比对中阈值存在100的会显示此值)") + @TableField(exist = false) + private Integer isRepeat; + } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrField.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrField.java index 1e244f83..10114026 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrField.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrField.java @@ -2,11 +2,14 @@ package cn.jyjz.xiaoyao.ocr.dataobject; import cn.jyjz.xiaoyao.admin.dataobject.Tenant; import cn.jyjz.xiaoyao.common.base.jsonDomain.DateSerializer; +import cn.jyjz.xiaoyao.common.base.util.requestFormat.SearchQuery; +import cn.jyjz.xiaoyao.common.mybatisplus.dto.BaseDto; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; import io.swagger.v3.oas.annotations.media.Schema; @@ -17,6 +20,10 @@ import lombok.NoArgsConstructor; import java.io.Serializable; import java.sql.Date; +import java.util.AbstractMap; +import java.util.Map; +import java.util.stream.Collectors; +import java.util.stream.Stream; @Data @Builder @@ -24,7 +31,7 @@ import java.sql.Date; @AllArgsConstructor @Schema(name = "字段信息", title = "字段信息") @TableName(value = "ocr_field") -public class OcrField implements Serializable { +public class OcrField implements BaseDto,java.io.Serializable { private static final long serialVersionUID = 8088861709460050761L; @Schema(description = "主键") @TableId(value = "id",type = IdType.AUTO) @@ -80,4 +87,30 @@ public class OcrField implements Serializable { @Schema(description = "是否可点击,0:否,1:是") @TableField(value="is_tap") private Integer isTap; + + @Schema(description = "是否可隐藏,0:否,1:是") + @TableField(value="is_hide") + private Integer isHide; + + //保存当前登录用户的数据权限范围的搜索条件 + @TableField(exist = false) + @JsonIgnore + private SearchQuery searchQueryrolesShowleave; + + @TableField(exist = false) + @JsonIgnore + private final Map query = Stream.of( + new AbstractMap.SimpleEntry<>("NAME","name"), + new AbstractMap.SimpleEntry<>("REVIEWTYPE","review_type") + ) + .collect(Collectors.toMap(AbstractMap.SimpleEntry::getKey, AbstractMap.SimpleEntry::getValue)); + @Override + public String getQueryFiled(String filedname){ + String obj = null; + if(null != query && query.size() > 0){ + obj = query.get(filedname); + } + return obj; + } + } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrFrontConf.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrFrontConf.java new file mode 100644 index 00000000..05220d7b --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrFrontConf.java @@ -0,0 +1,61 @@ +package cn.jyjz.xiaoyao.ocr.dataobject; + +import com.baomidou.mybatisplus.annotation.IdType; +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import io.swagger.v3.oas.annotations.media.Schema; +import lombok.AllArgsConstructor; +import lombok.Builder; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@Builder +@NoArgsConstructor +@AllArgsConstructor +@Schema(name = "配置管理", title = "配置管理") +@TableName(value = "ocr_front_conf") +public class OcrFrontConf implements java.io.Serializable { + + @Schema(description = "主键") + @TableId(value = "id",type = IdType.AUTO) + @TableField(value="id") + private Long id; + + private String env; + + private String wlyInterfaceDomain; + + private String wlyAccessKey; + + private String wlyAccessCode; + + private Integer wlyConnectTimeout; + + private Integer wlyReadTimeout; + + private String wlyLocalImagePath; + + private String wlyDataUrl; + + /** + * 拉取图片信息 + */ + private String pictureSourceUrl; + + /** + * 拉取图片信息 + */ + private String sendResultUrl; + + /** + * 拉取项目信息 + */ + private String projectSourceUrl; + + /** + * 拉取租户信息 + */ + private String tenantSourceUrl; +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrPicture.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrPicture.java index f1aef307..a48cba8a 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrPicture.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrPicture.java @@ -346,6 +346,10 @@ public class OcrPicture implements BaseDto, java.io.Serializable { @TableField(value = "submit_date_timestamp") private Long submitDateTimestamp; + @ApiModelProperty(value = "是否重复,0.不重复 1.重复 (历史比对中阈值存在100的会显示此值)") + @TableField(value = "is_repeat") + private Integer isRepeat; + @ApiModelProperty(value = "任务状态") @TableField(exist = false) private Integer states; diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrPictureclass.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrPictureclass.java new file mode 100644 index 00000000..7c06a5e0 --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrPictureclass.java @@ -0,0 +1,115 @@ +package cn.jyjz.xiaoyao.ocr.dataobject; + +import cn.jyjz.xiaoyao.admin.dataobject.Tenant; +import cn.jyjz.xiaoyao.common.base.jsonDomain.DateNotimeSerializer; +import cn.jyjz.xiaoyao.common.mybatisplus.dto.BaseDto; +import cn.jyjz.xiaoyao.common.base.util.requestFormat.SearchQuery; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.IdType; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.databind.annotation.JsonSerialize; +import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; +import io.swagger.v3.oas.annotations.media.Schema; +import lombok.AllArgsConstructor; +import lombok.Builder; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.util.Map; +import java.util.AbstractMap.SimpleEntry; +import java.util.stream.Stream; +import java.util.stream.Collectors; + + + +@Data +@Builder +@NoArgsConstructor +@AllArgsConstructor +@Schema(name = "图片分类表", title = "图片分类表") +@TableName(value = "ocr_pictureclass") +public class OcrPictureclass implements BaseDto,java.io.Serializable { + + private static final long serialVersionUID = -2826818582872L; + @Schema(description = "主键") + @TableId(value = "id",type = IdType.ASSIGN_ID) + @JsonSerialize(using = ToStringSerializer.class) + @TableField(value="ID") + private Long id; + + @Schema(description = "创建人") + @TableField(value="CREATEBY") + private String createby; + + @Schema(description = "创建时间") + @TableField(value="CREATETIME") + private Long createtime; + + @Schema(description = "修改人") + @TableField(value="UPDATEBY") + private String updateby; + + @Schema(description = "修改时间") + @TableField(value="UPDATETIME") + private Long updatetime; + + @Schema(description = "租户ID") + @JsonSerialize(using = ToStringSerializer.class) + @TableField(value="TENANTID") + private Long tenantid; + + @Schema(description = "父节点,默认为0,表示根") + @JsonSerialize(using = ToStringSerializer.class) + @TableField(value="PID") + private Long pid; + + @Schema(description = "是否有子节点") + @TableField(value="HASCHILD") + private String haschild; + + @Schema(description = "分类名称") + @TableField(value="CLASSNAME") + private String classname; + + @Schema(description = "排序字段") + @TableField(value="REORDER") + private Integer reorder; + + //租户对象 + @TableField(exist = false) + private Tenant tenant; + + //保存当前登录用户的数据权限范围的搜索条件 + @TableField(exist = false) + @JsonIgnore + private SearchQuery searchQueryrolesShowleave; + + @TableField(exist = false) + @JsonIgnore + private final Map query = Stream.of( + new SimpleEntry<>("ID","id"), + new SimpleEntry<>("CREATEBY","createby"), + new SimpleEntry<>("CREATETIME","createtime"), + new SimpleEntry<>("UPDATEBY","updateby"), + new SimpleEntry<>("UPDATETIME","updatetime"), + new SimpleEntry<>("TENANTID","tenantid"), + new SimpleEntry<>("PID","pid"), + new SimpleEntry<>("HASCHILD","haschild"), + new SimpleEntry<>("CLASSNAME","classname"), + new SimpleEntry<>("REORDER","reorder") + ) + .collect(Collectors.toMap(SimpleEntry::getKey, SimpleEntry::getValue)); + @Override + public String getQueryFiled(String filedname){ + String obj = null; + if(null != query && query.size() > 0){ + obj = query.get(filedname); + } + return obj; + } +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrTaskchildPicture.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrTaskchildPicture.java index d2e0ae2a..95428f9a 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrTaskchildPicture.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrTaskchildPicture.java @@ -195,6 +195,10 @@ public class OcrTaskchildPicture implements BaseDto, java.io.Serializable { @TableField(value = "TASKNAME") private String taskname; + @Schema(description = "当前节点名称") + @TableField(value = "TASKNODE") + private String taskNode; + @Schema(description = "当前节点id") @TableField(value = "TASKID") private String taskId; @@ -203,6 +207,14 @@ public class OcrTaskchildPicture implements BaseDto, java.io.Serializable { @TableField(value = "FINISHTIME") private Long finishtime; + @Schema(description = "是否终审") + @TableField(value = "ISFINAIL") + private Integer isFinal; + + @Schema(description = "是否小结重复,1重复,0不重复") + @TableField(value = "is_repeated_nodules") + private Integer isRepeatedNodules; + @ApiModelProperty(value = "项目对象") @TableField(exist = false) private Category categoryDto; diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrTaskchildPictureAppro.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrTaskchildPictureAppro.java index e642345c..926380db 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrTaskchildPictureAppro.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrTaskchildPictureAppro.java @@ -142,7 +142,8 @@ public class OcrTaskchildPictureAppro implements java.io.Serializable { @ApiModelProperty(value = "拜访城市") private String fromCity; - + @ApiModelProperty(value = "是否重复小结") + private Integer isRepeatedNodules; @ApiModelProperty(value = "所属计划") private String fromplanid; @@ -195,4 +196,7 @@ public class OcrTaskchildPictureAppro implements java.io.Serializable { @ApiModelProperty(value = "提交时间") private Long finishTime; + @ApiModelProperty(value = "是否重复") + private Integer isRepeat; + } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrFieldDto.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrFieldDto.java index 6cafbf31..d9ac6b88 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrFieldDto.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrFieldDto.java @@ -39,4 +39,8 @@ public class OcrFieldDto implements Serializable { @Schema(description = "是否可点击,0:否,1:是") private Integer isTap; + + @Schema(description = "是否可隐藏,0:否,1:是") + private Integer isHide; + } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/IOcrSearchHistoryService.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/IOcrSearchHistoryService.java index 43254b9a..5ceb1091 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/IOcrSearchHistoryService.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/IOcrSearchHistoryService.java @@ -22,6 +22,8 @@ public interface IOcrSearchHistoryService extends IService { ResultVo toolscount(String tenantid, String userId, HttpServletRequest request); + ResultVo toolsTaskApprovalCount(String tenantid, String userId, HttpServletRequest request); + Map selectaisp(String userid,String id,Integer nodeType); diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrFieldService.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrFieldService.java index 2050712a..3f8a965a 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrFieldService.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrFieldService.java @@ -1,9 +1,13 @@ package cn.jyjz.xiaoyao.ocr.service; +import cn.jyjz.xiaoyao.common.base.param.ParamterPage; +import cn.jyjz.xiaoyao.common.base.vo.ResultVo; import cn.jyjz.xiaoyao.common.mybatisplus.base.BaseService; import cn.jyjz.xiaoyao.ocr.dataobject.OcrField; import cn.jyjz.xiaoyao.ocr.dto.OcrFieldDto; import cn.jyjz.xiaoyao.ocr.vo.OcrFieldVo; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import com.baomidou.mybatisplus.core.metadata.IPage; import java.util.List; @@ -15,6 +19,8 @@ public interface OcrFieldService extends BaseService { /** * 自定义筛选字段列表查询 */ + IPage pageList(ParamterPage paramterPage, QueryWrapper queryWrapper); + List list(Integer reviewType); /** @@ -29,5 +35,5 @@ public interface OcrFieldService extends BaseService { /** * 自定义筛选字段新增和修改 */ - void saveData(OcrField ocrField); + ResultVo saveData(OcrField ocrField); } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrFrontConfService.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrFrontConfService.java new file mode 100644 index 00000000..0a907409 --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrFrontConfService.java @@ -0,0 +1,9 @@ +package cn.jyjz.xiaoyao.ocr.service; + +import cn.jyjz.xiaoyao.common.mybatisplus.base.BaseService; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrFrontConf; + +public interface OcrFrontConfService extends BaseService { + + void updateConfig(); +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrPictureService.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrPictureService.java index aad2f72e..9640b47a 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrPictureService.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrPictureService.java @@ -71,14 +71,6 @@ public interface OcrPictureService extends BaseService { OcrPicture getPackagePictureInfo(String packageId, String pictureId, UserToken userToken); - /** - * 根据图片id查询图片节点状态 - * @param pictureIds - * @param nodeType - * @return - */ - List getPictureNodeStatesList(List pictureIds,Integer nodeType); - // Long getPhotoDateTime(OcrPicture picture); } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrPictureclassService.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrPictureclassService.java new file mode 100644 index 00000000..f75b65f9 --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrPictureclassService.java @@ -0,0 +1,22 @@ +package cn.jyjz.xiaoyao.ocr.service; + +import java.util.List; +import cn.jyjz.xiaoyao.common.mybatisplus.base.BaseService; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrPicture; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrPictureclass; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import com.baomidou.mybatisplus.core.metadata.IPage; + +/** +* 业务层 +*/ +public interface OcrPictureclassService extends BaseService { + + /** + * 查询所有数据,无分页 + * + * @param queryWrapper + * @return List + */ + List queryListNoPage(QueryWrapper queryWrapper); +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrTaskchildPictureService.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrTaskchildPictureService.java index 18fd1fc6..7e31b225 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrTaskchildPictureService.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrTaskchildPictureService.java @@ -1,6 +1,5 @@ package cn.jyjz.xiaoyao.ocr.service; -import java.util.ArrayList; import java.util.List; import java.util.Map; @@ -17,6 +16,7 @@ import cn.jyjz.xiaoyao.ocr.vo.PictureDetailVo; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import org.apache.ibatis.annotations.Param; /** * 业务层 @@ -110,9 +110,11 @@ public interface OcrTaskchildPictureService extends BaseService getSimilarityList(Integer pageNo, Integer pageSize, String pictureId, String orderType, String orderValue, UserToken userToken); - Page getPackageSimilarityList(Integer pageNo, Integer pageSize, String oderType, String oderName, String checkDuplicateId, String pictureId, UserToken userToken); + Page getPackageSimilarityList(Integer pageNo, Integer pageSize, String oderType, String oderName, String checkDuplicateId, String pictureId); void sendFlowTaskResult(OcrTaskchildPicture taskchildPicture, OcrPicture picture, FlowApprove flowApprove) throws Exception; diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrCheckDuplicateServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrCheckDuplicateServiceImpl.java index 0cad437e..12ba20ae 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrCheckDuplicateServiceImpl.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrCheckDuplicateServiceImpl.java @@ -286,6 +286,12 @@ public class OcrCheckDuplicateServiceImpl extends ServiceImpl saveList) throws Exception { List updateList = new ArrayList<>(); + List updateList1 = new ArrayList<>(); for (OcrCheckDuplicateResult ocrCheckDuplicateResult : saveList) { OcrPicture picture = pictureService.selectDtoById(ocrCheckDuplicateResult.getPictureId()); OcrPicture ocrPicture = new OcrPicture(); + if(ocrCheckDuplicateResult.getIsRepeat()==1){ + OcrPicture ocrPicture1 = new OcrPicture(); + if(picture.getIsRepeat() == null || picture.getIsRepeat() != 1){ + ocrPicture1.setId(picture.getId()); + ocrPicture1.setIsRepeat(1); + updateList1.add(ocrPicture1); + } + } + pictureService.updateBatchById(updateList1); //如果当前图片没有历史阈值,直接更新上阈值 if (picture.getSimilarityscore() == null) { ocrPicture.setId(picture.getId()); diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFieldServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFieldServiceImpl.java index 215a12a1..d9c283ec 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFieldServiceImpl.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFieldServiceImpl.java @@ -1,19 +1,30 @@ package cn.jyjz.xiaoyao.ocr.service.impl; +import cn.hutool.core.date.DateUtil; +import cn.jyjz.xiaoyao.common.base.param.ParamterPage; +import cn.jyjz.xiaoyao.common.base.vo.ResultVo; +import cn.jyjz.xiaoyao.common.base.vo.ResultVoUtil; import cn.jyjz.xiaoyao.common.mybatisplus.base.BaseServiceImpl; import cn.jyjz.xiaoyao.ocr.dataDao.OcrFieldMybatisDao; import cn.jyjz.xiaoyao.ocr.dataobject.OcrField; import cn.jyjz.xiaoyao.ocr.dto.OcrFieldDto; import cn.jyjz.xiaoyao.ocr.service.OcrFieldService; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import com.baomidou.mybatisplus.core.metadata.IPage; import lombok.extern.slf4j.Slf4j; +import org.apache.commons.collections.CollectionUtils; +import org.apache.commons.lang3.StringUtils; import org.springframework.beans.BeanUtils; import org.springframework.beans.BeansException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; +import java.sql.Date; +import java.time.LocalDateTime; import java.util.ArrayList; import java.util.List; +import java.util.Objects; /** @@ -25,6 +36,7 @@ public class OcrFieldServiceImpl extends BaseServiceImpl list(Integer reviewType){ List ocrFieldDtoList = new ArrayList<>(); @@ -57,6 +69,18 @@ public class OcrFieldServiceImpl extends BaseServiceImpl pageList(ParamterPage paramterPage, QueryWrapper queryWrapper){ + try { + queryWrapper.eq("del", 0); + queryWrapper.orderByAsc("sort"); + return this.selectSearchListPage(paramterPage, queryWrapper); + } catch (BeansException e) { + e.printStackTrace(); + } + return null; + } + @Override public List listAll(){ List ocrFieldDtoList = new ArrayList<>(); @@ -106,20 +130,26 @@ public class OcrFieldServiceImpl extends BaseServiceImpl queryWrapper = new LambdaQueryWrapper<>(); - queryWrapper.eq(OcrField::getName, name); - OcrField ocrFieldOne = this.getOne(queryWrapper); - if (ocrFieldOne != null) { - ocrField.setId(ocrFieldOne.getId()); // 设置 ID,以便更新指定记录 + if (Objects.nonNull(ocrField.getId())) { + String name = ocrField.getName(); + LambdaQueryWrapper queryWrapper = new LambdaQueryWrapper<>(); + queryWrapper.eq(OcrField::getName, name); + OcrField ocrFieldOne = this.getOne(queryWrapper); + if(Objects.nonNull(ocrFieldOne)&&!ocrFieldOne.getId().equals(ocrField.getId())){ + return ResultVoUtil.error(ResultVo.ERROR,"字段名称已存在"); + } + ocrField.setUpdateTime(DateUtil.date().toSqlDate()); updateById(ocrField); // 更新记录 } else { + ocrField.setCreateTime(DateUtil.date().toSqlDate()); + ocrField.setUpdateTime(DateUtil.date().toSqlDate()); save(ocrField); // 保存记录 } } catch (Exception e) { e.printStackTrace(); } + return ResultVoUtil.success(); } } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFrontConfServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFrontConfServiceImpl.java new file mode 100644 index 00000000..47b7ff02 --- /dev/null +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFrontConfServiceImpl.java @@ -0,0 +1,37 @@ +package cn.jyjz.xiaoyao.ocr.service.impl; + +import cn.jyjz.xiaoyao.common.mybatisplus.base.BaseServiceImpl; +import cn.jyjz.xiaoyao.ocr.api.utils.ApiConfig; +import cn.jyjz.xiaoyao.ocr.dataDao.OcrFrontConfMapper; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrFrontConf; +import cn.jyjz.xiaoyao.ocr.service.OcrFrontConfService; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; +import org.springframework.beans.factory.annotation.Value; +import org.springframework.stereotype.Service; + +import javax.annotation.Resource; + +@Service +public class OcrFrontConfServiceImpl extends BaseServiceImpl implements OcrFrontConfService { + + @Resource + private ApiConfig apiConfig; + + @Value("${spring.profiles.active}") + private String env; + + @Override + public void updateConfig() { + QueryWrapper wrapper = new QueryWrapper<>(); + wrapper.eq("env", env); + + OcrFrontConf frontConf = this.getOne(wrapper); + if (frontConf != null){ + apiConfig.setInterfaceDomain(frontConf.getWlyInterfaceDomain()); + apiConfig.setAccessKey(frontConf.getWlyAccessKey()); + apiConfig.setAccessCode(frontConf.getWlyAccessCode()); + apiConfig.setConnectTimeout(frontConf.getWlyConnectTimeout()); + apiConfig.setReadTimeout(frontConf.getWlyReadTimeout()); + } + } +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrPictureServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrPictureServiceImpl.java index d13c072f..189d4ea8 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrPictureServiceImpl.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrPictureServiceImpl.java @@ -10,14 +10,29 @@ import cn.jyjz.xiaoyao.common.base.util.RequestBaseUtil; import cn.jyjz.xiaoyao.common.base.vo.ResultVo; import cn.jyjz.xiaoyao.common.base.vo.ResultVoUtil; import cn.jyjz.xiaoyao.common.base.vo.UserToken; +import cn.jyjz.xiaoyao.common.mybatisplus.base.BaseServiceImpl; import cn.jyjz.xiaoyao.oa.from.dataobject.Category; import cn.jyjz.xiaoyao.oa.from.service.CategoryService; +import cn.jyjz.xiaoyao.ocr.api.utils.ApiConfig; import cn.jyjz.xiaoyao.ocr.dataDao.OcrPictureMybatisDao; -import cn.jyjz.xiaoyao.ocr.dataobject.*; -import cn.jyjz.xiaoyao.ocr.service.*; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrPackagetask; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrPicture; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrPictureInfo; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrTaskchildPicture; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrUsersearch; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrUsersearchchild; +import cn.jyjz.xiaoyao.ocr.service.OcrPackagetaskService; +import cn.jyjz.xiaoyao.ocr.service.OcrPictureInfoService; +import cn.jyjz.xiaoyao.ocr.service.OcrPictureService; +import cn.jyjz.xiaoyao.ocr.service.OcrTaskchildPictureService; +import cn.jyjz.xiaoyao.ocr.service.OcrUsersearchService; import cn.jyjz.xiaoyao.ocr.thread.TaskQueue; import cn.jyjz.xiaoyao.ocr.thread.entity.PictureImgToLocalEntity; -import cn.jyjz.xiaoyao.ocr.util.*; +import cn.jyjz.xiaoyao.ocr.util.DataDictionaryUtil; +import cn.jyjz.xiaoyao.ocr.util.HashCompareUtil; +import cn.jyjz.xiaoyao.ocr.util.ImageClassUtil; +import cn.jyjz.xiaoyao.ocr.util.SearchEnum; +import cn.jyjz.xiaoyao.ocr.util.SearchParaFormatting; import com.alibaba.fastjson.JSONObject; import com.baomidou.mybatisplus.core.conditions.Wrapper; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; @@ -26,13 +41,11 @@ import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; -import liquibase.pro.packaged.E; +import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; -import cn.jyjz.xiaoyao.common.mybatisplus.base.BaseServiceImpl; -import lombok.extern.slf4j.Slf4j; import javax.annotation.Resource; import javax.imageio.ImageIO; @@ -40,12 +53,14 @@ import javax.servlet.http.HttpServletRequest; import java.awt.color.ColorSpace; import java.awt.image.BufferedImage; import java.io.File; -import java.io.IOException; -import java.io.InputStream; import java.math.BigDecimal; import java.net.URL; import java.net.URLConnection; -import java.util.*; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.HashMap; +import java.util.List; +import java.util.Map; import java.util.stream.Collectors; /** @@ -55,8 +70,8 @@ import java.util.stream.Collectors; @Slf4j public class OcrPictureServiceImpl extends BaseServiceImpl implements OcrPictureService { - @Value("${ocr.api.wly.localImagePath}") - private String localImagePath; + @Resource + private ApiConfig apiConfig; @Value("${image.similarityPath}") private String similarityPath; @@ -78,11 +93,6 @@ public class OcrPictureServiceImpl extends BaseServiceImpl getPictureNodeStatesList(List pictureIds, Integer nodeType) { - String userNodeType = ProcessConstant.userNodeType.getOrDefault(nodeType, "一级审批"); - - return pictureMybatisDao.getPictureNodeStatesList(pictureIds,userNodeType); - } - - // @Override // public Long getPhotoDateTime(OcrPicture picture) { // long timestamp = 0L; @@ -814,7 +813,7 @@ public class OcrPictureServiceImpl extends BaseServiceImpl implements OcrPictureclassService { + @Autowired + private OcrPictureclassMybatisDao ocrpictureclassmybatisdao; + + + @Override + public List queryListNoPage(QueryWrapper queryWrapper) { + + Long count = ocrpictureclassmybatisdao.selectCount(queryWrapper); + + Page page = new Page(1,count); + page.setMaxLimit(count); + + IPage iPage = this.page(page,queryWrapper); + return iPage.getRecords(); + } + +} diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrSearchHistoryServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrSearchHistoryServiceImpl.java index 88749d65..0ccb715f 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrSearchHistoryServiceImpl.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrSearchHistoryServiceImpl.java @@ -84,8 +84,10 @@ public class OcrSearchHistoryServiceImpl extends ServiceImpl frontmenuTList = isFrontmenuTService.queryUserMenuById(assignee); if(CollUtil.isNotEmpty(frontmenuTList)){ for (SFrontmenuT sFrontmenuT : frontmenuTList) { - if(sFrontmenuT.getResKey().equals(FrontMenuEnum.WORKSHEETMAIN.getResKey())){ - strings1 = ocrsearchhistorymapper.selectsearch1(userId,search,tenantId); + if(StringUtils.isNotBlank(search)){ + if(sFrontmenuT.getResKey().equals(FrontMenuEnum.WORKSHEETMAIN.getResKey())){ + strings1 = ocrsearchhistorymapper.selectsearch1(userId,search,tenantId); + } } if(sFrontmenuT.getResKey().equals(FrontMenuEnum.TASKMAIN.getResKey())){ strings2 = ocrsearchhistorymapper.selectsearch2(assignee,search,tenantId); @@ -98,12 +100,13 @@ public class OcrSearchHistoryServiceImpl extends ServiceImpl>>> list = new ArrayList<>(); Map>> map=new HashMap<>(); - map.put("ai",strings1); + if(StringUtils.isNotBlank(search)){ + map.put("ai",strings1); + } map.put("preliminary",strings2); map.put("final",strings3); // list.add(map); - return map; } @@ -135,7 +138,82 @@ public class OcrSearchHistoryServiceImpl extends ServiceImpl counts = new HashMap<>(); + counts.put("total", approvedCount + pendingApprovalCount + notGoCount); //任务总数 + counts.put("treat", pendingApprovalCount); //待审批 + counts.put("approvedCount", approvedCount+notGoCount); //已审批 + counts.put("repeat", repeat); //重复图片 + resultVo.setCode("OK"); + resultVo.setMessage("成功"); + resultVo.setData(counts); + } catch (Exception e) { + e.printStackTrace(); + } + return resultVo; + } + + @Override + public ResultVo toolsTaskApprovalCount(String tenantid, String userId, HttpServletRequest request) { + ResultVo> resultVo = null; + + try { + //系统中记录的ai统计租户id + String counttenantid = iCacheManager.get(CacheConstants.TOOLSCOUNT_TENANTID_MODEL_NAME,tenantid+"_"+userId); +// if(!StringUtils.isBlank(counttenantid)){ +// return ResultVoUtil.error("true"); +// } + + //用户登录信息写入缓存 + iCacheManager.put(CacheConstants.TOOLSCOUNT_TENANTID_MODEL_NAME,tenantid+"_"+userId,"true",CacheConstants.TOOLSCOUNT_TENANTID_CACHE_TIME); + + SearchQuery searchQuery = this.getParametersStartingWithToSearchJson(request, "search_"); + String taskName = request.getParameter("keyword"); + if (StringUtils.isNotBlank(taskName)) { + searchQuery.addLike("fromtaskname", taskName); + } + User user = this.userService.getSessionUser(request); + PageUtils pageUtils = new PageUtils(); + pageUtils.setPageSize(9999); + pageUtils.setCurrPage(1); + List ocrTaskchildPictureApproList = flowTaskService.getMyProcessInstancesNew(user, tenantid, searchQuery.getQuery(), pageUtils); + resultVo = new ResultVo<>(); + int pendingApprovalCount = 0; // 待审批的数量 + int approvedCount = 0; // 通过的数量 + int notGoCount = 0; // 不通过的数量 + int repeat = 0; // 重复数量 + int repeatedNodulesCount = 0; //重复小结数 for (OcrTaskchildPictureAppro ocrTaskchildPictureAppro : ocrTaskchildPictureApproList) { + if(ocrTaskchildPictureAppro.getIsRepeat() != null && ocrTaskchildPictureAppro.getIsRepeat() == 1){ + repeat++; + } + if(ocrTaskchildPictureAppro.getIsRepeatedNodules() !=null && ocrTaskchildPictureAppro.getIsRepeatedNodules() == 1){ + repeatedNodulesCount++; + } if (ocrTaskchildPictureAppro.getStatshis() != null) { switch (ocrTaskchildPictureAppro.getStatshis()) { case 1: @@ -157,9 +235,13 @@ public class OcrSearchHistoryServiceImpl extends ServiceImpl counts = new HashMap<>(); - counts.put("total", approvedCount + pendingApprovalCount + notGoCount); - counts.put("treat", pendingApprovalCount); - counts.put("approvedCount", approvedCount+notGoCount); + counts.put("total", approvedCount + pendingApprovalCount + notGoCount); //任务总数 + counts.put("treat", pendingApprovalCount); //待审批 + counts.put("alreadyApprove", approvedCount+notGoCount); //已审批 + counts.put("approvedCount", approvedCount); //已通过 + counts.put("notGoCount", notGoCount); //未通过 + counts.put("repeat", repeat); //重复图片 + counts.put("repeatedNodules", repeatedNodulesCount); //重复小结数 resultVo.setCode("OK"); resultVo.setMessage("成功"); resultVo.setData(counts); @@ -203,8 +285,7 @@ public class OcrSearchHistoryServiceImpl extends ServiceImpl approvedList = new ArrayList<>(); // 存储通过的pictureId集合 List failedList = new ArrayList<>(); // 存储不通过的pictureId集合 if(pictureIds.size()!=0){ - String userNodeType = ProcessConstant.userNodeType.getOrDefault(nodeType, "一级审批"); - List failedPictureIds = taskchildPictureMybatisDao.getPictureHistoryList(pictureIds, userNodeType); + List failedPictureIds = taskchildPictureMybatisDao.getSimilarityList(pictureIds); for (OcrTaskChildPictureVo picture : failedPictureIds) { if (picture.getHistoryStates() == 3) { failedList.add(picture.getId()); diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrTaskchildPictureServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrTaskchildPictureServiceImpl.java index 432675ad..643ef41e 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrTaskchildPictureServiceImpl.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrTaskchildPictureServiceImpl.java @@ -1,8 +1,6 @@ package cn.jyjz.xiaoyao.ocr.service.impl; -import cn.hutool.core.map.MapBuilder; import cn.hutool.core.util.ObjectUtil; -import cn.hutool.http.HttpUtil; import cn.jyjz.flowable.common.ProcessConstant; import cn.jyjz.flowable.common.SystemConstantsOa; import cn.jyjz.flowable.domain.vo.FlowModelVO; @@ -10,18 +8,25 @@ import cn.jyjz.flowable.entity.FlowApprove; import cn.jyjz.flowable.service.IFlowInstanceService; import cn.jyjz.flowable.service.IFlowTaskService; import cn.jyjz.flowable.service.IFormCustomService; +import cn.jyjz.xiaoyao.admin.dataobject.Department; +import cn.jyjz.xiaoyao.admin.service.DepartmentService; import cn.jyjz.xiaoyao.common.base.param.ParamterPage; import cn.jyjz.xiaoyao.common.base.util.SpringUtils; import cn.jyjz.xiaoyao.common.base.vo.ResultVo; import cn.jyjz.xiaoyao.common.base.vo.ResultVoUtil; import cn.jyjz.xiaoyao.common.base.vo.UserToken; +import cn.jyjz.xiaoyao.common.mybatisplus.base.BaseServiceImpl; import cn.jyjz.xiaoyao.oa.from.dataobject.Category; import cn.jyjz.xiaoyao.oa.from.dataobject.Userapprove; import cn.jyjz.xiaoyao.oa.from.service.CategoryService; import cn.jyjz.xiaoyao.oa.from.service.UserapproveService; import cn.jyjz.xiaoyao.ocr.api.PrevailCloudApi; import cn.jyjz.xiaoyao.ocr.dataDao.OcrTaskchildPictureMybatisDao; -import cn.jyjz.xiaoyao.ocr.dataobject.*; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrPicture; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrPictureDuplicateHis; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrPictureInfo; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrTaskchildPicture; +import cn.jyjz.xiaoyao.ocr.dataobject.OcrTaskchildPictureAppro; import cn.jyjz.xiaoyao.ocr.dto.ApproveNodeDto; import cn.jyjz.xiaoyao.ocr.dto.FlowResultDto; import cn.jyjz.xiaoyao.ocr.dto.ResultDto; @@ -39,19 +44,16 @@ import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import lombok.extern.slf4j.Slf4j; import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.lang3.ObjectUtils; import org.apache.commons.lang3.StringUtils; -import org.flowable.bpmn.model.FlowElement; -import org.flowable.bpmn.model.UserTask; -import org.flowable.engine.history.HistoricProcessInstance; import org.flowable.task.api.Task; +import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.http.HttpStatus; import org.springframework.mock.web.MockHttpServletRequest; import org.springframework.stereotype.Service; -import cn.jyjz.xiaoyao.common.mybatisplus.base.BaseServiceImpl; -import lombok.extern.slf4j.Slf4j; import org.springframework.web.context.request.RequestContextHolder; import org.springframework.web.context.request.ServletRequestAttributes; @@ -99,6 +101,9 @@ public class OcrTaskchildPictureServiceImpl extends BaseServiceImpl().eq(Department::getDeptno, tenantId)); + if (null == department || StringUtils.isBlank(department.getProcessdefinitionid())) { continue; } //创建工单,如果创建成功,增加标志,用于过滤条件使用 @@ -335,14 +340,14 @@ public class OcrTaskchildPictureServiceImpl extends BaseServiceImpl taskList = iFlowTaskService.nowRunTask(formData.getProcessInstanceId(), ocrTaskchildPicture.getProcessdefinitionid()); Task taskData = null; @@ -609,12 +614,13 @@ public class OcrTaskchildPictureServiceImpl extends BaseServiceImpl listFinal(Map query) { - return this.ocrtaskchildpicturemybatisdao.listFinal(query); + return this.ocrtaskchildpicturemybatisdao.listFinalTask(query); } @@ -661,8 +667,8 @@ public class OcrTaskchildPictureServiceImpl extends BaseServiceImpl getPictureHistoryList(List pictureIds, String taskname) { - return ocrtaskchildpicturemybatisdao.getPictureHistoryList(pictureIds, taskname); + public List getPictureHistoryList(List pictureIds, String pictureId) { + return ocrtaskchildpicturemybatisdao.getPictureHistoryList(pictureIds, pictureId); } @Override @@ -685,10 +691,9 @@ public class OcrTaskchildPictureServiceImpl extends BaseServiceImpl().eq(OcrPictureDuplicateHis::getPictureId, pictureId)); Page objectPage = new Page<>(); if (ObjectUtils.isNotEmpty(duplicateHis) && org.apache.commons.lang3.StringUtils.isNotBlank(duplicateHis.getCheckDuplicateResultHisJson())) { - String userNodeType = ProcessConstant.userNodeType.getOrDefault(userToken.getNodeType(), "一级审批"); JSONObject jsonObject = JSONObject.parseObject(duplicateHis.getCheckDuplicateResultHisJson()); Set pictureIds = jsonObject.keySet(); - List taskChildPicturesOld = this.getPictureHistoryList(new ArrayList<>(pictureIds), userNodeType); + List taskChildPicturesOld = this.getPictureHistoryList(new ArrayList<>(pictureIds), pictureId); List taskChildPictures = new ArrayList<>(); for (OcrTaskChildPictureVo taskChildPicture : taskChildPicturesOld) { if(taskChildPicture.getPictureId()!=null){ @@ -726,11 +731,9 @@ public class OcrTaskchildPictureServiceImpl extends BaseServiceImpl getPackageSimilarityList(Integer pageNo, Integer pageSize, String oderType, String oderName, String checkDuplicateId, String pictureId, UserToken userToken) { + public Page getPackageSimilarityList(Integer pageNo, Integer pageSize, String oderType, String oderName, String checkDuplicateId, String pictureId) { Page page = new Page<>(pageNo, pageSize); - String userNodeType = ProcessConstant.userNodeType.getOrDefault(userToken.getNodeType(), "一级审批"); - - return ocrtaskchildpicturemybatisdao.getPackageSimilarityList(page, checkDuplicateId, pictureId, oderType, oderName, userNodeType); + return ocrtaskchildpicturemybatisdao.getPackageSimilarityList(page, checkDuplicateId, pictureId, oderType, oderName); } @Override diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrUsersearchchildServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrUsersearchchildServiceImpl.java index e083dc30..4b31ba1a 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrUsersearchchildServiceImpl.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrUsersearchchildServiceImpl.java @@ -72,7 +72,7 @@ public class OcrUsersearchchildServiceImpl extends BaseServiceImpl - diff --git a/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrSearchHistoryMapper.xml b/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrSearchHistoryMapper.xml index 93e5def9..f0b3fe59 100644 --- a/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrSearchHistoryMapper.xml +++ b/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrSearchHistoryMapper.xml @@ -31,9 +31,11 @@ r.ASSIGNEE = #{userid} AND r.STATES IN ('1','2') AND r.TASKNAME IN ( '一级审批', '二级审批' ) - AND (r.FROMTASKNAME LIKE "%"#{search}"%" + + AND (r.FROMTASKNAME LIKE "%"#{search}"%" OR img.field1 LIKE "%"#{search}"%" OR img.field3 LIKE "%"#{search}"%") + AND r.TENANTID = #{tenantId} ORDER BY r.CREATEDATE DESC @@ -49,10 +51,12 @@ r.ASSIGNEE = #{userid} AND r.STATES = '3' AND r.TASKNAME = '最终审批' - AND (r.FROMTASKNAME LIKE "%"#{search}"%" + + AND (r.FROMTASKNAME LIKE "%"#{search}"%" OR img.field1 LIKE "%"#{search}"%" OR img.field3 LIKE "%"#{search}"%") - AND r.TENANTID = #{tenantId} + + AND r.TENANTID = #{tenantId} ORDER BY r.CREATEDATE DESC LIMIT 3 diff --git a/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrTaskchildPictureMapper.xml b/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrTaskchildPictureMapper.xml index 0f59d997..6829134a 100644 --- a/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrTaskchildPictureMapper.xml +++ b/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrTaskchildPictureMapper.xml @@ -186,6 +186,8 @@ + + and OCPICTUREID ${ocpictureid.dataOp} ${ocpictureid.likestar}#{ocpictureid.value}${ocpictureid.likeend} @@ -307,8 +309,6 @@ - - and tcp.OCPICTUREID ${ocpictureid.dataOp} ${ocpictureid.likestar}#{ocpictureid.value}${ocpictureid.likeend} @@ -525,21 +525,22 @@ ${izproject.likeend} - - - - - - - - - + + + + + + + + + - + - and (tcp.FROMUPTIME ${izuptimeStart.dataOp} '${izuptimeStart.value}' or tcp.FROMUPTIME ${izuptimeEnd.dataOp} '${izuptimeEnd.value}') + and (tcp.FROMUPTIME ${izuptimeStart.dataOp} '${izuptimeStart.value}' + or tcp.FROMUPTIME ${izuptimeEnd.dataOp} '${izuptimeEnd.value}') @@ -576,10 +577,10 @@ and pic.suspiciousfile = 0 - and tcp.fromuptime >= ${fromuptimeStart} + and tcp.fromuptime >= ${fromuptimeStart.value} - and tcp.fromuptime <= ${fromuptimeEnd} + and tcp.fromuptime <= ${fromuptimeEnd.value} @@ -594,33 +595,27 @@ @@ -628,52 +623,43 @@ parameterType="java.util.Map"> select tcp.* from ( select tc.*, - uf.COMMENTHIS, - uf.TASKNAME as TASKNAMEHIS, - uf.STATSHIS, - uf.TASKINDEX, - uf.TASKNO, + uf.COMMENTHIS, + uf.TASKNAME as TASKNAMEHIS, + uf.STATSHIS, + uf.TASKNO, - op.field6 as fromCustomerLevel, - op.releaseArea as fromCity + op.field6 as fromCustomerLevel, + op.releaseArea as fromCity, + op.is_repeat, + tc.is_repeated_nodules as isRepeatedNodules from ocr_taskchild_picture tc - LEFT JOIN OA_USERAPPROVE_T uf ON tc.ID = uf.ID - left join ocr_picture op on tc.PICTUREID = op.ID + LEFT JOIN OA_USERAPPROVE_T uf ON tc.ID = uf.ID + left join ocr_picture op on tc.PICTUREID = op.ID where tc.ASSIGNEE = #{searchassignee} - and tc.TENANTID = #{searchtenantid} - and tc.STATES = 2 - and op.suspiciousfile = 0 - + and tc.TENANTID = #{searchtenantid} + and tc.STATES = 2 + and op.suspiciousfile = 0 + ${izApprovalStatus.rulesOp} - ( - #{izApprovalStatus.value} ${izApprovalStatus.dataOp} COALESCE(uf.STATSHIS, 1) - ) + ( #{izApprovalStatus.value} ${izApprovalStatus.dataOp} COALESCE (uf.STATSHIS + , 1) + ) UNION - select tc.*, - uf.COMMENTHIS, - uf.TASKNAME as TASKNAMEHIS, - uf.STATSHIS, - uf.TASKINDEX, - uf.TASKNO, - - op.field6 as fromCustomerLevel, - op.releaseArea as fromCity - from ocr_taskchild_picture tc, - OA_USERAPPROVE_T uf, - ocr_picture op + select tc.*, uf.COMMENTHIS, uf.TASKNAME as TASKNAMEHIS, uf.STATSHIS, uf.TASKNO, op.field6 as fromCustomerLevel, op.releaseArea as fromCity, op.is_repeat,tc.is_repeated_nodules as isRepeatedNodules + from ocr_taskchild_picture tc, OA_USERAPPROVE_T uf, ocr_picture op where tc.ID = uf.FORMID - and tc.PICTUREID = op.ID - and op.suspiciousfile = 0 - and tc.TENANTID = #{searchtenantid} + and tc.PICTUREID = op.ID + and op.suspiciousfile = 0 + and tc.TENANTID = #{searchtenantid} and uf.USERID = #{thisLoginUserid} - + ${izApprovalStatus.rulesOp} - ( - #{izApprovalStatus.value} ${izApprovalStatus.dataOp} COALESCE(uf.STATSHIS, 1) - ) + ( #{izApprovalStatus.value} ${izApprovalStatus.dataOp} COALESCE (uf.STATSHIS + , 1) + ) ) as tcp @@ -688,25 +674,42 @@ SELECT distinct t3.ID id, - t3.PICTUREID pictureId, - t3.STATES states, - t3.PROCESSINSTANCEID processInstanceId, - t3.PROCESSDEFINITIONID processDefinitionId, - t3.DEPLOYMENTID deploymentId, - t3.ASSIGNEENAME assigneeName, - t3.ASSIGNEE assignee, - t3.FILEANNEX fileAnnex, - t3.GUIDANG guiDang, - t3.CREATEUSER createUser, - t3.CREATEUSERNAME createUserName, - t3.CREATEDATE createDate, - t3.USERID userId, - t3.USERNAME userName, - t3.FROMTASKID fromTaskId, - t3.FROMTASKNAME fromTaskName, - t3.FROMUSERID fromUserId, - t3.FROMPROJECTID fromProjectId, - t3.FROMPLANID fromPlanId, - t3.FROMUPTIME fromupTime, - t3.FROMSOURCEID fromSourceId, - t3.HAVEPOINTS havePoints, - t3.TASKNAME taskName, - t3.FROMUSERNAME fromUserName, - t3.FROMPROJECTNAME fromProjectName, - t3.FINISHTIME finishTime, - t3.TASKID taskId, - t2.imgUrl, - t2.submit_date_timestamp submitDateTimestamp, - t2.photo_date_timestamp photoDateTimestamp, - t2.server_thumbnail_url serverThumbnailUrl, - t1.max_similarity maxSimilarity, - ifnull(t4.STATSHIS, 1) historyStates, - t1.check_duplicate_id + t3.PICTUREID pictureId, + t3.STATES states, + t3.PROCESSINSTANCEID processInstanceId, + t3.PROCESSDEFINITIONID processDefinitionId, + t3.DEPLOYMENTID deploymentId, + t3.ASSIGNEENAME assigneeName, + t3.ASSIGNEE assignee, + t3.FILEANNEX fileAnnex, + t3.GUIDANG guiDang, + t3.CREATEUSER createUser, + t3.CREATEUSERNAME createUserName, + t3.CREATEDATE createDate, + t3.USERID userId, + t3.USERNAME userName, + t3.FROMTASKID fromTaskId, + t3.FROMTASKNAME fromTaskName, + t3.FROMUSERID fromUserId, + t3.FROMPROJECTID fromProjectId, + t3.FROMPLANID fromPlanId, + t3.FROMUPTIME fromupTime, + t3.FROMSOURCEID fromSourceId, + t3.HAVEPOINTS havePoints, + t3.TASKNAME taskName, + t3.FROMUSERNAME fromUserName, + t3.FROMPROJECTNAME fromProjectName, + t3.FINISHTIME finishTime, + t3.TASKID taskId, + t2.imgUrl, + t2.submit_date_timestamp submitDateTimestamp, + t2.photo_date_timestamp photoDateTimestamp, + t2.server_thumbnail_url serverThumbnailUrl, + t1.max_similarity maxSimilarity, + COALESCE( + (SELECT t4.STATSHIS + FROM oa_userapprove_t t4 + WHERE t4.FORMID = t3.ID + ORDER BY t4.CREATEDATE DESC + LIMIT 1), 1) AS historyStates, + t1.check_duplicate_id FROM ocr_check_duplicate_result t1 LEFT JOIN ocr_picture t2 ON t1.picture_id = t2.ID LEFT JOIN ocr_taskchild_picture t3 ON t2.ID = t3.PICTUREID @@ -930,4 +945,91 @@ #{item} + + + + diff --git a/runstart/src/main/java/cn/jyjz/App.java b/runstart/src/main/java/cn/jyjz/App.java index 7044245c..146b6024 100644 --- a/runstart/src/main/java/cn/jyjz/App.java +++ b/runstart/src/main/java/cn/jyjz/App.java @@ -1,5 +1,7 @@ package cn.jyjz; +import cn.jyjz.xiaoyao.ocr.service.OcrFrontConfService; +import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; @@ -7,6 +9,8 @@ import org.springframework.cache.annotation.EnableCaching; import org.springframework.context.annotation.ComponentScan; import org.springframework.scheduling.annotation.EnableScheduling; +import javax.annotation.Resource; + /** * Hello world! * @@ -15,10 +19,16 @@ import org.springframework.scheduling.annotation.EnableScheduling; @ComponentScan({"cn.jyjz.*"} ) @EnableCaching @EnableScheduling -public class App -{ +public class App implements CommandLineRunner { + + @Resource + private OcrFrontConfService ocrFrontConfService; public static void main(String[] args) { SpringApplication.run(App.class, args); } + @Override + public void run(String... args) { + ocrFrontConfService.updateConfig(); + } } diff --git a/runstart/src/main/resources/application-dev.yml b/runstart/src/main/resources/application-dev.yml index 79424669..ee6744ba 100644 --- a/runstart/src/main/resources/application-dev.yml +++ b/runstart/src/main/resources/application-dev.yml @@ -160,15 +160,15 @@ mybatis-plus: xiaoyao: web: #上传文件路径 - uploadPath: D:/Code/ocr/htmlweb/upload + uploadPath: D:/Java/idea/IdeaWorkSpace/ocr/htmlweb/upload #页面根路径 - frontPath: D:/Code/ocr/htmlweb + frontPath: D:/Java/idea/IdeaWorkSpace/ocr/htmlweb #js、css、图片存放路径 - staticPath: D:/Code/ocr/htmlweb/static + staticPath: D:/Java/idea/IdeaWorkSpace/ocr/htmlweb/static #页面模版路径 - webPath: D:/Code/ocr/htmlweb/web + webPath: D:/Java/idea/IdeaWorkSpace/ocr/htmlweb/web #Lucene索引路径 - lucenePath: D:/Code/ocr/htmlweb/lucene/indexDir + lucenePath: D:/Java/idea/IdeaWorkSpace/ocr/htmlweb/lucene/indexDir #是否开启flowable haveFlowable: true webconfig: @@ -272,17 +272,7 @@ springfox: enabled: true # 是否启用swagger,postman调试 debugger_tools: true -#无量云api配置信息 -ocr: - api: - wly: - interface-domain: https://b-test.prevailcloud.com #接口域名 - accessKey: 7390F0221A1A73D8E13F8C8BB96F33B0 #秘钥 - accessCode: ED6F7B39768AF95E87AEA8ACCCC71A6F #秘钥编码 - connectTimeout: 5000 #请求超时时间 毫秒 - readTimeout: 60000 #接收超时时间 毫秒 - localImagePath: /server/data/images #图片本地存储地址 - data-url: https://b-test.prevailcloud.com/pangu/jingwei/thirdclient/command/pb/approval/result +#图片查重模型 image: similarityPath: http://47.93.59.251/ai/api/similarity/ classifyPath: http://47.93.59.251/api/classify/ diff --git a/runstart/src/main/resources/application-pro.yml b/runstart/src/main/resources/application-pro.yml index 0766abfc..96db8265 100644 --- a/runstart/src/main/resources/application-pro.yml +++ b/runstart/src/main/resources/application-pro.yml @@ -275,18 +275,7 @@ springfox: enabled: true # 是否启用swagger,postman调试 debugger_tools: true - -#无量云api配置信息 -ocr: - api: - wly: - interface-domain: https://b-test.prevailcloud.com #接口域名 - accessKey: 7390F0221A1A73D8E13F8C8BB96F33B0 #秘钥 - accessCode: ED6F7B39768AF95E87AEA8ACCCC71A6F #秘钥编码 - connectTimeout: 5000 #请求超时时间 毫秒 - readTimeout: 60000 #接收超时时间 毫秒 - localImagePath: /server/data/images #图片本地存储地址 - data-url: https://b-test.prevailcloud.com/pangu/jingwei/thirdclient/command/pb/approval/result +#图片查重模型 image: similarityPath: http://127.0.0.1:8000/api/similarity/ classifyPath: http://127.0.0.1:8000/api/classify/ diff --git a/runstart/src/main/resources/application.yml b/runstart/src/main/resources/application.yml index a8b9b215..3d7808a0 100644 --- a/runstart/src/main/resources/application.yml +++ b/runstart/src/main/resources/application.yml @@ -1,3 +1,3 @@ spring: profiles: - active: pro + active: dev