请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
yanmengyuan(uid:192756)
职业资格认证:尚未取得认证
  • 计算后的指标怎么设置百分比格式
  • 错误代码:62400001Error while executing SQL "select ds       ,b.league_name as fullname       ,b.district       ,b.city       ,b.province       ,c.center_name  as one_center   -- 始发中心       ,d.center_name  as two_center   -- 第二始发中心       ,e.center_name  as three_center  -- 第三始发中心       ,f.center_name  as four_center   -- 第四始发中心       ,g.center_name  as five_center   -- 第四始发中心       ,a.center_num       ,sum(a.bill_sum) bill_sum       ,sum(a.weight_sum)  weight_sum   from st.st_cockpit_siterec_routeauth a   left join dim.dim_league_kylin b on a.first_site_id=b.league_id --网点省市区   left join dim.DIM_PROVINCE_CENTER c on c.id =a.first_center_id  -- 始发中心省份   left join dim.DIM_PROVINCE_CENTER d on d.id =a.second_center_id -- 第二始发中心省份   left join dim.DIM_PROVINCE_CENTER e on e.id =a.third_center_id  -- 第三始发中心省份   left join dim.DIM_PROVINCE_CENTER f on f.id =a.fourth_center_id -- 第四始发中心省份   left join dim.DIM_PROVINCE_CENTER g on g.id =a.LAST_CENTER_ID   -- 末端中心   where a.ds >=replace('','-','')    and a.ds <=replace('','-','')    and a.TARGET_ORG_ID='3525'                                                           group by ds          ,b.league_name          ,b.district          ,b.city          ,b.province          ,c.center_name          ,d.center_name          ,e.center_name          ,f.center_name          ,g.center_name          ,a.center_num": java.sql.SQLException: java.io.IOException: POST failed, error code 500 and response: {"code":"999","data":null,"msg":"Query returned 5093574 rows exceeds threshold 5000000\nwhile executing SQL: \"select ds       ,b.league_name as fullname       ,b.district       ,b.city       ,b.province       ,c.center_name  as one_center          ,d.center_name  as two_center          ,e.center_name  as three_center         ,f.center_name  as four_center          ,g.center_name  as five_center          ,a.center_num       ,sum(a.bill_sum) bill_sum       ,sum(a.weight_sum)  weight_sum   from st.st_cockpit_siterec_routeauth a   left join dim.dim_league_kylin b on a.first_site_id=b.league_id    left join dim.DIM_PROVINCE_CENTER c on c.id =a.first_center_id     left join dim.DIM_PROVINCE_CENTER d on d.id =a.second_center_id    left join dim.DIM_PROVINCE_CENTER e on e.id =a.third_center_id     left join dim.DIM_PROVINCE_CENTER f on f.id =a.fourth_center_id    left join dim.DIM_PROVINCE_CENTER g on g.id =a.LAST_CENTER_ID     where a.ds >=replace('','-','')    and a.ds <=replace('','-','')    and a.TARGET_ORG_ID='3525'                                                           group by ds          ,b.league_name          ,b.district          ,b.city          ,b.province          ,c.center_name          ,d.center_name          ,e.center_name          ,f.center_name          ,g.center_name          ,a.center_num\"","stacktrace":"org.apache.kylin.rest.exception.InternalErrorException: Query returned 5093574 rows exceeds threshold 5000000\nwhile executing SQL: \"select ds       ,b.league_name as fullname       ,b.district       ,b.city       ,b.province       ,c.center_name  as one_center          ,d.center_name  as two_center          ,e.center_name  as three_center         ,f.center_name  as four_center          ,g.center_name  as five_center          ,a.center_num       ,sum(a.bill_sum) bill_sum       ,sum(a.weight_sum)  weight_sum   from st.st_cockpit_siterec_routeauth a   left join dim.dim_league_kylin b on a.first_site_id=b.league_id    left join dim.DIM_PROVINCE_CENTER c on c.id =a.first_center_id     left join dim.DIM_PROVINCE_CENTER d on d.id =a.second_center_id    left join dim.DIM_PROVINCE_CENTER e on e.id =a.third_center_id     left join dim.DIM_PROVINCE_CENTER f on f.id =a.fourth_center_id    left join dim.DIM_PROVINCE_CENTER g on g.id =a.LAST_CENTER_ID     where a.ds >=replace('','-','')    and a.ds <=replace('','-','')    and a.TARGET_ORG_ID='3525'                                                           group by ds          ,b.league_name          ,b.district          ,b.city          ,b.province          ,c.center_name          ,d.center_name          ,e.center_name          ,f.center_name          ,g.center_name          ,a.center_num\"\n\tat org.apache.kylin.rest.service.QueryService.doQueryWithCache(QueryService.java:424)\n\tat org.apache.kylin.rest.service.QueryService.doQueryWithCache(QueryService.java:351)\n\tat org.apache.kylin.rest.controller.QueryController.query(QueryController.java:86)\n\tat sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738)\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)\n\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:650)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:731)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)\n\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:215)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)\n\tat org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)\n\tat org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)\n\tat org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)\n\tat org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)\n\tat com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:209)\n\tat com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:244)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)\n\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)\n\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)\n\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:494)\n\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)\n\tat org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:1025)\n\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)\n\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)\n\tat org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1137)\n\tat org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)\n\tat org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)\n\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n\tat java.lang.Thread.run(Thread.java:745)\n","exception":"Query returned 5093574 rows exceeds threshold 5000000\nwhile executing SQL: \"select ds       ,b.league_name as fullname       ,b.district       ,b.city       ,b.province       ,c.center_name  as one_center          ,d.center_name  as two_center          ,e.center_name  as three_center         ,f.center_name  as four_center          ,g.center_name  as five_center          ,a.center_num       ,sum(a.bill_sum) bill_sum       ,sum(a.weight_sum)  weight_sum   from st.st_cockpit_siterec_routeauth a   left join dim.dim_league_kylin b on a.first_site_id=b.league_id    left join dim.DIM_PROVINCE_CENTER c on c.id =a.first_center_id     left join dim.DIM_PROVINCE_CENTER d on d.id =a.second_center_id    left join dim.DIM_PROVINCE_CENTER e on e.id =a.third_center_id     left join dim.DIM_PROVINCE_CENTER f on f.id =a.fourth_center_id    left join dim.DIM_PROVINCE_CENTER g on g.id =a.LAST_CENTER_ID     where a.ds >=replace('','-','')    and a.ds <=replace('','-','')    and a.TARGET_ORG_ID='3525'                                                           group by ds          ,b.league_name          ,b.district          ,b.city          ,b.province          ,c.center_name          ,d.center_name          ,e.center_name          ,f.center_name          ,g.center_name          ,a.center_num\"","url":"

3

1

3

10

没有更多
个人成就
内容被浏览1,439
加入社区6年104天
返回顶部