logback.2023-05-21.log 189 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663
  1. 05:41:22.002 [main] INFO com.crm.activity.ActivityApplication - The following profiles are active: prod
  2. 05:41:22.283 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71318ec4: startup date [Sun May 21 05:41:22 AST 2023]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1edf1c96
  3. 05:41:45.564 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  4. 05:41:51.142 [main] INFO o.s.cloud.context.scope.GenericScope - BeanFactory id=125b51d0-8f17-3d1b-8d77-6735bf5b78bd
  5. 05:41:51.361 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  6. 05:41:51.673 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.crm.activity.service.FinanceDepositGiveFeignService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  7. 05:41:51.673 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.crm.activity.service.PushMessageFeignService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  8. 05:41:53.626 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7c5e129c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  9. 05:41:55.704 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$98781599] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  10. 05:42:11.126 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8104 (http)
  11. 05:42:11.282 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  12. 05:42:11.298 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.23
  13. 05:42:13.220 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  14. 05:42:13.439 [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 51156 ms
  15. 05:42:17.329 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
  16. 05:42:17.360 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
  17. 05:42:17.360 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  18. 05:42:17.360 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  19. 05:42:17.360 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
  20. 05:42:23.220 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  21. 05:42:25.845 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default'
  22. 05:42:26.220 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
  23. name: default
  24. ...]
  25. 05:42:40.768 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
  26. 05:42:41.065 [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
  27. 05:42:42.034 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
  28. 05:42:42.597 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  29. 05:42:45.300 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
  30. 05:42:57.065 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
  31. 05:43:29.455 [main] INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1fa59b0d: startup date [Sun May 21 05:43:29 AST 2023]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71318ec4
  32. 05:43:29.502 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  33. 05:43:33.533 [main] INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@398857f8: startup date [Sun May 21 05:43:33 AST 2023]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71318ec4
  34. 05:43:33.721 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  35. 05:43:43.002 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
  36. 05:43:43.002 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  37. 05:43:43.018 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
  38. 05:43:43.018 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  39. 05:43:46.174 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71318ec4: startup date [Sun May 21 05:41:22 AST 2023]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1edf1c96
  40. 05:43:47.018 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/update],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.update(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyUpdateEntity) throws java.lang.Exception
  41. 05:43:47.018 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/custom/apply],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.apply(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyAddEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
  42. 05:43:47.018 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/delete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.delete(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyDeleteEntity) throws java.lang.Exception
  43. 05:43:47.018 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/custom/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.list(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplySearchEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
  44. 05:43:47.018 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/custom/info],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<java.util.List<com.crm.rely.backend.core.dto.custom.activity.CustomActivityApplyInfoDto>> com.crm.activity.controller.CustomActivityApplyController.info(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyInfoEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
  45. 05:43:47.018 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/complete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.complete(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyApproveEntity) throws java.lang.Exception
  46. 05:43:47.018 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/pay/validated/login],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.validatedLoginCloseFunction(com.crm.rely.backend.core.entity.custom.activity.CustomActivityValidatedCloseFunctionEntity) throws java.lang.Exception
  47. 05:43:47.018 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/ib/validated/login],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.ibValidatedLoginCloseFunction(com.crm.rely.backend.core.entity.custom.activity.CustomActivityValidatedCloseFunctionEntity) throws java.lang.Exception
  48. 05:43:47.033 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/searcher/passed/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.searcherPassedList(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplySearchEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
  49. 05:43:47.033 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/pay/validated/logins],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.validatedCloseLoginsFunction(com.crm.rely.backend.core.entity.custom.activity.CustomActivityValidatedLoginsCloseFunctionEntity) throws java.lang.Exception
  50. 05:43:47.111 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/ib/close/functions],methods=[POST]}" onto public java.util.Map<java.lang.String, java.util.List<java.lang.String>> com.crm.activity.controller.CustomActivityApplyController.getActivityLoginCloseFunctions(java.util.List<java.lang.Long>) throws java.lang.Exception
  51. 05:43:47.111 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/de/complete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.deComplete(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
  52. 05:43:47.111 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/searcher/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.searcherSingle(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
  53. 05:43:47.111 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/approve],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.approve(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyApproveEntity) throws java.lang.Exception
  54. 05:43:47.111 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/custom/apply/complete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.applyComplete(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
  55. 05:43:47.111 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/searcher/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.searcherList(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplySearchEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
  56. 05:43:47.111 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/information/manager/all/read],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.UserInformationController.allRead(com.crm.rely.backend.core.entity.user.information.UserInformationAllReadEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
  57. 05:43:47.111 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/information/manager/search/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.user.information.UserInformationSearchPageDto> com.crm.activity.controller.UserInformationController.searchList(com.crm.rely.backend.core.entity.user.information.UserInformationSearchPageEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
  58. 05:43:47.111 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/information/manager/search/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.UserInformationController.searchSingle(com.crm.rely.backend.core.entity.user.information.UserInformationReadEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
  59. 05:43:47.127 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/add],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebActivityController.add(com.crm.rely.backend.core.entity.web.activity.WebActivityAddEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
  60. 05:43:47.127 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/update],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebActivityController.update(com.crm.rely.backend.core.entity.web.activity.WebActivityUpdateEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
  61. 05:43:47.127 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/delete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebActivityController.delete(com.crm.rely.backend.core.entity.web.activity.WebActivityDeleteEntity) throws java.lang.Exception
  62. 05:43:47.127 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/custom/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.activity.WebActivitySearchDto> com.crm.activity.controller.WebActivityController.list(com.crm.rely.backend.core.entity.web.activity.WebActivitySearchEntity) throws java.lang.Exception
  63. 05:43:47.127 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/search/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.activity.WebActivitySearchDto> com.crm.activity.controller.WebActivityController.list(com.crm.rely.backend.core.entity.web.activity.WebActivitySearchListEntity) throws java.lang.Exception
  64. 05:43:47.127 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/search/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.activity.WebActivitySearchDto> com.crm.activity.controller.WebActivityController.managerSingle(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
  65. 05:43:47.127 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/custom/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.activity.WebActivitySearchDto> com.crm.activity.controller.WebActivityController.single(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
  66. 05:43:47.127 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/dropdown || /web/activity/ib/dropdown],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<java.util.List<com.crm.rely.backend.core.dto.web.activity.WebActivityDropdownDto>> com.crm.activity.controller.WebActivityController.dropdown(com.crm.rely.backend.core.entity.web.activity.WebActivityDropdownEntity) throws java.lang.Exception
  67. 05:43:47.127 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/upload],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebActivityController.upload(org.springframework.web.multipart.MultipartFile) throws java.lang.Exception
  68. 05:43:47.143 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/add],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebInformationController.add(com.crm.rely.backend.core.entity.web.information.WebInformationAddEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
  69. 05:43:47.143 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/update],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebInformationController.update(com.crm.rely.backend.core.entity.web.information.WebInformationUpdateEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
  70. 05:43:47.143 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/delete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebInformationController.delete(com.crm.rely.backend.core.entity.web.information.WebInformationDeleteEntity) throws java.lang.Exception
  71. 05:43:47.143 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/custom/newsletter/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.information.WebInformationSearchDto> com.crm.activity.controller.WebInformationController.customNewsletterList(com.crm.rely.backend.core.entity.web.information.WebInformationSearchListEntity) throws java.lang.Exception
  72. 05:43:47.143 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/search/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.information.WebInformationSearchDto> com.crm.activity.controller.WebInformationController.single(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
  73. 05:43:47.143 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/search/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.information.WebInformationSearchDto> com.crm.activity.controller.WebInformationController.pageSearchList(com.crm.rely.backend.core.entity.web.information.WebInformationSearchListEntity) throws java.lang.Exception
  74. 05:43:47.143 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/custom/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.information.WebInformationSearchDto> com.crm.activity.controller.WebInformationController.customSingle(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
  75. 05:43:47.236 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/upload],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebInformationController.upload(org.springframework.web.multipart.MultipartFile) throws java.lang.Exception
  76. 05:43:47.236 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/custom/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.information.WebInformationSearchDto> com.crm.activity.controller.WebInformationController.customList(com.crm.rely.backend.core.entity.web.information.WebInformationSearchListEntity) throws java.lang.Exception
  77. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/add],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebVideoController.add(com.crm.rely.backend.core.entity.web.video.WebVideoAddEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
  78. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/update],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebVideoController.update(com.crm.rely.backend.core.entity.web.video.WebVideoUpdateEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
  79. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/delete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebVideoController.delete(com.crm.rely.backend.core.entity.web.video.WebVideoDeleteEntity) throws java.lang.Exception
  80. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/search/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.video.WebVideoSearchDto> com.crm.activity.controller.WebVideoController.single(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
  81. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/search/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.video.WebVideoSearchDto> com.crm.activity.controller.WebVideoController.pageSearchList(com.crm.rely.backend.core.entity.web.video.WebVideoSearchListEntity) throws java.lang.Exception
  82. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/custom/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.video.WebVideoSearchDto> com.crm.activity.controller.WebVideoController.customSingle(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
  83. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/upload/video],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebVideoController.uploadVideo(org.springframework.web.multipart.MultipartFile) throws java.lang.Exception
  84. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/upload],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebVideoController.upload(org.springframework.web.multipart.MultipartFile) throws java.lang.Exception
  85. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/custom/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.video.WebVideoSearchDto> com.crm.activity.controller.WebVideoController.customList(com.crm.rely.backend.core.entity.web.video.WebVideoSearchListEntity) throws java.lang.Exception
  86. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  87. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  88. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/file/sign],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.oss.OssSignDto> com.crm.login.rely.backend.controller.UploadController.sign(com.crm.rely.backend.core.entity.oss.OssSignEntity,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
  89. 05:43:47.283 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/file/callback],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.login.rely.backend.controller.UploadController.callback(com.crm.rely.backend.core.entity.oss.OssCallbackEntity,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
  90. 05:43:47.299 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],methods=[GET]}" onto public java.lang.Object com.crm.rely.backend.controller.NotFoundExceptionController.error(javax.servlet.http.HttpServletResponse) throws java.lang.Exception
  91. 05:43:47.861 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  92. 05:43:47.861 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  93. 05:43:47.939 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice
  94. 05:43:48.564 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  95. 05:43:50.143 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService'
  96. 05:43:50.346 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
  97. 05:43:54.736 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
  98. 05:43:54.736 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure
  99. 05:43:54.752 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure
  100. 05:43:54.752 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
  101. 05:43:54.752 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure
  102. 05:43:54.767 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
  103. 05:43:54.783 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
  104. 05:43:54.814 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=71318ec4,type=ConfigurationPropertiesRebinder]
  105. 05:43:54.830 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
  106. 05:43:55.455 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0
  107. 05:43:55.486 [main] INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
  108. 05:43:55.830 [main] INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
  109. 05:43:56.517 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
  110. 05:43:56.517 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
  111. 05:43:56.971 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
  112. 05:43:56.971 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
  113. 05:43:57.471 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  114. 05:43:57.627 [main] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
  115. 05:43:57.627 [main] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
  116. 05:43:57.627 [main] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
  117. 05:43:57.627 [main] INFO c.netflix.discovery.DiscoveryClient - Application is null : false
  118. 05:43:57.627 [main] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
  119. 05:43:57.627 [main] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true
  120. 05:43:57.627 [main] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
  121. 05:43:58.096 [main] INFO c.netflix.discovery.DiscoveryClient - The response status is 200
  122. 05:43:58.096 [main] INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
  123. 05:43:58.096 [main] INFO c.n.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
  124. 05:43:58.096 [main] INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1684637038096 with initial instances count: 2
  125. 05:43:58.252 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application activity-service with eureka with status UP
  126. 05:43:58.252 [main] INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1684637038252, current=UP, previous=STARTING]
  127. 05:43:58.252 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_ACTIVITY-SERVICE/activity-service:103.148.58.88:8104: registering service...
  128. 05:43:58.252 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
  129. 05:43:58.361 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_ACTIVITY-SERVICE/activity-service:103.148.58.88:8104 - registration status: 204
  130. 05:43:58.502 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8104 (http)
  131. 05:43:58.502 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8104
  132. 05:43:58.502 [main] INFO com.crm.activity.ActivityApplication - Started ActivityApplication in 178.234 seconds (JVM running for 204.088)
  133. 05:48:57.650 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  134. 05:53:57.668 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  135. 05:58:57.678 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  136. 06:03:57.684 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  137. 06:08:57.695 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  138. 06:13:57.743 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  139. 06:18:57.809 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  140. 06:23:57.840 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  141. 06:28:57.863 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  142. 06:33:57.892 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  143. 06:38:57.915 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  144. 06:43:57.925 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  145. 06:48:57.938 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  146. 06:53:57.959 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  147. 06:58:57.969 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  148. 07:03:57.979 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  149. 07:08:57.993 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  150. 07:13:57.999 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  151. 07:18:58.005 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  152. 07:23:58.063 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  153. 07:28:58.113 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  154. 07:33:58.131 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  155. 07:38:58.152 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  156. 07:43:58.183 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  157. 07:48:58.195 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  158. 07:53:58.212 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  159. 07:58:58.237 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  160. 08:03:58.253 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  161. 08:08:58.271 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  162. 08:13:58.292 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  163. 08:18:58.311 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  164. 08:23:58.324 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  165. 08:28:58.342 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  166. 08:33:58.373 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  167. 08:38:58.386 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  168. 08:43:58.405 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  169. 08:48:58.422 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  170. 08:53:58.443 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  171. 08:58:58.464 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  172. 09:03:58.474 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  173. 09:08:58.486 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  174. 09:13:58.496 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  175. 09:18:58.514 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  176. 09:23:58.523 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  177. 09:28:58.544 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  178. 09:33:58.566 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  179. 09:38:58.588 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  180. 09:43:58.602 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  181. 09:48:58.610 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  182. 09:53:58.620 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  183. 09:58:58.646 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  184. 10:03:58.660 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  185. 10:08:58.669 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  186. 10:13:58.678 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  187. 10:18:58.687 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  188. 10:23:58.695 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  189. 10:28:58.703 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  190. 10:33:58.711 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  191. 10:38:58.719 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  192. 10:43:58.728 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  193. 10:48:58.736 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  194. 10:53:58.745 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  195. 10:58:58.752 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  196. 11:03:58.760 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  197. 11:08:58.768 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  198. 11:13:58.776 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  199. 11:18:58.784 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  200. 11:23:58.793 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  201. 11:28:58.801 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  202. 11:33:58.809 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  203. 11:38:58.817 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  204. 11:43:58.825 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  205. 11:48:58.833 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  206. 11:53:58.842 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  207. 11:58:58.850 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  208. 12:03:58.877 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  209. 12:08:59.045 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  210. 12:13:59.104 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  211. 12:18:59.128 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  212. 12:23:59.139 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  213. 12:28:59.149 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  214. 12:33:59.161 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  215. 12:38:59.171 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  216. 12:43:59.181 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  217. 12:48:59.196 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  218. 12:53:59.210 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  219. 12:58:59.221 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  220. 13:03:59.230 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  221. 13:08:59.240 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  222. 13:13:59.249 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  223. 13:18:59.259 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  224. 13:23:59.288 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  225. 13:28:59.307 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  226. 13:33:59.320 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  227. 13:38:59.331 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  228. 13:43:59.340 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  229. 13:48:59.353 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  230. 13:53:59.366 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  231. 13:58:59.376 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  232. 13:59:11.059 [http-nio-8104-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring FrameworkServlet 'dispatcherServlet'
  233. 13:59:11.059 [http-nio-8104-exec-1] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started
  234. 13:59:11.200 [http-nio-8104-exec-1] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 140 ms
  235. 13:59:11.997 [http-nio-8104-exec-2] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
  236. 13:59:12.306 [http-nio-8104-exec-2] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  237. 13:59:12.306 [http-nio-8104-exec-3] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  238. 13:59:12.319 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057313]
  239. 13:59:12.320 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057313]
  240. 13:59:12.321 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  241. 13:59:12.321 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  242. 13:59:12.321 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  243. 13:59:12.321 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  244. 13:59:12.321 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  245. 13:59:12.321 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  246. 13:59:12.321 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  247. 13:59:12.322 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  248. 13:59:14.458 [http-nio-8104-exec-5] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  249. 13:59:14.462 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057313]
  250. 13:59:14.462 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  251. 13:59:14.462 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  252. 13:59:14.462 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  253. 13:59:14.462 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  254. 14:02:29.567 [http-nio-8104-exec-6] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where customacti0_.custom_id=? and customacti0_.login=? and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  255. 14:02:29.576 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [295]
  256. 14:02:29.576 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [BIGINT] - [9057313]
  257. 14:02:29.576 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [1]
  258. 14:02:29.576 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [2]
  259. 14:02:29.576 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [3]
  260. 14:02:29.576 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [6] as [INTEGER] - [2]
  261. 14:02:36.152 [http-nio-8104-exec-9] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  262. 14:02:36.157 [http-nio-8104-exec-9] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057313]
  263. 14:02:36.157 [http-nio-8104-exec-9] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  264. 14:02:36.157 [http-nio-8104-exec-9] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  265. 14:02:36.157 [http-nio-8104-exec-9] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  266. 14:02:36.157 [http-nio-8104-exec-9] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  267. 14:02:36.167 [http-nio-8104-exec-10] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  268. 14:02:36.170 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057313]
  269. 14:02:36.170 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  270. 14:02:36.170 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  271. 14:02:36.170 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  272. 14:02:36.170 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  273. 14:02:52.940 [http-nio-8104-exec-5] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  274. 14:02:52.944 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057313]
  275. 14:02:52.944 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  276. 14:02:52.944 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  277. 14:02:52.944 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  278. 14:02:52.944 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  279. 14:03:59.392 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  280. 14:08:59.421 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  281. 14:13:59.437 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  282. 14:18:59.448 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  283. 14:23:59.459 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  284. 14:28:59.470 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  285. 14:33:59.479 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  286. 14:38:59.488 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  287. 14:43:59.498 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  288. 14:48:59.507 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  289. 14:53:59.517 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  290. 14:58:59.527 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  291. 15:03:59.537 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  292. 15:08:59.546 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  293. 15:13:59.556 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  294. 15:18:59.566 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  295. 15:23:59.576 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  296. 15:28:59.599 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  297. 15:33:59.674 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  298. 15:38:59.705 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  299. 15:43:59.721 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  300. 15:48:59.742 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  301. 15:53:59.757 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  302. 15:58:59.769 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  303. 16:03:59.784 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  304. 16:08:59.802 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  305. 16:13:59.815 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  306. 16:18:59.825 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  307. 16:23:59.836 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  308. 16:28:59.847 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  309. 16:33:59.857 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  310. 16:38:59.869 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  311. 16:43:59.881 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  312. 16:48:59.892 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  313. 16:53:59.904 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  314. 16:58:59.927 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  315. 17:03:59.940 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  316. 17:08:59.951 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  317. 17:13:59.971 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  318. 17:18:59.988 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  319. 17:24:00.001 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  320. 17:28:26.565 [http-nio-8104-exec-10] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  321. 17:28:26.565 [http-nio-8104-exec-1] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  322. 17:28:26.574 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  323. 17:28:26.574 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  324. 17:28:26.574 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  325. 17:28:26.574 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  326. 17:28:26.574 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  327. 17:28:26.579 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  328. 17:28:26.579 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  329. 17:28:26.579 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  330. 17:28:26.579 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  331. 17:28:26.579 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  332. 17:28:36.103 [http-nio-8104-exec-8] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  333. 17:28:36.107 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  334. 17:28:36.107 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  335. 17:28:36.107 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  336. 17:28:36.107 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  337. 17:28:36.107 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  338. 17:28:37.458 [http-nio-8104-exec-6] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  339. 17:28:37.462 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  340. 17:28:37.462 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  341. 17:28:37.462 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  342. 17:28:37.462 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  343. 17:28:37.462 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  344. 17:28:42.421 [http-nio-8104-exec-10] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  345. 17:28:42.425 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  346. 17:28:42.425 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  347. 17:28:42.425 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  348. 17:28:42.425 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  349. 17:28:42.425 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  350. 17:28:43.947 [http-nio-8104-exec-1] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  351. 17:28:43.951 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  352. 17:28:43.951 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  353. 17:28:43.951 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  354. 17:28:43.951 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  355. 17:28:43.951 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  356. 17:28:45.048 [http-nio-8104-exec-3] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  357. 17:28:45.051 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  358. 17:28:45.051 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  359. 17:28:45.051 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  360. 17:28:45.051 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  361. 17:28:45.051 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  362. 17:28:49.792 [http-nio-8104-exec-2] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  363. 17:28:49.795 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  364. 17:28:49.795 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  365. 17:28:49.795 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  366. 17:28:49.795 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  367. 17:28:49.795 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  368. 17:29:00.012 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  369. 17:29:41.340 [http-nio-8104-exec-8] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  370. 17:29:41.344 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  371. 17:29:41.344 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  372. 17:29:41.344 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  373. 17:29:41.344 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  374. 17:29:41.344 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  375. 17:29:41.349 [http-nio-8104-exec-6] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  376. 17:29:41.351 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  377. 17:29:41.351 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  378. 17:29:41.351 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  379. 17:29:41.351 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  380. 17:29:41.351 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  381. 17:30:48.148 [http-nio-8104-exec-1] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  382. 17:30:48.151 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  383. 17:30:48.151 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  384. 17:30:48.151 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  385. 17:30:48.151 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  386. 17:30:48.151 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  387. 17:30:48.282 [http-nio-8104-exec-3] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  388. 17:30:48.286 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  389. 17:30:48.287 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  390. 17:30:48.287 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  391. 17:30:48.287 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  392. 17:30:48.287 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  393. 17:30:49.604 [http-nio-8104-exec-2] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  394. 17:30:49.607 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  395. 17:30:49.607 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  396. 17:30:49.607 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  397. 17:30:49.607 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  398. 17:30:49.607 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  399. 17:32:28.645 [http-nio-8104-exec-4] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  400. 17:32:28.648 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  401. 17:32:28.648 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  402. 17:32:28.648 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  403. 17:32:28.648 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  404. 17:32:28.649 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  405. 17:34:00.023 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  406. 17:34:06.415 [http-nio-8104-exec-8] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  407. 17:34:06.418 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  408. 17:34:06.418 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  409. 17:34:06.418 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  410. 17:34:06.418 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  411. 17:34:06.418 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  412. 17:34:11.179 [http-nio-8104-exec-6] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  413. 17:34:11.182 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  414. 17:34:11.182 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  415. 17:34:11.183 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  416. 17:34:11.183 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  417. 17:34:11.183 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  418. 17:34:14.156 [http-nio-8104-exec-10] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  419. 17:34:14.159 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  420. 17:34:14.159 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  421. 17:34:14.159 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  422. 17:34:14.159 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  423. 17:34:14.159 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  424. 17:37:11.136 [http-nio-8104-exec-1] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  425. 17:37:11.139 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  426. 17:37:11.140 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  427. 17:37:11.140 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  428. 17:37:11.140 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  429. 17:37:11.140 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  430. 17:37:11.159 [http-nio-8104-exec-3] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  431. 17:37:11.163 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  432. 17:37:11.163 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  433. 17:37:11.163 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  434. 17:37:11.163 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  435. 17:37:11.163 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  436. 17:37:13.762 [http-nio-8104-exec-2] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  437. 17:37:13.765 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  438. 17:37:13.765 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  439. 17:37:13.765 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  440. 17:37:13.765 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  441. 17:37:13.765 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  442. 17:37:25.459 [http-nio-8104-exec-4] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  443. 17:37:25.463 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  444. 17:37:25.463 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  445. 17:37:25.463 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  446. 17:37:25.463 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  447. 17:37:25.463 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  448. 17:37:26.506 [http-nio-8104-exec-7] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  449. 17:37:26.509 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  450. 17:37:26.509 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  451. 17:37:26.510 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  452. 17:37:26.510 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  453. 17:37:26.510 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  454. 17:37:30.321 [http-nio-8104-exec-6] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  455. 17:37:30.328 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  456. 17:37:30.329 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  457. 17:37:30.329 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  458. 17:37:30.329 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  459. 17:37:30.329 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  460. 17:37:30.338 [http-nio-8104-exec-10] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  461. 17:37:30.340 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  462. 17:37:30.340 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  463. 17:37:30.340 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  464. 17:37:30.340 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  465. 17:37:30.340 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  466. 17:37:33.860 [http-nio-8104-exec-3] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  467. 17:37:33.863 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  468. 17:37:33.863 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  469. 17:37:33.863 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  470. 17:37:33.863 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  471. 17:37:33.864 [http-nio-8104-exec-3] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  472. 17:38:42.032 [http-nio-8104-exec-7] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  473. 17:38:42.035 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  474. 17:38:42.035 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  475. 17:38:42.035 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  476. 17:38:42.036 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  477. 17:38:42.036 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  478. 17:38:42.056 [http-nio-8104-exec-8] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  479. 17:38:42.059 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  480. 17:38:42.059 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  481. 17:38:42.059 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  482. 17:38:42.060 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  483. 17:38:42.060 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  484. 17:38:43.359 [http-nio-8104-exec-10] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  485. 17:38:43.363 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  486. 17:38:43.363 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  487. 17:38:43.363 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  488. 17:38:43.363 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  489. 17:38:43.363 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  490. 17:39:00.034 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  491. 17:39:08.525 [http-nio-8104-exec-2] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  492. 17:39:08.528 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  493. 17:39:08.528 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  494. 17:39:08.528 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  495. 17:39:08.528 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  496. 17:39:08.528 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  497. 17:39:09.798 [http-nio-8104-exec-4] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  498. 17:39:09.801 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  499. 17:39:09.801 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  500. 17:39:09.801 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  501. 17:39:09.801 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  502. 17:39:09.801 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  503. 17:39:09.807 [http-nio-8104-exec-7] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  504. 17:39:09.809 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  505. 17:39:09.809 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  506. 17:39:09.809 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  507. 17:39:09.809 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  508. 17:39:09.809 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  509. 17:39:12.953 [http-nio-8104-exec-8] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  510. 17:39:12.955 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  511. 17:39:12.956 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  512. 17:39:12.956 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  513. 17:39:12.956 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  514. 17:39:12.956 [http-nio-8104-exec-8] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  515. 17:44:00.045 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  516. 17:46:35.388 [http-nio-8104-exec-1] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where customacti0_.custom_id=? and customacti0_.login=? and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  517. 17:46:35.391 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [286]
  518. 17:46:35.391 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [BIGINT] - [9057263]
  519. 17:46:35.391 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [1]
  520. 17:46:35.391 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [2]
  521. 17:46:35.391 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [3]
  522. 17:46:35.391 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [6] as [INTEGER] - [2]
  523. 17:46:46.196 [http-nio-8104-exec-2] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  524. 17:46:46.199 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  525. 17:46:46.200 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  526. 17:46:46.200 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  527. 17:46:46.200 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  528. 17:46:46.200 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  529. 17:46:46.210 [http-nio-8104-exec-5] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  530. 17:46:46.213 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  531. 17:46:46.213 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  532. 17:46:46.213 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  533. 17:46:46.213 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  534. 17:46:46.213 [http-nio-8104-exec-5] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  535. 17:46:50.474 [http-nio-8104-exec-4] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  536. 17:46:50.477 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  537. 17:46:50.477 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  538. 17:46:50.477 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  539. 17:46:50.477 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  540. 17:46:50.477 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  541. 17:46:51.215 [http-nio-8104-exec-7] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  542. 17:46:51.218 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  543. 17:46:51.218 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  544. 17:46:51.218 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  545. 17:46:51.219 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  546. 17:46:51.219 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  547. 17:47:06.569 [http-nio-8104-exec-10] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  548. 17:47:06.572 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  549. 17:47:06.572 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  550. 17:47:06.572 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  551. 17:47:06.572 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  552. 17:47:06.572 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  553. 17:47:19.832 [http-nio-8104-exec-1] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  554. 17:47:19.835 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  555. 17:47:19.835 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  556. 17:47:19.835 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  557. 17:47:19.835 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  558. 17:47:19.835 [http-nio-8104-exec-1] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  559. 17:47:32.092 [http-nio-8104-exec-2] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  560. 17:47:32.095 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  561. 17:47:32.095 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  562. 17:47:32.095 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  563. 17:47:32.095 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  564. 17:47:32.095 [http-nio-8104-exec-2] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  565. 17:47:37.754 [http-nio-8104-exec-4] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  566. 17:47:37.757 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  567. 17:47:37.757 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  568. 17:47:37.757 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  569. 17:47:37.757 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  570. 17:47:37.757 [http-nio-8104-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  571. 17:47:39.796 [http-nio-8104-exec-7] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  572. 17:47:39.799 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  573. 17:47:39.799 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  574. 17:47:39.799 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  575. 17:47:39.799 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  576. 17:47:39.799 [http-nio-8104-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  577. 17:48:25.336 [http-nio-8104-exec-6] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  578. 17:48:25.339 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  579. 17:48:25.339 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  580. 17:48:25.339 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  581. 17:48:25.339 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  582. 17:48:25.339 [http-nio-8104-exec-6] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  583. 17:48:26.865 [http-nio-8104-exec-10] DEBUG org.hibernate.SQL - select customacti0_.id as id1_24_, customacti0_.add_ip as add_ip2_24_, customacti0_.add_time as add_time3_24_, customacti0_.add_user as add_user4_24_, customacti0_.modify_ip as modify_i5_24_, customacti0_.modify_time as modify_t6_24_, customacti0_.modify_user as modify_u7_24_, customacti0_.note as note8_24_, customacti0_.approve_desc as approve_9_24_, customacti0_.approve_time as approve10_24_, customacti0_.approve_user as approve11_24_, customacti0_.status as status12_24_, customacti0_.activity_id as activit13_24_, customacti0_.activity_image as activit14_24_, customacti0_.advert_image as advert_15_24_, customacti0_.advert_url as advert_16_24_, customacti0_.agent_id as agent_i17_24_, customacti0_.c_id as c_id18_24_, customacti0_.close_functions as close_f19_24_, customacti0_.complete_status as complet20_24_, customacti0_.content as content21_24_, customacti0_.cover_image as cover_i22_24_, customacti0_.custom_id as custom_23_24_, customacti0_.delivery_time as deliver24_24_, customacti0_.end_time as end_tim25_24_, customacti0_.fund_type as fund_ty26_24_, customacti0_.give_amount as give_am27_24_, customacti0_.group_type_activity as group_t28_24_, customacti0_.group_type_complete as group_t29_24_, customacti0_.hot as hot30_24_, customacti0_.lang as lang31_24_, customacti0_.login as login32_24_, customacti0_.login_type as login_t33_24_, customacti0_.name as name34_24_, customacti0_.participation_note as partici35_24_, customacti0_.platform as platfor36_24_, customacti0_.senior_setting as senior_37_24_, customacti0_.serial as serial38_24_, customacti0_.start_time as start_t39_24_, customacti0_.sub_title as sub_tit40_24_, customacti0_.title as title41_24_, customacti0_.valid as valid42_24_ from custom_activity_apply customacti0_ where (customacti0_.login in (?)) and (customacti0_.status in (? , ?)) and (customacti0_.complete_status not in (? , ?))
  584. 17:48:26.868 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [9057263]
  585. 17:48:26.868 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [INTEGER] - [1]
  586. 17:48:26.868 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [INTEGER] - [2]
  587. 17:48:26.868 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [INTEGER] - [3]
  588. 17:48:26.868 [http-nio-8104-exec-10] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [INTEGER] - [2]
  589. 17:49:00.055 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  590. 17:54:00.066 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  591. 17:59:00.076 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  592. 18:04:00.086 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  593. 18:09:00.097 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  594. 18:14:00.108 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  595. 18:19:00.119 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  596. 18:24:00.182 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  597. 18:29:00.210 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  598. 18:34:00.226 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  599. 18:39:00.238 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  600. 18:44:00.249 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  601. 18:49:00.259 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  602. 18:54:00.275 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  603. 18:59:00.302 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  604. 19:04:00.318 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  605. 19:09:00.330 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  606. 19:14:00.351 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  607. 19:19:00.367 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  608. 19:24:00.380 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  609. 19:29:00.391 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  610. 19:34:00.400 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  611. 19:39:00.411 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  612. 19:44:00.422 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  613. 19:49:00.441 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  614. 19:54:00.455 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  615. 19:59:00.466 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  616. 20:04:00.478 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  617. 20:09:00.489 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  618. 20:14:00.500 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  619. 20:19:00.514 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  620. 20:24:00.542 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  621. 20:29:00.558 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  622. 20:34:00.571 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  623. 20:39:00.583 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  624. 20:44:00.594 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  625. 20:49:00.606 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  626. 20:54:00.625 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  627. 20:59:00.652 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  628. 21:04:00.667 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  629. 21:09:00.679 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  630. 21:14:00.697 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  631. 21:19:00.712 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  632. 21:24:00.724 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  633. 21:29:00.725 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  634. 21:34:00.725 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  635. 21:39:00.733 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  636. 21:44:00.743 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  637. 21:49:00.755 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  638. 21:54:00.766 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  639. 21:59:00.777 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  640. 22:04:00.789 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  641. 22:09:00.800 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  642. 22:14:00.812 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  643. 22:19:00.823 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  644. 22:24:00.834 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  645. 22:29:00.845 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  646. 22:34:00.855 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  647. 22:39:00.867 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  648. 22:44:00.878 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  649. 22:49:00.890 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  650. 22:54:00.919 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  651. 22:59:00.955 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  652. 23:04:00.974 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  653. 23:09:00.988 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  654. 23:14:01.007 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  655. 23:19:01.021 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  656. 23:24:01.034 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  657. 23:29:01.051 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  658. 23:34:01.066 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  659. 23:39:01.079 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  660. 23:44:01.093 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  661. 23:49:01.111 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  662. 23:54:01.125 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  663. 23:59:01.137 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration