Browse Source

Execl导入库存

master
[li_she] 5 years ago
parent
commit
34debe6bf2
  1. BIN
      .gradle/6.4.1/executionHistory/executionHistory.bin
  2. BIN
      .gradle/6.4.1/executionHistory/executionHistory.lock
  3. BIN
      .gradle/6.4.1/fileHashes/fileHashes.bin
  4. BIN
      .gradle/6.4.1/fileHashes/fileHashes.lock
  5. BIN
      .gradle/6.4.1/javaCompile/classAnalysis.bin
  6. BIN
      .gradle/6.4.1/javaCompile/javaCompile.lock
  7. BIN
      .gradle/buildOutputCleanup/buildOutputCleanup.lock
  8. 5
      .idea/workspace.xml
  9. BIN
      build/classes/java/main/com/xjfast/service/impl/InventoryStockServiceImpl.class
  10. 425
      logs/dama-erp/DMERP2021.log

BIN
.gradle/6.4.1/executionHistory/executionHistory.bin

BIN
.gradle/6.4.1/executionHistory/executionHistory.lock

BIN
.gradle/6.4.1/fileHashes/fileHashes.bin

BIN
.gradle/6.4.1/fileHashes/fileHashes.lock

BIN
.gradle/6.4.1/javaCompile/classAnalysis.bin

BIN
.gradle/6.4.1/javaCompile/javaCompile.lock

BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock

5
.idea/workspace.xml

@ -124,7 +124,7 @@
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../../../hkxd-for-xujie/serv" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="node.js.detected.package.eslint" value="true" />
<property name="node.js.detected.package.tslint" value="true" />
<property name="node.js.selected.package.eslint" value="(autodetect)" />
@ -343,7 +343,8 @@
<workItem from="1621299299701" duration="26826000" />
<workItem from="1621386161515" duration="25357000" />
<workItem from="1621472441340" duration="32908000" />
<workItem from="1621558358552" duration="7932000" />
<workItem from="1621558358552" duration="10219000" />
<workItem from="1621583904571" duration="201000" />
</task>
<task id="LOCAL-00001" summary="计划详情">
<created>1619330927784</created>

BIN
build/classes/java/main/com/xjfast/service/impl/InventoryStockServiceImpl.class

425
logs/dama-erp/DMERP2021.log

@ -3744,3 +3744,428 @@ com.microsoft.sqlserver.jdbc.SQLServerException: 不能将值 NULL 插入列 'Wa
2021-05-21 10:37:34.130 DEBUG [http-nio-8081-exec-5]com.xjfast.mapper.CodelTrackMapper.CodelTrackList.debug:137 -==> Preparing: SELECT ch.DelNo, ch.Active, ch.DeliveryDate, ch.DelDate, ch.Receiver, ch.BillAirwayNo, f.ForwarderName, f.ForwarderNo, ct.target_country, ct.delivery_method, ct.weight, ct.operation, ct.payment_status, ct.payment_amount, ct.created_by, ct.created_date, ct.logistics_billing, ct.pickup_method, ct.tax, ct.del_no, wh.WareHouseID, wh.WareHouseName FROM CODelHeader ch LEFT JOIN Forwarder f ON (ch.ForwarderID = f.ForwarderNo) LEFT JOIN codel_track ct ON (ct.del_no = ch.DelNo) LEFT JOIN CODelDetail cd ON (cd.DelNo = ch.DelNo) LEFT JOIN WareHouse wh ON (wh.WareHouseID = cd.WarehouseID)
2021-05-21 10:37:34.130 DEBUG [http-nio-8081-exec-5]com.xjfast.mapper.CodelTrackMapper.CodelTrackList.debug:137 -==> Parameters:
2021-05-21 10:37:34.138 DEBUG [http-nio-8081-exec-5]com.xjfast.mapper.CodelTrackMapper.CodelTrackList.debug:137 -<== Total: 2
2021-05-21 13:34:41.018 INFO [restartedMain]com.xjfast.DaMaiApplication.logStarting:55 -Starting DaMaiApplication on SL-195 with PID 2404 (D:\sl-xj\work\XuJie\dmerp\build\classes\java\main started by sl-95 in D:\sl-xj\work\XuJie\dmerp)
2021-05-21 13:34:41.021 INFO [restartedMain]com.xjfast.DaMaiApplication.logStartupProfileInfo:655 -The following profiles are active: dev
2021-05-21 13:34:41.085 INFO [restartedMain]o.s.b.devtools.env.DevToolsPropertyDefaultsPostProcessor.logTo:225 -Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2021-05-21 13:34:41.085 INFO [restartedMain]o.s.b.devtools.env.DevToolsPropertyDefaultsPostProcessor.logTo:225 -For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2021-05-21 13:34:42.909 INFO [restartedMain]o.s.d.repository.config.RepositoryConfigurationDelegate.registerRepositoriesIn:127 -Bootstrapping Spring Data JDBC repositories in DEFAULT mode.
2021-05-21 13:34:42.969 INFO [restartedMain]o.s.d.repository.config.RepositoryConfigurationDelegate.registerRepositoriesIn:187 -Finished Spring Data repository scanning in 51ms. Found 0 JDBC repository interfaces.
2021-05-21 13:34:43.718 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@10ff64c4' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:43.743 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:43.760 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:43.769 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure$$EnhancerBySpringCGLIB$$ef3361b9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:43.775 INFO [restartedMain]c.a.d.s.boot.autoconfigure.DruidDataSourceAutoConfigure.dataSource:56 -Init DruidDataSource
2021-05-21 13:34:43.895 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:43.907 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'com.alibaba.druid.spring.boot.autoconfigure.stat.DruidFilterConfiguration' of type [com.alibaba.druid.spring.boot.autoconfigure.stat.DruidFilterConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:43.945 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'statFilter' of type [com.alibaba.druid.filter.stat.StatFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:44.134 INFO [restartedMain]com.alibaba.druid.pool.DruidDataSource.init:930 -{dataSource-1} inited
2021-05-21 13:34:44.135 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'dataSource' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceWrapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:44.185 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:44.198 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration' of type [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:44.212 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties' of type [org.springframework.boot.autoconfigure.transaction.TransactionProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:44.220 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'platformTransactionManagerCustomizers' of type [org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:44.234 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'transactionManager' of type [org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:44.243 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'transactionManagerConfig' of type [com.xjfast.config.TransactionManagerConfig$$EnhancerBySpringCGLIB$$b55564b6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:44.248 INFO [restartedMain]com.xjfast.config.TransactionManagerConfig.txAdviceAdvisor:76 -===============================创建txAdviceAdvisor===================================
2021-05-21 13:34:44.267 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:44.270 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'txAdviceAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:34:44.920 INFO [restartedMain]o.s.boot.web.embedded.tomcat.TomcatWebServer.initialize:108 -Tomcat initialized with port(s): 8081 (http)
2021-05-21 13:34:44.933 INFO [restartedMain]org.apache.coyote.http11.Http11NioProtocol.log:173 -Initializing ProtocolHandler ["http-nio-8081"]
2021-05-21 13:34:44.934 INFO [restartedMain]org.apache.catalina.core.StandardService.log:173 -Starting service [Tomcat]
2021-05-21 13:34:44.934 INFO [restartedMain]org.apache.catalina.core.StandardEngine.log:173 -Starting Servlet engine: [Apache Tomcat/9.0.35]
2021-05-21 13:34:44.938 INFO [restartedMain]org.apache.catalina.core.AprLifecycleListener.log:173 -Loaded Apache Tomcat Native library [1.2.25] using APR version [1.7.0].
2021-05-21 13:34:44.938 INFO [restartedMain]org.apache.catalina.core.AprLifecycleListener.log:173 -APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2021-05-21 13:34:44.938 INFO [restartedMain]org.apache.catalina.core.AprLifecycleListener.log:173 -APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2021-05-21 13:34:44.943 INFO [restartedMain]org.apache.catalina.core.AprLifecycleListener.log:173 -OpenSSL successfully initialized [OpenSSL 1.1.1g 21 Apr 2020]
2021-05-21 13:34:45.070 INFO [restartedMain]o.a.catalina.core.ContainerBase.[Tomcat].[localhost].[/].log:173 -Initializing Spring embedded WebApplicationContext
2021-05-21 13:34:45.070 INFO [restartedMain]org.springframework.web.context.ContextLoader.prepareWebApplicationContext:284 -Root WebApplicationContext: initialization completed in 3985 ms
2021-05-21 13:34:45.588 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Codelheader".
2021-05-21 13:34:45.736 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableIdWithAnnotation:378 -This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "com.xjfast.entity.FileInfoData"
2021-05-21 13:34:45.740 WARN [restartedMain]com.baomidou.mybatisplus.core.injector.AbstractMethod.addMappedStatement:323 -[com.xjfast.mapper.FileInfoMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
2021-05-21 13:34:45.819 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Forwarder".
2021-05-21 13:34:45.856 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Inventorystock".
2021-05-21 13:34:45.945 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Part".
2021-05-21 13:34:46.102 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Shoporder".
2021-05-21 13:34:46.143 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Site".
2021-05-21 13:34:46.196 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Transdetail".
2021-05-21 13:34:46.232 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Transheader".
2021-05-21 13:34:46.277 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Warehouse".
2021-05-21 13:34:47.756 INFO [restartedMain]s.d.s.web.PropertySourcedRequestMappingHandlerMapping.initHandlerMethods:69 -Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2021-05-21 13:34:47.772 INFO [restartedMain]c.x.c.SwaggerConfigure$$EnhancerBySpringCGLIB$$4e0b6181.webApiConfig:32 -------------------------【Swagger 配置】----------------------------
2021-05-21 13:34:47.781 INFO [restartedMain]c.x.c.SwaggerConfigure$$EnhancerBySpringCGLIB$$4e0b6181.webApiConfig2:61 -------------------------【Swagger2 配置】----------------------------
2021-05-21 13:34:47.927 INFO [restartedMain]o.s.security.web.DefaultSecurityFilterChain.<init>:43 -Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@77bfb20, org.springframework.security.web.context.SecurityContextPersistenceFilter@6bd23eed, org.springframework.security.web.header.HeaderWriterFilter@33d602e7, org.springframework.security.web.authentication.logout.LogoutFilter@4b56390e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6edf9e47, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@74238d05, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@658fa011, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3931d43b, org.springframework.security.web.session.SessionManagementFilter@13e306d, org.springframework.security.web.access.ExceptionTranslationFilter@7f993097, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2bb8c74c]
2021-05-21 13:34:48.157 INFO [restartedMain]o.s.scheduling.concurrent.ThreadPoolTaskExecutor.initialize:181 -Initializing ExecutorService 'applicationTaskExecutor'
2021-05-21 13:34:48.245 WARN [restartedMain]o.s.boot.devtools.autoconfigure.OptionalLiveReloadServer.startServer:61 -Unable to start LiveReload server
2021-05-21 13:34:48.278 INFO [restartedMain]o.s.b.a.web.servlet.WelcomePageHandlerMapping.<init>:58 -Adding welcome page template: index
2021-05-21 13:34:49.259 INFO [restartedMain]o.s.scheduling.concurrent.ThreadPoolTaskScheduler.initialize:181 -Initializing ExecutorService 'taskScheduler'
2021-05-21 13:34:49.366 INFO [restartedMain]org.apache.coyote.http11.Http11NioProtocol.log:173 -Starting ProtocolHandler ["http-nio-8081"]
2021-05-21 13:34:49.389 WARN [restartedMain]o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.refresh:558 -Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 8081 is already in use
2021-05-21 13:34:49.390 INFO [restartedMain]o.s.scheduling.concurrent.ThreadPoolTaskScheduler.shutdown:218 -Shutting down ExecutorService 'taskScheduler'
2021-05-21 13:34:49.393 INFO [restartedMain]o.s.scheduling.concurrent.ThreadPoolTaskExecutor.shutdown:218 -Shutting down ExecutorService 'applicationTaskExecutor'
2021-05-21 13:34:49.404 INFO [restartedMain]com.alibaba.druid.pool.DruidDataSource.close:1825 -{dataSource-1} closed
2021-05-21 13:34:49.412 INFO [restartedMain]org.apache.coyote.http11.Http11NioProtocol.log:173 -Pausing ProtocolHandler ["http-nio-8081"]
2021-05-21 13:34:49.412 INFO [restartedMain]org.apache.catalina.core.StandardService.log:173 -Stopping service [Tomcat]
2021-05-21 13:34:49.421 INFO [restartedMain]org.apache.coyote.http11.Http11NioProtocol.log:173 -Stopping ProtocolHandler ["http-nio-8081"]
2021-05-21 13:34:49.422 INFO [restartedMain]org.apache.coyote.http11.Http11NioProtocol.log:173 -Destroying ProtocolHandler ["http-nio-8081"]
2021-05-21 13:34:49.441 INFO [restartedMain]o.s.b.a.logging.ConditionEvaluationReportLoggingListener.logMessage:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-05-21 13:34:49.457 ERROR [restartedMain]o.s.boot.diagnostics.LoggingFailureAnalysisReporter.report:40 -
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 8081 was already in use.
Action:
Identify and stop the process that's listening on port 8081 or configure this application to listen on another port.
2021-05-21 13:35:17.021 INFO [restartedMain]com.xjfast.DaMaiApplication.logStarting:55 -Starting DaMaiApplication on SL-195 with PID 8156 (D:\sl-xj\work\XuJie\dmerp\build\classes\java\main started by sl-95 in D:\sl-xj\work\XuJie\dmerp)
2021-05-21 13:35:17.024 INFO [restartedMain]com.xjfast.DaMaiApplication.logStartupProfileInfo:655 -The following profiles are active: dev
2021-05-21 13:35:17.112 INFO [restartedMain]o.s.b.devtools.env.DevToolsPropertyDefaultsPostProcessor.logTo:225 -Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2021-05-21 13:35:17.112 INFO [restartedMain]o.s.b.devtools.env.DevToolsPropertyDefaultsPostProcessor.logTo:225 -For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2021-05-21 13:35:18.957 INFO [restartedMain]o.s.d.repository.config.RepositoryConfigurationDelegate.registerRepositoriesIn:127 -Bootstrapping Spring Data JDBC repositories in DEFAULT mode.
2021-05-21 13:35:19.044 INFO [restartedMain]o.s.d.repository.config.RepositoryConfigurationDelegate.registerRepositoriesIn:187 -Finished Spring Data repository scanning in 78ms. Found 0 JDBC repository interfaces.
2021-05-21 13:35:19.846 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@4e259c34' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:19.861 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:19.878 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:19.886 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure$$EnhancerBySpringCGLIB$$f96ae888] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:19.893 INFO [restartedMain]c.a.d.s.boot.autoconfigure.DruidDataSourceAutoConfigure.dataSource:56 -Init DruidDataSource
2021-05-21 13:35:20.013 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.025 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'com.alibaba.druid.spring.boot.autoconfigure.stat.DruidFilterConfiguration' of type [com.alibaba.druid.spring.boot.autoconfigure.stat.DruidFilterConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.072 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'statFilter' of type [com.alibaba.druid.filter.stat.StatFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.348 INFO [restartedMain]com.alibaba.druid.pool.DruidDataSource.init:930 -{dataSource-1} inited
2021-05-21 13:35:20.349 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'dataSource' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceWrapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.413 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.419 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration' of type [org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.427 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties' of type [org.springframework.boot.autoconfigure.transaction.TransactionProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.432 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'platformTransactionManagerCustomizers' of type [org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.439 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'transactionManager' of type [org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.444 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'transactionManagerConfig' of type [com.xjfast.config.TransactionManagerConfig$$EnhancerBySpringCGLIB$$bf8ceb85] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.449 INFO [restartedMain]com.xjfast.config.TransactionManagerConfig.txAdviceAdvisor:76 -===============================创建txAdviceAdvisor===================================
2021-05-21 13:35:20.466 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:20.468 INFO [restartedMain]o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization:335 -Bean 'txAdviceAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-05-21 13:35:21.161 INFO [restartedMain]o.s.boot.web.embedded.tomcat.TomcatWebServer.initialize:108 -Tomcat initialized with port(s): 8081 (http)
2021-05-21 13:35:21.171 INFO [restartedMain]org.apache.coyote.http11.Http11NioProtocol.log:173 -Initializing ProtocolHandler ["http-nio-8081"]
2021-05-21 13:35:21.172 INFO [restartedMain]org.apache.catalina.core.StandardService.log:173 -Starting service [Tomcat]
2021-05-21 13:35:21.172 INFO [restartedMain]org.apache.catalina.core.StandardEngine.log:173 -Starting Servlet engine: [Apache Tomcat/9.0.35]
2021-05-21 13:35:21.175 INFO [restartedMain]org.apache.catalina.core.AprLifecycleListener.log:173 -Loaded Apache Tomcat Native library [1.2.25] using APR version [1.7.0].
2021-05-21 13:35:21.176 INFO [restartedMain]org.apache.catalina.core.AprLifecycleListener.log:173 -APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2021-05-21 13:35:21.176 INFO [restartedMain]org.apache.catalina.core.AprLifecycleListener.log:173 -APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2021-05-21 13:35:21.179 INFO [restartedMain]org.apache.catalina.core.AprLifecycleListener.log:173 -OpenSSL successfully initialized [OpenSSL 1.1.1g 21 Apr 2020]
2021-05-21 13:35:21.311 INFO [restartedMain]o.a.catalina.core.ContainerBase.[Tomcat].[localhost].[/].log:173 -Initializing Spring embedded WebApplicationContext
2021-05-21 13:35:21.311 INFO [restartedMain]org.springframework.web.context.ContextLoader.prepareWebApplicationContext:284 -Root WebApplicationContext: initialization completed in 4199 ms
2021-05-21 13:35:22.050 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Codelheader".
2021-05-21 13:35:22.109 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableIdWithAnnotation:378 -This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "com.xjfast.entity.FileInfoData"
2021-05-21 13:35:22.111 WARN [restartedMain]com.baomidou.mybatisplus.core.injector.AbstractMethod.addMappedStatement:323 -[com.xjfast.mapper.FileInfoMapper.insert] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.Insert]
2021-05-21 13:35:22.168 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Forwarder".
2021-05-21 13:35:22.196 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Inventorystock".
2021-05-21 13:35:22.303 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Part".
2021-05-21 13:35:22.552 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Shoporder".
2021-05-21 13:35:22.602 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Site".
2021-05-21 13:35:22.624 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Transdetail".
2021-05-21 13:35:22.662 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Transheader".
2021-05-21 13:35:22.720 WARN [restartedMain]com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableFields:307 -Can not find table primary key in Class: "com.xjfast.entity.Warehouse".
2021-05-21 13:35:24.158 INFO [restartedMain]s.d.s.web.PropertySourcedRequestMappingHandlerMapping.initHandlerMethods:69 -Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2021-05-21 13:35:24.184 INFO [restartedMain]c.x.c.SwaggerConfigure$$EnhancerBySpringCGLIB$$5842e850.webApiConfig:32 -------------------------【Swagger 配置】----------------------------
2021-05-21 13:35:24.193 INFO [restartedMain]c.x.c.SwaggerConfigure$$EnhancerBySpringCGLIB$$5842e850.webApiConfig2:61 -------------------------【Swagger2 配置】----------------------------
2021-05-21 13:35:24.404 INFO [restartedMain]o.s.security.web.DefaultSecurityFilterChain.<init>:43 -Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@62306abb, org.springframework.security.web.context.SecurityContextPersistenceFilter@2ca6ebc7, org.springframework.security.web.header.HeaderWriterFilter@5aa2aeb1, org.springframework.security.web.authentication.logout.LogoutFilter@4e5eb6f2, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3a1a1409, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@12325f08, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7ba843c1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5737ed38, org.springframework.security.web.session.SessionManagementFilter@2e5019c2, org.springframework.security.web.access.ExceptionTranslationFilter@18de7f0d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2934a327]
2021-05-21 13:35:24.672 INFO [restartedMain]o.s.scheduling.concurrent.ThreadPoolTaskExecutor.initialize:181 -Initializing ExecutorService 'applicationTaskExecutor'
2021-05-21 13:35:24.738 WARN [restartedMain]o.s.boot.devtools.autoconfigure.OptionalLiveReloadServer.startServer:61 -Unable to start LiveReload server
2021-05-21 13:35:24.797 INFO [restartedMain]o.s.b.a.web.servlet.WelcomePageHandlerMapping.<init>:58 -Adding welcome page template: index
2021-05-21 13:35:25.616 INFO [restartedMain]o.s.scheduling.concurrent.ThreadPoolTaskScheduler.initialize:181 -Initializing ExecutorService 'taskScheduler'
2021-05-21 13:35:25.693 INFO [restartedMain]org.apache.coyote.http11.Http11NioProtocol.log:173 -Starting ProtocolHandler ["http-nio-8081"]
2021-05-21 13:35:25.734 INFO [restartedMain]o.s.boot.web.embedded.tomcat.TomcatWebServer.start:220 -Tomcat started on port(s): 8081 (http) with context path ''
2021-05-21 13:35:25.736 INFO [restartedMain]s.d.spring.web.plugins.DocumentationPluginsBootstrapper.start:151 -Context refreshed
2021-05-21 13:35:25.763 INFO [restartedMain]s.d.spring.web.plugins.DocumentationPluginsBootstrapper.start:154 -Found 2 custom documentation plugin(s)
2021-05-21 13:35:25.827 INFO [restartedMain]s.d.spring.web.scanners.ApiListingReferenceScanner.scan:41 -Scanning for api listing references
2021-05-21 13:35:26.028 WARN [restartedMain]s.d.spring.web.readers.parameter.ParameterDataTypeReader.apply:92 -Trying to infer dataType java.lang.String[]
2021-05-21 13:35:26.031 WARN [restartedMain]s.d.spring.web.readers.parameter.ParameterDataTypeReader.apply:92 -Trying to infer dataType java.lang.String[]
2021-05-21 13:35:26.250 INFO [restartedMain]s.d.spring.web.scanners.ApiListingReferenceScanner.scan:41 -Scanning for api listing references
2021-05-21 13:35:26.257 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: getMenuTreesByUsernameUsingPOST_1
2021-05-21 13:35:26.260 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: getMenusByUsernameUsingPOST_1
2021-05-21 13:35:26.262 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: getsiteUsingPOST_1
2021-05-21 13:35:26.270 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: CodelTrackListUsingPOST_1
2021-05-21 13:35:26.275 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: reomveCodelTrackUsingPOST_1
2021-05-21 13:35:26.277 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: saveCodelTrackUsingPOST_1
2021-05-21 13:35:26.283 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: updateCODelDetailUsingPOST_1
2021-05-21 13:35:26.285 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: updateCodelTrackUsingPOST_1
2021-05-21 13:35:26.288 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: removeMrpPlanCalculationUsingPOST_1
2021-05-21 13:35:26.290 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchMrpPlanDataListUsingPOST_1
2021-05-21 13:35:26.291 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchReplenishmentListUsingPOST_1
2021-05-21 13:35:26.294 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchForwarderDetailListUsingPOST_1
2021-05-21 13:35:26.295 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchForwarderListUsingPOST_1
2021-05-21 13:35:26.296 WARN [restartedMain]s.d.spring.web.readers.parameter.ParameterDataTypeReader.apply:92 -Trying to infer dataType java.lang.String[]
2021-05-21 13:35:26.296 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: downloadFileUsingGET_1
2021-05-21 13:35:26.297 WARN [restartedMain]s.d.spring.web.readers.parameter.ParameterDataTypeReader.apply:92 -Trying to infer dataType java.lang.String[]
2021-05-21 13:35:26.298 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: downloadFileUrlUsingGET_1
2021-05-21 13:35:26.305 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: uploadQuotationDataUsingPOST_1
2021-05-21 13:35:26.307 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: baseUsingGET_1
2021-05-21 13:35:26.307 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: indexUsingGET_1
2021-05-21 13:35:26.308 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: loginUsingGET_1
2021-05-21 13:35:26.309 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: saveInventoryListUsingPOST_1
2021-05-21 13:35:26.313 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchInventoryListUsingPOST_1
2021-05-21 13:35:26.314 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: insertProductionPlanUsingPOST_1
2021-05-21 13:35:26.315 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: updateReplenishmentCalculationUsingPOST_1
2021-05-21 13:35:26.316 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: commonPageUsingGET_1
2021-05-21 13:35:26.318 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: homePageUsingGET_1
2021-05-21 13:35:26.322 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: removePartPlanInfoUsingPOST_1
2021-05-21 13:35:26.324 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: savePartPlanInfoUsingPOST_1
2021-05-21 13:35:26.327 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: savePartPlanInfoListUsingPOST_1
2021-05-21 13:35:26.333 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchPartListUsingPOST_1
2021-05-21 13:35:26.335 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchPartPlanInfoListUsingPOST_1
2021-05-21 13:35:26.336 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchPartWareHouseListUsingPOST_1
2021-05-21 13:35:26.336 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchWhousePartListUsingPOST_1
2021-05-21 13:35:26.337 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: updatePartPlanInfoUsingPOST_1
2021-05-21 13:35:26.339 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: insertPromotionHistUsingPOST_1
2021-05-21 13:35:26.340 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: removePromotionHistUsingPOST_1
2021-05-21 13:35:26.341 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: savePromotionHistListUsingPOST_1
2021-05-21 13:35:26.343 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchPromotionHistListUsingPOST_1
2021-05-21 13:35:26.344 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: updatePromotionHistUsingPOST_1
2021-05-21 13:35:26.345 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchShopOrderRequisitionListUsingPOST_1
2021-05-21 13:35:26.347 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: delRoleUsingPOST_1
2021-05-21 13:35:26.349 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: getRoleDataByConUsingPOST_1
2021-05-21 13:35:26.349 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: getTreeDataByRoleIdUsingPOST_1
2021-05-21 13:35:26.350 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: getTreeDataByUsernameUsingPOST_1
2021-05-21 13:35:26.352 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: getUserDataByConUsingPOST_1
2021-05-21 13:35:26.352 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: getaddnameUsingPOST_1
2021-05-21 13:35:26.353 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: initMenusUsingPOST_1
2021-05-21 13:35:26.354 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: saveAuthUsingPOST_1
2021-05-21 13:35:26.355 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: saveRoleUsingPOST_1
2021-05-21 13:35:26.356 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: saveUserRoleUsingPOST_1
2021-05-21 13:35:26.358 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: addWareHouseUsingPOST_1
2021-05-21 13:35:26.359 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: searchWareHouseListUsingPOST_1
2021-05-21 13:35:26.360 INFO [restartedMain]s.d.s.w.readers.operation.CachingOperationNameGenerator.startingWith:40 -Generating unique operation named: updateWareHouseUsingPOST_1
2021-05-21 13:35:26.388 INFO [restartedMain]com.xjfast.DaMaiApplication.logStarted:61 -Started DaMaiApplication in 9.865 seconds (JVM running for 11.346)
2021-05-21 13:35:26.539 DEBUG [restartedMain]com.xjfast.mapper.UserMapper.getUserMenus.debug:137 -==> Preparing: SELECT rf.resource_id resourceId, rf.resource_name resourceName, rf.parent_resource parentResource, rf.status, rf.resource_type resourceType, rf.resource_level resourceLevel, rf.have_child haveChild, rf.new_tab newTab, rf.show_mark showMark, rf.font_label fontLabel, rf.resource_url resourceUrl, rf.menu_set menuSet, ur.username FROM resource_function rf LEFT JOIN role_resource res ON res.resource_id = rf.resource_id LEFT JOIN user_role ur ON ur.role_id = res.role_id WHERE rf.status = 'Y' AND rf.item_type = ? AND rf.resource_type = ? ORDER BY ur.username,rf.resource_level, rf.sort_no
2021-05-21 13:35:26.593 DEBUG [restartedMain]com.xjfast.mapper.UserMapper.getUserMenus.debug:137 -==> Parameters: XuJie-Fast(String), M(String)
2021-05-21 13:35:26.719 DEBUG [restartedMain]com.xjfast.mapper.UserMapper.getUserMenus.debug:137 -<== Total: 65
2021-05-21 13:35:26.797 DEBUG [restartedMain]com.xjfast.mapper.UserMapper.getUserMenus.debug:137 -==> Preparing: SELECT rf.resource_id resourceId, rf.resource_name resourceName, rf.parent_resource parentResource, rf.status, rf.resource_type resourceType, rf.resource_level resourceLevel, rf.have_child haveChild, rf.new_tab newTab, rf.show_mark showMark, rf.font_label fontLabel, rf.resource_url resourceUrl, rf.menu_set menuSet, ur.username FROM resource_function rf LEFT JOIN role_resource res ON res.resource_id = rf.resource_id LEFT JOIN user_role ur ON ur.role_id = res.role_id WHERE rf.status = 'Y' AND rf.item_type = ? AND rf.resource_type = ? ORDER BY ur.username,rf.resource_level, rf.sort_no
2021-05-21 13:35:26.797 DEBUG [restartedMain]com.xjfast.mapper.UserMapper.getUserMenus.debug:137 -==> Parameters: null(String), P(String)
2021-05-21 13:35:26.807 DEBUG [restartedMain]com.xjfast.mapper.UserMapper.getUserMenus.debug:137 -<== Total: 0
2021-05-21 13:35:26.847 ERROR [restartedMain]com.xjfast.config.PdaMenuConfig.run:49 -权限数据缺失,请补充后再试!
2021-05-21 13:35:26.861 INFO [http-nio-8081-exec-1]o.a.catalina.core.ContainerBase.[Tomcat].[localhost].[/].log:173 -Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-21 13:35:26.861 INFO [http-nio-8081-exec-1]org.springframework.web.servlet.DispatcherServlet.initServletBean:525 -Initializing Servlet 'dispatcherServlet'
2021-05-21 13:35:26.871 DEBUG [restartedMain]com.xjfast.mapper.UserMapper.loadPageMenuUrl.debug:137 -==> Preparing: SELECT rf.resource_url, rf.resource_addr, rf.resource_page FROM resource_function rf WHERE rf.status = 'Y' AND rf.resource_level > 1 AND rf.resource_url LIKE '%common%' AND rf.item_type = ?
2021-05-21 13:35:26.872 DEBUG [restartedMain]com.xjfast.mapper.UserMapper.loadPageMenuUrl.debug:137 -==> Parameters: XuJie-Fast(String)
2021-05-21 13:35:26.878 DEBUG [restartedMain]com.xjfast.mapper.UserMapper.loadPageMenuUrl.debug:137 -<== Total: 13
2021-05-21 13:35:26.882 INFO [http-nio-8081-exec-1]org.springframework.web.servlet.DispatcherServlet.initServletBean:547 -Completed initialization in 21 ms
2021-05-21 13:35:26.927 INFO [restartedMain]com.xjfast.config.menuUrlConfig.run:33 -url配置数据加载时完成!
2021-05-21 13:35:30.360 INFO [http-nio-8081-exec-10]com.xjfast.security.CustomUserDetailsService.loadUserByUsername:43 -用户登录成功:admin
2021-05-21 13:35:30.673 INFO [http-nio-8081-exec-10]com.xjfast.security.CustomAuthSuccessHandler.onAuthenticationSuccess:27 -Current Request User Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36
2021-05-21 13:35:30.721 DEBUG [http-nio-8081-exec-1]com.xjfast.mapper.UserMapper.findUserByUsername.debug:137 -==> Preparing: select UserID as username, UserName as display, Site as site, Password password, Status as status, CreateDate as createdDate from Users where UserID = ?
2021-05-21 13:35:30.723 DEBUG [http-nio-8081-exec-1]com.xjfast.mapper.UserMapper.findUserByUsername.debug:137 -==> Parameters: Admin(String)
2021-05-21 13:35:30.736 DEBUG [http-nio-8081-exec-1]com.xjfast.mapper.UserMapper.findUserByUsername.debug:137 -<== Total: 1
2021-05-21 13:35:33.200 DEBUG [http-nio-8081-exec-10]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -==> Preparing: SELECT i.WarehouseID,i.PartNo,i.QtyOnHand, p.PartDescription, w.WareHouseName, i.site, w.WareHouseType, w.WareHouseType_DB FROM WareHouse w LEFT JOIN InventoryStock i ON ( w.WareHouseID = i.WareHouseID ) LEFT JOIN Part p ON ( p.PartNo = i.PartNo ) WHERE i.site = ? and w.site=? and p.site=?
2021-05-21 13:35:33.202 DEBUG [http-nio-8081-exec-10]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -==> Parameters: 1(String), 1(String), 1(String)
2021-05-21 13:35:33.210 DEBUG [http-nio-8081-exec-10]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -<== Total: 4
2021-05-21 13:38:20.224 DEBUG [http-nio-8081-exec-6]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -==> Preparing: SELECT i.WarehouseID,i.PartNo,i.QtyOnHand, p.PartDescription, w.WareHouseName, i.site, w.WareHouseType, w.WareHouseType_DB FROM WareHouse w LEFT JOIN InventoryStock i ON ( w.WareHouseID = i.WareHouseID ) LEFT JOIN Part p ON ( p.PartNo = i.PartNo ) WHERE i.site = ? and w.site=? and p.site=?
2021-05-21 13:38:20.226 DEBUG [http-nio-8081-exec-6]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -==> Parameters: 1(String), 1(String), 1(String)
2021-05-21 13:38:20.235 DEBUG [http-nio-8081-exec-6]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -<== Total: 4
2021-05-21 13:43:59.811 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.InventorystockMapper.selectList.debug:137 -==> Preparing: SELECT site,warehouseid,partno,batchno,locationid,firstindate,latestoutdate,latestindate,activedate,inqty,outqty,qtyonhand,qtyreserved,instandardvalue,inactualvalue,outstandardvalue,outactualvalue,partnerid,partnertype,latestcountdate,freezeflag,qtytmp,manufacturedate,expireddate,qtytoissue,demandpartnertype,demandpartnerid,demandpartnername FROM inventorystock
2021-05-21 13:43:59.813 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.InventorystockMapper.selectList.debug:137 -==> Parameters:
2021-05-21 13:43:59.850 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.InventorystockMapper.selectList.debug:137 -<== Total: 4
2021-05-21 13:43:59.885 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.getTransNo.debug:137 -==> Preparing: select dbo.Get_TransNo(?, ?)
2021-05-21 13:43:59.887 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.getTransNo.debug:137 -==> Parameters: 1(String), OR(String)
2021-05-21 13:43:59.907 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.getTransNo.debug:137 -<== Total: 1
2021-05-21 13:43:59.943 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.getTransNo.debug:137 -==> Preparing: select dbo.Get_TransNo(?, ?)
2021-05-21 13:43:59.946 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.getTransNo.debug:137 -==> Parameters: 1(String), OC(String)
2021-05-21 13:43:59.968 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.getTransNo.debug:137 -<== Total: 1
2021-05-21 13:44:00.009 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.saveTransHeaderList.debug:137 -==> Preparing: INSERT INTO TransHeader ( TransNo, Site, WarehouseID, TransDate, TransType_DB, TransType, UserName, Status ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? ) , ( ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 13:44:00.012 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.saveTransHeaderList.debug:137 -==> Parameters: OR00000026(String), 1(String), M1001(String), 2021-05-21 13:43:59.884(Timestamp), OR(String), 其它入库(String), Admin(String), Y(String), OC00000020(String), 1(String), M1001(String), 2021-05-21 13:43:59.884(Timestamp), OC(String), 其它出库(String), Admin(String), Y(String)
2021-05-21 13:44:00.040 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.saveTransHeaderList.debug:137 -<== Updates: 2
2021-05-21 13:44:00.051 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransdetailMapper.saveTransDetaiList.debug:137 -==> Preparing: INSERT INTO TransDetail ( TransNo, Site, PartNo, TransQty, Direction,ItemNo,BatchNo,LocationID ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? ) , ( ?, ?, ?, ?, ?, ?, ?, ? ) , ( ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 13:44:00.055 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransdetailMapper.saveTransDetaiList.debug:137 -==> Parameters: OR00000026(String), 1(String), 1006783(String), 100.0(Double), +(String), 1.0(Double), *(String), *(String), OC00000020(String), 1(String), 1006777(String), 50.0(Double), -(String), 1.0(Double), *(String), *(String), OC00000020(String), 1(String), 1006831(String), 100.0(Double), -(String), 2.0(Double), *(String), *(String)
2021-05-21 13:44:00.066 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransdetailMapper.saveTransDetaiList.debug:137 -<== Updates: 1
2021-05-21 13:44:00.085 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.updateTranNo.debug:137 -==> Preparing: EXEC ? ?, ?
2021-05-21 13:44:00.087 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.updateTranNo.debug:137 -==> Parameters: dbo.UpdateTransNo(String), 1(String), OR(String)
2021-05-21 13:44:00.093 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.updateTranNo.debug:137 -<== Updates: 1
2021-05-21 13:44:00.112 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.updateTranNo.debug:137 -==> Preparing: EXEC ? ?, ?
2021-05-21 13:44:00.114 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.updateTranNo.debug:137 -==> Parameters: dbo.UpdateTransNo(String), 1(String), OC(String)
2021-05-21 13:44:00.118 DEBUG [http-nio-8081-exec-7]com.xjfast.mapper.TransheaderMapper.updateTranNo.debug:137 -<== Updates: 1
2021-05-21 13:44:07.515 DEBUG [http-nio-8081-exec-8]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -==> Preparing: SELECT i.WarehouseID,i.PartNo,i.QtyOnHand, p.PartDescription, w.WareHouseName, i.site, w.WareHouseType, w.WareHouseType_DB FROM WareHouse w LEFT JOIN InventoryStock i ON ( w.WareHouseID = i.WareHouseID ) LEFT JOIN Part p ON ( p.PartNo = i.PartNo ) WHERE i.site = ? and w.site=? and p.site=?
2021-05-21 13:44:07.517 DEBUG [http-nio-8081-exec-8]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -==> Parameters: 1(String), 1(String), 1(String)
2021-05-21 13:44:07.530 DEBUG [http-nio-8081-exec-8]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -<== Total: 4
2021-05-21 14:02:55.859 DEBUG [http-nio-8081-exec-8]c.x.m.DeliveryRequisitionMapper.searchReplenishmentList.debug:137 -==> Preparing: -- 补货建议查询 SELECT id, MAX( d.qty_required ) as qty_required, d.ware_house_id, d.part_no, w.WareHouseName, p.PartDescription, MIN ( d.need_date ) AS need_date, d.created_by, GETDATE() created_date, status, d.site FROM delivery_requisition d LEFT JOIN WareHouse w ON ( w.WareHouseID = d.ware_house_id ) LEFT JOIN Part p ON ( p.PartNo = d.part_no ) WHERE d.site = ? AND w.WareHouseType_DB= ? GROUP BY d.id, d.ware_house_id, d.part_no, d.site, w.WareHouseName, p.PartDescription, d.created_by, status
2021-05-21 14:02:55.861 DEBUG [http-nio-8081-exec-8]c.x.m.DeliveryRequisitionMapper.searchReplenishmentList.debug:137 -==> Parameters: 1(String), T(String)
2021-05-21 14:02:55.874 DEBUG [http-nio-8081-exec-8]c.x.m.DeliveryRequisitionMapper.searchReplenishmentList.debug:137 -<== Total: 1
2021-05-21 14:03:02.110 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.removeMrpPlan.debug:137 -==> Preparing: DELETE FROM mrp_plan_data WHERE created_by =? and site =? and calculation_type = ?
2021-05-21 14:03:02.112 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.removeMrpPlan.debug:137 -==> Parameters: Admin(String), 1(String), MS(String)
2021-05-21 14:03:02.130 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.removeMrpPlan.debug:137 -<== Updates: 15
2021-05-21 14:03:02.170 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertMrpInventoryStock.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date,direction,calculation_type,plan_desc,created_by) SELECT i.WarehouseID as ware_house_id, i.PartNo as part_no, i.QtyOnHand as plan_qty, i.site as site, CONVERT(VARCHAR (10), GETDATE(), 120) as plan_date, '+' as direction, ? as calculation_type, '库存' as plan_desc, ? as created_by FROM InventoryStock i LEFT JOIN WareHouse wh on ( i.WarehouseID = wh.WarehouseID) LEFT JOIN part p ON ( p.PartNo = i.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ? and i.site =?
2021-05-21 14:03:02.172 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertMrpInventoryStock.debug:137 -==> Parameters: MS(String), Admin(String), T(String), Admin(String), 1(String)
2021-05-21 14:03:02.189 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertMrpInventoryStock.debug:137 -<== Updates: 5
2021-05-21 14:03:02.222 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpCode.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction,calculation_type,plan_desc,created_by) SELECT cd.WarehouseID AS ware_house_id, cd.PartNo AS part_no, cd.ShipQty AS plan_qty, cd.site AS site, ch.DelDate AS plan_date, '+' as direction, ? as calculation_type, '在途' as plan_desc, ? as created_by FROM CODelDetail cd JOIN CODelHeader ch on (cd.DelNo = ch.DelNo) LEFT JOIN part p ON ( cd.PartNo = p.PartNo ) WHERE p.OtherGroup2 = ?
2021-05-21 14:03:02.224 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpCode.debug:137 -==> Parameters: MS(String), Admin(String), Admin(String)
2021-05-21 14:03:02.231 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpCode.debug:137 -<== Updates: 2
2021-05-21 14:03:02.241 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? as calculation_type, '日消耗' as plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ?
2021-05-21 14:03:02.242 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Parameters: 2021-05-21 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String)
2021-05-21 14:03:02.253 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -<== Updates: 3
2021-05-21 14:03:02.270 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? as calculation_type, '日消耗' as plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ?
2021-05-21 14:03:02.271 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Parameters: 2021-05-22 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String)
2021-05-21 14:03:02.281 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -<== Updates: 3
2021-05-21 14:03:02.291 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? as calculation_type, '日消耗' as plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ?
2021-05-21 14:03:02.293 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Parameters: 2021-05-23 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String)
2021-05-21 14:03:02.309 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -<== Updates: 3
2021-05-21 14:03:02.329 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? as calculation_type, '日消耗' as plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ?
2021-05-21 14:03:02.331 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Parameters: 2021-05-24 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String)
2021-05-21 14:03:02.339 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -<== Updates: 3
2021-05-21 14:03:02.353 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? as calculation_type, '日消耗' as plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ?
2021-05-21 14:03:02.355 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Parameters: 2021-05-25 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String)
2021-05-21 14:03:02.361 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -<== Updates: 3
2021-05-21 14:03:02.386 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? as calculation_type, '日消耗' as plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ?
2021-05-21 14:03:02.388 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Parameters: 2021-05-26 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String)
2021-05-21 14:03:02.403 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -<== Updates: 3
2021-05-21 14:03:02.415 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? as calculation_type, '日消耗' as plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ?
2021-05-21 14:03:02.417 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Parameters: 2021-05-27 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String)
2021-05-21 14:03:02.431 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -<== Updates: 3
2021-05-21 14:03:02.449 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? as calculation_type, '日消耗' as plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ?
2021-05-21 14:03:02.450 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Parameters: 2021-05-28 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String)
2021-05-21 14:03:02.458 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -<== Updates: 3
2021-05-21 14:03:02.473 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? as calculation_type, '日消耗' as plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ?
2021-05-21 14:03:02.475 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Parameters: 2021-05-29 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String)
2021-05-21 14:03:02.482 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -<== Updates: 3
2021-05-21 14:03:02.505 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? as calculation_type, '日消耗' as plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ?
2021-05-21 14:03:02.507 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -==> Parameters: 2021-05-30 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String)
2021-05-21 14:03:02.516 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertDaysMrp.debug:137 -<== Updates: 3
2021-05-21 14:03:02.533 DEBUG [http-nio-8081-exec-2]c.x.mapper.PromotionHistMapper.searchPromotionHistList.debug:137 -==> Preparing: SELECT ph.*, p.PartDescription, wh.WareHouseName FROM promotion_hist ph LEFT JOIN part p ON ( ph.part_no = p.PartNo ) LEFT JOIN WareHouse wh ON ( wh.WareHouseID = ph.ware_house_id ) WHERE p.OtherGroup2 = ? and ph.status = ? and ph.site = ?
2021-05-21 14:03:02.534 DEBUG [http-nio-8081-exec-2]c.x.mapper.PromotionHistMapper.searchPromotionHistList.debug:137 -==> Parameters: Admin(String), 进行中(String), 1(String)
2021-05-21 14:03:02.543 DEBUG [http-nio-8081-exec-2]c.x.mapper.PromotionHistMapper.searchPromotionHistList.debug:137 -<== Total: 3
2021-05-21 14:03:02.563 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.updateMrpHis.debug:137 -==> Preparing: UPDATE mrp_plan_data SET plan_qty = ?, direction = '-', calculation_type = 'MS', plan_desc = '活动消耗' WHERE plan_date >= ? AND plan_date <= ? AND ware_house_id = ? AND part_no = ? AND plan_desc = '日消耗' AND site = ?
2021-05-21 14:03:02.565 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.updateMrpHis.debug:137 -==> Parameters: 50(Integer), 2021-05-17 00:00:00.0(Timestamp), 2021-05-30 00:00:00.0(Timestamp), M1001(String), 1006783(String), 1(String)
2021-05-21 14:03:02.573 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.updateMrpHis.debug:137 -<== Updates: 10
2021-05-21 14:03:02.590 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.updateMrpHis.debug:137 -==> Preparing: UPDATE mrp_plan_data SET plan_qty = ?, direction = '-', calculation_type = 'MS', plan_desc = '活动消耗' WHERE plan_date >= ? AND plan_date <= ? AND ware_house_id = ? AND part_no = ? AND plan_desc = '日消耗' AND site = ?
2021-05-21 14:03:02.592 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.updateMrpHis.debug:137 -==> Parameters: 50(Integer), 2021-05-17 00:00:00.0(Timestamp), 2021-05-30 00:00:00.0(Timestamp), M1001(String), 1006801(String), 1(String)
2021-05-21 14:03:02.601 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.updateMrpHis.debug:137 -<== Updates: 10
2021-05-21 14:03:02.620 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.updateMrpHis.debug:137 -==> Preparing: UPDATE mrp_plan_data SET plan_qty = ?, direction = '-', calculation_type = 'MS', plan_desc = '活动消耗' WHERE plan_date >= ? AND plan_date <= ? AND ware_house_id = ? AND part_no = ? AND plan_desc = '日消耗' AND site = ?
2021-05-21 14:03:02.622 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.updateMrpHis.debug:137 -==> Parameters: 50(Integer), 2021-05-17 00:00:00.0(Timestamp), 2021-05-30 00:00:00.0(Timestamp), M1001(String), 1006831(String), 1(String)
2021-05-21 14:03:02.626 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.updateMrpHis.debug:137 -<== Updates: 0
2021-05-21 14:03:02.650 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.652 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-17 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.661 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.670 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.672 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-18 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.677 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.704 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.705 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-19 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.712 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.734 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.735 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-20 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.743 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.759 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.761 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-21 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.778 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.799 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.801 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-22 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.806 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.829 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.830 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-23 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.839 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.859 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.860 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-24 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.867 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.891 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.892 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-25 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.906 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.932 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.934 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-26 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.943 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.960 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site,ware_house_id, plan_date, direction, calculation_type, plan_desc,created_by ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? )
2021-05-21 14:03:02.961 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -==> Parameters: 1006831(String), 50.0(Double), 1(String), M1001(String), 2021-05-27 00:00:00.0(Timestamp), -(String), MS(String), 活动消耗(String), Admin(String)
2021-05-21 14:03:02.967 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpPlanList.debug:137 -<== Updates: 1
2021-05-21 14:03:02.997 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertInventoryMaintain.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty * cover_days AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? AS calculation_type, '库存安全数' AS plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ? and wh.site =?
2021-05-21 14:03:02.998 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertInventoryMaintain.debug:137 -==> Parameters: 2021-05-31 00:00:00.0(Timestamp), MS(String), Admin(String), T(String), Admin(String), 1(String)
2021-05-21 14:03:03.018 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertInventoryMaintain.debug:137 -<== Updates: 3
2021-05-21 14:03:03.031 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.033 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-21 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-21 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.113 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 0
2021-05-21 14:03:03.154 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.155 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-22 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-22 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.171 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 0
2021-05-21 14:03:03.180 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.181 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-23 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-23 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.188 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 1
2021-05-21 14:03:03.220 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.221 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-24 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-24 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.231 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 1
2021-05-21 14:03:03.240 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.241 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-25 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-25 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.250 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 1
2021-05-21 14:03:03.273 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.275 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-26 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-26 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.282 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 1
2021-05-21 14:03:03.300 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.302 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-27 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-27 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.310 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 1
2021-05-21 14:03:03.329 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.331 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-28 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-28 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.340 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 1
2021-05-21 14:03:03.352 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.354 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-29 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-29 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.365 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 1
2021-05-21 14:03:03.382 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.384 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-30 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-30 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.390 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 1
2021-05-21 14:03:03.410 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc, created_by) SELECT ware_house_id, part_no, -SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) AS qty_required, site, ? AS plan_date, '+' direction, ? calculation_type, '临时补货' plan_desc, ? as created_by FROM mrp_plan_data where plan_date <= ? and calculation_type = ? and site = ? GROUP BY ware_house_id, part_no, site HAVING SUM(CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END) <= 0
2021-05-21 14:03:03.411 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -==> Parameters: 2021-05-31 00:00:00.0(Timestamp), MS(String), Admin(String), 2021-05-31 00:00:00.0(Timestamp), MS(String), 1(String)
2021-05-21 14:03:03.428 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertTemporaryStocking.debug:137 -<== Updates: 1
2021-05-21 14:03:03.447 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.removeDelivryRequisition.debug:137 -==> Preparing: DELETE FROM delivery_requisition WHERE status = '创建' and site =? and created_by =?
2021-05-21 14:03:03.448 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.removeDelivryRequisition.debug:137 -==> Parameters: 1(String), Admin(String)
2021-05-21 14:03:03.456 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.removeDelivryRequisition.debug:137 -<== Updates: 1
2021-05-21 14:03:03.480 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.addMrpPlanData.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc,created_by) SELECT ware_house_id, part_no, SUM(plan_qty) AS plan_qty, site, MIN(plan_date) AS plan_date, '+' AS direction, 'MS' calculation_type, '建议备货' plan_desc, ? as created_by FROM mrp_plan_data WHERE plan_desc = ? and site = ? GROUP BY ware_house_id, part_no, site
2021-05-21 14:03:03.481 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.addMrpPlanData.debug:137 -==> Parameters: Admin(String), 临时补货(String), 1(String)
2021-05-21 14:03:03.488 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.addMrpPlanData.debug:137 -<== Updates: 1
2021-05-21 14:03:03.510 DEBUG [http-nio-8081-exec-2]c.xjfast.mapper.MrpPlanDataMapper.addDelivryRequisition.debug:137 -==> Preparing: INSERT INTO delivery_requisition (qty_required, ware_house_id, part_no, need_date, site, status, created_date, created_by) SELECT SUM(plan_qty) AS qty_required, ware_house_id, part_no, MIN(plan_date) AS need_date, site, '创建' status, CONVERT(VARCHAR (10), GETDATE(), 120) created_date, ? created_by FROM mrp_plan_data WHERE plan_desc = ? GROUP BY ware_house_id, part_no, site
2021-05-21 14:03:03.511 DEBUG [http-nio-8081-exec-2]c.xjfast.mapper.MrpPlanDataMapper.addDelivryRequisition.debug:137 -==> Parameters: Admin(String), 临时补货(String)
2021-05-21 14:03:03.518 DEBUG [http-nio-8081-exec-2]c.xjfast.mapper.MrpPlanDataMapper.addDelivryRequisition.debug:137 -<== Updates: 1
2021-05-21 14:03:03.539 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.removeMrpPlanLs.debug:137 -==> Preparing: DELETE FROM mrp_plan_data WHERE plan_desc = '临时补货' and site =? and created_by =?
2021-05-21 14:03:03.540 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.removeMrpPlanLs.debug:137 -==> Parameters: 1(String), Admin(String)
2021-05-21 14:03:03.549 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.removeMrpPlanLs.debug:137 -<== Updates: 9
2021-05-21 14:03:03.570 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.removeMrpPlan.debug:137 -==> Preparing: DELETE FROM mrp_plan_data WHERE created_by =? and site =? and calculation_type = ?
2021-05-21 14:03:03.572 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.removeMrpPlan.debug:137 -==> Parameters: Admin(String), 1(String), MPS(String)
2021-05-21 14:03:03.579 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.removeMrpPlan.debug:137 -<== Updates: 2
2021-05-21 14:03:03.600 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertMrpInventoryStock.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date,direction,calculation_type,plan_desc,created_by) SELECT i.WarehouseID as ware_house_id, i.PartNo as part_no, i.QtyOnHand as plan_qty, i.site as site, CONVERT(VARCHAR (10), GETDATE(), 120) as plan_date, '+' as direction, ? as calculation_type, '库存' as plan_desc, ? as created_by FROM InventoryStock i LEFT JOIN WareHouse wh on ( i.WarehouseID = wh.WarehouseID) LEFT JOIN part p ON ( p.PartNo = i.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ? and i.site =?
2021-05-21 14:03:03.601 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertMrpInventoryStock.debug:137 -==> Parameters: MPS(String), Admin(String), P(String), Admin(String), 1(String)
2021-05-21 14:03:03.608 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertMrpInventoryStock.debug:137 -<== Updates: 0
2021-05-21 14:03:03.637 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertShopMrp.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc,created_by ) SELECT PartNo AS part_no, ISNULL(LotSize,0) -ISNULL(FinishedQty, 0) AS plan_qty, NeedDate plan_date, Site AS site, '+' AS direction, 'MPS' AS calculation_type, '库存' AS plan_desc, ? as created_by FROM ShopOrder WHERE Status != '已取消' AND Status != '已结束' AND NeedDate <= ? and Site = ?
2021-05-21 14:03:03.639 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertShopMrp.debug:137 -==> Parameters: Admin(String), 2021-05-31 00:00:00.0(Timestamp), 1(String)
2021-05-21 14:03:03.647 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertShopMrp.debug:137 -<== Updates: 0
2021-05-21 14:03:03.669 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMpsPlan.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc,created_by) SELECT ware_house_id AS ware_house_id, part_no AS part_no, MAX(qty_required) AS plan_qty, site AS site, MIN(need_date) AS plan_date, '-' AS direction, ? AS calculation_type, '备货' AS plan_desc, ? as created_by FROM delivery_requisition d WHERE status = '创建' and site =? GROUP BY ware_house_id, part_no, site, created_by, status, site
2021-05-21 14:03:03.671 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMpsPlan.debug:137 -==> Parameters: MPS(String), Admin(String), 1(String)
2021-05-21 14:03:03.676 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMpsPlan.debug:137 -<== Updates: 1
2021-05-21 14:03:03.689 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertInventoryMaintain.debug:137 -==> Preparing: INSERT INTO mrp_plan_data (ware_house_id, part_no, plan_qty, site, plan_date, direction, calculation_type,plan_desc,created_by) SELECT ppi.ware_house_id AS ware_house_id, ppi.part_no AS part_no, ppi.average_consume_qty * cover_days AS plan_qty, ppi.site AS site, ? AS plan_date, '-' AS direction, ? AS calculation_type, '库存安全数' AS plan_desc, ? as created_by FROM part_plan_info ppi LEFT JOIN WareHouse wh on(ppi.ware_house_id = wh.WareHouseID) LEFT JOIN part p ON (ppi.part_no = p.PartNo ) WHERE wh.WareHouseType_DB = ? and p.OtherGroup2 = ? and wh.site =?
2021-05-21 14:03:03.691 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertInventoryMaintain.debug:137 -==> Parameters: 2021-05-31 00:00:00.0(Timestamp), MPS(String), Admin(String), P(String), Admin(String), 1(String)
2021-05-21 14:03:03.698 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertInventoryMaintain.debug:137 -<== Updates: 0
2021-05-21 14:03:03.709 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.reomveShopOrderRequisition.debug:137 -==> Preparing: DELETE FROM shop_order_requisition WHERE status = '创建' and site =?
2021-05-21 14:03:03.710 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.reomveShopOrderRequisition.debug:137 -==> Parameters: 1(String)
2021-05-21 14:03:03.714 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.reomveShopOrderRequisition.debug:137 -<== Updates: 1
2021-05-21 14:03:03.727 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpShopOrder.debug:137 -==> Preparing: INSERT INTO mrp_plan_data ( part_no, plan_qty, site, plan_date, direction, calculation_type, plan_desc,created_by ) SELECT part_no, - SUM ( CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END ) AS plan_qty, site, MIN(plan_date), '+' AS direction, 'MPS' AS calculation_type, '建议生产' AS plan_desc, ? as created_by FROM mrp_plan_data WHERE calculation_type = 'MPS' and plan_desc != '建议生产' GROUP BY part_no, site HAVING SUM ( CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END ) <= 0
2021-05-21 14:03:03.729 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpShopOrder.debug:137 -==> Parameters: Admin(String)
2021-05-21 14:03:03.738 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.MrpPlanDataMapper.insertMrpShopOrder.debug:137 -<== Updates: 1
2021-05-21 14:03:03.760 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertShopOrderRequisition.debug:137 -==> Preparing: INSERT INTO shop_order_requisition ( site, part_no, need_date, status, qty_required, created_by, created_date ) SELECT site, part_no, MIN(plan_date) AS need_date, '创建' AS status, - SUM ( CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END ) AS qty_required, 'admin' AS created_by, GETDATE( ) AS created_date FROM mrp_plan_data WHERE calculation_type = 'MPS' AND plan_desc != '建议生产' GROUP BY part_no, site HAVING SUM ( CASE WHEN direction = '+' THEN + plan_qty ELSE - plan_qty END ) <= 0
2021-05-21 14:03:03.762 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertShopOrderRequisition.debug:137 -==> Parameters:
2021-05-21 14:03:03.769 DEBUG [http-nio-8081-exec-2]c.x.mapper.MrpPlanDataMapper.insertShopOrderRequisition.debug:137 -<== Updates: 1
2021-05-21 14:03:03.855 DEBUG [http-nio-8081-exec-7]c.x.m.DeliveryRequisitionMapper.searchReplenishmentList.debug:137 -==> Preparing: -- 补货建议查询 SELECT id, MAX( d.qty_required ) as qty_required, d.ware_house_id, d.part_no, w.WareHouseName, p.PartDescription, MIN ( d.need_date ) AS need_date, d.created_by, GETDATE() created_date, status, d.site FROM delivery_requisition d LEFT JOIN WareHouse w ON ( w.WareHouseID = d.ware_house_id ) LEFT JOIN Part p ON ( p.PartNo = d.part_no ) WHERE d.site = ? AND w.WareHouseType_DB= ? GROUP BY d.id, d.ware_house_id, d.part_no, d.site, w.WareHouseName, p.PartDescription, d.created_by, status
2021-05-21 14:03:03.856 DEBUG [http-nio-8081-exec-7]c.x.m.DeliveryRequisitionMapper.searchReplenishmentList.debug:137 -==> Parameters: 1(String), T(String)
2021-05-21 14:03:03.866 DEBUG [http-nio-8081-exec-7]c.x.m.DeliveryRequisitionMapper.searchReplenishmentList.debug:137 -<== Total: 1
2021-05-21 14:03:07.714 DEBUG [http-nio-8081-exec-10]c.xjfast.mapper.MrpPlanDataMapper.searchMrpPlanDataList.debug:137 -==> Preparing: select m.*, p.PartDescription, w.WareHouseName from mrp_plan_data m left join Part p on (m.part_no = p.PartNo) left join WareHouse w on (w.WareHouseID = m.ware_house_id) WHERE m.site = ? and m.plan_desc != ? and m.part_no = ? and m.ware_house_id = ? and m.calculation_type = ? order by m.plan_date
2021-05-21 14:03:07.716 DEBUG [http-nio-8081-exec-10]c.xjfast.mapper.MrpPlanDataMapper.searchMrpPlanDataList.debug:137 -==> Parameters: 1(String), 临时补货(String), 1006777(String), M1001(String), MS(String)
2021-05-21 14:03:07.756 DEBUG [http-nio-8081-exec-10]c.xjfast.mapper.MrpPlanDataMapper.searchMrpPlanDataList.debug:137 -<== Total: 16
2021-05-21 14:03:07.803 DEBUG [http-nio-8081-exec-4]c.xjfast.mapper.MrpPlanDataMapper.searchMrpPlanDataList.debug:137 -==> Preparing: select m.*, p.PartDescription, w.WareHouseName from mrp_plan_data m left join Part p on (m.part_no = p.PartNo) left join WareHouse w on (w.WareHouseID = m.ware_house_id) WHERE m.site = ? and m.plan_desc != ? and m.part_no = ? and m.ware_house_id = ? and m.calculation_type = ? order by m.plan_date
2021-05-21 14:03:07.810 DEBUG [http-nio-8081-exec-4]c.xjfast.mapper.MrpPlanDataMapper.searchMrpPlanDataList.debug:137 -==> Parameters: 1(String), 临时补货(String), 1006777(String), M1001(String), MS(String)
2021-05-21 14:03:07.836 DEBUG [http-nio-8081-exec-4]c.xjfast.mapper.MrpPlanDataMapper.searchMrpPlanDataList.debug:137 -<== Total: 16
2021-05-21 14:03:41.010 DEBUG [http-nio-8081-exec-6]c.xjfast.mapper.MrpPlanDataMapper.searchMrpPlanDataList.debug:137 -==> Preparing: select m.*, p.PartDescription, w.WareHouseName from mrp_plan_data m left join Part p on (m.part_no = p.PartNo) left join WareHouse w on (w.WareHouseID = m.ware_house_id) WHERE m.site = ? and m.plan_desc != ? and m.part_no = ? and m.ware_house_id = ? and m.calculation_type = ? order by m.plan_date
2021-05-21 14:03:41.012 DEBUG [http-nio-8081-exec-6]c.xjfast.mapper.MrpPlanDataMapper.searchMrpPlanDataList.debug:137 -==> Parameters: 1(String), 临时补货(String), 1006777(String), M1001(String), MS(String)
2021-05-21 14:03:41.028 DEBUG [http-nio-8081-exec-6]c.xjfast.mapper.MrpPlanDataMapper.searchMrpPlanDataList.debug:137 -<== Total: 16
2021-05-21 14:03:57.628 DEBUG [http-nio-8081-exec-8]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -==> Preparing: SELECT i.WarehouseID,i.PartNo,i.QtyOnHand, p.PartDescription, w.WareHouseName, i.site, w.WareHouseType, w.WareHouseType_DB FROM WareHouse w LEFT JOIN InventoryStock i ON ( w.WareHouseID = i.WareHouseID ) LEFT JOIN Part p ON ( p.PartNo = i.PartNo ) WHERE i.site = ? and w.site=? and p.site=?
2021-05-21 14:03:57.629 DEBUG [http-nio-8081-exec-8]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -==> Parameters: 1(String), 1(String), 1(String)
2021-05-21 14:03:57.637 DEBUG [http-nio-8081-exec-8]c.xjfast.mapper.InventorystockMapper.searchInventoryList.debug:137 -<== Total: 5
2021-05-21 14:08:51.004 INFO [http-nio-8081-exec-7]org.apache.tomcat.util.http.parser.Cookie.log:173 -A cookie header was received [1621300312,1621396229,1621564766; d2admin-1.23.0-lang=zh-chs; d2admin-1.23.0-uuid=admin-uuid; d2admin-1.23.0-token=cd42323f-b5b6-44fd-b98f-2f920e77cdb9; d2admin-1.20.1-lang=zh-chs; Hm_lpvt_bc38887aa5588add05a38704342ad7e8=1621575180; app-uuid=694e4e25a417cad6c093f5880f62807b; app-token=eyJhbGciOiJIUzUxMiJ9.eyJjcmVhdGVkIjoxNjIxNTc1MTg3NjQ3LCJleHAiOjE2MjIyOTUxODcsInVzZXJJZCI6MX0.BjP0xUa6Yx5ut_-oruV0sNEdHhBzIqog0DIQ42mEv0zhHOXoZzmQNISBUMQdbwTMRXjLCmOa8f_ZaDPQW_SFHQ; d2admin-1.20.1-uuid=admin-uuid; d2admin-1.20.1-token=211610eb-9535-4a11-abee-953cc9a0a063] that contained an invalid cookie. That cookie will be ignored.
Note: further occurrences of this error will be logged at DEBUG level.
2021-05-21 14:21:31.275 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.UserMapper.findUserByUsername.debug:137 -==> Preparing: select UserID as username, UserName as display, Site as site, Password password, Status as status, CreateDate as createdDate from Users where UserID = ?
2021-05-21 14:21:31.276 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.UserMapper.findUserByUsername.debug:137 -==> Parameters: Admin(String)
2021-05-21 14:21:31.282 DEBUG [http-nio-8081-exec-2]com.xjfast.mapper.UserMapper.findUserByUsername.debug:137 -<== Total: 1
Loading…
Cancel
Save