Browse Source

添加项目文件。

master
bin.jiang 2 years ago
commit
2c5c18555a
  1. 1
      .gitattributes
  2. 259
      .gitignore
  3. 5
      .prettierrc
  4. 6
      NuGet.Config
  5. 139
      WmsWebApi.sln
  6. 23
      WmsWebApi.sln.DotSettings
  7. 17
      common.props
  8. 20
      database/Dockerfile
  9. 805
      database/IdentityServer.sql
  10. 51
      database/WmsWebApi.sql
  11. 12
      database/entrypoint.sh
  12. 13
      docker-compose.migrations.yml
  13. 29
      docker-compose.override.yml
  14. 25
      docker-compose.yml
  15. 3
      host/WmsWebApi.Host.Shared/FodyWeavers.xml
  16. 30
      host/WmsWebApi.Host.Shared/FodyWeavers.xsd
  17. 10
      host/WmsWebApi.Host.Shared/MultiTenancy/MultiTenancyConsts.cs
  18. 10
      host/WmsWebApi.Host.Shared/WmsWebApi.Host.Shared.csproj
  19. 12
      host/WmsWebApi.HttpApi.Host/.config/dotnet-tools.json
  20. 13
      host/WmsWebApi.HttpApi.Host/Controllers/HomeController.cs
  21. 18
      host/WmsWebApi.HttpApi.Host/Dockerfile
  22. 21
      host/WmsWebApi.HttpApi.Host/EntityFrameworkCore/WmsWebApiHttpApiHostMigrationsDbContext.cs
  23. 29
      host/WmsWebApi.HttpApi.Host/EntityFrameworkCore/WmsWebApiHttpApiHostMigrationsDbContextFactory.cs
  24. 3
      host/WmsWebApi.HttpApi.Host/FodyWeavers.xml
  25. 30
      host/WmsWebApi.HttpApi.Host/FodyWeavers.xsd
  26. 1160
      host/WmsWebApi.HttpApi.Host/Logs/logs20220208.txt
  27. 3411
      host/WmsWebApi.HttpApi.Host/Logs/logs20220209.txt
  28. 171
      host/WmsWebApi.HttpApi.Host/Logs/logs20220210.txt
  29. 393
      host/WmsWebApi.HttpApi.Host/Logs/logs20220211.txt
  30. 1263
      host/WmsWebApi.HttpApi.Host/Logs/logs20220213.txt
  31. 4200
      host/WmsWebApi.HttpApi.Host/Logs/logs20220214.txt
  32. 2480
      host/WmsWebApi.HttpApi.Host/Logs/logs20220215.txt
  33. 2892
      host/WmsWebApi.HttpApi.Host/Logs/logs20220216.txt
  34. 2880
      host/WmsWebApi.HttpApi.Host/Logs/logs20220218.txt
  35. 2157
      host/WmsWebApi.HttpApi.Host/Logs/logs20220219.txt
  36. 2214
      host/WmsWebApi.HttpApi.Host/Logs/logs20220220.txt
  37. 863
      host/WmsWebApi.HttpApi.Host/Logs/logs20220221.txt
  38. 1251
      host/WmsWebApi.HttpApi.Host/Logs/logs20220222.txt
  39. 2247
      host/WmsWebApi.HttpApi.Host/Logs/logs20220223.txt
  40. 2668
      host/WmsWebApi.HttpApi.Host/Logs/logs20220224.txt
  41. 305
      host/WmsWebApi.HttpApi.Host/Logs/logs20220225.txt
  42. 1628
      host/WmsWebApi.HttpApi.Host/Logs/logs20220226.txt
  43. 288
      host/WmsWebApi.HttpApi.Host/Logs/logs20220301.txt
  44. 559
      host/WmsWebApi.HttpApi.Host/Logs/logs20220302.txt
  45. 11522
      host/WmsWebApi.HttpApi.Host/Logs/logs20220304.txt
  46. 532
      host/WmsWebApi.HttpApi.Host/Logs/logs20220305.txt
  47. 352
      host/WmsWebApi.HttpApi.Host/Logs/logs20220307.txt
  48. 585
      host/WmsWebApi.HttpApi.Host/Logs/logs20220308.txt
  49. 323
      host/WmsWebApi.HttpApi.Host/Logs/logs20220309.txt
  50. 759
      host/WmsWebApi.HttpApi.Host/Logs/logs20220422.txt
  51. 126
      host/WmsWebApi.HttpApi.Host/Logs/logs20220705.txt
  52. 630
      host/WmsWebApi.HttpApi.Host/Logs/logs20220819.txt
  53. 1080
      host/WmsWebApi.HttpApi.Host/Logs/logs20221125.txt
  54. 198
      host/WmsWebApi.HttpApi.Host/Migrations/20220125054352_Initail.Designer.cs
  55. 79
      host/WmsWebApi.HttpApi.Host/Migrations/20220125054352_Initail.cs
  56. 198
      host/WmsWebApi.HttpApi.Host/Migrations/20220125054421_12345.Designer.cs
  57. 17
      host/WmsWebApi.HttpApi.Host/Migrations/20220125054421_12345.cs
  58. 196
      host/WmsWebApi.HttpApi.Host/Migrations/WmsWebApiHttpApiHostMigrationsDbContextModelSnapshot.cs
  59. 57
      host/WmsWebApi.HttpApi.Host/Program.cs
  60. 27
      host/WmsWebApi.HttpApi.Host/Properties/launchSettings.json
  61. 21
      host/WmsWebApi.HttpApi.Host/Startup.cs
  62. 46
      host/WmsWebApi.HttpApi.Host/WmsWebApi.HttpApi.Host.csproj
  63. 257
      host/WmsWebApi.HttpApi.Host/WmsWebApiHttpApiHostModule.cs
  64. 21
      host/WmsWebApi.HttpApi.Host/appsettings.json
  65. 2
      host/WmsWebApi.HttpApi.Host/appsettings.secrets.json
  66. 4
      host/WmsWebApi.HttpApi.Host/yarn.lock
  67. 18
      host/WmsWebApi.IdentityServer/Dockerfile
  68. 34
      host/WmsWebApi.IdentityServer/EntityFrameworkCore/IdentityServerHostMigrationsDbContext.cs
  69. 29
      host/WmsWebApi.IdentityServer/EntityFrameworkCore/IdentityServerHostMigrationsDbContextFactory.cs
  70. 3
      host/WmsWebApi.IdentityServer/FodyWeavers.xml
  71. 30
      host/WmsWebApi.IdentityServer/FodyWeavers.xsd
  72. 324
      host/WmsWebApi.IdentityServer/IdentityServer/IdentityServerDataSeedContributor.cs
  73. 2247
      host/WmsWebApi.IdentityServer/Migrations/20210528093513_Initial.Designer.cs
  74. 1333
      host/WmsWebApi.IdentityServer/Migrations/20210528093513_Initial.cs
  75. 2245
      host/WmsWebApi.IdentityServer/Migrations/IdentityServerHostMigrationsDbContextModelSnapshot.cs
  76. 34
      host/WmsWebApi.IdentityServer/Pages/Index.cshtml
  77. 11
      host/WmsWebApi.IdentityServer/Pages/Index.cshtml.cs
  78. 4
      host/WmsWebApi.IdentityServer/Pages/_ViewImports.cshtml
  79. 57
      host/WmsWebApi.IdentityServer/Program.cs
  80. 27
      host/WmsWebApi.IdentityServer/Properties/launchSettings.json
  81. 21
      host/WmsWebApi.IdentityServer/Startup.cs
  82. 69
      host/WmsWebApi.IdentityServer/WmsWebApi.IdentityServer.csproj
  83. 235
      host/WmsWebApi.IdentityServer/WmsWebApiIdentityServerModule.cs
  84. 11
      host/WmsWebApi.IdentityServer/abp.resourcemapping.js
  85. 41
      host/WmsWebApi.IdentityServer/appsettings.json
  86. 2
      host/WmsWebApi.IdentityServer/appsettings.secrets.json
  87. 9
      host/WmsWebApi.IdentityServer/gulpfile.js
  88. 8
      host/WmsWebApi.IdentityServer/package.json
  89. 1
      host/WmsWebApi.IdentityServer/tempkey.jwk
  90. 1
      host/WmsWebApi.IdentityServer/tempkey.rsa
  91. 4586
      host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/css/all.css
  92. 2172
      host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/css/v4-shims.css
  93. BIN
      host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot
  94. 3633
      host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg
  95. BIN
      host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
  96. BIN
      host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff
  97. BIN
      host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2
  98. BIN
      host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot
  99. 803
      host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg
  100. BIN
      host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf

1
.gitattributes

@ -0,0 +1 @@
**/wwwroot/libs/** linguist-vendored

259
.gitignore

@ -0,0 +1,259 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# DNX
project.lock.json
artifacts/
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding add-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# JetBrains Rider
.idea/
*.sln.iml
# WmsWebApi
host/WmsWebApi.IdentityServer/Logs/logs.txt
host/WmsWebApi.HttpApi.Host/Logs/logs.txt
host/WmsWebApi.Web.Host/Logs/logs.txt
host/WmsWebApi.Web.Unified/Logs/logs.txt
host/WmsWebApi.Blazor.Server.Host/Logs/logs.txt

5
.prettierrc

@ -0,0 +1,5 @@
{
"singleQuote": true,
"useTabs": false,
"tabWidth": 4
}

6
NuGet.Config

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
</packageSources>
</configuration>

139
WmsWebApi.sln

@ -0,0 +1,139 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.Domain.Shared", "src\WmsWebApi.Domain.Shared\WmsWebApi.Domain.Shared.csproj", "{D64C1577-4929-4B60-939E-96DE1534891A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.Domain", "src\WmsWebApi.Domain\WmsWebApi.Domain.csproj", "{F2840BC7-0188-4606-9126-DADD0F5ABF7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.Application.Contracts", "src\WmsWebApi.Application.Contracts\WmsWebApi.Application.Contracts.csproj", "{BD65D04F-08D5-40C1-8C24-77CA0BACB877}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.Application", "src\WmsWebApi.Application\WmsWebApi.Application.csproj", "{78040F9E-3501-4A40-82DF-00A597710F35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{649A3FFA-182F-4E56-9717-E6A9A2BEC545}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "host", "host", "{E400416D-2895-4512-9D17-90681EEC7E0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.EntityFrameworkCore", "src\WmsWebApi.EntityFrameworkCore\WmsWebApi.EntityFrameworkCore.csproj", "{0CE86223-D31D-4315-A1F5-87BA3EE1B844}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.HttpApi", "src\WmsWebApi.HttpApi\WmsWebApi.HttpApi.csproj", "{077AA5F8-8B61-420C-A6B5-0150A66FDB34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.HttpApi.Client", "src\WmsWebApi.HttpApi.Client\WmsWebApi.HttpApi.Client.csproj", "{36E2735F-CEAB-44C8-A6D1-2CDAFF399751}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.TestBase", "test\WmsWebApi.TestBase\WmsWebApi.TestBase.csproj", "{C5BB573D-3030-4BCB-88B7-F6A85C32766C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.EntityFrameworkCore.Tests", "test\WmsWebApi.EntityFrameworkCore.Tests\WmsWebApi.EntityFrameworkCore.Tests.csproj", "{527F645C-C1FC-406E-8479-81386C8ECF13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.MongoDB.Tests", "test\WmsWebApi.MongoDB.Tests\WmsWebApi.MongoDB.Tests.csproj", "{D0AD9179-125C-40B2-A8EE-CD4C1EE24BB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.Domain.Tests", "test\WmsWebApi.Domain.Tests\WmsWebApi.Domain.Tests.csproj", "{E60895E5-79C4-447D-88B7-85CB5BA336A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.Application.Tests", "test\WmsWebApi.Application.Tests\WmsWebApi.Application.Tests.csproj", "{90CB5DC4-C040-45C7-8900-9688B26405BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.HttpApi.Host", "host\WmsWebApi.HttpApi.Host\WmsWebApi.HttpApi.Host.csproj", "{37B135B0-DAFE-4616-B25C-1BDF32FC44A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.HttpApi.Client.ConsoleTestApp", "test\WmsWebApi.HttpApi.Client.ConsoleTestApp\WmsWebApi.HttpApi.Client.ConsoleTestApp.csproj", "{1EDCD6D4-DF3A-4E3B-ABB6-C0D0B373EAB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.IdentityServer", "host\WmsWebApi.IdentityServer\WmsWebApi.IdentityServer.csproj", "{690203F4-3CD5-4569-88D9-EE831EEA5F5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WmsWebApi.Host.Shared", "host\WmsWebApi.Host.Shared\WmsWebApi.Host.Shared.csproj", "{F6AC8D4A-EDD7-4514-8E8A-5BCB019864DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D64C1577-4929-4B60-939E-96DE1534891A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D64C1577-4929-4B60-939E-96DE1534891A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D64C1577-4929-4B60-939E-96DE1534891A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D64C1577-4929-4B60-939E-96DE1534891A}.Release|Any CPU.Build.0 = Release|Any CPU
{F2840BC7-0188-4606-9126-DADD0F5ABF7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2840BC7-0188-4606-9126-DADD0F5ABF7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2840BC7-0188-4606-9126-DADD0F5ABF7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2840BC7-0188-4606-9126-DADD0F5ABF7A}.Release|Any CPU.Build.0 = Release|Any CPU
{BD65D04F-08D5-40C1-8C24-77CA0BACB877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD65D04F-08D5-40C1-8C24-77CA0BACB877}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD65D04F-08D5-40C1-8C24-77CA0BACB877}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD65D04F-08D5-40C1-8C24-77CA0BACB877}.Release|Any CPU.Build.0 = Release|Any CPU
{78040F9E-3501-4A40-82DF-00A597710F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78040F9E-3501-4A40-82DF-00A597710F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78040F9E-3501-4A40-82DF-00A597710F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78040F9E-3501-4A40-82DF-00A597710F35}.Release|Any CPU.Build.0 = Release|Any CPU
{0CE86223-D31D-4315-A1F5-87BA3EE1B844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CE86223-D31D-4315-A1F5-87BA3EE1B844}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CE86223-D31D-4315-A1F5-87BA3EE1B844}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CE86223-D31D-4315-A1F5-87BA3EE1B844}.Release|Any CPU.Build.0 = Release|Any CPU
{077AA5F8-8B61-420C-A6B5-0150A66FDB34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{077AA5F8-8B61-420C-A6B5-0150A66FDB34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{077AA5F8-8B61-420C-A6B5-0150A66FDB34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{077AA5F8-8B61-420C-A6B5-0150A66FDB34}.Release|Any CPU.Build.0 = Release|Any CPU
{36E2735F-CEAB-44C8-A6D1-2CDAFF399751}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36E2735F-CEAB-44C8-A6D1-2CDAFF399751}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36E2735F-CEAB-44C8-A6D1-2CDAFF399751}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36E2735F-CEAB-44C8-A6D1-2CDAFF399751}.Release|Any CPU.Build.0 = Release|Any CPU
{C5BB573D-3030-4BCB-88B7-F6A85C32766C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5BB573D-3030-4BCB-88B7-F6A85C32766C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5BB573D-3030-4BCB-88B7-F6A85C32766C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5BB573D-3030-4BCB-88B7-F6A85C32766C}.Release|Any CPU.Build.0 = Release|Any CPU
{527F645C-C1FC-406E-8479-81386C8ECF13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{527F645C-C1FC-406E-8479-81386C8ECF13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{527F645C-C1FC-406E-8479-81386C8ECF13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{527F645C-C1FC-406E-8479-81386C8ECF13}.Release|Any CPU.Build.0 = Release|Any CPU
{D0AD9179-125C-40B2-A8EE-CD4C1EE24BB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0AD9179-125C-40B2-A8EE-CD4C1EE24BB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0AD9179-125C-40B2-A8EE-CD4C1EE24BB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0AD9179-125C-40B2-A8EE-CD4C1EE24BB6}.Release|Any CPU.Build.0 = Release|Any CPU
{E60895E5-79C4-447D-88B7-85CB5BA336A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E60895E5-79C4-447D-88B7-85CB5BA336A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E60895E5-79C4-447D-88B7-85CB5BA336A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E60895E5-79C4-447D-88B7-85CB5BA336A4}.Release|Any CPU.Build.0 = Release|Any CPU
{90CB5DC4-C040-45C7-8900-9688B26405BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90CB5DC4-C040-45C7-8900-9688B26405BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90CB5DC4-C040-45C7-8900-9688B26405BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90CB5DC4-C040-45C7-8900-9688B26405BC}.Release|Any CPU.Build.0 = Release|Any CPU
{37B135B0-DAFE-4616-B25C-1BDF32FC44A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37B135B0-DAFE-4616-B25C-1BDF32FC44A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37B135B0-DAFE-4616-B25C-1BDF32FC44A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37B135B0-DAFE-4616-B25C-1BDF32FC44A2}.Release|Any CPU.Build.0 = Release|Any CPU
{1EDCD6D4-DF3A-4E3B-ABB6-C0D0B373EAB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EDCD6D4-DF3A-4E3B-ABB6-C0D0B373EAB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EDCD6D4-DF3A-4E3B-ABB6-C0D0B373EAB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EDCD6D4-DF3A-4E3B-ABB6-C0D0B373EAB8}.Release|Any CPU.Build.0 = Release|Any CPU
{690203F4-3CD5-4569-88D9-EE831EEA5F5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{690203F4-3CD5-4569-88D9-EE831EEA5F5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{690203F4-3CD5-4569-88D9-EE831EEA5F5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{690203F4-3CD5-4569-88D9-EE831EEA5F5F}.Release|Any CPU.Build.0 = Release|Any CPU
{F6AC8D4A-EDD7-4514-8E8A-5BCB019864DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6AC8D4A-EDD7-4514-8E8A-5BCB019864DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6AC8D4A-EDD7-4514-8E8A-5BCB019864DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6AC8D4A-EDD7-4514-8E8A-5BCB019864DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D64C1577-4929-4B60-939E-96DE1534891A} = {649A3FFA-182F-4E56-9717-E6A9A2BEC545}
{F2840BC7-0188-4606-9126-DADD0F5ABF7A} = {649A3FFA-182F-4E56-9717-E6A9A2BEC545}
{BD65D04F-08D5-40C1-8C24-77CA0BACB877} = {649A3FFA-182F-4E56-9717-E6A9A2BEC545}
{78040F9E-3501-4A40-82DF-00A597710F35} = {649A3FFA-182F-4E56-9717-E6A9A2BEC545}
{0CE86223-D31D-4315-A1F5-87BA3EE1B844} = {649A3FFA-182F-4E56-9717-E6A9A2BEC545}
{077AA5F8-8B61-420C-A6B5-0150A66FDB34} = {649A3FFA-182F-4E56-9717-E6A9A2BEC545}
{36E2735F-CEAB-44C8-A6D1-2CDAFF399751} = {649A3FFA-182F-4E56-9717-E6A9A2BEC545}
{C5BB573D-3030-4BCB-88B7-F6A85C32766C} = {CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}
{527F645C-C1FC-406E-8479-81386C8ECF13} = {CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}
{D0AD9179-125C-40B2-A8EE-CD4C1EE24BB6} = {CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}
{E60895E5-79C4-447D-88B7-85CB5BA336A4} = {CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}
{90CB5DC4-C040-45C7-8900-9688B26405BC} = {CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}
{37B135B0-DAFE-4616-B25C-1BDF32FC44A2} = {E400416D-2895-4512-9D17-90681EEC7E0A}
{1EDCD6D4-DF3A-4E3B-ABB6-C0D0B373EAB8} = {CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}
{690203F4-3CD5-4569-88D9-EE831EEA5F5F} = {E400416D-2895-4512-9D17-90681EEC7E0A}
{F6AC8D4A-EDD7-4514-8E8A-5BCB019864DB} = {E400416D-2895-4512-9D17-90681EEC7E0A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4324B3B4-B60B-4E3C-91D8-59576B4E26DD}
EndGlobalSection
EndGlobal

23
WmsWebApi.sln.DotSettings

@ -0,0 +1,23 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/CodeEditing/Intellisense/CodeCompletion/IntelliSenseCompletingCharacters/CSharpCompletingCharacters/UpgradedFromVSSettings/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceDoWhileStatementBraces/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceFixedStatementBraces/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceForeachStatementBraces/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceForStatementBraces/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceIfStatementBraces/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceLockStatementBraces/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceUsingStatementBraces/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceWhileStatementBraces/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/BRACES_FOR_FOR/@EntryValue">Required</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/BRACES_FOR_FOREACH/@EntryValue">Required</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/BRACES_FOR_IFELSE/@EntryValue">Required</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/BRACES_FOR_WHILE/@EntryValue">Required</s:String>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/BRACES_REDUNDANT/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/Generate/=Implementations/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/Generate/=Implementations/Options/=Async/@EntryIndexedValue">False</s:String>
<s:String x:Key="/Default/CodeStyle/Generate/=Implementations/Options/=Mutable/@EntryIndexedValue">False</s:String>
<s:Boolean x:Key="/Default/CodeStyle/Generate/=Overrides/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/Generate/=Overrides/Options/=Async/@EntryIndexedValue">False</s:String>
<s:String x:Key="/Default/CodeStyle/Generate/=Overrides/Options/=Mutable/@EntryIndexedValue">False</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SQL/@EntryIndexedValue">SQL</s:String>
</wpf:ResourceDictionary>

17
common.props

@ -0,0 +1,17 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.1.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
</PropertyGroup>
<Target Name="NoWarnOnRazorViewImportedTypeConflicts" BeforeTargets="RazorCoreCompile">
<PropertyGroup>
<NoWarn>$(NoWarn);0436</NoWarn>
</PropertyGroup>
</Target>
</Project>

20
database/Dockerfile

@ -0,0 +1,20 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
COPY . .
WORKDIR /templates/service/host/IdentityServerHost
RUN dotnet restore
RUN dotnet ef migrations script -i -o migrations-IdentityServerHost.sql
WORKDIR /templates/service/host/WmsWebApi.Host
RUN dotnet restore
RUN dotnet ef migrations script -i -o migrations-WmsWebApi.sql
FROM mcr.microsoft.com/mssql-tools AS final
WORKDIR /src
COPY --from=build /templates/service/host/IdentityServerHost/migrations-IdentityServerHost.sql migrations-IdentityServerHost.sql
COPY --from=build /templates/service/host/WmsWebApi.Host/migrations-WmsWebApi.sql migrations-WmsWebApi.sql
COPY --from=build /templates/service/database/entrypoint.sh .
RUN /bin/bash -c "sed -i $'s/\r$//' entrypoint.sh"
RUN chmod +x ./entrypoint.sh
ENTRYPOINT ["./entrypoint.sh"]

805
database/IdentityServer.sql

@ -0,0 +1,805 @@
CREATE TABLE [AbpAuditLogs] (
[Id] uniqueidentifier NOT NULL,
[ApplicationName] nvarchar(96) NULL,
[UserId] uniqueidentifier NULL,
[UserName] nvarchar(256) NULL,
[TenantId] uniqueidentifier NULL,
[TenantName] nvarchar(max) NULL,
[ImpersonatorUserId] uniqueidentifier NULL,
[ImpersonatorTenantId] uniqueidentifier NULL,
[ExecutionTime] datetime2 NOT NULL,
[ExecutionDuration] int NOT NULL,
[ClientIpAddress] nvarchar(64) NULL,
[ClientName] nvarchar(128) NULL,
[ClientId] nvarchar(64) NULL,
[CorrelationId] nvarchar(64) NULL,
[BrowserInfo] nvarchar(512) NULL,
[HttpMethod] nvarchar(16) NULL,
[Url] nvarchar(256) NULL,
[Exceptions] nvarchar(max) NULL,
[Comments] nvarchar(256) NULL,
[HttpStatusCode] int NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
CONSTRAINT [PK_AbpAuditLogs] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [AbpClaimTypes] (
[Id] uniqueidentifier NOT NULL,
[Name] nvarchar(256) NOT NULL,
[Required] bit NOT NULL,
[IsStatic] bit NOT NULL,
[Regex] nvarchar(512) NULL,
[RegexDescription] nvarchar(128) NULL,
[Description] nvarchar(256) NULL,
[ValueType] int NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
CONSTRAINT [PK_AbpClaimTypes] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [AbpFeatureValues] (
[Id] uniqueidentifier NOT NULL,
[Name] nvarchar(128) NOT NULL,
[Value] nvarchar(128) NOT NULL,
[ProviderName] nvarchar(64) NULL,
[ProviderKey] nvarchar(64) NULL,
CONSTRAINT [PK_AbpFeatureValues] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [AbpLinkUsers] (
[Id] uniqueidentifier NOT NULL,
[SourceUserId] uniqueidentifier NOT NULL,
[SourceTenantId] uniqueidentifier NULL,
[TargetUserId] uniqueidentifier NOT NULL,
[TargetTenantId] uniqueidentifier NULL,
CONSTRAINT [PK_AbpLinkUsers] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [AbpOrganizationUnits] (
[Id] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[ParentId] uniqueidentifier NULL,
[Code] nvarchar(95) NOT NULL,
[DisplayName] nvarchar(128) NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
[LastModificationTime] datetime2 NULL,
[LastModifierId] uniqueidentifier NULL,
[IsDeleted] bit NOT NULL DEFAULT CAST(0 AS bit),
[DeleterId] uniqueidentifier NULL,
[DeletionTime] datetime2 NULL,
CONSTRAINT [PK_AbpOrganizationUnits] PRIMARY KEY ([Id]),
CONSTRAINT [FK_AbpOrganizationUnits_AbpOrganizationUnits_ParentId] FOREIGN KEY ([ParentId]) REFERENCES [AbpOrganizationUnits] ([Id]) ON DELETE NO ACTION
);
GO
CREATE TABLE [AbpPermissionGrants] (
[Id] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[Name] nvarchar(128) NOT NULL,
[ProviderName] nvarchar(64) NOT NULL,
[ProviderKey] nvarchar(64) NOT NULL,
CONSTRAINT [PK_AbpPermissionGrants] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [AbpRoles] (
[Id] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[Name] nvarchar(256) NOT NULL,
[NormalizedName] nvarchar(256) NOT NULL,
[IsDefault] bit NOT NULL,
[IsStatic] bit NOT NULL,
[IsPublic] bit NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
CONSTRAINT [PK_AbpRoles] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [AbpSecurityLogs] (
[Id] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[ApplicationName] nvarchar(96) NULL,
[Identity] nvarchar(96) NULL,
[Action] nvarchar(96) NULL,
[UserId] uniqueidentifier NULL,
[UserName] nvarchar(256) NULL,
[TenantName] nvarchar(64) NULL,
[ClientId] nvarchar(64) NULL,
[CorrelationId] nvarchar(64) NULL,
[ClientIpAddress] nvarchar(64) NULL,
[BrowserInfo] nvarchar(512) NULL,
[CreationTime] datetime2 NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
CONSTRAINT [PK_AbpSecurityLogs] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [AbpSettings] (
[Id] uniqueidentifier NOT NULL,
[Name] nvarchar(128) NOT NULL,
[Value] nvarchar(2048) NOT NULL,
[ProviderName] nvarchar(64) NULL,
[ProviderKey] nvarchar(64) NULL,
CONSTRAINT [PK_AbpSettings] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [AbpTenants] (
[Id] uniqueidentifier NOT NULL,
[Name] nvarchar(64) NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
[LastModificationTime] datetime2 NULL,
[LastModifierId] uniqueidentifier NULL,
[IsDeleted] bit NOT NULL DEFAULT CAST(0 AS bit),
[DeleterId] uniqueidentifier NULL,
[DeletionTime] datetime2 NULL,
CONSTRAINT [PK_AbpTenants] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [AbpUsers] (
[Id] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[UserName] nvarchar(256) NOT NULL,
[NormalizedUserName] nvarchar(256) NOT NULL,
[Name] nvarchar(64) NULL,
[Surname] nvarchar(64) NULL,
[Email] nvarchar(256) NOT NULL,
[NormalizedEmail] nvarchar(256) NOT NULL,
[EmailConfirmed] bit NOT NULL DEFAULT CAST(0 AS bit),
[PasswordHash] nvarchar(256) NULL,
[SecurityStamp] nvarchar(256) NOT NULL,
[IsExternal] bit NOT NULL DEFAULT CAST(0 AS bit),
[PhoneNumber] nvarchar(16) NULL,
[PhoneNumberConfirmed] bit NOT NULL DEFAULT CAST(0 AS bit),
[TwoFactorEnabled] bit NOT NULL DEFAULT CAST(0 AS bit),
[LockoutEnd] datetimeoffset NULL,
[LockoutEnabled] bit NOT NULL DEFAULT CAST(0 AS bit),
[AccessFailedCount] int NOT NULL DEFAULT 0,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
[LastModificationTime] datetime2 NULL,
[LastModifierId] uniqueidentifier NULL,
[IsDeleted] bit NOT NULL DEFAULT CAST(0 AS bit),
[DeleterId] uniqueidentifier NULL,
[DeletionTime] datetime2 NULL,
CONSTRAINT [PK_AbpUsers] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [IdentityServerApiResources] (
[Id] uniqueidentifier NOT NULL,
[Name] nvarchar(200) NOT NULL,
[DisplayName] nvarchar(200) NULL,
[Description] nvarchar(1000) NULL,
[Enabled] bit NOT NULL,
[AllowedAccessTokenSigningAlgorithms] nvarchar(100) NULL,
[ShowInDiscoveryDocument] bit NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
[LastModificationTime] datetime2 NULL,
[LastModifierId] uniqueidentifier NULL,
[IsDeleted] bit NOT NULL DEFAULT CAST(0 AS bit),
[DeleterId] uniqueidentifier NULL,
[DeletionTime] datetime2 NULL,
CONSTRAINT [PK_IdentityServerApiResources] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [IdentityServerApiScopes] (
[Id] uniqueidentifier NOT NULL,
[Enabled] bit NOT NULL,
[Name] nvarchar(200) NOT NULL,
[DisplayName] nvarchar(200) NULL,
[Description] nvarchar(1000) NULL,
[Required] bit NOT NULL,
[Emphasize] bit NOT NULL,
[ShowInDiscoveryDocument] bit NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
[LastModificationTime] datetime2 NULL,
[LastModifierId] uniqueidentifier NULL,
[IsDeleted] bit NOT NULL DEFAULT CAST(0 AS bit),
[DeleterId] uniqueidentifier NULL,
[DeletionTime] datetime2 NULL,
CONSTRAINT [PK_IdentityServerApiScopes] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [IdentityServerClients] (
[Id] uniqueidentifier NOT NULL,
[ClientId] nvarchar(200) NOT NULL,
[ClientName] nvarchar(200) NULL,
[Description] nvarchar(1000) NULL,
[ClientUri] nvarchar(2000) NULL,
[LogoUri] nvarchar(2000) NULL,
[Enabled] bit NOT NULL,
[ProtocolType] nvarchar(200) NOT NULL,
[RequireClientSecret] bit NOT NULL,
[RequireConsent] bit NOT NULL,
[AllowRememberConsent] bit NOT NULL,
[AlwaysIncludeUserClaimsInIdToken] bit NOT NULL,
[RequirePkce] bit NOT NULL,
[AllowPlainTextPkce] bit NOT NULL,
[RequireRequestObject] bit NOT NULL,
[AllowAccessTokensViaBrowser] bit NOT NULL,
[FrontChannelLogoutUri] nvarchar(2000) NULL,
[FrontChannelLogoutSessionRequired] bit NOT NULL,
[BackChannelLogoutUri] nvarchar(2000) NULL,
[BackChannelLogoutSessionRequired] bit NOT NULL,
[AllowOfflineAccess] bit NOT NULL,
[IdentityTokenLifetime] int NOT NULL,
[AllowedIdentityTokenSigningAlgorithms] nvarchar(100) NULL,
[AccessTokenLifetime] int NOT NULL,
[AuthorizationCodeLifetime] int NOT NULL,
[ConsentLifetime] int NULL,
[AbsoluteRefreshTokenLifetime] int NOT NULL,
[SlidingRefreshTokenLifetime] int NOT NULL,
[RefreshTokenUsage] int NOT NULL,
[UpdateAccessTokenClaimsOnRefresh] bit NOT NULL,
[RefreshTokenExpiration] int NOT NULL,
[AccessTokenType] int NOT NULL,
[EnableLocalLogin] bit NOT NULL,
[IncludeJwtId] bit NOT NULL,
[AlwaysSendClientClaims] bit NOT NULL,
[ClientClaimsPrefix] nvarchar(200) NULL,
[PairWiseSubjectSalt] nvarchar(200) NULL,
[UserSsoLifetime] int NULL,
[UserCodeType] nvarchar(100) NULL,
[DeviceCodeLifetime] int NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
[LastModificationTime] datetime2 NULL,
[LastModifierId] uniqueidentifier NULL,
[IsDeleted] bit NOT NULL DEFAULT CAST(0 AS bit),
[DeleterId] uniqueidentifier NULL,
[DeletionTime] datetime2 NULL,
CONSTRAINT [PK_IdentityServerClients] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [IdentityServerDeviceFlowCodes] (
[Id] uniqueidentifier NOT NULL,
[DeviceCode] nvarchar(200) NOT NULL,
[UserCode] nvarchar(200) NOT NULL,
[SubjectId] nvarchar(200) NULL,
[SessionId] nvarchar(100) NULL,
[ClientId] nvarchar(200) NOT NULL,
[Description] nvarchar(200) NULL,
[Expiration] datetime2 NOT NULL,
[Data] nvarchar(max) NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
CONSTRAINT [PK_IdentityServerDeviceFlowCodes] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [IdentityServerIdentityResources] (
[Id] uniqueidentifier NOT NULL,
[Name] nvarchar(200) NOT NULL,
[DisplayName] nvarchar(200) NULL,
[Description] nvarchar(1000) NULL,
[Enabled] bit NOT NULL,
[Required] bit NOT NULL,
[Emphasize] bit NOT NULL,
[ShowInDiscoveryDocument] bit NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
[LastModificationTime] datetime2 NULL,
[LastModifierId] uniqueidentifier NULL,
[IsDeleted] bit NOT NULL DEFAULT CAST(0 AS bit),
[DeleterId] uniqueidentifier NULL,
[DeletionTime] datetime2 NULL,
CONSTRAINT [PK_IdentityServerIdentityResources] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [IdentityServerPersistedGrants] (
[Key] nvarchar(200) NOT NULL,
[Type] nvarchar(50) NOT NULL,
[SubjectId] nvarchar(200) NULL,
[SessionId] nvarchar(100) NULL,
[ClientId] nvarchar(200) NOT NULL,
[Description] nvarchar(200) NULL,
[CreationTime] datetime2 NOT NULL,
[Expiration] datetime2 NULL,
[ConsumedTime] datetime2 NULL,
[Data] nvarchar(max) NOT NULL,
[Id] uniqueidentifier NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
CONSTRAINT [PK_IdentityServerPersistedGrants] PRIMARY KEY ([Key])
);
GO
CREATE TABLE [AbpAuditLogActions] (
[Id] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[AuditLogId] uniqueidentifier NOT NULL,
[ServiceName] nvarchar(256) NULL,
[MethodName] nvarchar(128) NULL,
[Parameters] nvarchar(2000) NULL,
[ExecutionTime] datetime2 NOT NULL,
[ExecutionDuration] int NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
CONSTRAINT [PK_AbpAuditLogActions] PRIMARY KEY ([Id]),
CONSTRAINT [FK_AbpAuditLogActions_AbpAuditLogs_AuditLogId] FOREIGN KEY ([AuditLogId]) REFERENCES [AbpAuditLogs] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [AbpEntityChanges] (
[Id] uniqueidentifier NOT NULL,
[AuditLogId] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[ChangeTime] datetime2 NOT NULL,
[ChangeType] tinyint NOT NULL,
[EntityTenantId] uniqueidentifier NULL,
[EntityId] nvarchar(128) NOT NULL,
[EntityTypeFullName] nvarchar(128) NOT NULL,
[ExtraProperties] nvarchar(max) NULL,
CONSTRAINT [PK_AbpEntityChanges] PRIMARY KEY ([Id]),
CONSTRAINT [FK_AbpEntityChanges_AbpAuditLogs_AuditLogId] FOREIGN KEY ([AuditLogId]) REFERENCES [AbpAuditLogs] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [AbpOrganizationUnitRoles] (
[RoleId] uniqueidentifier NOT NULL,
[OrganizationUnitId] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
CONSTRAINT [PK_AbpOrganizationUnitRoles] PRIMARY KEY ([OrganizationUnitId], [RoleId]),
CONSTRAINT [FK_AbpOrganizationUnitRoles_AbpOrganizationUnits_OrganizationUnitId] FOREIGN KEY ([OrganizationUnitId]) REFERENCES [AbpOrganizationUnits] ([Id]) ON DELETE CASCADE,
CONSTRAINT [FK_AbpOrganizationUnitRoles_AbpRoles_RoleId] FOREIGN KEY ([RoleId]) REFERENCES [AbpRoles] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [AbpRoleClaims] (
[Id] uniqueidentifier NOT NULL,
[RoleId] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[ClaimType] nvarchar(256) NOT NULL,
[ClaimValue] nvarchar(1024) NULL,
CONSTRAINT [PK_AbpRoleClaims] PRIMARY KEY ([Id]),
CONSTRAINT [FK_AbpRoleClaims_AbpRoles_RoleId] FOREIGN KEY ([RoleId]) REFERENCES [AbpRoles] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [AbpTenantConnectionStrings] (
[TenantId] uniqueidentifier NOT NULL,
[Name] nvarchar(64) NOT NULL,
[Value] nvarchar(1024) NOT NULL,
CONSTRAINT [PK_AbpTenantConnectionStrings] PRIMARY KEY ([TenantId], [Name]),
CONSTRAINT [FK_AbpTenantConnectionStrings_AbpTenants_TenantId] FOREIGN KEY ([TenantId]) REFERENCES [AbpTenants] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [AbpUserClaims] (
[Id] uniqueidentifier NOT NULL,
[UserId] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[ClaimType] nvarchar(256) NOT NULL,
[ClaimValue] nvarchar(1024) NULL,
CONSTRAINT [PK_AbpUserClaims] PRIMARY KEY ([Id]),
CONSTRAINT [FK_AbpUserClaims_AbpUsers_UserId] FOREIGN KEY ([UserId]) REFERENCES [AbpUsers] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [AbpUserLogins] (
[UserId] uniqueidentifier NOT NULL,
[LoginProvider] nvarchar(64) NOT NULL,
[TenantId] uniqueidentifier NULL,
[ProviderKey] nvarchar(196) NOT NULL,
[ProviderDisplayName] nvarchar(128) NULL,
CONSTRAINT [PK_AbpUserLogins] PRIMARY KEY ([UserId], [LoginProvider]),
CONSTRAINT [FK_AbpUserLogins_AbpUsers_UserId] FOREIGN KEY ([UserId]) REFERENCES [AbpUsers] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [AbpUserOrganizationUnits] (
[UserId] uniqueidentifier NOT NULL,
[OrganizationUnitId] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
CONSTRAINT [PK_AbpUserOrganizationUnits] PRIMARY KEY ([OrganizationUnitId], [UserId]),
CONSTRAINT [FK_AbpUserOrganizationUnits_AbpOrganizationUnits_OrganizationUnitId] FOREIGN KEY ([OrganizationUnitId]) REFERENCES [AbpOrganizationUnits] ([Id]) ON DELETE CASCADE,
CONSTRAINT [FK_AbpUserOrganizationUnits_AbpUsers_UserId] FOREIGN KEY ([UserId]) REFERENCES [AbpUsers] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [AbpUserRoles] (
[UserId] uniqueidentifier NOT NULL,
[RoleId] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
CONSTRAINT [PK_AbpUserRoles] PRIMARY KEY ([UserId], [RoleId]),
CONSTRAINT [FK_AbpUserRoles_AbpRoles_RoleId] FOREIGN KEY ([RoleId]) REFERENCES [AbpRoles] ([Id]) ON DELETE CASCADE,
CONSTRAINT [FK_AbpUserRoles_AbpUsers_UserId] FOREIGN KEY ([UserId]) REFERENCES [AbpUsers] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [AbpUserTokens] (
[UserId] uniqueidentifier NOT NULL,
[LoginProvider] nvarchar(64) NOT NULL,
[Name] nvarchar(128) NOT NULL,
[TenantId] uniqueidentifier NULL,
[Value] nvarchar(max) NULL,
CONSTRAINT [PK_AbpUserTokens] PRIMARY KEY ([UserId], [LoginProvider], [Name]),
CONSTRAINT [FK_AbpUserTokens_AbpUsers_UserId] FOREIGN KEY ([UserId]) REFERENCES [AbpUsers] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerApiResourceClaims] (
[Type] nvarchar(200) NOT NULL,
[ApiResourceId] uniqueidentifier NOT NULL,
CONSTRAINT [PK_IdentityServerApiResourceClaims] PRIMARY KEY ([ApiResourceId], [Type]),
CONSTRAINT [FK_IdentityServerApiResourceClaims_IdentityServerApiResources_ApiResourceId] FOREIGN KEY ([ApiResourceId]) REFERENCES [IdentityServerApiResources] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerApiResourceProperties] (
[ApiResourceId] uniqueidentifier NOT NULL,
[Key] nvarchar(250) NOT NULL,
[Value] nvarchar(2000) NOT NULL,
CONSTRAINT [PK_IdentityServerApiResourceProperties] PRIMARY KEY ([ApiResourceId], [Key], [Value]),
CONSTRAINT [FK_IdentityServerApiResourceProperties_IdentityServerApiResources_ApiResourceId] FOREIGN KEY ([ApiResourceId]) REFERENCES [IdentityServerApiResources] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerApiResourceScopes] (
[ApiResourceId] uniqueidentifier NOT NULL,
[Scope] nvarchar(200) NOT NULL,
CONSTRAINT [PK_IdentityServerApiResourceScopes] PRIMARY KEY ([ApiResourceId], [Scope]),
CONSTRAINT [FK_IdentityServerApiResourceScopes_IdentityServerApiResources_ApiResourceId] FOREIGN KEY ([ApiResourceId]) REFERENCES [IdentityServerApiResources] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerApiResourceSecrets] (
[Type] nvarchar(250) NOT NULL,
[Value] nvarchar(4000) NOT NULL,
[ApiResourceId] uniqueidentifier NOT NULL,
[Description] nvarchar(1000) NULL,
[Expiration] datetime2 NULL,
CONSTRAINT [PK_IdentityServerApiResourceSecrets] PRIMARY KEY ([ApiResourceId], [Type], [Value]),
CONSTRAINT [FK_IdentityServerApiResourceSecrets_IdentityServerApiResources_ApiResourceId] FOREIGN KEY ([ApiResourceId]) REFERENCES [IdentityServerApiResources] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerApiScopeClaims] (
[Type] nvarchar(200) NOT NULL,
[ApiScopeId] uniqueidentifier NOT NULL,
CONSTRAINT [PK_IdentityServerApiScopeClaims] PRIMARY KEY ([ApiScopeId], [Type]),
CONSTRAINT [FK_IdentityServerApiScopeClaims_IdentityServerApiScopes_ApiScopeId] FOREIGN KEY ([ApiScopeId]) REFERENCES [IdentityServerApiScopes] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerApiScopeProperties] (
[ApiScopeId] uniqueidentifier NOT NULL,
[Key] nvarchar(250) NOT NULL,
[Value] nvarchar(2000) NOT NULL,
CONSTRAINT [PK_IdentityServerApiScopeProperties] PRIMARY KEY ([ApiScopeId], [Key], [Value]),
CONSTRAINT [FK_IdentityServerApiScopeProperties_IdentityServerApiScopes_ApiScopeId] FOREIGN KEY ([ApiScopeId]) REFERENCES [IdentityServerApiScopes] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerClientClaims] (
[ClientId] uniqueidentifier NOT NULL,
[Type] nvarchar(250) NOT NULL,
[Value] nvarchar(250) NOT NULL,
CONSTRAINT [PK_IdentityServerClientClaims] PRIMARY KEY ([ClientId], [Type], [Value]),
CONSTRAINT [FK_IdentityServerClientClaims_IdentityServerClients_ClientId] FOREIGN KEY ([ClientId]) REFERENCES [IdentityServerClients] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerClientCorsOrigins] (
[ClientId] uniqueidentifier NOT NULL,
[Origin] nvarchar(150) NOT NULL,
CONSTRAINT [PK_IdentityServerClientCorsOrigins] PRIMARY KEY ([ClientId], [Origin]),
CONSTRAINT [FK_IdentityServerClientCorsOrigins_IdentityServerClients_ClientId] FOREIGN KEY ([ClientId]) REFERENCES [IdentityServerClients] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerClientGrantTypes] (
[ClientId] uniqueidentifier NOT NULL,
[GrantType] nvarchar(250) NOT NULL,
CONSTRAINT [PK_IdentityServerClientGrantTypes] PRIMARY KEY ([ClientId], [GrantType]),
CONSTRAINT [FK_IdentityServerClientGrantTypes_IdentityServerClients_ClientId] FOREIGN KEY ([ClientId]) REFERENCES [IdentityServerClients] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerClientIdPRestrictions] (
[ClientId] uniqueidentifier NOT NULL,
[Provider] nvarchar(200) NOT NULL,
CONSTRAINT [PK_IdentityServerClientIdPRestrictions] PRIMARY KEY ([ClientId], [Provider]),
CONSTRAINT [FK_IdentityServerClientIdPRestrictions_IdentityServerClients_ClientId] FOREIGN KEY ([ClientId]) REFERENCES [IdentityServerClients] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerClientPostLogoutRedirectUris] (
[ClientId] uniqueidentifier NOT NULL,
[PostLogoutRedirectUri] nvarchar(2000) NOT NULL,
CONSTRAINT [PK_IdentityServerClientPostLogoutRedirectUris] PRIMARY KEY ([ClientId], [PostLogoutRedirectUri]),
CONSTRAINT [FK_IdentityServerClientPostLogoutRedirectUris_IdentityServerClients_ClientId] FOREIGN KEY ([ClientId]) REFERENCES [IdentityServerClients] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerClientProperties] (
[ClientId] uniqueidentifier NOT NULL,
[Key] nvarchar(250) NOT NULL,
[Value] nvarchar(2000) NOT NULL,
CONSTRAINT [PK_IdentityServerClientProperties] PRIMARY KEY ([ClientId], [Key], [Value]),
CONSTRAINT [FK_IdentityServerClientProperties_IdentityServerClients_ClientId] FOREIGN KEY ([ClientId]) REFERENCES [IdentityServerClients] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerClientRedirectUris] (
[ClientId] uniqueidentifier NOT NULL,
[RedirectUri] nvarchar(2000) NOT NULL,
CONSTRAINT [PK_IdentityServerClientRedirectUris] PRIMARY KEY ([ClientId], [RedirectUri]),
CONSTRAINT [FK_IdentityServerClientRedirectUris_IdentityServerClients_ClientId] FOREIGN KEY ([ClientId]) REFERENCES [IdentityServerClients] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerClientScopes] (
[ClientId] uniqueidentifier NOT NULL,
[Scope] nvarchar(200) NOT NULL,
CONSTRAINT [PK_IdentityServerClientScopes] PRIMARY KEY ([ClientId], [Scope]),
CONSTRAINT [FK_IdentityServerClientScopes_IdentityServerClients_ClientId] FOREIGN KEY ([ClientId]) REFERENCES [IdentityServerClients] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerClientSecrets] (
[Type] nvarchar(250) NOT NULL,
[Value] nvarchar(4000) NOT NULL,
[ClientId] uniqueidentifier NOT NULL,
[Description] nvarchar(2000) NULL,
[Expiration] datetime2 NULL,
CONSTRAINT [PK_IdentityServerClientSecrets] PRIMARY KEY ([ClientId], [Type], [Value]),
CONSTRAINT [FK_IdentityServerClientSecrets_IdentityServerClients_ClientId] FOREIGN KEY ([ClientId]) REFERENCES [IdentityServerClients] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerIdentityResourceClaims] (
[Type] nvarchar(200) NOT NULL,
[IdentityResourceId] uniqueidentifier NOT NULL,
CONSTRAINT [PK_IdentityServerIdentityResourceClaims] PRIMARY KEY ([IdentityResourceId], [Type]),
CONSTRAINT [FK_IdentityServerIdentityResourceClaims_IdentityServerIdentityResources_IdentityResourceId] FOREIGN KEY ([IdentityResourceId]) REFERENCES [IdentityServerIdentityResources] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [IdentityServerIdentityResourceProperties] (
[IdentityResourceId] uniqueidentifier NOT NULL,
[Key] nvarchar(250) NOT NULL,
[Value] nvarchar(2000) NOT NULL,
CONSTRAINT [PK_IdentityServerIdentityResourceProperties] PRIMARY KEY ([IdentityResourceId], [Key], [Value]),
CONSTRAINT [FK_IdentityServerIdentityResourceProperties_IdentityServerIdentityResources_IdentityResourceId] FOREIGN KEY ([IdentityResourceId]) REFERENCES [IdentityServerIdentityResources] ([Id]) ON DELETE CASCADE
);
GO
CREATE TABLE [AbpEntityPropertyChanges] (
[Id] uniqueidentifier NOT NULL,
[TenantId] uniqueidentifier NULL,
[EntityChangeId] uniqueidentifier NOT NULL,
[NewValue] nvarchar(512) NULL,
[OriginalValue] nvarchar(512) NULL,
[PropertyName] nvarchar(128) NOT NULL,
[PropertyTypeFullName] nvarchar(64) NOT NULL,
CONSTRAINT [PK_AbpEntityPropertyChanges] PRIMARY KEY ([Id]),
CONSTRAINT [FK_AbpEntityPropertyChanges_AbpEntityChanges_EntityChangeId] FOREIGN KEY ([EntityChangeId]) REFERENCES [AbpEntityChanges] ([Id]) ON DELETE CASCADE
);
GO
CREATE INDEX [IX_AbpAuditLogActions_AuditLogId] ON [AbpAuditLogActions] ([AuditLogId]);
GO
CREATE INDEX [IX_AbpAuditLogActions_TenantId_ServiceName_MethodName_ExecutionTime] ON [AbpAuditLogActions] ([TenantId], [ServiceName], [MethodName], [ExecutionTime]);
GO
CREATE INDEX [IX_AbpAuditLogs_TenantId_ExecutionTime] ON [AbpAuditLogs] ([TenantId], [ExecutionTime]);
GO
CREATE INDEX [IX_AbpAuditLogs_TenantId_UserId_ExecutionTime] ON [AbpAuditLogs] ([TenantId], [UserId], [ExecutionTime]);
GO
CREATE INDEX [IX_AbpEntityChanges_AuditLogId] ON [AbpEntityChanges] ([AuditLogId]);
GO
CREATE INDEX [IX_AbpEntityChanges_TenantId_EntityTypeFullName_EntityId] ON [AbpEntityChanges] ([TenantId], [EntityTypeFullName], [EntityId]);
GO
CREATE INDEX [IX_AbpEntityPropertyChanges_EntityChangeId] ON [AbpEntityPropertyChanges] ([EntityChangeId]);
GO
CREATE INDEX [IX_AbpFeatureValues_Name_ProviderName_ProviderKey] ON [AbpFeatureValues] ([Name], [ProviderName], [ProviderKey]);
GO
CREATE UNIQUE INDEX [IX_AbpLinkUsers_SourceUserId_SourceTenantId_TargetUserId_TargetTenantId] ON [AbpLinkUsers] ([SourceUserId], [SourceTenantId], [TargetUserId], [TargetTenantId]) WHERE [SourceTenantId] IS NOT NULL AND [TargetTenantId] IS NOT NULL;
GO
CREATE INDEX [IX_AbpOrganizationUnitRoles_RoleId_OrganizationUnitId] ON [AbpOrganizationUnitRoles] ([RoleId], [OrganizationUnitId]);
GO
CREATE INDEX [IX_AbpOrganizationUnits_Code] ON [AbpOrganizationUnits] ([Code]);
GO
CREATE INDEX [IX_AbpOrganizationUnits_ParentId] ON [AbpOrganizationUnits] ([ParentId]);
GO
CREATE INDEX [IX_AbpPermissionGrants_Name_ProviderName_ProviderKey] ON [AbpPermissionGrants] ([Name], [ProviderName], [ProviderKey]);
GO
CREATE INDEX [IX_AbpRoleClaims_RoleId] ON [AbpRoleClaims] ([RoleId]);
GO
CREATE INDEX [IX_AbpRoles_NormalizedName] ON [AbpRoles] ([NormalizedName]);
GO
CREATE INDEX [IX_AbpSecurityLogs_TenantId_Action] ON [AbpSecurityLogs] ([TenantId], [Action]);
GO
CREATE INDEX [IX_AbpSecurityLogs_TenantId_ApplicationName] ON [AbpSecurityLogs] ([TenantId], [ApplicationName]);
GO
CREATE INDEX [IX_AbpSecurityLogs_TenantId_Identity] ON [AbpSecurityLogs] ([TenantId], [Identity]);
GO
CREATE INDEX [IX_AbpSecurityLogs_TenantId_UserId] ON [AbpSecurityLogs] ([TenantId], [UserId]);
GO
CREATE INDEX [IX_AbpSettings_Name_ProviderName_ProviderKey] ON [AbpSettings] ([Name], [ProviderName], [ProviderKey]);
GO
CREATE INDEX [IX_AbpTenants_Name] ON [AbpTenants] ([Name]);
GO
CREATE INDEX [IX_AbpUserClaims_UserId] ON [AbpUserClaims] ([UserId]);
GO
CREATE INDEX [IX_AbpUserLogins_LoginProvider_ProviderKey] ON [AbpUserLogins] ([LoginProvider], [ProviderKey]);
GO
CREATE INDEX [IX_AbpUserOrganizationUnits_UserId_OrganizationUnitId] ON [AbpUserOrganizationUnits] ([UserId], [OrganizationUnitId]);
GO
CREATE INDEX [IX_AbpUserRoles_RoleId_UserId] ON [AbpUserRoles] ([RoleId], [UserId]);
GO
CREATE INDEX [IX_AbpUsers_Email] ON [AbpUsers] ([Email]);
GO
CREATE INDEX [IX_AbpUsers_NormalizedEmail] ON [AbpUsers] ([NormalizedEmail]);
GO
CREATE INDEX [IX_AbpUsers_NormalizedUserName] ON [AbpUsers] ([NormalizedUserName]);
GO
CREATE INDEX [IX_AbpUsers_UserName] ON [AbpUsers] ([UserName]);
GO
CREATE INDEX [IX_IdentityServerClients_ClientId] ON [IdentityServerClients] ([ClientId]);
GO
CREATE UNIQUE INDEX [IX_IdentityServerDeviceFlowCodes_DeviceCode] ON [IdentityServerDeviceFlowCodes] ([DeviceCode]);
GO
CREATE INDEX [IX_IdentityServerDeviceFlowCodes_Expiration] ON [IdentityServerDeviceFlowCodes] ([Expiration]);
GO
CREATE INDEX [IX_IdentityServerDeviceFlowCodes_UserCode] ON [IdentityServerDeviceFlowCodes] ([UserCode]);
GO
CREATE INDEX [IX_IdentityServerPersistedGrants_Expiration] ON [IdentityServerPersistedGrants] ([Expiration]);
GO
CREATE INDEX [IX_IdentityServerPersistedGrants_SubjectId_ClientId_Type] ON [IdentityServerPersistedGrants] ([SubjectId], [ClientId], [Type]);
GO
CREATE INDEX [IX_IdentityServerPersistedGrants_SubjectId_SessionId_Type] ON [IdentityServerPersistedGrants] ([SubjectId], [SessionId], [Type]);
GO

51
database/WmsWebApi.sql

@ -0,0 +1,51 @@
CREATE TABLE [TB_ORDER] (
[Id] uniqueidentifier NOT NULL,
[OrderNumber] nvarchar(64) NOT NULL,
[Status] int NOT NULL DEFAULT 1,
CONSTRAINT [PK_TB_ORDER] PRIMARY KEY ([Id])
);
GO
CREATE TABLE [WmsWebApiZLLDCJ_LOGDTO] (
[Id] uniqueidentifier NOT NULL,
[ZLLDJ] nvarchar(max) NULL,
[ZLLITEM] decimal(18,6) NOT NULL,
[ZDJLX] nvarchar(64) NOT NULL,
[ZLTLX] nvarchar(64) NULL,
[MATNR] nvarchar(64) NULL,
[BDMNG] decimal(18,6) NULL,
[MEINS] decimal(18,6) NULL,
[BKNUM] decimal(18,6) NULL,
[ENMNG] decimal(18,6) NULL,
[WERKS] nvarchar(64) NULL,
[LGORT1] nvarchar(64) NULL,
[LGORT2] nvarchar(64) NULL,
[LGORT3] nvarchar(64) NULL,
[KOSTL] nvarchar(64) NULL,
[AUFNR] nvarchar(64) NULL,
[BWART] nvarchar(64) NULL,
[GRUND] decimal(18,6) NULL,
[ZLLR] nvarchar(64) NULL,
[KZEAR] nvarchar(64) NULL,
[RSNUM] decimal(18,6) NULL,
[RSPOS] decimal(18,6) NULL,
[ERNAM] nvarchar(64) NULL,
[ERDAT] date NULL,
[ERZET] time(3) NULL,
[AENAM] nvarchar(64) NULL,
[AEDAT] date NULL,
[AEZET] time(3) NULL,
[ZBZSM] nvarchar(64) NULL,
[ANLN1] nvarchar(64) NULL,
[VBELN] nvarchar(64) NULL,
[POSNR] decimal(18,6) NULL,
[ExtraProperties] nvarchar(max) NULL,
[ConcurrencyStamp] nvarchar(40) NULL,
[CreationTime] datetime2 NOT NULL,
[CreatorId] uniqueidentifier NULL,
CONSTRAINT [PK_WmsWebApiZLLDCJ_LOGDTO] PRIMARY KEY ([Id])
);
GO

12
database/entrypoint.sh

@ -0,0 +1,12 @@
#!/bin/bash
until /opt/mssql-tools/bin/sqlcmd -S sqlserver -U SA -P $SA_PASSWORD -Q 'SELECT name FROM master.sys.databases'; do
>&2 echo "SQL Server is starting up"
sleep 1
done
/opt/mssql-tools/bin/sqlcmd -S sqlserver -U SA -P $SA_PASSWORD -Q "CREATE DATABASE [$IdentityServer_DB]"
/opt/mssql-tools/bin/sqlcmd -S sqlserver -U SA -P $SA_PASSWORD -Q "CREATE DATABASE [$WmsWebApi_DB]"
/opt/mssql-tools/bin/sqlcmd -d $IdentityServer_DB -S sqlserver -U sa -P $SA_PASSWORD -i migrations-IdentityServerHost.sql
/opt/mssql-tools/bin/sqlcmd -d $WmsWebApi_DB -S sqlserver -U sa -P $SA_PASSWORD -i migrations-WmsWebApi.sql

13
docker-compose.migrations.yml

@ -0,0 +1,13 @@
version: '3.4'
services:
migrations:
build:
context: ../../
dockerfile: templates/service/database/Dockerfile
depends_on:
- sqlserver
environment:
- IdentityServer_DB=WmsWebApi_Identity
- WmsWebApi_DB=WmsWebApi_ModuleDb
- SA_PASSWORD=yourStrong(!)Password

29
docker-compose.override.yml

@ -0,0 +1,29 @@
version: '3.4'
services:
sqlserver:
environment:
- SA_PASSWORD=yourStrong(!)Password
- ACCEPT_EULA=Y
ports:
- "51599:1433"
identity-server:
environment:
- ASPNETCORE_URLS=http://0.0.0.0:80
- ConnectionStrings__Default=Server=sqlserver;Database=WmsWebApi_Identity;Trusted_Connection=True;User=sa;Password=yourStrong(!)Password;Integrated Security=false
- ConnectionStrings__SqlServerCache=Server=sqlserver;Database=WmsWebApi_Cache;Trusted_Connection=True;User=sa;Password=yourStrong(!)Password;Integrated Security=false
ports:
- "51600:80"
wms-web-api:
environment:
- ASPNETCORE_URLS=http://0.0.0.0:80
- ConnectionStrings__Default=Server=sqlserver;Database=WmsWebApi_ModuleDb;Trusted_Connection=True;User=sa;Password=yourStrong(!)Password;Integrated Security=false
- ConnectionStrings__AbpSettingManagement=Server=sqlserver;Database=WmsWebApi_Identity;Trusted_Connection=True;User=sa;Password=yourStrong(!)Password;Integrated Security=false
- ConnectionStrings__AbpPermissionManagement=Server=sqlserver;Database=WmsWebApi_Identity;Trusted_Connection=True;User=sa;Password=yourStrong(!)Password;Integrated Security=false
- ConnectionStrings__AbpAuditLogging=Server=sqlserver;Database=WmsWebApi_Identity;Trusted_Connection=True;User=sa;Password=yourStrong(!)Password;Integrated Security=false
- ConnectionStrings__SqlServerCache=Server=sqlserver;Database=WmsWebApi_Cache;Trusted_Connection=True;User=sa;Password=yourStrong(!)Password;Integrated Security=false
- AuthServer__Authority=http://identity-server
ports:
- "51601:80"

25
docker-compose.yml

@ -0,0 +1,25 @@
version: '3.4'
services:
sqlserver:
image: mcr.microsoft.com/mssql/server
volumes:
- dbdata:/var/opt/mssql
identity-server:
build:
context: ../../
dockerfile: templates/service/host/IdentityServerHost/Dockerfile
depends_on:
- sqlserver
wms-web-api:
build:
context: ../../
dockerfile: templates/service/host/WmsWebApi.Host/Dockerfile
depends_on:
- sqlserver
- identity-server
volumes:
dbdata:

3
host/WmsWebApi.Host.Shared/FodyWeavers.xml

@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait ContinueOnCapturedContext="false" />
</Weavers>

30
host/WmsWebApi.Host.Shared/FodyWeavers.xsd

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
<xs:element name="Weavers">
<xs:complexType>
<xs:all>
<xs:element name="ConfigureAwait" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="ContinueOnCapturedContext" type="xs:boolean" />
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="VerifyAssembly" type="xs:boolean">
<xs:annotation>
<xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
<xs:annotation>
<xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GenerateXsd" type="xs:boolean">
<xs:annotation>
<xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>

10
host/WmsWebApi.Host.Shared/MultiTenancy/MultiTenancyConsts.cs

@ -0,0 +1,10 @@
namespace WmsWebApi.MultiTenancy
{
public static class MultiTenancyConsts
{
/* Enable/disable multi-tenancy in a single point
* to test your module with multi-tenancy.
*/
public const bool IsEnabled = false;
}
}

10
host/WmsWebApi.Host.Shared/WmsWebApi.Host.Shared.csproj

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>WmsWebApi</RootNamespace>
</PropertyGroup>
</Project>

12
host/WmsWebApi.HttpApi.Host/.config/dotnet-tools.json

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "6.0.2",
"commands": [
"dotnet-ef"
]
}
}
}

13
host/WmsWebApi.HttpApi.Host/Controllers/HomeController.cs

@ -0,0 +1,13 @@
using Microsoft.AspNetCore.Mvc;
using Volo.Abp.AspNetCore.Mvc;
namespace WmsWebApi.Controllers
{
public class HomeController : AbpController
{
public ActionResult Index()
{
return Redirect("~/swagger");
}
}
}

18
host/WmsWebApi.HttpApi.Host/Dockerfile

@ -0,0 +1,18 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
WORKDIR /src
COPY . .
WORKDIR /src/templates/service/host/WmsWebApi.HttpApi.Host
RUN dotnet restore -nowarn:msb3202,nu1503
RUN dotnet build --no-restore -c Release -o /app
FROM build AS publish
RUN dotnet publish --no-restore -c Release -o /app
FROM base AS final
WORKDIR /app
COPY --from=publish /app .
ENTRYPOINT ["dotnet", "WmsWebApi.HttpApi.Host.dll"]

21
host/WmsWebApi.HttpApi.Host/EntityFrameworkCore/WmsWebApiHttpApiHostMigrationsDbContext.cs

@ -0,0 +1,21 @@
using Microsoft.EntityFrameworkCore;
using Volo.Abp.EntityFrameworkCore;
namespace WmsWebApi.EntityFrameworkCore
{
public class WmsWebApiHttpApiHostMigrationsDbContext : AbpDbContext<WmsWebApiHttpApiHostMigrationsDbContext>
{
public WmsWebApiHttpApiHostMigrationsDbContext(DbContextOptions<WmsWebApiHttpApiHostMigrationsDbContext> options)
: base(options)
{
}
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
base.OnModelCreating(modelBuilder);
modelBuilder.ConfigureWmsWebApi();
}
}
}

29
host/WmsWebApi.HttpApi.Host/EntityFrameworkCore/WmsWebApiHttpApiHostMigrationsDbContextFactory.cs

@ -0,0 +1,29 @@
using System.IO;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
using Microsoft.Extensions.Configuration;
namespace WmsWebApi.EntityFrameworkCore
{
public class WmsWebApiHttpApiHostMigrationsDbContextFactory : IDesignTimeDbContextFactory<WmsWebApiHttpApiHostMigrationsDbContext>
{
public WmsWebApiHttpApiHostMigrationsDbContext CreateDbContext(string[] args)
{
var configuration = BuildConfiguration();
var builder = new DbContextOptionsBuilder<WmsWebApiHttpApiHostMigrationsDbContext>()
.UseSqlServer(configuration.GetConnectionString("WmsWebApi"));
return new WmsWebApiHttpApiHostMigrationsDbContext(builder.Options);
}
private static IConfigurationRoot BuildConfiguration()
{
var builder = new ConfigurationBuilder()
.SetBasePath(Directory.GetCurrentDirectory())
.AddJsonFile("appsettings.json", optional: false);
return builder.Build();
}
}
}

3
host/WmsWebApi.HttpApi.Host/FodyWeavers.xml

@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait />
</Weavers>

30
host/WmsWebApi.HttpApi.Host/FodyWeavers.xsd

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
<xs:element name="Weavers">
<xs:complexType>
<xs:all>
<xs:element name="ConfigureAwait" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="ContinueOnCapturedContext" type="xs:boolean" />
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="VerifyAssembly" type="xs:boolean">
<xs:annotation>
<xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
<xs:annotation>
<xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GenerateXsd" type="xs:boolean">
<xs:annotation>
<xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>

1160
host/WmsWebApi.HttpApi.Host/Logs/logs20220208.txt

File diff suppressed because it is too large

3411
host/WmsWebApi.HttpApi.Host/Logs/logs20220209.txt

File diff suppressed because it is too large

171
host/WmsWebApi.HttpApi.Host/Logs/logs20220210.txt

@ -0,0 +1,171 @@
2022-02-10 10:06:06.067 +08:00 [INF] Starting web host.
2022-02-10 10:06:20.721 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-02-10 10:06:21.085 +08:00 [INF] Loaded ABP modules:
2022-02-10 10:06:21.085 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-02-10 10:06:21.085 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-02-10 10:06:21.085 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-02-10 10:06:21.085 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-02-10 10:06:21.086 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-02-10 10:06:21.086 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-02-10 10:06:21.086 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-02-10 10:06:21.086 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-02-10 10:06:21.086 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-02-10 10:06:23.507 +08:00 [INF] Initialized all ABP modules.
2022-02-10 10:06:24.665 +08:00 [INF] Now listening on: https://localhost:5000
2022-02-10 10:06:24.666 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-02-10 10:06:24.666 +08:00 [INF] Hosting environment: Development
2022-02-10 10:06:24.666 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-02-10 10:06:32.606 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-02-10 10:06:37.649 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-10 10:06:40.759 +08:00 [INF] Executed DbCommand (319ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-10 10:06:42.162 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-10 10:06:42.186 +08:00 [INF] Executed DbCommand (11ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-10 10:06:42.574 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-10 10:06:42.784 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-02-10 10:06:43.483 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-02-10 10:06:43.503 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 1.0309ms.
2022-02-10 10:06:43.522 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-02-10 10:06:43.548 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 741.423ms
2022-02-10 10:06:43.549 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-10 10:06:43.663 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 11059.7078ms
2022-02-10 10:06:43.709 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-02-10 10:06:44.238 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 531.6429ms
2022-02-10 10:06:44.866 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-02-10 10:06:44.876 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 10.0673ms
2022-02-10 10:06:45.651 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-02-10 10:06:46.201 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 550.4473ms
2022-02-10 10:07:43.291 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-02-10 10:07:43.294 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-10 10:07:43.296 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-02-10 10:07:43.430 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-02-10 10:07:43.450 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 18.9623ms.
2022-02-10 10:07:43.451 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 154.9204ms
2022-02-10 10:07:43.451 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-10 10:07:43.452 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 160.8623ms
2022-02-10 10:07:43.579 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 1307
2022-02-10 10:07:43.652 +08:00 [INF] CORS policy execution failed.
2022-02-10 10:07:43.654 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-10 10:07:43.670 +08:00 [INF] Executing endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-10 10:07:43.728 +08:00 [INF] Route matched with {action = "Add", controller = "ZlldcjLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.ZlldcjLogs.ReturnResult] AddAsync(System.Collections.Generic.List`1[WmsWebApi.ZlldcjLogs.ZlldcjLogDto]) on controller WmsWebApi.ZlldcjLogs.ZlldcjLogAppService (WmsWebApi.Application).
2022-02-10 10:07:45.743 +08:00 [INF] Executing action method WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-10 10:08:05.581 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-10 10:08:05.964 +08:00 [INF] Executed DbCommand (8ms) [Parameters=[@__get_Item_ZLLDJ_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[BillNum] = @__get_Item_ZLLDJ_0
2022-02-10 10:08:06.192 +08:00 [INF] Executed DbCommand (153ms) [Parameters=[@__get_Item_ZDJLX_0='?' (Size = 10), @__get_Item_ZLTLX_1='?' (Size = 10), @__get_Item_BWART_2='?' (Size = 20)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[GetOrBack], [t].[MoveReason], [t].[MoveType], [t].[Remark], [t].[SAPBillDesc], [t].[SAPBillType], [t].[SubBillType]
FROM [TM_PG_SAPMOVETYPE] AS [t]
WHERE (([t].[SAPBillType] = @__get_Item_ZDJLX_0) AND ([t].[GetOrBack] = @__get_Item_ZLTLX_1)) AND ([t].[MoveType] = @__get_Item_BWART_2)
2022-02-10 10:08:07.574 +08:00 [INF] Executed action method WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 21831.2858ms.
2022-02-10 10:08:08.060 +08:00 [INF] Executed DbCommand (39ms) [Parameters=[@p0='?' (DbType = DateTime2), @p1='?' (Size = 64), @p2='?' (DbType = DateTime2), @p3='?' (DbType = Int32), @p4='?' (Size = 50), @p5='?' (DbType = Int32), @p6='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (Size = 50), @p9='?' (Size = 50), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 50), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 50), @p18='?' (DbType = Int32), @p19='?' (Size = 50), @p20='?' (Size = 50), @p21='?' (Size = 50), @p22='?' (Size = 50), @p23='?' (Size = 50), @p24='?' (Size = 50), @p25='?' (Size = 50), @p26='?' (Size = 50), @p27='?' (Size = 50), @p28='?' (Size = 50), @p29='?' (Size = 50), @p30='?' (Size = 50), @p31='?' (Size = 50), @p32='?' (Size = 50), @p33='?' (Size = 50), @p34='?' (Size = 50), @p35='?' (DbType = Boolean), @p36='?' (Size = 50), @p37='?' (Size = 50), @p38='?' (Size = 50), @p39='?' (Size = 50), @p40='?' (Size = 50), @p41='?' (Size = 50), @p42='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p43='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p44='?' (Size = 50), @p45='?' (DbType = Decimal), @p46='?' (Size = 200), @p47='?' (Size = 50), @p48='?' (Size = 50), @p49='?' (Size = 50), @p50='?' (Size = 50), @p51='?' (Size = 50), @p52='?' (Size = 50), @p53='?' (Size = 50), @p54='?' (Size = 50), @p55='?' (Size = 50), @p56='?' (Size = 50), @p57='?' (Size = 50), @p58='?' (Size = 50), @p59='?' (Size = 50), @p60='?' (Size = 50), @p61='?' (Size = 50), @p62='?' (DbType = Boolean), @p63='?' (Size = 50), @p64='?' (Size = 50), @p65='?' (Size = 50), @p66='?' (Size = 50), @p67='?' (Size = 50), @p68='?' (Size = 50), @p69='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p70='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p71='?' (Size = 50), @p72='?' (DbType = Decimal), @p73='?' (Size = 200), @p74='?' (Size = 50), @p75='?' (Size = 50), @p76='?' (DbType = Guid), @p77='?' (Size = 4000), @p78='?' (Size = 64), @p79='?' (Size = 4000), @p80='?' (Size = 64), @p81='?' (Size = 64), @p82='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p83='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p84='?' (Size = 64), @p85='?' (Size = 40), @p86='?' (DbType = DateTime2), @p87='?' (DbType = Guid), @p88='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p89='?' (Size = 4000), @p90='?' (Size = 64), @p91='?' (Size = 4000), @p92='?' (Size = 4000), @p93='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p94='?' (Size = 4000), @p95='?' (Size = 64), @p96='?' (Size = 64), @p97='?' (Size = 64), @p98='?' (Size = 64), @p99='?' (Size = 64), @p100='?' (Size = 64), @p101='?' (Size = 4000), @p102='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p103='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p104='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p105='?' (Size = 64), @p106='?' (Size = 64), @p107='?' (Size = 64), @p108='?' (Size = 64), @p109='?' (Size = 4000), @p110='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p111='?' (Size = 64), @p112='?' (Size = 64), @p113='?' (DbType = Guid), @p114='?' (Size = 4000), @p115='?' (Size = 64), @p116='?' (Size = 4000), @p117='?' (Size = 64), @p118='?' (Size = 64), @p119='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p120='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p121='?' (Size = 64), @p122='?' (Size = 40), @p123='?' (DbType = DateTime2), @p124='?' (DbType = Guid), @p125='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p126='?' (Size = 4000), @p127='?' (Size = 64), @p128='?' (Size = 4000), @p129='?' (Size = 4000), @p130='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p131='?' (Size = 4000), @p132='?' (Size = 64), @p133='?' (Size = 64), @p134='?' (Size = 64), @p135='?' (Size = 64), @p136='?' (Size = 64), @p137='?' (Size = 64), @p138='?' (Size = 4000), @p139='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p140='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p141='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p142='?' (Size = 64), @p143='?' (Size = 64), @p144='?' (Size = 64), @p145='?' (Size = 64), @p146='?' (Size = 4000), @p147='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p148='?' (Size = 64), @p149='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [TB_BILL] ([AccountDate], [BillNum], [BillTime], [BillType], [CustId], [DetailQty], [DockCode], [FinishTime], [GateCode], [GateName], [Guid], [OperName], [ProjectId], [Remark], [SourceBillNum], [SourceBillNum2], [SourceBillNum3], [StartTime], [SubBillType], [TransportType], [TruckNum], [VendId])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
SELECT [UID], [State]
FROM [TB_BILL]
WHERE @@ROWCOUNT = 1 AND [UID] = scope_identity();
DECLARE @inserted1 TABLE ([BillLineID] nvarchar(50), [BillNum] nvarchar(50), [_Position] [int]);
MERGE [TM_PG_OTHER_INOUT_ASK] USING (
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30, @p31, @p32, @p33, @p34, @p35, @p36, @p37, @p38, @p39, @p40, @p41, @p42, @p43, @p44, @p45, @p46, @p47, @p48, 0),
(@p49, @p50, @p51, @p52, @p53, @p54, @p55, @p56, @p57, @p58, @p59, @p60, @p61, @p62, @p63, @p64, @p65, @p66, @p67, @p68, @p69, @p70, @p71, @p72, @p73, @p74, @p75, 1)) AS i ([BillLineID], [BillNum], [BUn], [BarCode], [BaseOrder], [BaseOrderDesc], [BillType], [BillTypeDesc], [ClaimLocation], [CostCenter], [CreatDate], [Creator], [GetOrBack], [IsClosed], [MoveReason], [MoveType], [OrderReason], [PartCode], [PickLocation], [PickPerson], [PickedQty], [Qty], [RejecteLocation], [RejecteQty], [Remark], [ToBarCode], [ToPartCode], _Position) ON 1=0
WHEN NOT MATCHED THEN
INSERT ([BillLineID], [BillNum], [BUn], [BarCode], [BaseOrder], [BaseOrderDesc], [BillType], [BillTypeDesc], [ClaimLocation], [CostCenter], [CreatDate], [Creator], [GetOrBack], [IsClosed], [MoveReason], [MoveType], [OrderReason], [PartCode], [PickLocation], [PickPerson], [PickedQty], [Qty], [RejecteLocation], [RejecteQty], [Remark], [ToBarCode], [ToPartCode])
VALUES (i.[BillLineID], i.[BillNum], i.[BUn], i.[BarCode], i.[BaseOrder], i.[BaseOrderDesc], i.[BillType], i.[BillTypeDesc], i.[ClaimLocation], i.[CostCenter], i.[CreatDate], i.[Creator], i.[GetOrBack], i.[IsClosed], i.[MoveReason], i.[MoveType], i.[OrderReason], i.[PartCode], i.[PickLocation], i.[PickPerson], i.[PickedQty], i.[Qty], i.[RejecteLocation], i.[RejecteQty], i.[Remark], i.[ToBarCode], i.[ToPartCode])
OUTPUT INSERTED.[BillLineID], INSERTED.[BillNum], i._Position
INTO @inserted1;
SELECT [t].[UID] FROM [TM_PG_OTHER_INOUT_ASK] t
INNER JOIN @inserted1 i ON ([t].[BillLineID] = [i].[BillLineID]) AND ([t].[BillNum] = [i].[BillNum])
ORDER BY [i].[_Position];
INSERT INTO [WmsWebApiZLLDCJ_LOGDTO] ([Id], [AEDAT], [AENAM], [AEZET], [ANLN1], [AUFNR], [BDMNG], [BKNUM], [BWART], [ConcurrencyStamp], [CreationTime], [CreatorId], [ENMNG], [ERDAT], [ERNAM], [ERZET], [ExtraProperties], [GRUND], [IType], [KOSTL], [KZEAR], [LGORT1], [LGORT2], [LGORT3], [MATNR], [MEINS], [POSNR], [RSNUM], [RSPOS], [VBELN], [WERKS], [ZBZSM], [ZDJLX], [ZLLDJ], [ZLLITEM], [ZLLR], [ZLTLX])
VALUES (@p76, @p77, @p78, @p79, @p80, @p81, @p82, @p83, @p84, @p85, @p86, @p87, @p88, @p89, @p90, @p91, @p92, @p93, @p94, @p95, @p96, @p97, @p98, @p99, @p100, @p101, @p102, @p103, @p104, @p105, @p106, @p107, @p108, @p109, @p110, @p111, @p112),
(@p113, @p114, @p115, @p116, @p117, @p118, @p119, @p120, @p121, @p122, @p123, @p124, @p125, @p126, @p127, @p128, @p129, @p130, @p131, @p132, @p133, @p134, @p135, @p136, @p137, @p138, @p139, @p140, @p141, @p142, @p143, @p144, @p145, @p146, @p147, @p148, @p149);
2022-02-10 10:08:08.230 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-10 10:08:08.231 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-10 10:08:08.313 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.ZlldcjLogs.ReturnResult'.
2022-02-10 10:08:08.343 +08:00 [INF] Executed action WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) in 24614.3427ms
2022-02-10 10:08:08.346 +08:00 [INF] Executed endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-10 10:08:09.040 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-10 10:08:09.349 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-10 10:08:09.353 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-10 10:08:09.426 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-10 10:08:09.426 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-10 10:08:09.432 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 1307 - 200 - application/json;+charset=utf-8 25853.7863ms

393
host/WmsWebApi.HttpApi.Host/Logs/logs20220211.txt

@ -0,0 +1,393 @@
2022-02-11 14:16:19.904 +08:00 [INF] Starting web host.
2022-02-11 14:16:30.714 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-02-11 14:16:31.843 +08:00 [INF] Loaded ABP modules:
2022-02-11 14:16:31.844 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-02-11 14:16:31.844 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-02-11 14:16:31.844 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-02-11 14:16:31.844 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-02-11 14:16:31.844 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-02-11 14:16:31.844 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-02-11 14:16:31.844 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-02-11 14:16:31.844 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-02-11 14:16:31.845 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-02-11 14:16:31.845 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-02-11 14:16:31.845 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-02-11 14:16:31.845 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-02-11 14:16:31.845 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-02-11 14:16:31.846 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-02-11 14:16:31.846 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-02-11 14:16:31.846 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-02-11 14:16:35.566 +08:00 [INF] Initialized all ABP modules.
2022-02-11 14:16:37.106 +08:00 [INF] Now listening on: https://localhost:5000
2022-02-11 14:16:37.106 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-02-11 14:16:37.106 +08:00 [INF] Hosting environment: Development
2022-02-11 14:16:37.107 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-02-11 14:16:45.036 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-02-11 14:16:50.780 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-11 14:16:53.859 +08:00 [INF] Executed DbCommand (319ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-11 14:16:55.148 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-11 14:16:55.179 +08:00 [INF] Executed DbCommand (14ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-11 14:16:55.711 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-11 14:16:55.949 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-02-11 14:16:56.516 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-02-11 14:16:56.537 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 1.3318ms.
2022-02-11 14:16:56.561 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-02-11 14:16:56.592 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 614.7813ms
2022-02-11 14:16:56.592 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-11 14:16:56.679 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-02-11 14:16:56.685 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 11652.5230ms
2022-02-11 14:16:57.398 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 718.1446ms
2022-02-11 14:16:57.453 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-02-11 14:16:57.464 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 10.5126ms
2022-02-11 14:16:59.360 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-02-11 14:16:59.882 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 523.1326ms
2022-02-11 14:18:11.795 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-02-11 14:18:11.828 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-11 14:18:11.835 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-02-11 14:18:12.065 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-02-11 14:18:12.097 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 31.9492ms.
2022-02-11 14:18:12.098 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 263.1867ms
2022-02-11 14:18:12.098 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-11 14:18:12.099 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 304.9387ms
2022-02-11 14:18:12.272 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 495
2022-02-11 14:18:12.287 +08:00 [INF] CORS policy execution failed.
2022-02-11 14:18:12.287 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-11 14:18:12.295 +08:00 [INF] Executing endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:18:12.337 +08:00 [INF] Route matched with {action = "Add", controller = "ZlldcjLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.ZlldcjLogs.ReturnResult] AddAsync(System.Collections.Generic.List`1[WmsWebApi.ZlldcjLogs.ZlldcjLogDto]) on controller WmsWebApi.ZlldcjLogs.ZlldcjLogAppService (WmsWebApi.Application).
2022-02-11 14:18:14.004 +08:00 [WRN] ---------- RemoteServiceErrorInfo ----------
{
"code": null,
"message": "Your request is not valid!",
"details": "The following errors were detected during validation.\r\n - '0x0A' is invalid within a JSON string. The string should be correctly escaped. Path: $[0] | LineNumber: 1 | BytePositionInLine: 52.\r\n",
"data": {},
"validationErrors": [
{
"message": "'0x0A' is invalid within a JSON string. The string should be correctly escaped. Path: $[0] | LineNumber: 1 | BytePositionInLine: 52.",
"members": [
"$[0]"
]
}
]
}
2022-02-11 14:18:14.006 +08:00 [WRN] ModelState is not valid! See ValidationErrors for details.
Volo.Abp.Validation.AbpValidationException: ModelState is not valid! See ValidationErrors for details.
at Volo.Abp.AspNetCore.Mvc.Validation.ModelStateValidator.Validate(ModelStateDictionary modelState)
at Volo.Abp.AspNetCore.Mvc.Validation.AbpValidationActionFilter.OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2022-02-11 14:18:14.018 +08:00 [WRN] There are 1 validation errors:
'0x0A' is invalid within a JSON string. The string should be correctly escaped. Path: $[0] | LineNumber: 1 | BytePositionInLine: 52. ($[0])
2022-02-11 14:18:14.059 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'.
2022-02-11 14:18:14.144 +08:00 [INF] Executed action WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) in 1806.9893ms
2022-02-11 14:18:14.145 +08:00 [INF] Executed endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:18:15.466 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-11 14:18:16.447 +08:00 [INF] Executed DbCommand (13ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-11 14:18:16.472 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-11 14:18:16.651 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:18:16.651 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:18:16.672 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 495 - 400 - application/json;+charset=utf-8 4399.6954ms
2022-02-11 14:20:18.350 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 486
2022-02-11 14:20:18.357 +08:00 [INF] CORS policy execution failed.
2022-02-11 14:20:18.357 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-11 14:20:18.365 +08:00 [INF] Executing endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:20:18.366 +08:00 [INF] Route matched with {action = "Add", controller = "ZlldcjLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.ZlldcjLogs.ReturnResult] AddAsync(System.Collections.Generic.List`1[WmsWebApi.ZlldcjLogs.ZlldcjLogDto]) on controller WmsWebApi.ZlldcjLogs.ZlldcjLogAppService (WmsWebApi.Application).
2022-02-11 14:20:18.415 +08:00 [WRN] ---------- RemoteServiceErrorInfo ----------
{
"code": null,
"message": "Your request is not valid!",
"details": "The following errors were detected during validation.\r\n - The JSON value could not be converted to System.String. Path: $[0].GRUND | LineNumber: 1 | BytePositionInLine: 248.\r\n",
"data": {},
"validationErrors": [
{
"message": "The JSON value could not be converted to System.String. Path: $[0].GRUND | LineNumber: 1 | BytePositionInLine: 248.",
"members": [
"$[0].GRUND"
]
}
]
}
2022-02-11 14:20:18.415 +08:00 [WRN] ModelState is not valid! See ValidationErrors for details.
Volo.Abp.Validation.AbpValidationException: ModelState is not valid! See ValidationErrors for details.
at Volo.Abp.AspNetCore.Mvc.Validation.ModelStateValidator.Validate(ModelStateDictionary modelState)
at Volo.Abp.AspNetCore.Mvc.Validation.AbpValidationActionFilter.OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2022-02-11 14:20:18.415 +08:00 [WRN] There are 1 validation errors:
The JSON value could not be converted to System.String. Path: $[0].GRUND | LineNumber: 1 | BytePositionInLine: 248. ($[0].GRUND)
2022-02-11 14:20:18.416 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'.
2022-02-11 14:20:18.417 +08:00 [INF] Executed action WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) in 50.9714ms
2022-02-11 14:20:18.417 +08:00 [INF] Executed endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:20:18.433 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-11 14:20:18.461 +08:00 [INF] Executed DbCommand (11ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-11 14:20:18.468 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-11 14:20:18.607 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:20:18.607 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:20:18.633 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 486 - 400 - application/json;+charset=utf-8 259.2846ms
2022-02-11 14:20:39.042 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 588
2022-02-11 14:20:39.071 +08:00 [INF] CORS policy execution failed.
2022-02-11 14:20:39.071 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-11 14:20:39.079 +08:00 [INF] Executing endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:20:39.080 +08:00 [INF] Route matched with {action = "Add", controller = "ZlldcjLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.ZlldcjLogs.ReturnResult] AddAsync(System.Collections.Generic.List`1[WmsWebApi.ZlldcjLogs.ZlldcjLogDto]) on controller WmsWebApi.ZlldcjLogs.ZlldcjLogAppService (WmsWebApi.Application).
2022-02-11 14:20:39.108 +08:00 [WRN] ---------- RemoteServiceErrorInfo ----------
{
"code": null,
"message": "Your request is not valid!",
"details": "The following errors were detected during validation.\r\n - The JSON value could not be converted to System.String. Path: $[0].GRUND | LineNumber: 18 | BytePositionInLine: 11.\r\n",
"data": {},
"validationErrors": [
{
"message": "The JSON value could not be converted to System.String. Path: $[0].GRUND | LineNumber: 18 | BytePositionInLine: 11.",
"members": [
"$[0].GRUND"
]
}
]
}
2022-02-11 14:20:39.108 +08:00 [WRN] ModelState is not valid! See ValidationErrors for details.
Volo.Abp.Validation.AbpValidationException: ModelState is not valid! See ValidationErrors for details.
at Volo.Abp.AspNetCore.Mvc.Validation.ModelStateValidator.Validate(ModelStateDictionary modelState)
at Volo.Abp.AspNetCore.Mvc.Validation.AbpValidationActionFilter.OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2022-02-11 14:20:39.108 +08:00 [WRN] There are 1 validation errors:
The JSON value could not be converted to System.String. Path: $[0].GRUND | LineNumber: 18 | BytePositionInLine: 11. ($[0].GRUND)
2022-02-11 14:20:39.110 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'.
2022-02-11 14:20:39.113 +08:00 [INF] Executed action WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) in 32.507ms
2022-02-11 14:20:39.113 +08:00 [INF] Executed endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:20:39.127 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-11 14:20:39.150 +08:00 [INF] Executed DbCommand (6ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-11 14:20:39.155 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-11 14:20:39.294 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:20:39.294 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:20:39.296 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 588 - 400 - application/json;+charset=utf-8 253.9204ms
2022-02-11 14:21:10.809 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 588
2022-02-11 14:21:10.810 +08:00 [INF] CORS policy execution failed.
2022-02-11 14:21:10.810 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-11 14:21:10.827 +08:00 [INF] Executing endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:21:10.828 +08:00 [INF] Route matched with {action = "Add", controller = "ZlldcjLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.ZlldcjLogs.ReturnResult] AddAsync(System.Collections.Generic.List`1[WmsWebApi.ZlldcjLogs.ZlldcjLogDto]) on controller WmsWebApi.ZlldcjLogs.ZlldcjLogAppService (WmsWebApi.Application).
2022-02-11 14:21:10.968 +08:00 [WRN] ---------- RemoteServiceErrorInfo ----------
{
"code": null,
"message": "Your request is not valid!",
"details": "The following errors were detected during validation.\r\n - The JSON value could not be converted to System.String. Path: $[0].GRUND | LineNumber: 18 | BytePositionInLine: 11.\r\n",
"data": {},
"validationErrors": [
{
"message": "The JSON value could not be converted to System.String. Path: $[0].GRUND | LineNumber: 18 | BytePositionInLine: 11.",
"members": [
"$[0].GRUND"
]
}
]
}
2022-02-11 14:21:10.968 +08:00 [WRN] ModelState is not valid! See ValidationErrors for details.
Volo.Abp.Validation.AbpValidationException: ModelState is not valid! See ValidationErrors for details.
at Volo.Abp.AspNetCore.Mvc.Validation.ModelStateValidator.Validate(ModelStateDictionary modelState)
at Volo.Abp.AspNetCore.Mvc.Validation.AbpValidationActionFilter.OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2022-02-11 14:21:10.968 +08:00 [WRN] There are 1 validation errors:
The JSON value could not be converted to System.String. Path: $[0].GRUND | LineNumber: 18 | BytePositionInLine: 11. ($[0].GRUND)
2022-02-11 14:21:10.969 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'.
2022-02-11 14:21:10.971 +08:00 [INF] Executed action WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) in 142.6664ms
2022-02-11 14:21:10.971 +08:00 [INF] Executed endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:21:10.981 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-11 14:21:11.022 +08:00 [INF] Executed DbCommand (18ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-11 14:21:11.041 +08:00 [INF] Executed DbCommand (11ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-11 14:21:11.198 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:21:11.199 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:21:11.200 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 588 - 400 - application/json;+charset=utf-8 390.4520ms
2022-02-11 14:22:11.956 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 596
2022-02-11 14:22:11.979 +08:00 [INF] CORS policy execution failed.
2022-02-11 14:22:11.979 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-11 14:22:12.082 +08:00 [INF] Executing endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:22:12.083 +08:00 [INF] Route matched with {action = "Add", controller = "ZlldcjLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.ZlldcjLogs.ReturnResult] AddAsync(System.Collections.Generic.List`1[WmsWebApi.ZlldcjLogs.ZlldcjLogDto]) on controller WmsWebApi.ZlldcjLogs.ZlldcjLogAppService (WmsWebApi.Application).
2022-02-11 14:22:12.894 +08:00 [INF] Executing action method WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-11 14:22:22.639 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-11 14:22:22.639 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-11 14:22:22.639 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-11 14:22:22.639 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-11 14:22:22.639 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-11 14:22:22.639 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-11 14:22:22.639 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-11 14:22:22.639 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-11 14:22:22.639 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-11 14:22:22.639 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-11 14:22:22.663 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-11 14:22:22.846 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@__get_Item_ZLLDJ_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[BillNum] = @__get_Item_ZLLDJ_0
2022-02-11 14:22:22.893 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@__get_Item_ZDJLX_0='?' (Size = 10), @__get_Item_ZLTLX_1='?' (Size = 10), @__get_Item_BWART_2='?' (Size = 20)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[GetOrBack], [t].[MoveReason], [t].[MoveType], [t].[Remark], [t].[SAPBillDesc], [t].[SAPBillType], [t].[SubBillType]
FROM [TM_PG_SAPMOVETYPE] AS [t]
WHERE (([t].[SAPBillType] = @__get_Item_ZDJLX_0) AND ([t].[GetOrBack] = @__get_Item_ZLTLX_1)) AND ([t].[MoveType] = @__get_Item_BWART_2)
2022-02-11 14:22:23.229 +08:00 [INF] Executed action method WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 10335.0255ms.
2022-02-11 14:22:23.436 +08:00 [INF] Executed DbCommand (33ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (Size = 64), @p3='?' (Size = 4000), @p4='?' (Size = 64), @p5='?' (Size = 64), @p6='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p7='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p8='?' (Size = 64), @p9='?' (Size = 40), @p10='?' (DbType = DateTime2), @p11='?' (DbType = Guid), @p12='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p13='?' (Size = 4000), @p14='?' (Size = 64), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 4000), @p18='?' (Size = 4000), @p19='?' (Size = 64), @p20='?' (Size = 64), @p21='?' (Size = 64), @p22='?' (Size = 64), @p23='?' (Size = 64), @p24='?' (Size = 64), @p25='?' (Size = 4000), @p26='?' (Size = 4000), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (Size = 64), @p30='?' (Size = 64), @p31='?' (Size = 64), @p32='?' (Size = 64), @p33='?' (Size = 4000), @p34='?' (DbType = Int32), @p35='?' (Size = 64), @p36='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiZLLDCJ_LOGDTO] ([Id], [AEDAT], [AENAM], [AEZET], [ANLN1], [AUFNR], [BDMNG], [BKNUM], [BWART], [ConcurrencyStamp], [CreationTime], [CreatorId], [ENMNG], [ERDAT], [ERNAM], [ERZET], [ExtraProperties], [GRUND], [IType], [KOSTL], [KZEAR], [LGORT1], [LGORT2], [LGORT3], [MATNR], [MEINS], [POSNR], [RSNUM], [RSPOS], [VBELN], [WERKS], [ZBZSM], [ZDJLX], [ZLLDJ], [ZLLITEM], [ZLLR], [ZLTLX])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30, @p31, @p32, @p33, @p34, @p35, @p36);
2022-02-11 14:22:23.450 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:22:23.450 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:22:23.536 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.ZlldcjLogs.ReturnResult'.
2022-02-11 14:22:23.588 +08:00 [INF] Executed action WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) in 11504.9114ms
2022-02-11 14:22:23.593 +08:00 [INF] Executed endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:22:23.602 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-11 14:22:23.674 +08:00 [INF] Executed DbCommand (53ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-11 14:22:23.726 +08:00 [INF] Executed DbCommand (51ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-11 14:22:23.769 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:22:23.769 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:22:23.770 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 596 - 200 - application/json;+charset=utf-8 11815.2013ms
2022-02-11 14:29:18.870 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 596
2022-02-11 14:29:18.871 +08:00 [INF] CORS policy execution failed.
2022-02-11 14:29:18.871 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-11 14:29:18.878 +08:00 [INF] Executing endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:29:18.878 +08:00 [INF] Route matched with {action = "Add", controller = "ZlldcjLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.ZlldcjLogs.ReturnResult] AddAsync(System.Collections.Generic.List`1[WmsWebApi.ZlldcjLogs.ZlldcjLogDto]) on controller WmsWebApi.ZlldcjLogs.ZlldcjLogAppService (WmsWebApi.Application).
2022-02-11 14:29:19.003 +08:00 [INF] Executing action method WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-11 14:29:26.577 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-11 14:29:26.744 +08:00 [INF] Executed DbCommand (122ms) [Parameters=[@__get_Item_ZLLDJ_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[BillNum] = @__get_Item_ZLLDJ_0
2022-02-11 14:29:46.921 +08:00 [INF] Executed DbCommand (5ms) [Parameters=[@__get_Item_ZDJLX_0='?' (Size = 10), @__get_Item_ZLTLX_1='?' (Size = 10), @__get_Item_BWART_2='?' (Size = 20)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[GetOrBack], [t].[MoveReason], [t].[MoveType], [t].[Remark], [t].[SAPBillDesc], [t].[SAPBillType], [t].[SubBillType]
FROM [TM_PG_SAPMOVETYPE] AS [t]
WHERE (([t].[SAPBillType] = @__get_Item_ZDJLX_0) AND ([t].[GetOrBack] = @__get_Item_ZLTLX_1)) AND ([t].[MoveType] = @__get_Item_BWART_2)
2022-02-11 14:30:04.971 +08:00 [INF] Executed action method WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 45967.8354ms.
2022-02-11 14:30:04.997 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (Size = 64), @p3='?' (Size = 4000), @p4='?' (Size = 64), @p5='?' (Size = 64), @p6='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p7='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p8='?' (Size = 64), @p9='?' (Size = 40), @p10='?' (DbType = DateTime2), @p11='?' (DbType = Guid), @p12='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p13='?' (Size = 4000), @p14='?' (Size = 64), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 4000), @p18='?' (Size = 4000), @p19='?' (Size = 64), @p20='?' (Size = 64), @p21='?' (Size = 64), @p22='?' (Size = 64), @p23='?' (Size = 64), @p24='?' (Size = 64), @p25='?' (Size = 4000), @p26='?' (Size = 4000), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (Size = 64), @p30='?' (Size = 64), @p31='?' (Size = 64), @p32='?' (Size = 64), @p33='?' (Size = 4000), @p34='?' (DbType = Int32), @p35='?' (Size = 64), @p36='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiZLLDCJ_LOGDTO] ([Id], [AEDAT], [AENAM], [AEZET], [ANLN1], [AUFNR], [BDMNG], [BKNUM], [BWART], [ConcurrencyStamp], [CreationTime], [CreatorId], [ENMNG], [ERDAT], [ERNAM], [ERZET], [ExtraProperties], [GRUND], [IType], [KOSTL], [KZEAR], [LGORT1], [LGORT2], [LGORT3], [MATNR], [MEINS], [POSNR], [RSNUM], [RSPOS], [VBELN], [WERKS], [ZBZSM], [ZDJLX], [ZLLDJ], [ZLLITEM], [ZLLR], [ZLTLX])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30, @p31, @p32, @p33, @p34, @p35, @p36);
2022-02-11 14:30:04.999 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:30:04.999 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:30:05.106 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.ZlldcjLogs.ReturnResult'.
2022-02-11 14:30:05.107 +08:00 [INF] Executed action WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) in 46228.838ms
2022-02-11 14:30:05.107 +08:00 [INF] Executed endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-02-11 14:30:05.108 +08:00 [INF] Entity Framework Core 5.0.13 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-11 14:30:05.144 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-11 14:30:05.147 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-11 14:30:05.169 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:30:05.169 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-11 14:30:05.171 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/zlldcj/add application/json 596 - 200 - application/json;+charset=utf-8 46302.8644ms

1263
host/WmsWebApi.HttpApi.Host/Logs/logs20220213.txt

File diff suppressed because it is too large

4200
host/WmsWebApi.HttpApi.Host/Logs/logs20220214.txt

File diff suppressed because it is too large

2480
host/WmsWebApi.HttpApi.Host/Logs/logs20220215.txt

File diff suppressed because it is too large

2892
host/WmsWebApi.HttpApi.Host/Logs/logs20220216.txt

File diff suppressed because it is too large

2880
host/WmsWebApi.HttpApi.Host/Logs/logs20220218.txt

File diff suppressed because it is too large

2157
host/WmsWebApi.HttpApi.Host/Logs/logs20220219.txt

File diff suppressed because it is too large

2214
host/WmsWebApi.HttpApi.Host/Logs/logs20220220.txt

File diff suppressed because it is too large

863
host/WmsWebApi.HttpApi.Host/Logs/logs20220221.txt

@ -0,0 +1,863 @@
2022-02-21 12:46:40.977 +08:00 [INF] Starting web host.
2022-02-21 12:46:56.379 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-02-21 12:46:56.849 +08:00 [INF] Loaded ABP modules:
2022-02-21 12:46:56.849 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-02-21 12:46:56.849 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-02-21 12:46:56.849 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-02-21 12:46:56.849 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-02-21 12:46:56.849 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-02-21 12:46:56.849 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-02-21 12:46:56.849 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-02-21 12:46:56.849 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-02-21 12:46:56.850 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-02-21 12:46:58.440 +08:00 [INF] Initialized all ABP modules.
2022-02-21 12:46:58.901 +08:00 [INF] Now listening on: https://localhost:5000
2022-02-21 12:46:58.902 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-02-21 12:46:58.902 +08:00 [INF] Hosting environment: Development
2022-02-21 12:46:58.902 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-02-21 12:47:06.300 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-02-21 12:47:14.204 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 12:47:17.024 +08:00 [INF] Executed DbCommand (176ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-21 12:47:18.171 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 12:47:18.208 +08:00 [INF] Executed DbCommand (22ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-21 12:47:18.533 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-21 12:47:18.764 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-02-21 12:47:19.426 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-02-21 12:47:19.444 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 4.1366ms.
2022-02-21 12:47:19.459 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-02-21 12:47:19.484 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 697.6107ms
2022-02-21 12:47:19.485 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-21 12:47:19.585 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 13286.1462ms
2022-02-21 12:47:19.638 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-02-21 12:47:20.374 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 736.3581ms
2022-02-21 12:47:21.170 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-02-21 12:47:21.177 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 6.3738ms
2022-02-21 12:47:21.898 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-02-21 12:47:22.390 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 491.9446ms
2022-02-21 12:47:41.902 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-02-21 12:47:41.912 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-21 12:47:41.918 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-02-21 12:47:42.125 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-02-21 12:47:42.161 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 35.0026ms.
2022-02-21 12:47:42.162 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 243.7954ms
2022-02-21 12:47:42.162 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-21 12:47:42.163 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 260.8776ms
2022-02-21 12:47:42.327 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/PPlan/add application/json 386
2022-02-21 12:47:42.343 +08:00 [INF] CORS policy execution failed.
2022-02-21 12:47:42.344 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-21 12:47:42.351 +08:00 [INF] Executing endpoint 'WmsWebApi.PPlan.PPlanService.AddAsync (WmsWebApi.Application)'
2022-02-21 12:47:42.391 +08:00 [INF] Route matched with {action = "Add", controller = "PPlan", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.PPlan.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.PPlan.PPlanService (WmsWebApi.Application).
2022-02-21 12:47:44.632 +08:00 [INF] Executing action method WmsWebApi.PPlan.PPlanService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-21 12:47:45.547 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.547 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.547 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.547 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.547 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.547 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.548 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.549 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.549 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 12:47:45.760 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 12:47:46.084 +08:00 [INF] Executed DbCommand (6ms) [Parameters=[@___planDto_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @___planDto_MATNR_0
2022-02-21 12:47:46.634 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@___billnum_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[BillNum] = @___billnum_0
2022-02-21 12:47:46.944 +08:00 [INF] Executed DbCommand (49ms) [Parameters=[@___planDto_PEDTR_0='?' (Size = 450), @___planDto_SCHGRUP_1='?' (Size = 4000), @___planDto_KAPTPROG_2='?' (Size = 450), @___planDto_MATNR_3='?' (Size = 450)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[PartCode], [t].[BillNum], [t].[PlanTime], [t].[PlanShiftName], [t].[BarCodeQty], [t].[BillLine], [t].[BomVersion], [t].[FinishedQty], [t].[Group], [t].[House], [t].[UID], [t].[InQty], [t].[IsMin], [t].[IsPlus], [t].[IsPrinted], [t].[IsProduct], [t].[ModifyTime], [t].[NotInQty], [t].[PackQty], [t].[PlannedOrderParameter], [t].[Qty], [t].[Remark], [t].[Seq], [t].[ShiftName], [t].[State]
FROM [TM_PG_PLAN] AS [t]
WHERE ((([t].[PlanTime] = @___planDto_PEDTR_0) AND ([t].[Group] = @___planDto_SCHGRUP_1)) AND ([t].[PlanShiftName] = @___planDto_KAPTPROG_2)) AND ([t].[PartCode] = @___planDto_MATNR_3)
2022-02-21 12:47:47.573 +08:00 [INF] Executed action method WmsWebApi.PPlan.PPlanService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 2940.5329ms.
2022-02-21 12:47:48.044 +08:00 [INF] Executed DbCommand (48ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (DbType = DateTime2), @p3='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (Size = 20), @p10='?' (Size = 2), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 4000), @p18='?' (Size = 4000), @p19='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiPPLANDTO] ([Id], [DISPO], [DYSJ], [GSMNG], [ITYPE], [JSON], [KAPTPROG], [MAKTX], [MATNR], [PEDTR], [SCHGRUP], [VERID], [WERKS], [XUBNAME], [ZBZSM], [ZCDATE], [ZCTIME], [ZMACD], [ZMATX], [ZSCSX])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19);
2022-02-21 12:47:48.165 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 12:47:48.165 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 12:47:48.206 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.PPlan.ReturnResult'.
2022-02-21 12:47:48.242 +08:00 [INF] Executed action WmsWebApi.PPlan.PPlanService.AddAsync (WmsWebApi.Application) in 5850.3815ms
2022-02-21 12:47:48.244 +08:00 [INF] Executed endpoint 'WmsWebApi.PPlan.PPlanService.AddAsync (WmsWebApi.Application)'
2022-02-21 12:47:48.779 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 12:47:49.077 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-21 12:47:49.080 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-21 12:47:49.111 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 12:47:49.111 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 12:47:49.118 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/PPlan/add application/json 386 - 200 - application/json;+charset=utf-8 6791.2291ms
2022-02-21 12:50:30.361 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/PPlan/add application/json 386
2022-02-21 12:50:30.402 +08:00 [INF] CORS policy execution failed.
2022-02-21 12:50:30.402 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-21 12:50:30.408 +08:00 [INF] Executing endpoint 'WmsWebApi.PPlan.PPlanService.AddAsync (WmsWebApi.Application)'
2022-02-21 12:50:30.408 +08:00 [INF] Route matched with {action = "Add", controller = "PPlan", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.PPlan.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.PPlan.PPlanService (WmsWebApi.Application).
2022-02-21 12:50:30.517 +08:00 [INF] Executing action method WmsWebApi.PPlan.PPlanService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-21 12:50:30.521 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 12:50:30.555 +08:00 [INF] Executed DbCommand (31ms) [Parameters=[@___planDto_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @___planDto_MATNR_0
2022-02-21 12:50:30.562 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@___billnum_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[BillNum] = @___billnum_0
2022-02-21 12:50:30.616 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@__tbBill_BillNum_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[BillNum] = @__tbBill_BillNum_0
2022-02-21 12:50:30.669 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@___planDto_PEDTR_0='?' (Size = 450), @___planDto_SCHGRUP_1='?' (Size = 4000), @___planDto_KAPTPROG_2='?' (Size = 450), @___planDto_MATNR_3='?' (Size = 450)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[PartCode], [t].[BillNum], [t].[PlanTime], [t].[PlanShiftName], [t].[BarCodeQty], [t].[BillLine], [t].[BomVersion], [t].[FinishedQty], [t].[Group], [t].[House], [t].[UID], [t].[InQty], [t].[IsMin], [t].[IsPlus], [t].[IsPrinted], [t].[IsProduct], [t].[ModifyTime], [t].[NotInQty], [t].[PackQty], [t].[PlannedOrderParameter], [t].[Qty], [t].[Remark], [t].[Seq], [t].[ShiftName], [t].[State]
FROM [TM_PG_PLAN] AS [t]
WHERE ((([t].[PlanTime] = @___planDto_PEDTR_0) AND ([t].[Group] = @___planDto_SCHGRUP_1)) AND ([t].[PlanShiftName] = @___planDto_KAPTPROG_2)) AND ([t].[PartCode] = @___planDto_MATNR_3)
2022-02-21 12:50:30.699 +08:00 [INF] Executed action method WmsWebApi.PPlan.PPlanService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 182.0393ms.
2022-02-21 12:50:30.724 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = DateTime2), @p1='?' (Size = 64), @p2='?' (DbType = DateTime2), @p3='?' (DbType = Int32), @p4='?' (Size = 50), @p5='?' (DbType = Int32), @p6='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (Size = 50), @p9='?' (Size = 50), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 50), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 50), @p18='?' (DbType = Int32), @p19='?' (Size = 50), @p20='?' (Size = 50), @p21='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [TB_BILL] ([AccountDate], [BillNum], [BillTime], [BillType], [CustId], [DetailQty], [DockCode], [FinishTime], [GateCode], [GateName], [Guid], [OperName], [ProjectId], [Remark], [SourceBillNum], [SourceBillNum2], [SourceBillNum3], [StartTime], [SubBillType], [TransportType], [TruckNum], [VendId])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
SELECT [UID], [State]
FROM [TB_BILL]
WHERE @@ROWCOUNT = 1 AND [UID] = scope_identity();
2022-02-21 12:50:30.805 +08:00 [INF] Executed DbCommand (18ms) [Parameters=[@p0='?' (Size = 50), @p1='?' (Size = 450), @p2='?' (Size = 450), @p3='?' (Size = 450), @p4='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p5='?' (DbType = Int32), @p6='?' (Size = 4000), @p7='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p8='?' (Size = 4000), @p9='?' (Size = 4000), @p10='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p11='?' (DbType = Int32), @p12='?' (DbType = Int32), @p13='?' (DbType = Int32), @p14='?' (DbType = Int32), @p15='?' (DbType = DateTime2), @p16='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p17='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p18='?' (Size = 50), @p19='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p20='?' (Size = 4000), @p21='?' (DbType = Int32), @p22='?' (Size = 4000), @p23='?' (DbType = Int32)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [TM_PG_PLAN] ([BillNum], [PartCode], [PlanShiftName], [PlanTime], [BarCodeQty], [BillLine], [BomVersion], [FinishedQty], [Group], [House], [InQty], [IsMin], [IsPlus], [IsPrinted], [IsProduct], [ModifyTime], [NotInQty], [PackQty], [PlannedOrderParameter], [Qty], [Remark], [Seq], [ShiftName], [State])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23);
SELECT [UID]
FROM [TM_PG_PLAN]
WHERE @@ROWCOUNT = 1 AND [BillNum] = @p0 AND [PartCode] = @p1 AND [PlanShiftName] = @p2 AND [PlanTime] = @p3;
2022-02-21 12:50:30.811 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (DbType = DateTime2), @p3='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (Size = 20), @p10='?' (Size = 2), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 4000), @p18='?' (Size = 4000), @p19='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiPPLANDTO] ([Id], [DISPO], [DYSJ], [GSMNG], [ITYPE], [JSON], [KAPTPROG], [MAKTX], [MATNR], [PEDTR], [SCHGRUP], [VERID], [WERKS], [XUBNAME], [ZBZSM], [ZCDATE], [ZCTIME], [ZMACD], [ZMATX], [ZSCSX])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19);
2022-02-21 12:50:30.941 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 12:50:30.941 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 12:50:30.944 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.PPlan.ReturnResult'.
2022-02-21 12:50:30.945 +08:00 [INF] Executed action WmsWebApi.PPlan.PPlanService.AddAsync (WmsWebApi.Application) in 536.3616ms
2022-02-21 12:50:30.945 +08:00 [INF] Executed endpoint 'WmsWebApi.PPlan.PPlanService.AddAsync (WmsWebApi.Application)'
2022-02-21 12:50:30.948 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 12:50:30.969 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-21 12:50:30.972 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-21 12:50:31.034 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 12:50:31.034 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 12:50:31.036 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/PPlan/add application/json 386 - 200 - application/json;+charset=utf-8 693.6357ms
2022-02-21 13:28:15.538 +08:00 [INF] Starting web host.
2022-02-21 13:28:28.944 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-02-21 13:28:29.340 +08:00 [INF] Loaded ABP modules:
2022-02-21 13:28:29.340 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-02-21 13:28:29.340 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-02-21 13:28:29.340 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-02-21 13:28:29.340 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-02-21 13:28:29.340 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-02-21 13:28:29.340 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-02-21 13:28:29.341 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-02-21 13:28:29.341 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-02-21 13:28:29.341 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-02-21 13:28:31.092 +08:00 [INF] Initialized all ABP modules.
2022-02-21 13:28:31.946 +08:00 [INF] Now listening on: https://localhost:5000
2022-02-21 13:28:31.946 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-02-21 13:28:31.946 +08:00 [INF] Hosting environment: Development
2022-02-21 13:28:31.947 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-02-21 13:28:38.923 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-02-21 13:28:46.675 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 13:28:49.057 +08:00 [INF] Executed DbCommand (196ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-21 13:28:50.021 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 13:28:50.082 +08:00 [INF] Executed DbCommand (44ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-21 13:28:50.392 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-21 13:28:50.613 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-02-21 13:28:51.225 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-02-21 13:28:51.241 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.8552ms.
2022-02-21 13:28:51.255 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-02-21 13:28:51.271 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 645.2064ms
2022-02-21 13:28:51.272 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-21 13:28:51.340 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-02-21 13:28:51.340 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 12414.7654ms
2022-02-21 13:28:52.045 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 704.6504ms
2022-02-21 13:28:52.719 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-02-21 13:28:52.732 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 12.5391ms
2022-02-21 13:28:53.386 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-02-21 13:28:53.966 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 579.9973ms
2022-02-21 13:30:52.427 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-02-21 13:30:52.478 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-21 13:30:52.483 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-02-21 13:30:52.686 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-02-21 13:30:52.723 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 36.9697ms.
2022-02-21 13:30:52.724 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 240.979ms
2022-02-21 13:30:52.724 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-21 13:30:52.725 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 298.4673ms
2022-02-21 13:30:53.022 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/bom/add application/json 352
2022-02-21 13:30:53.040 +08:00 [INF] CORS policy execution failed.
2022-02-21 13:30:53.041 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-21 13:30:53.049 +08:00 [INF] Executing endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 13:30:53.104 +08:00 [INF] Route matched with {action = "Add", controller = "Bom", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Boms.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Boms.BomService (WmsWebApi.Application).
2022-02-21 13:30:55.452 +08:00 [INF] Executing action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-21 13:31:27.084 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.084 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.084 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.084 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.085 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.085 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.085 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.085 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.085 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.086 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.086 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.086 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.086 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.086 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.086 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.086 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.086 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.086 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.086 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 13:31:27.197 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 13:31:36.122 +08:00 [INF] Executed DbCommand (9ms) [Parameters=[@___bom_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @___bom_MATNR_0
2022-02-21 13:32:01.394 +08:00 [INF] Executed DbCommand (11ms) [Parameters=[@___bom_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @___bom_MATNR_0
2022-02-21 13:32:25.817 +08:00 [INF] Executed action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 90364.4134ms.
2022-02-21 13:32:25.918 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 13:32:25.938 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Boms.ReturnResult'.
2022-02-21 13:32:25.967 +08:00 [INF] Executed action WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) in 92862.5201ms
2022-02-21 13:32:25.970 +08:00 [INF] Executed endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 13:32:26.625 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 13:32:27.617 +08:00 [INF] Executed DbCommand (19ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-21 13:32:27.636 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-21 13:32:27.750 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 13:32:27.750 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 13:32:27.766 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/bom/add application/json 352 - 200 - application/json;+charset=utf-8 94744.4671ms
2022-02-21 18:31:36.253 +08:00 [INF] Starting web host.
2022-02-21 18:31:50.508 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-02-21 18:31:50.936 +08:00 [INF] Loaded ABP modules:
2022-02-21 18:31:50.936 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-02-21 18:31:50.936 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-02-21 18:31:50.936 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-02-21 18:31:50.936 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-02-21 18:31:50.936 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-02-21 18:31:50.936 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-02-21 18:31:50.936 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-02-21 18:31:50.936 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-02-21 18:31:50.936 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-02-21 18:31:50.936 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-02-21 18:31:50.937 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-02-21 18:31:50.937 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-02-21 18:31:50.937 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-02-21 18:31:50.937 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-02-21 18:31:50.937 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-02-21 18:31:52.846 +08:00 [INF] Initialized all ABP modules.
2022-02-21 18:31:53.446 +08:00 [INF] Now listening on: https://localhost:5000
2022-02-21 18:31:53.446 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-02-21 18:31:53.446 +08:00 [INF] Hosting environment: Development
2022-02-21 18:31:53.446 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-02-21 18:32:00.864 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-02-21 18:32:08.485 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 18:32:11.084 +08:00 [INF] Executed DbCommand (218ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-21 18:32:12.156 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 18:32:12.231 +08:00 [INF] Executed DbCommand (63ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-21 18:32:12.479 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-21 18:32:12.650 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-02-21 18:32:13.133 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-02-21 18:32:13.149 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 1.2569ms.
2022-02-21 18:32:13.163 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-02-21 18:32:13.179 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 516.2076ms
2022-02-21 18:32:13.179 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-21 18:32:13.247 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-02-21 18:32:13.247 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 12383.3618ms
2022-02-21 18:32:13.853 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 605.7101ms
2022-02-21 18:32:14.496 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-02-21 18:32:14.503 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 6.5030ms
2022-02-21 18:32:15.017 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-02-21 18:32:15.623 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 606.1405ms
2022-02-21 18:45:54.558 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-02-21 18:45:54.611 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-21 18:45:54.615 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-02-21 18:45:54.865 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-02-21 18:45:54.899 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 33.8028ms.
2022-02-21 18:45:54.900 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 284.4717ms
2022-02-21 18:45:54.900 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-21 18:45:54.901 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 343.0771ms
2022-02-21 18:45:55.100 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/bom/add application/json 1067
2022-02-21 18:45:55.111 +08:00 [INF] CORS policy execution failed.
2022-02-21 18:45:55.111 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-21 18:45:55.116 +08:00 [INF] Executing endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 18:45:55.149 +08:00 [INF] Route matched with {action = "Add", controller = "Bom", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Boms.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Boms.BomService (WmsWebApi.Application).
2022-02-21 18:45:57.105 +08:00 [INF] Executing action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-21 18:46:35.869 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.869 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.870 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.871 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.871 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 18:46:35.971 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 18:46:40.371 +08:00 [INF] Executed DbCommand (7ms) [Parameters=[@___bom_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @___bom_MATNR_0
2022-02-21 18:53:25.308 +08:00 [INF] Executed action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 448203.2348ms.
2022-02-21 18:53:25.325 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 18:53:25.346 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Boms.ReturnResult'.
2022-02-21 18:53:25.358 +08:00 [INF] Executed action WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) in 450209.1545ms
2022-02-21 18:53:25.358 +08:00 [INF] Executed endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 18:53:25.627 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 18:53:26.035 +08:00 [INF] Executed DbCommand (5ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-21 18:53:26.041 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-21 18:53:26.201 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 18:53:26.201 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 18:53:26.220 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/bom/add application/json 1067 - 200 - application/json;+charset=utf-8 451120.4401ms
2022-02-21 18:55:59.377 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/bom/add application/json 445
2022-02-21 18:55:59.397 +08:00 [INF] CORS policy execution failed.
2022-02-21 18:55:59.397 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-21 18:55:59.404 +08:00 [INF] Executing endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 18:55:59.404 +08:00 [INF] Route matched with {action = "Add", controller = "Bom", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Boms.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Boms.BomService (WmsWebApi.Application).
2022-02-21 18:55:59.545 +08:00 [INF] Executing action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-21 18:56:16.070 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 18:56:18.507 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@___bom_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @___bom_MATNR_0
2022-02-21 18:56:32.941 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@__p_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT CASE
WHEN EXISTS (
SELECT 1
FROM [TM_PG_PARTGROUP] AS [t]
WHERE ([t].[IsBom] = CAST(1 AS bit)) AND ([t].[PARTGROUP] = @__p_0)) THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END
2022-02-21 18:58:04.282 +08:00 [INF] Executed DbCommand (34ms) [Parameters=[@__8__locals1__bom_MATNR_0='?' (Size = 50), @__8__locals2_item_IDNRK_1='?' (Size = 50), @__bom_BeginDate_2='?' (DbType = DateTime2)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[PartCode], [t].[SubPartCode], [t].[BeginDate], [t].[EndDate], [t].[UID], [t].[IsDelete], [t].[IsKeyPart], [t].[Qty], [t].[Remark]
FROM [TA_BOM] AS [t]
WHERE (([t].[PartCode] = @__8__locals1__bom_MATNR_0) AND ([t].[SubPartCode] = @__8__locals2_item_IDNRK_1)) AND ([t].[BeginDate] = @__bom_BeginDate_2)
2022-02-21 18:58:43.509 +08:00 [INF] Executed action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 163964.071ms.
2022-02-21 18:58:43.675 +08:00 [INF] Executed DbCommand (21ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p2='?' (Size = 4000), @p3='?' (DbType = DateTime2), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (Size = 20), @p9='?' (Size = 4000), @p10='?' (Size = 4000), @p11='?' (Size = 4000), @p12='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiBOMDTO] ([Id], [BMENG], [DATUV], [DYSJ], [ITYPE], [JSON], [LOEKZ], [MAKTX], [MATNR], [STLAL], [STLAN], [STLST], [WERKS])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12);
2022-02-21 18:58:43.706 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 18:58:43.706 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 18:58:43.723 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Boms.ReturnResult'.
2022-02-21 18:58:43.727 +08:00 [INF] Executed action WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) in 164322.1206ms
2022-02-21 18:58:43.728 +08:00 [INF] Executed endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 18:58:43.733 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 18:58:43.751 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-21 18:58:43.754 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-21 18:58:43.786 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 18:58:43.786 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 18:58:43.787 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/bom/add application/json 445 - 200 - application/json;+charset=utf-8 164412.4691ms
2022-02-21 19:08:14.112 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/bom/add application/json 445
2022-02-21 19:08:14.120 +08:00 [INF] CORS policy execution failed.
2022-02-21 19:08:14.121 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-21 19:08:14.153 +08:00 [INF] Executing endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 19:08:14.154 +08:00 [INF] Route matched with {action = "Add", controller = "Bom", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Boms.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Boms.BomService (WmsWebApi.Application).
2022-02-21 19:08:14.307 +08:00 [INF] Executing action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-21 19:08:26.116 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 19:08:28.319 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@___bom_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @___bom_MATNR_0
2022-02-21 19:09:38.745 +08:00 [INF] Starting web host.
2022-02-21 19:09:57.542 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-02-21 19:09:57.808 +08:00 [INF] Loaded ABP modules:
2022-02-21 19:09:57.808 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-02-21 19:09:57.808 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-02-21 19:09:57.808 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-02-21 19:09:57.808 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-02-21 19:09:57.808 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-02-21 19:09:57.808 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-02-21 19:09:57.808 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-02-21 19:09:57.809 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-02-21 19:09:57.809 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-02-21 19:09:59.938 +08:00 [INF] Initialized all ABP modules.
2022-02-21 19:10:00.943 +08:00 [INF] Now listening on: https://localhost:5000
2022-02-21 19:10:00.943 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-02-21 19:10:00.943 +08:00 [INF] Hosting environment: Development
2022-02-21 19:10:00.943 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-02-21 19:10:09.406 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-02-21 19:10:17.508 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 19:10:20.261 +08:00 [INF] Executed DbCommand (226ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-21 19:10:21.745 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 19:10:21.780 +08:00 [INF] Executed DbCommand (16ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-21 19:10:22.191 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-21 19:10:22.529 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-02-21 19:10:23.159 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-02-21 19:10:23.170 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.7651ms.
2022-02-21 19:10:23.186 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-02-21 19:10:23.199 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 656.9532ms
2022-02-21 19:10:23.200 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-21 19:10:23.279 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 13876.4157ms
2022-02-21 19:10:23.283 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-02-21 19:10:23.802 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 518.5989ms
2022-02-21 19:10:24.445 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-02-21 19:10:24.451 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 6.1173ms
2022-02-21 19:10:25.108 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-02-21 19:10:25.630 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 522.4141ms
2022-02-21 19:10:42.657 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-02-21 19:10:42.666 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-21 19:10:42.671 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-02-21 19:10:42.863 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-02-21 19:10:42.894 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 30.9316ms.
2022-02-21 19:10:42.898 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 226.0458ms
2022-02-21 19:10:42.898 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-21 19:10:42.899 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 241.7587ms
2022-02-21 19:10:43.042 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/bom/add application/json 445
2022-02-21 19:10:43.070 +08:00 [INF] CORS policy execution failed.
2022-02-21 19:10:43.071 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-21 19:10:43.079 +08:00 [INF] Executing endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 19:10:43.136 +08:00 [INF] Route matched with {action = "Add", controller = "Bom", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Boms.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Boms.BomService (WmsWebApi.Application).
2022-02-21 19:10:45.681 +08:00 [INF] Executing action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-21 19:11:01.020 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.020 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.020 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.020 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.021 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-21 19:11:01.092 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 19:11:03.454 +08:00 [INF] Executed DbCommand (6ms) [Parameters=[@___bom_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @___bom_MATNR_0
2022-02-21 19:11:08.934 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@__p_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT CASE
WHEN EXISTS (
SELECT 1
FROM [TM_PG_PARTGROUP] AS [t]
WHERE ([t].[IsBom] = CAST(1 AS bit)) AND ([t].[PARTGROUP] = @__p_0)) THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END
2022-02-21 19:11:39.537 +08:00 [INF] Executed action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 53855.2791ms.
2022-02-21 19:11:39.832 +08:00 [INF] Executed DbCommand (19ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p2='?' (Size = 4000), @p3='?' (DbType = DateTime2), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (Size = 20), @p9='?' (Size = 4000), @p10='?' (Size = 4000), @p11='?' (Size = 4000), @p12='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiBOMDTO] ([Id], [BMENG], [DATUV], [DYSJ], [ITYPE], [JSON], [LOEKZ], [MAKTX], [MATNR], [STLAL], [STLAN], [STLST], [WERKS])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12);
2022-02-21 19:11:40.150 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 19:11:40.150 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 19:11:40.189 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Boms.ReturnResult'.
2022-02-21 19:11:40.220 +08:00 [INF] Executed action WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) in 57083.8543ms
2022-02-21 19:11:40.221 +08:00 [INF] Executed endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 19:11:40.904 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 19:11:41.244 +08:00 [INF] Executed DbCommand (33ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-21 19:11:41.249 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-21 19:11:41.321 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 19:11:41.321 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 19:11:41.330 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/bom/add application/json 445 - 200 - application/json;+charset=utf-8 58288.5201ms
2022-02-21 19:13:48.417 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/bom/add application/json 445
2022-02-21 19:13:48.472 +08:00 [INF] CORS policy execution failed.
2022-02-21 19:13:48.472 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-21 19:13:48.481 +08:00 [INF] Executing endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 19:13:48.482 +08:00 [INF] Route matched with {action = "Add", controller = "Bom", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Boms.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Boms.BomService (WmsWebApi.Application).
2022-02-21 19:13:48.597 +08:00 [INF] Executing action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-21 19:13:53.640 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 19:13:55.580 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@___bom_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @___bom_MATNR_0
2022-02-21 19:14:01.439 +08:00 [INF] Executed DbCommand (70ms) [Parameters=[@__p_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT CASE
WHEN EXISTS (
SELECT 1
FROM [TM_PG_PARTGROUP] AS [t]
WHERE ([t].[IsBom] = CAST(1 AS bit)) AND ([t].[PARTGROUP] = @__p_0)) THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END
2022-02-21 19:14:08.967 +08:00 [INF] Executed DbCommand (9ms) [Parameters=[@__8__locals1__bom_MATNR_0='?' (Size = 50), @__8__locals2_item_IDNRK_1='?' (Size = 50), @__bom_BeginDate_2='?' (DbType = DateTime2)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[PartCode], [t].[SubPartCode], [t].[BeginDate], [t].[EndDate], [t].[UID], [t].[IsDelete], [t].[IsKeyPart], [t].[Qty], [t].[Remark]
FROM [TA_BOM] AS [t]
WHERE (([t].[PartCode] = @__8__locals1__bom_MATNR_0) AND ([t].[SubPartCode] = @__8__locals2_item_IDNRK_1)) AND ([t].[BeginDate] = @__bom_BeginDate_2)
2022-02-21 19:14:17.233 +08:00 [INF] Executed action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 28636.2855ms.
2022-02-21 19:14:17.289 +08:00 [INF] Executed DbCommand (26ms) [Parameters=[@p0='?' (DbType = DateTime2), @p1='?' (Size = 50), @p2='?' (Size = 50), @p3='?' (DbType = DateTime2), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p7='?' (Size = 500)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [TA_BOM] ([BeginDate], [PartCode], [SubPartCode], [EndDate], [IsDelete], [IsKeyPart], [Qty], [Remark])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
SELECT [UID]
FROM [TA_BOM]
WHERE @@ROWCOUNT = 1 AND [BeginDate] = @p0 AND [PartCode] = @p1 AND [SubPartCode] = @p2;
2022-02-21 19:14:17.335 +08:00 [INF] Executed DbCommand (25ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p2='?' (Size = 4000), @p3='?' (DbType = DateTime2), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (Size = 20), @p9='?' (Size = 4000), @p10='?' (Size = 4000), @p11='?' (Size = 4000), @p12='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiBOMDTO] ([Id], [BMENG], [DATUV], [DYSJ], [ITYPE], [JSON], [LOEKZ], [MAKTX], [MATNR], [STLAL], [STLAN], [STLST], [WERKS])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12);
2022-02-21 19:14:17.355 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 19:14:17.355 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 19:14:17.356 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Boms.ReturnResult'.
2022-02-21 19:14:17.357 +08:00 [INF] Executed action WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) in 28874.6469ms
2022-02-21 19:14:17.357 +08:00 [INF] Executed endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 19:14:17.358 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 19:14:17.368 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-21 19:14:17.370 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-21 19:14:17.414 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 19:14:17.414 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 19:14:17.415 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/bom/add application/json 445 - 200 - application/json;+charset=utf-8 28999.3271ms
2022-02-21 19:24:49.554 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/bom/add application/json 184
2022-02-21 19:24:49.557 +08:00 [INF] CORS policy execution failed.
2022-02-21 19:24:49.557 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-21 19:24:49.563 +08:00 [INF] Executing endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 19:24:49.564 +08:00 [INF] Route matched with {action = "Add", controller = "Bom", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Boms.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Boms.BomService (WmsWebApi.Application).
2022-02-21 19:24:49.699 +08:00 [INF] Executing action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-21 19:24:49.806 +08:00 [INF] Executed action method WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 107.1636ms.
2022-02-21 19:24:49.807 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Boms.ReturnResult'.
2022-02-21 19:24:49.811 +08:00 [INF] Executed action WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application) in 246.778ms
2022-02-21 19:24:49.811 +08:00 [INF] Executed endpoint 'WmsWebApi.Boms.BomService.AddAsync (WmsWebApi.Application)'
2022-02-21 19:24:49.813 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-21 19:24:49.872 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-21 19:24:49.874 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-21 19:24:49.901 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 19:24:49.901 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-21 19:24:49.902 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/bom/add application/json 184 - 200 - application/json;+charset=utf-8 347.5130ms

1251
host/WmsWebApi.HttpApi.Host/Logs/logs20220222.txt

File diff suppressed because it is too large

2247
host/WmsWebApi.HttpApi.Host/Logs/logs20220223.txt

File diff suppressed because it is too large

2668
host/WmsWebApi.HttpApi.Host/Logs/logs20220224.txt

File diff suppressed because one or more lines are too long

305
host/WmsWebApi.HttpApi.Host/Logs/logs20220225.txt

@ -0,0 +1,305 @@
2022-02-25 19:46:48.489 +08:00 [INF] Starting web host.
2022-02-25 19:47:06.759 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-02-25 19:47:07.163 +08:00 [INF] Loaded ABP modules:
2022-02-25 19:47:07.163 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-02-25 19:47:07.163 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-02-25 19:47:07.163 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-02-25 19:47:07.163 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-02-25 19:47:07.163 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-02-25 19:47:07.163 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-02-25 19:47:07.164 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-02-25 19:47:07.164 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-02-25 19:47:07.164 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-02-25 19:47:08.988 +08:00 [INF] Initialized all ABP modules.
2022-02-25 19:47:09.795 +08:00 [INF] Now listening on: https://localhost:5000
2022-02-25 19:47:09.795 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-02-25 19:47:09.795 +08:00 [INF] Hosting environment: Development
2022-02-25 19:47:09.795 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-02-25 19:47:16.320 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-02-25 19:47:23.037 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-25 19:47:25.134 +08:00 [INF] Executed DbCommand (192ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-25 19:47:26.299 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-25 19:47:26.348 +08:00 [INF] Executed DbCommand (34ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-25 19:47:26.713 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-25 19:47:26.946 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-02-25 19:47:27.489 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-02-25 19:47:27.506 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.9754ms.
2022-02-25 19:47:27.519 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-02-25 19:47:27.534 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 576.6252ms
2022-02-25 19:47:27.534 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-25 19:47:27.596 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-02-25 19:47:27.607 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 11291.4959ms
2022-02-25 19:47:28.151 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 554.9007ms
2022-02-25 19:47:28.668 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-02-25 19:47:28.679 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 11.2941ms
2022-02-25 19:47:29.182 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-02-25 19:47:29.517 +08:00 [ERR] An unhandled exception has occurred while executing the request.
Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Conflicting method/path combination "POST api/Purchase/add" for actions - WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application),WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application). Actions require a unique method/path combination for Swagger/OpenAPI 3.0. Use ConflictingActionsResolver as a workaround
at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwagger(String documentName, String host, String basePath)
at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
2022-02-25 19:47:29.701 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 500 - text/plain 519.0660ms
2022-02-25 20:22:28.877 +08:00 [INF] Starting web host.
2022-02-25 20:22:41.617 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-02-25 20:22:41.797 +08:00 [INF] Loaded ABP modules:
2022-02-25 20:22:41.797 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-02-25 20:22:41.797 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-02-25 20:22:41.797 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-02-25 20:22:41.797 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-02-25 20:22:41.797 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-02-25 20:22:41.797 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-02-25 20:22:41.797 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-02-25 20:22:41.797 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-02-25 20:22:42.501 +08:00 [INF] Initialized all ABP modules.
2022-02-25 20:22:42.974 +08:00 [INF] Now listening on: https://localhost:5000
2022-02-25 20:22:42.974 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-02-25 20:22:42.974 +08:00 [INF] Hosting environment: Development
2022-02-25 20:22:42.975 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-02-25 20:22:49.538 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-02-25 20:22:54.929 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-25 20:22:57.539 +08:00 [INF] Executed DbCommand (166ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-25 20:22:58.850 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-25 20:22:58.880 +08:00 [INF] Executed DbCommand (13ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-02-25 20:22:59.216 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-25 20:22:59.417 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-02-25 20:22:59.850 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-02-25 20:22:59.868 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 1.0016ms.
2022-02-25 20:22:59.880 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-02-25 20:22:59.894 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 464.8982ms
2022-02-25 20:22:59.895 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-02-25 20:22:59.945 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 10409.8830ms
2022-02-25 20:22:59.948 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-02-25 20:23:00.432 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 483.2462ms
2022-02-25 20:23:00.444 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-02-25 20:23:00.454 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 10.7297ms
2022-02-25 20:23:01.828 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-02-25 20:23:02.343 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 514.5322ms
2022-02-25 20:25:05.060 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-02-25 20:25:05.101 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-25 20:25:05.103 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-02-25 20:25:05.180 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-02-25 20:25:05.194 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 13.4414ms.
2022-02-25 20:25:05.194 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 90.9621ms
2022-02-25 20:25:05.194 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-02-25 20:25:05.195 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 135.9782ms
2022-02-25 20:25:05.254 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/part/add application/json 3321
2022-02-25 20:25:05.260 +08:00 [INF] CORS policy execution failed.
2022-02-25 20:25:05.261 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-02-25 20:25:05.265 +08:00 [INF] Executing endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-02-25 20:25:05.279 +08:00 [INF] Route matched with {action = "Add", controller = "Part", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Parts.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Parts.PartService (WmsWebApi.Application).
2022-02-25 20:25:07.061 +08:00 [INF] Executing action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-02-25 20:25:13.710 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.710 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.710 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.711 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-02-25 20:25:13.764 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-25 20:25:13.892 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@__part_PartGroup_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[IsBom], [t].[IsManageType], [t].[IsPart], [t].[PARTGROUP], [t].[WERKS]
FROM [TM_PG_PARTGROUP] AS [t]
WHERE ([t].[WERKS] = N'1000') AND ([t].[PARTGROUP] = @__part_PartGroup_0)
2022-02-25 20:25:13.926 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@__part_PartCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__part_PartCode_0
2022-02-25 20:25:52.846 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@__custpart_CustId_0='?' (Size = 50), @__custpart_CustPartCode_1='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[CustId], [t].[CustPartCode], [t].[CustPackQty], [t].[CustPalletCapacity], [t].[CustPalletQty], [t].[CustPalletSize], [t].[CustPartName], [t].[UID], [t].[PartCode], [t].[Remark], [t].[State]
FROM [TA_CUST_PART] AS [t]
WHERE ([t].[CustId] = @__custpart_CustId_0) AND ([t].[CustPartCode] = @__custpart_CustPartCode_1)
2022-02-25 20:25:53.140 +08:00 [INF] Executed action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 46078.2339ms.
2022-02-25 20:25:53.465 +08:00 [INF] Executed DbCommand (11ms) [Parameters=[@p0='?' (Size = 50), @p1='?' (Size = 50), @p2='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p3='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p4='?' (DbType = Int32), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [TA_CUST_PART] ([CustId], [CustPartCode], [CustPackQty], [CustPalletCapacity], [CustPalletQty], [CustPalletSize], [CustPartName], [PartCode], [Remark])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8);
SELECT [UID], [State]
FROM [TA_CUST_PART]
WHERE @@ROWCOUNT = 1 AND [CustId] = @p0 AND [CustPartCode] = @p1;
2022-02-25 20:25:53.552 +08:00 [INF] Executed DbCommand (20ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (DbType = DateTime2), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (Size = 50), @p10='?' (Size = 10), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiPARTDTO] ([Id], [DISGR], [DYSJ], [GROES], [ITYPE], [JSON], [MAKTX], [MAKTX1], [MATKL], [MATNR], [MBRSH], [MEINS], [MTART], [VTWEG], [WERKS], [ZTEXT22])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15);
2022-02-25 20:25:53.626 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-25 20:25:53.626 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-25 20:25:53.759 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Parts.ReturnResult'.
2022-02-25 20:25:53.789 +08:00 [INF] Executed action WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) in 48509.7138ms
2022-02-25 20:25:53.790 +08:00 [INF] Executed endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-02-25 20:25:54.420 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-02-25 20:25:54.674 +08:00 [INF] Executed DbCommand (11ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-02-25 20:25:54.678 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-02-25 20:25:54.707 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-25 20:25:54.707 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-02-25 20:25:54.713 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/part/add application/json 3321 - 200 - application/json;+charset=utf-8 49458.7546ms

1628
host/WmsWebApi.HttpApi.Host/Logs/logs20220226.txt

File diff suppressed because it is too large

288
host/WmsWebApi.HttpApi.Host/Logs/logs20220301.txt

@ -0,0 +1,288 @@
2022-03-01 15:27:00.533 +08:00 [INF] Starting web host.
2022-03-01 15:27:17.517 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-01 15:27:17.744 +08:00 [INF] Loaded ABP modules:
2022-03-01 15:27:17.744 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-01 15:27:17.744 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-01 15:27:17.744 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-01 15:27:17.744 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-01 15:27:17.744 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-01 15:27:17.744 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-01 15:27:17.744 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-01 15:27:17.744 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-01 15:27:19.814 +08:00 [INF] Initialized all ABP modules.
2022-03-01 15:27:20.923 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-01 15:27:20.923 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-01 15:27:20.923 +08:00 [INF] Hosting environment: Development
2022-03-01 15:27:20.923 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-01 15:27:26.889 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-01 15:27:31.663 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-01 15:27:33.174 +08:00 [INF] Executed DbCommand (62ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-01 15:27:33.628 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-01 15:27:33.646 +08:00 [INF] Executed DbCommand (13ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-01 15:27:33.769 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-01 15:27:33.850 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-01 15:27:34.286 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-01 15:27:34.297 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.6054ms.
2022-03-01 15:27:34.309 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-01 15:27:34.324 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 462.0715ms
2022-03-01 15:27:34.324 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-01 15:27:34.376 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-01 15:27:34.377 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 7493.6641ms
2022-03-01 15:27:34.875 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 498.8034ms
2022-03-01 15:27:34.887 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/ui/abp.js - -
2022-03-01 15:27:34.888 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/ui/abp.swagger.js - -
2022-03-01 15:27:34.903 +08:00 [INF] The file /swagger/ui/abp.swagger.js was not modified
2022-03-01 15:27:34.903 +08:00 [INF] The file /swagger/ui/abp.js was not modified
2022-03-01 15:27:34.905 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/ui/abp.swagger.js - - - 304 - application/javascript 16.9967ms
2022-03-01 15:27:34.905 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/ui/abp.js - - - 304 - application/javascript 17.9416ms
2022-03-01 15:27:35.337 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-01 15:27:35.344 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 7.6253ms
2022-03-01 15:27:35.976 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-01 15:27:36.383 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 407.1060ms
2022-03-01 17:20:09.106 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-03-01 17:20:09.158 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-01 17:20:09.181 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-03-01 17:20:10.038 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-03-01 17:20:10.260 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 221.4437ms.
2022-03-01 17:20:10.265 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 1083.2465ms
2022-03-01 17:20:10.265 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-01 17:20:10.268 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 1171.6286ms
2022-03-01 17:20:11.057 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/part/add application/json 2490
2022-03-01 17:20:11.148 +08:00 [INF] CORS policy execution failed.
2022-03-01 17:20:11.151 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-01 17:20:11.195 +08:00 [INF] Executing endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-01 17:20:11.377 +08:00 [INF] Route matched with {action = "Add", controller = "Part", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Parts.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Parts.PartService (WmsWebApi.Application).
2022-03-01 17:20:18.879 +08:00 [INF] Executing action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-01 17:20:30.988 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.988 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.988 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.988 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:30.989 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-01 17:20:31.725 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-01 17:20:36.184 +08:00 [INF] Executed DbCommand (48ms) [Parameters=[@__part_PartGroup_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[IsBom], [t].[IsManageType], [t].[IsPart], [t].[PARTGROUP], [t].[WERKS]
FROM [TM_PG_PARTGROUP] AS [t]
WHERE ([t].[WERKS] = N'1000') AND ([t].[PARTGROUP] = @__part_PartGroup_0)
2022-03-01 17:22:25.136 +08:00 [INF] Executed DbCommand (61ms) [Parameters=[@__part_PartCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__part_PartCode_0
2022-03-01 17:23:33.245 +08:00 [INF] Executed DbCommand (14ms) [Parameters=[@__custpart_CustId_0='?' (Size = 50), @__custpart_CustPartCode_1='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[CustId], [t].[CustPartCode], [t].[CustPackQty], [t].[CustPalletCapacity], [t].[CustPalletQty], [t].[CustPalletSize], [t].[CustPartName], [t].[UID], [t].[PartCode], [t].[Remark], [t].[State]
FROM [TA_CUST_PART] AS [t]
WHERE ([t].[CustId] = @__custpart_CustId_0) AND ([t].[CustPartCode] = @__custpart_CustPartCode_1)
2022-03-01 17:28:11.122 +08:00 [INF] Executed action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 472242.0364ms.
2022-03-01 17:28:11.274 +08:00 [INF] Executed DbCommand (7ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (DbType = DateTime2), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (Size = 50), @p10='?' (Size = 10), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiPARTDTO] ([Id], [DISGR], [DYSJ], [GROES], [ITYPE], [JSON], [MAKTX], [MAKTX1], [MATKL], [MATNR], [MBRSH], [MEINS], [MTART], [VTWEG], [WERKS], [ZTEXT22])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15);
2022-03-01 17:28:11.325 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-01 17:28:11.325 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-01 17:28:11.416 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Parts.ReturnResult'.
2022-03-01 17:28:11.442 +08:00 [INF] Executed action WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) in 480064.1682ms
2022-03-01 17:28:11.443 +08:00 [INF] Executed endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-01 17:28:11.744 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-01 17:28:11.899 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-01 17:28:11.902 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-01 17:28:12.038 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-01 17:28:12.038 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-01 17:28:12.042 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/part/add application/json 2490 - 200 - application/json;+charset=utf-8 480992.5412ms
2022-03-01 18:06:23.223 +08:00 [INF] Starting web host.
2022-03-01 18:06:32.155 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-01 18:06:32.376 +08:00 [INF] Loaded ABP modules:
2022-03-01 18:06:32.376 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-01 18:06:32.376 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-01 18:06:32.376 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-01 18:06:32.376 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-01 18:06:32.376 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-01 18:06:32.376 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-01 18:06:32.376 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-01 18:06:32.376 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-01 18:06:33.330 +08:00 [INF] Initialized all ABP modules.
2022-03-01 18:06:33.849 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-01 18:06:33.850 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-01 18:06:33.850 +08:00 [INF] Hosting environment: Development
2022-03-01 18:06:33.850 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-01 18:06:37.748 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-01 18:06:40.331 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-01 18:06:41.765 +08:00 [INF] Executed DbCommand (99ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-01 18:06:42.308 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-01 18:06:42.320 +08:00 [INF] Executed DbCommand (6ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-01 18:06:42.422 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-01 18:06:42.530 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-01 18:06:42.810 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-01 18:06:42.818 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.6746ms.
2022-03-01 18:06:42.826 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-01 18:06:42.837 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 297.2687ms
2022-03-01 18:06:42.837 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-01 18:06:42.869 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 5122.7903ms
2022-03-01 18:06:42.871 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-01 18:06:43.139 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 268.2839ms
2022-03-01 18:06:43.401 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-01 18:06:43.404 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 3.0280ms
2022-03-01 18:06:43.724 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-01 18:06:43.978 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 255.0457ms

559
host/WmsWebApi.HttpApi.Host/Logs/logs20220302.txt

@ -0,0 +1,559 @@
2022-03-02 06:59:10.270 +08:00 [INF] Starting web host.
2022-03-02 06:59:22.531 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-02 06:59:23.025 +08:00 [INF] Loaded ABP modules:
2022-03-02 06:59:23.025 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-02 06:59:23.025 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-02 06:59:23.025 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-02 06:59:23.025 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-02 06:59:23.025 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-02 06:59:23.025 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-02 06:59:23.025 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-02 06:59:23.025 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-02 06:59:23.026 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-02 06:59:24.674 +08:00 [INF] Initialized all ABP modules.
2022-03-02 06:59:25.767 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-02 06:59:25.768 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-02 06:59:25.768 +08:00 [INF] Hosting environment: Development
2022-03-02 06:59:25.768 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-02 06:59:29.977 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-02 06:59:34.852 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-02 06:59:37.314 +08:00 [INF] Executed DbCommand (152ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-02 06:59:38.193 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-02 06:59:38.212 +08:00 [INF] Executed DbCommand (7ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-02 06:59:38.403 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-02 06:59:38.655 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-02 06:59:39.181 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-02 06:59:39.193 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.5966ms.
2022-03-02 06:59:39.204 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-02 06:59:39.222 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 553.841ms
2022-03-02 06:59:39.222 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-02 06:59:39.274 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 9298.2515ms
2022-03-02 06:59:39.274 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-02 06:59:39.722 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 447.8028ms
2022-03-02 06:59:40.370 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-02 06:59:40.379 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 9.0058ms
2022-03-02 06:59:41.066 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-02 06:59:41.410 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 344.1201ms
2022-03-02 07:01:41.955 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-03-02 07:01:41.967 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-02 07:01:41.972 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-03-02 07:01:42.185 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-03-02 07:01:42.237 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 51.3788ms.
2022-03-02 07:01:42.239 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 266.0462ms
2022-03-02 07:01:42.239 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-02 07:01:42.240 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 285.1273ms
2022-03-02 07:01:42.452 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/part/add application/json 1956
2022-03-02 07:01:42.469 +08:00 [INF] CORS policy execution failed.
2022-03-02 07:01:42.469 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-02 07:01:42.477 +08:00 [INF] Executing endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-02 07:01:42.531 +08:00 [INF] Route matched with {action = "Add", controller = "Part", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Parts.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Parts.PartService (WmsWebApi.Application).
2022-03-02 07:01:44.472 +08:00 [INF] Executing action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-02 07:01:49.133 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.133 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.134 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:01:49.191 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-02 07:01:49.416 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@__part_PartGroup_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[IsBom], [t].[IsManageType], [t].[IsPart], [t].[PARTGROUP], [t].[WERKS]
FROM [TM_PG_PARTGROUP] AS [t]
WHERE ([t].[WERKS] = N'1000') AND ([t].[PARTGROUP] = @__part_PartGroup_0)
2022-03-02 07:04:56.786 +08:00 [INF] Executed DbCommand (67ms) [Parameters=[@__part_PartCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__part_PartCode_0
2022-03-02 07:06:18.688 +08:00 [INF] Executed action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 274215.9989ms.
2022-03-02 07:06:19.048 +08:00 [ERR] Failed executing DbCommand (20ms) [Parameters=[@p0='?' (Size = 50), @p1='?' (Size = 50), @p2='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p3='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p4='?' (DbType = Int32), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [TA_CUST_PART] ([CustId], [CustPartCode], [CustPackQty], [CustPalletCapacity], [CustPalletQty], [CustPalletSize], [CustPartName], [PartCode], [Remark])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8);
SELECT [UID], [State]
FROM [TA_CUST_PART]
WHERE @@ROWCOUNT = 1 AND [CustId] = @p0 AND [CustPartCode] = @p1;
2022-03-02 07:06:19.274 +08:00 [ERR] An exception occurred in the database while saving changes for context type 'WmsWebApi.EntityFrameworkCore.WmsWebApiDbContext'.
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): 违反了 PRIMARY KEY 约束“PK_TA_CUST_PART_1”。不能在对象“dbo.TA_CUST_PART”中插入重复键。重复键值为 (10, )。
语句已终止。
at Microsoft.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__169_0(Task`1 result)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
ClientConnectionId:7615c41a-e5d4-4606-8078-1706f79e8651
Error Number:2627,State:1,Class:14
--- End of inner exception stack trace ---
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(DbContext _, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): 违反了 PRIMARY KEY 约束“PK_TA_CUST_PART_1”。不能在对象“dbo.TA_CUST_PART”中插入重复键。重复键值为 (10, )。
语句已终止。
at Microsoft.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__169_0(Task`1 result)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
ClientConnectionId:7615c41a-e5d4-4606-8078-1706f79e8651
Error Number:2627,State:1,Class:14
--- End of inner exception stack trace ---
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(DbContext _, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
2022-03-02 07:06:19.535 +08:00 [ERR] ---------- RemoteServiceErrorInfo ----------
{
"code": null,
"message": "An internal error occurred during your request!",
"details": null,
"data": {},
"validationErrors": null
}
2022-03-02 07:06:19.537 +08:00 [ERR] An error occurred while updating the entries. See the inner exception for details.
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): 违反了 PRIMARY KEY 约束“PK_TA_CUST_PART_1”。不能在对象“dbo.TA_CUST_PART”中插入重复键。重复键值为 (10, )。
语句已终止。
at Microsoft.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__169_0(Task`1 result)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
ClientConnectionId:7615c41a-e5d4-4606-8078-1706f79e8651
Error Number:2627,State:1,Class:14
--- End of inner exception stack trace ---
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(DbContext _, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Volo.Abp.EntityFrameworkCore.AbpDbContext`1.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Volo.Abp.Uow.UnitOfWork.SaveChangesAsync(CancellationToken cancellationToken)
at Volo.Abp.Uow.UnitOfWork.CompleteAsync(CancellationToken cancellationToken)
at Volo.Abp.AspNetCore.Mvc.Uow.AbpUowActionFilter.OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2022-03-02 07:06:19.583 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'.
2022-03-02 07:06:19.640 +08:00 [INF] Executed action WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) in 277108.9818ms
2022-03-02 07:06:19.642 +08:00 [INF] Executed endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-02 07:06:20.955 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-02 07:06:21.156 +08:00 [ERR] Failed executing DbCommand (8ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = -1), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-02 07:06:21.168 +08:00 [ERR] An exception occurred in the database while saving changes for context type 'Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingDbContext'.
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): 将截断字符串或二进制数据。
语句已终止。
at Microsoft.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__169_0(Task`1 result)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
ClientConnectionId:b41900d3-4f28-461c-af47-f9840da95583
Error Number:8152,State:10,Class:16
--- End of inner exception stack trace ---
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(DbContext _, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): 将截断字符串或二进制数据。
语句已终止。
at Microsoft.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__169_0(Task`1 result)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
ClientConnectionId:b41900d3-4f28-461c-af47-f9840da95583
Error Number:8152,State:10,Class:16
--- End of inner exception stack trace ---
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(DbContext _, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Volo.Abp.EntityFrameworkCore.AbpDbContext`1.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Volo.Abp.Uow.UnitOfWork.SaveChangesAsync(CancellationToken cancellationToken)
at Volo.Abp.Uow.UnitOfWork.CompleteAsync(CancellationToken cancellationToken)
2022-03-02 07:06:21.180 +08:00 [WRN] Could not save the audit log object:
AUDIT LOG: [500: POST ] /api/part/add
- UserName - UserId : -
- ClientIpAddress : ::1
- ExecutionDuration : 277178
- Actions:
- WmsWebApi.Parts.PartService.AddAsync (274957 ms.)
{"content":{"valueKind":1}}
- Exceptions:
- An error occurred while updating the entries. See the inner exception for details.
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): 违反了 PRIMARY KEY 约束“PK_TA_CUST_PART_1”。不能在对象“dbo.TA_CUST_PART”中插入重复键。重复键值为 (10, )。
语句已终止。
at Microsoft.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__169_0(Task`1 result)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
ClientConnectionId:7615c41a-e5d4-4606-8078-1706f79e8651
Error Number:2627,State:1,Class:14
--- End of inner exception stack trace ---
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(DbContext _, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Volo.Abp.EntityFrameworkCore.AbpDbContext`1.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Volo.Abp.Uow.UnitOfWork.SaveChangesAsync(CancellationToken cancellationToken)
at Volo.Abp.Uow.UnitOfWork.CompleteAsync(CancellationToken cancellationToken)
at Volo.Abp.AspNetCore.Mvc.Uow.AbpUowActionFilter.OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2022-03-02 07:06:21.180 +08:00 [ERR] An error occurred while updating the entries. See the inner exception for details.
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): 将截断字符串或二进制数据。
语句已终止。
at Microsoft.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__169_0(Task`1 result)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
ClientConnectionId:b41900d3-4f28-461c-af47-f9840da95583
Error Number:8152,State:10,Class:16
--- End of inner exception stack trace ---
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(DbContext _, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Volo.Abp.EntityFrameworkCore.AbpDbContext`1.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Volo.Abp.Uow.UnitOfWork.SaveChangesAsync(CancellationToken cancellationToken)
at Volo.Abp.Uow.UnitOfWork.CompleteAsync(CancellationToken cancellationToken)
at Volo.Abp.AuditLogging.AuditingStore.SaveLogAsync(AuditLogInfo auditInfo)
at Volo.Abp.AuditLogging.AuditingStore.SaveAsync(AuditLogInfo auditInfo)
2022-03-02 07:06:21.183 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/part/add application/json 1956 - 500 - application/json;+charset=utf-8 278731.4421ms
2022-03-02 07:10:05.787 +08:00 [INF] Starting web host.
2022-03-02 07:10:17.002 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-02 07:10:17.353 +08:00 [INF] Loaded ABP modules:
2022-03-02 07:10:17.353 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-02 07:10:17.353 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-02 07:10:17.353 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-02 07:10:17.353 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-02 07:10:17.353 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-02 07:10:17.353 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-02 07:10:17.353 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-02 07:10:17.353 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-02 07:10:17.354 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-02 07:10:19.574 +08:00 [INF] Initialized all ABP modules.
2022-03-02 07:10:20.497 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-02 07:10:20.498 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-02 07:10:20.498 +08:00 [INF] Hosting environment: Development
2022-03-02 07:10:20.498 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-02 07:10:28.051 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-02 07:10:35.320 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-02 07:10:35.459 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-02 07:10:35.838 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-02 07:10:35.851 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.531ms.
2022-03-02 07:10:35.862 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-02 07:10:35.881 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 404.9522ms
2022-03-02 07:10:35.881 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-02 07:10:35.931 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-02 07:10:35.938 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 7886.7471ms
2022-03-02 07:10:36.796 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 864.8906ms
2022-03-02 07:10:37.620 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-02 07:10:37.632 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 12.3787ms
2022-03-02 07:10:38.160 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-02 07:10:38.876 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 716.7074ms
2022-03-02 07:11:44.269 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-03-02 07:11:44.285 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-02 07:11:44.289 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-03-02 07:11:44.472 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-03-02 07:11:44.522 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 49.3031ms.
2022-03-02 07:11:44.523 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 234.2941ms
2022-03-02 07:11:44.523 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-02 07:11:44.526 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 256.3015ms
2022-03-02 07:11:44.795 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/part/add application/json 1956
2022-03-02 07:11:44.811 +08:00 [INF] CORS policy execution failed.
2022-03-02 07:11:44.811 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-02 07:11:44.822 +08:00 [INF] Executing endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-02 07:11:44.890 +08:00 [INF] Route matched with {action = "Add", controller = "Part", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Parts.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Parts.PartService (WmsWebApi.Application).
2022-03-02 07:11:47.106 +08:00 [INF] Executing action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-02 07:11:52.494 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.494 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.494 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.494 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.494 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.494 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.494 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.494 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.495 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-02 07:11:52.676 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-02 07:11:53.772 +08:00 [INF] Executed DbCommand (220ms) [Parameters=[@__part_PartGroup_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[IsBom], [t].[IsManageType], [t].[IsPart], [t].[PARTGROUP], [t].[WERKS]
FROM [TM_PG_PARTGROUP] AS [t]
WHERE ([t].[WERKS] = N'1000') AND ([t].[PARTGROUP] = @__part_PartGroup_0)
2022-03-02 07:11:54.000 +08:00 [INF] Executed DbCommand (9ms) [Parameters=[@__part_PartCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__part_PartCode_0
2022-03-02 07:12:19.914 +08:00 [INF] Executed action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 32807.3698ms.
2022-03-02 07:12:20.347 +08:00 [INF] Executed DbCommand (13ms) [Parameters=[@p0='?' (Size = 4000), @p1='?' (Size = 4000), @p2='?' (Size = 4000), @p3='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (DbType = Int32), @p7='?' (Size = 4000), @p8='?' (Size = 50), @p9='?' (DbType = Int32), @p10='?' (Size = 4000), @p11='?' (DbType = Boolean), @p12='?' (DbType = Boolean), @p13='?' (DbType = Boolean), @p14='?' (DbType = Boolean), @p15='?' (DbType = Boolean), @p16='?' (Size = 4000), @p17='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p18='?' (DbType = Int32), @p19='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p20='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p21='?' (Size = 4000), @p22='?' (Size = 4000), @p23='?' (Size = 50), @p24='?' (Size = 4000), @p25='?' (Size = 4000), @p26='?' (Size = 4000), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (Size = 4000), @p30='?' (Size = 4000), @p31='?' (Size = 4000), @p32='?' (Size = 4000), @p33='?' (Size = 4000), @p34='?' (Size = 4000), @p35='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p36='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p37='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p38='?' (Size = 4000), @p39='?' (Size = 4000), @p40='?' (Precision = 18) (Scale = 2) (DbType = Decimal), @p41='?' (Size = 4000), @p42='?' (Size = 4000), @p43='?' (DbType = Int32)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [TA_PART] ([AbcClass], [CertificateOfQuality], [Configuration], [ContainerQty], [DefaultBackFlushLocCode], [DefaultReceiveLocCode], [DistributionType], [DrawingNumber], [ErpPartCode], [InspectType], [Inspecter], [IsAskMerge], [IsConsign], [IsDeposit], [IsNoInterface], [IsTransfer], [LabelTemplate], [LinesidePackQty], [ManageType], [MaxQty], [MinQty], [PalletSize], [PalletTemplate], [PartCode], [PartDesc1], [PartDesc2], [PartGroup], [PartKind], [PartType], [Process], [ProjectId], [Promo], [QLevel], [ReceivePort], [Remark], [SafeQty], [SamplePercent], [SingleWeight], [Source], [State], [StockPackQty], [StoreKeeper], [Unit], [ValidityDays])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30, @p31, @p32, @p33, @p34, @p35, @p36, @p37, @p38, @p39, @p40, @p41, @p42, @p43);
SELECT [UID]
FROM [TA_PART]
WHERE @@ROWCOUNT = 1 AND [UID] = scope_identity();
2022-03-02 07:12:20.439 +08:00 [INF] Executed DbCommand (7ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (DbType = DateTime2), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (Size = 50), @p10='?' (Size = 10), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiPARTDTO] ([Id], [DISGR], [DYSJ], [GROES], [ITYPE], [JSON], [MAKTX], [MAKTX1], [MATKL], [MATNR], [MBRSH], [MEINS], [MTART], [VTWEG], [WERKS], [ZTEXT22])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15);
2022-03-02 07:12:20.699 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-02 07:12:20.700 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-02 07:12:20.853 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Parts.ReturnResult'.
2022-03-02 07:12:20.897 +08:00 [INF] Executed action WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) in 36006.2322ms
2022-03-02 07:12:20.899 +08:00 [INF] Executed endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-02 07:12:21.862 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-02 07:12:22.275 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-02 07:12:22.279 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-02 07:12:22.311 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-02 07:12:22.311 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-02 07:12:22.317 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/part/add application/json 1956 - 200 - application/json;+charset=utf-8 37521.9606ms

11522
host/WmsWebApi.HttpApi.Host/Logs/logs20220304.txt

File diff suppressed because one or more lines are too long

532
host/WmsWebApi.HttpApi.Host/Logs/logs20220305.txt

@ -0,0 +1,532 @@
2022-03-05 11:03:21.805 +08:00 [INF] Starting web host.
2022-03-05 11:03:36.727 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-05 11:03:36.924 +08:00 [INF] Loaded ABP modules:
2022-03-05 11:03:36.925 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-05 11:03:36.925 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-05 11:03:36.925 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-05 11:03:36.925 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-05 11:03:36.925 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-05 11:03:36.925 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-05 11:03:36.925 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-05 11:03:36.925 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-05 11:03:37.877 +08:00 [INF] Initialized all ABP modules.
2022-03-05 11:03:38.894 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-05 11:03:38.895 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-05 11:03:38.895 +08:00 [INF] Hosting environment: Development
2022-03-05 11:03:38.895 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-05 11:03:42.520 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-05 11:03:45.915 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 11:03:46.742 +08:00 [INF] Executed DbCommand (52ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-05 11:03:47.136 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 11:03:47.144 +08:00 [INF] Executed DbCommand (5ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-05 11:03:47.226 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-05 11:03:47.291 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-05 11:03:47.481 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-05 11:03:47.485 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.2814ms.
2022-03-05 11:03:47.490 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-05 11:03:47.495 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 199.1954ms
2022-03-05 11:03:47.495 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-05 11:03:47.513 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 4998.2102ms
2022-03-05 11:03:47.515 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-05 11:03:47.838 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 322.8186ms
2022-03-05 11:03:48.104 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-05 11:03:48.107 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 3.3023ms
2022-03-05 11:03:48.790 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-05 11:03:49.235 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 445.3373ms
2022-03-05 11:04:05.251 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-03-05 11:04:05.256 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-05 11:04:05.258 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-03-05 11:04:05.346 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-03-05 11:04:05.360 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 14.5334ms.
2022-03-05 11:04:05.361 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 101.947ms
2022-03-05 11:04:05.361 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-05 11:04:05.361 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 110.2850ms
2022-03-05 11:04:05.428 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 759
2022-03-05 11:04:05.433 +08:00 [INF] CORS policy execution failed.
2022-03-05 11:04:05.433 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-05 11:04:05.436 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-05 11:04:05.449 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-03-05 11:04:06.916 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-05 11:06:36.598 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.598 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.599 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 11:06:36.700 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 11:06:36.896 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-03-05 11:07:00.526 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 173610.2858ms.
2022-03-05 11:07:00.785 +08:00 [INF] Executed DbCommand (7ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = 4000), @p4='?' (Size = 20), @p5='?' (Size = 4000), @p6='?' (Size = 20), @p7='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
2022-03-05 11:07:00.824 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 11:07:00.824 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 11:07:00.902 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-03-05 11:07:00.912 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 175463.1765ms
2022-03-05 11:07:00.913 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-05 11:07:01.131 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 11:07:01.286 +08:00 [INF] Executed DbCommand (31ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-05 11:07:01.332 +08:00 [INF] Executed DbCommand (45ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-05 11:07:01.437 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 11:07:01.437 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 11:07:01.443 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 759 - 200 - application/json;+charset=utf-8 176014.8759ms
2022-03-05 11:07:27.983 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 759
2022-03-05 11:07:27.986 +08:00 [INF] CORS policy execution failed.
2022-03-05 11:07:27.986 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-05 11:07:27.988 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-05 11:07:27.989 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-03-05 11:07:28.031 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-05 11:07:55.497 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 11:07:55.508 +08:00 [INF] Executed DbCommand (5ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-03-05 11:09:14.336 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 106304.7727ms.
2022-03-05 11:09:14.355 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = 4000), @p4='?' (Size = 20), @p5='?' (Size = 4000), @p6='?' (Size = 20), @p7='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
2022-03-05 11:09:14.356 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 11:09:14.357 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 11:09:14.422 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-03-05 11:09:14.423 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 106434.5015ms
2022-03-05 11:09:14.424 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-05 11:09:14.426 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 11:09:14.440 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-05 11:09:14.533 +08:00 [INF] Executed DbCommand (91ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-05 11:09:14.776 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 11:09:14.776 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 11:09:14.778 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 759 - 200 - application/json;+charset=utf-8 106795.0865ms
2022-03-05 11:09:35.768 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 759
2022-03-05 11:09:35.769 +08:00 [INF] CORS policy execution failed.
2022-03-05 11:09:35.770 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-05 11:09:35.777 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-05 11:09:35.777 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-03-05 11:09:35.884 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-05 11:09:52.993 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 11:09:53.030 +08:00 [INF] Executed DbCommand (6ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-03-05 11:10:33.066 +08:00 [INF] Executed DbCommand (101ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-03-05 12:54:06.912 +08:00 [INF] Starting web host.
2022-03-05 12:58:34.683 +08:00 [INF] Starting web host.
2022-03-05 12:58:45.958 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-05 12:58:46.266 +08:00 [INF] Loaded ABP modules:
2022-03-05 12:58:46.266 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-05 12:58:46.266 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-05 12:58:46.266 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-05 12:58:46.266 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-05 12:58:46.266 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-05 12:58:46.266 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-05 12:58:46.267 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-05 12:58:46.267 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-05 12:58:46.267 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-05 12:58:47.702 +08:00 [INF] Initialized all ABP modules.
2022-03-05 12:58:48.490 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-05 12:58:48.491 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-05 12:58:48.491 +08:00 [INF] Hosting environment: Development
2022-03-05 12:58:48.491 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-05 12:58:52.316 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-05 12:58:55.715 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 12:58:57.271 +08:00 [INF] Executed DbCommand (123ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-05 12:58:58.201 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 12:58:58.222 +08:00 [INF] Executed DbCommand (11ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-05 12:58:58.524 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-05 12:58:58.650 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-05 12:58:59.063 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-05 12:58:59.076 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 1.5959ms.
2022-03-05 12:58:59.088 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-05 12:58:59.100 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 439.5381ms
2022-03-05 12:58:59.100 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-05 12:58:59.147 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 6833.5383ms
2022-03-05 12:58:59.150 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-05 12:58:59.556 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 406.1735ms
2022-03-05 12:58:59.567 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-05 12:58:59.575 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 9.2214ms
2022-03-05 12:59:00.722 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-05 12:59:01.276 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 553.2714ms
2022-03-05 12:59:51.550 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-03-05 12:59:51.596 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-05 12:59:51.601 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-03-05 12:59:51.789 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-03-05 12:59:51.827 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 38.6123ms.
2022-03-05 12:59:51.831 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 229.4923ms
2022-03-05 12:59:51.831 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-05 12:59:51.837 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 286.3732ms
2022-03-05 12:59:52.079 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 759
2022-03-05 12:59:52.124 +08:00 [INF] CORS policy execution failed.
2022-03-05 12:59:52.125 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-05 12:59:52.134 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-05 12:59:52.191 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-03-05 12:59:54.852 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.520 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.521 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.521 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.521 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.521 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.521 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.521 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-05 13:00:15.564 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 13:00:15.713 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-03-05 13:00:31.541 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 36688.0982ms.
2022-03-05 13:00:31.893 +08:00 [INF] Executed DbCommand (9ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = 4000), @p4='?' (Size = 20), @p5='?' (Size = 4000), @p6='?' (Size = 20), @p7='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
2022-03-05 13:00:31.967 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 13:00:31.967 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 13:00:32.155 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-03-05 13:00:32.180 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 39987.959ms
2022-03-05 13:00:32.181 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-05 13:00:32.982 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 13:00:33.202 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-05 13:00:33.206 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-05 13:00:33.402 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 13:00:33.402 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 13:00:33.410 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 759 - 200 - application/json;+charset=utf-8 41330.5773ms
2022-03-05 13:01:23.476 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 745
2022-03-05 13:01:23.481 +08:00 [INF] CORS policy execution failed.
2022-03-05 13:01:23.481 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-05 13:01:23.489 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-05 13:01:23.490 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-03-05 13:01:23.602 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-05 13:01:39.709 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 13:01:39.743 +08:00 [INF] Executed DbCommand (8ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-03-05 13:02:26.964 +08:00 [INF] Executed DbCommand (5ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-03-05 13:02:49.744 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-03-05 13:03:26.717 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 123114.9013ms.
2022-03-05 13:03:26.763 +08:00 [INF] Executed DbCommand (5ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = 4000), @p4='?' (Size = 20), @p5='?' (Size = 4000), @p6='?' (Size = 20), @p7='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
2022-03-05 13:03:26.765 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 13:03:26.765 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 13:03:26.791 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-03-05 13:03:26.792 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 123302.2323ms
2022-03-05 13:03:26.792 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-05 13:03:26.794 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 13:03:26.805 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-05 13:03:26.808 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-05 13:03:26.824 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 13:03:26.824 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-05 13:03:26.826 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 745 - 200 - application/json;+charset=utf-8 123351.7341ms
2022-03-05 13:20:24.382 +08:00 [INF] Starting web host.
2022-03-05 13:20:36.535 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-05 13:20:36.664 +08:00 [INF] Loaded ABP modules:
2022-03-05 13:20:36.664 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-05 13:20:36.664 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-05 13:20:36.664 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-05 13:20:36.664 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-05 13:20:36.664 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-05 13:20:36.664 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-05 13:20:36.664 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-05 13:20:36.664 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-05 13:20:36.665 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-05 13:20:37.736 +08:00 [INF] Initialized all ABP modules.
2022-03-05 13:20:38.677 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-05 13:20:38.677 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-05 13:20:38.677 +08:00 [INF] Hosting environment: Development
2022-03-05 13:20:38.678 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-05 13:20:43.635 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-05 13:20:47.434 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 13:20:49.244 +08:00 [INF] Executed DbCommand (125ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-05 13:20:50.131 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-05 13:20:50.151 +08:00 [INF] Executed DbCommand (9ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-05 13:20:50.339 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-05 13:20:50.457 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-05 13:20:50.862 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-05 13:20:50.873 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.8051ms.
2022-03-05 13:20:50.883 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-05 13:20:50.895 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 428.8928ms
2022-03-05 13:20:50.895 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-05 13:20:50.950 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-05 13:20:50.950 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 7316.7758ms
2022-03-05 13:20:51.376 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 425.8112ms
2022-03-05 13:20:51.907 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-05 13:20:51.912 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 5.3149ms
2022-03-05 13:20:52.527 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-05 13:20:52.850 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 323.3588ms

352
host/WmsWebApi.HttpApi.Host/Logs/logs20220307.txt

@ -0,0 +1,352 @@
2022-03-07 10:11:48.029 +08:00 [INF] Starting web host.
2022-03-07 10:12:00.878 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-07 10:12:02.070 +08:00 [INF] Loaded ABP modules:
2022-03-07 10:12:02.070 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-07 10:12:02.070 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-07 10:12:02.070 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-07 10:12:02.070 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-07 10:12:02.070 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-07 10:12:02.071 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-07 10:12:02.071 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-07 10:12:02.071 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-07 10:12:02.071 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-07 10:12:02.071 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-07 10:12:05.425 +08:00 [INF] Initialized all ABP modules.
2022-03-07 10:12:07.164 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-07 10:12:07.165 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-07 10:12:07.165 +08:00 [INF] Hosting environment: Development
2022-03-07 10:12:07.165 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-07 10:12:13.921 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-07 10:12:18.480 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-07 10:12:19.438 +08:00 [INF] Executed DbCommand (61ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-07 10:12:20.324 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-07 10:12:20.346 +08:00 [INF] Executed DbCommand (11ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-07 10:12:20.550 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-07 10:12:20.707 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-07 10:12:21.148 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-07 10:12:21.162 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.7629ms.
2022-03-07 10:12:21.175 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-07 10:12:21.187 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 468.3805ms
2022-03-07 10:12:21.188 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-07 10:12:21.236 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 7317.4575ms
2022-03-07 10:12:21.236 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-07 10:12:21.703 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 466.4485ms
2022-03-07 10:12:22.433 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-07 10:12:22.439 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 6.2729ms
2022-03-07 10:12:23.240 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-07 10:12:23.767 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 526.9072ms
2022-03-07 18:07:09.772 +08:00 [INF] Starting web host.
2022-03-07 18:07:28.023 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-07 18:07:28.422 +08:00 [INF] Loaded ABP modules:
2022-03-07 18:07:28.422 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-07 18:07:28.422 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-07 18:07:28.422 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-07 18:07:28.422 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-07 18:07:28.422 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-07 18:07:28.422 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-07 18:07:28.423 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-07 18:07:28.423 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-07 18:07:28.423 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-07 18:07:28.423 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-07 18:07:28.423 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-07 18:07:28.424 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-07 18:07:28.424 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-07 18:07:28.424 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-07 18:07:28.424 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-07 18:07:30.576 +08:00 [INF] Initialized all ABP modules.
2022-03-07 18:07:31.582 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-07 18:07:31.583 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-07 18:07:31.583 +08:00 [INF] Hosting environment: Development
2022-03-07 18:07:31.583 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-07 18:07:36.692 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-07 18:07:41.563 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-07 18:07:43.996 +08:00 [INF] Executed DbCommand (251ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-07 18:07:45.050 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-07 18:07:45.099 +08:00 [INF] Executed DbCommand (12ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-07 18:07:45.318 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-07 18:07:45.460 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-07 18:07:45.987 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-07 18:07:46.005 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 1.0376ms.
2022-03-07 18:07:46.021 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-07 18:07:46.038 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 565.3352ms
2022-03-07 18:07:46.039 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-07 18:07:46.102 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 9411.7690ms
2022-03-07 18:07:46.110 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-07 18:07:46.597 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 487.4334ms
2022-03-07 18:07:47.185 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-07 18:07:47.191 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 6.1237ms
2022-03-07 18:07:47.965 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-07 18:07:48.567 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 602.4284ms
2022-03-07 18:08:16.394 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-03-07 18:08:16.424 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-07 18:08:16.565 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-03-07 18:08:16.837 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-03-07 18:08:16.919 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 81.2468ms.
2022-03-07 18:08:16.920 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 355.0297ms
2022-03-07 18:08:16.920 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-07 18:08:16.921 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 527.2516ms
2022-03-07 18:08:17.323 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/part/add application/json 1993
2022-03-07 18:08:17.372 +08:00 [INF] CORS policy execution failed.
2022-03-07 18:08:17.373 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-07 18:08:17.385 +08:00 [INF] Executing endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-07 18:08:17.488 +08:00 [INF] Route matched with {action = "Add", controller = "Part", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Parts.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Parts.PartService (WmsWebApi.Application).
2022-03-07 18:08:20.629 +08:00 [INF] Executing action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-07 18:08:29.877 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.877 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.877 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.877 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.878 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.879 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.879 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.879 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.879 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:29.879 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-07 18:08:30.064 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-07 18:08:30.437 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@__part_PartGroup_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[IsBom], [t].[IsManageType], [t].[IsPart], [t].[PARTGROUP], [t].[WERKS]
FROM [TM_PG_PARTGROUP] AS [t]
WHERE (([t].[WERKS] = N'1000') AND ([t].[PARTGROUP] = @__part_PartGroup_0)) AND ([t].[IsManageType] = CAST(1 AS bit))
2022-03-07 18:08:37.894 +08:00 [INF] Executed DbCommand (6ms) [Parameters=[@__part_PartCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__part_PartCode_0
2022-03-07 18:08:53.166 +08:00 [INF] Executed action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 32536.1859ms.
2022-03-07 18:08:53.429 +08:00 [INF] Executed DbCommand (8ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (DbType = DateTime2), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (Size = 50), @p10='?' (Size = 10), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiPARTDTO] ([Id], [DISGR], [DYSJ], [GROES], [ITYPE], [JSON], [MAKTX], [MAKTX1], [MATKL], [MATNR], [MBRSH], [MEINS], [MTART], [VTWEG], [WERKS], [ZTEXT22])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15);
2022-03-07 18:08:53.493 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:08:53.493 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:08:53.584 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Parts.ReturnResult'.
2022-03-07 18:08:53.607 +08:00 [INF] Executed action WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) in 36118.0948ms
2022-03-07 18:08:53.609 +08:00 [INF] Executed endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-07 18:08:54.185 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-07 18:08:54.510 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-07 18:08:54.514 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-07 18:08:54.556 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:08:54.557 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:08:54.561 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/part/add application/json 1993 - 200 - application/json;+charset=utf-8 37237.6582ms
2022-03-07 18:09:47.627 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/part/add application/json 1993
2022-03-07 18:09:47.631 +08:00 [INF] CORS policy execution failed.
2022-03-07 18:09:47.631 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-07 18:09:47.640 +08:00 [INF] Executing endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-07 18:09:47.642 +08:00 [INF] Route matched with {action = "Add", controller = "Part", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Parts.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Parts.PartService (WmsWebApi.Application).
2022-03-07 18:09:47.751 +08:00 [INF] Executing action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-07 18:10:01.157 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-07 18:10:01.171 +08:00 [INF] Executed DbCommand (9ms) [Parameters=[@__part_PartGroup_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[IsBom], [t].[IsManageType], [t].[IsPart], [t].[PARTGROUP], [t].[WERKS]
FROM [TM_PG_PARTGROUP] AS [t]
WHERE (([t].[WERKS] = N'1000') AND ([t].[PARTGROUP] = @__part_PartGroup_0)) AND ([t].[IsManageType] = CAST(1 AS bit))
2022-03-07 18:10:04.177 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@__part_PartCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__part_PartCode_0
2022-03-07 18:13:15.702 +08:00 [INF] Executed action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 207950.7739ms.
2022-03-07 18:13:15.843 +08:00 [INF] Executed DbCommand (9ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (DbType = DateTime2), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (Size = 50), @p10='?' (Size = 10), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiPARTDTO] ([Id], [DISGR], [DYSJ], [GROES], [ITYPE], [JSON], [MAKTX], [MAKTX1], [MATKL], [MATNR], [MBRSH], [MEINS], [MTART], [VTWEG], [WERKS], [ZTEXT22])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15);
2022-03-07 18:13:15.846 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:13:15.846 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:13:15.908 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Parts.ReturnResult'.
2022-03-07 18:13:15.910 +08:00 [INF] Executed action WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) in 208267.9091ms
2022-03-07 18:13:15.910 +08:00 [INF] Executed endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-07 18:13:15.913 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-07 18:13:15.928 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-07 18:13:15.933 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-07 18:13:15.952 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:13:15.952 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:13:15.954 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/part/add application/json 1993 - 200 - application/json;+charset=utf-8 208346.8967ms
2022-03-07 18:14:18.497 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/part/add application/json 1993
2022-03-07 18:14:18.498 +08:00 [INF] CORS policy execution failed.
2022-03-07 18:14:18.498 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-07 18:14:18.536 +08:00 [INF] Executing endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-07 18:14:18.536 +08:00 [INF] Route matched with {action = "Add", controller = "Part", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.Parts.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.Parts.PartService (WmsWebApi.Application).
2022-03-07 18:14:18.637 +08:00 [INF] Executing action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-07 18:14:23.467 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-07 18:14:23.479 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@__part_PartGroup_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[IsBom], [t].[IsManageType], [t].[IsPart], [t].[PARTGROUP], [t].[WERKS]
FROM [TM_PG_PARTGROUP] AS [t]
WHERE (([t].[WERKS] = N'1000') AND ([t].[PARTGROUP] = @__part_PartGroup_0)) AND ([t].[IsManageType] = CAST(1 AS bit))
2022-03-07 18:14:25.399 +08:00 [INF] Executed DbCommand (18ms) [Parameters=[@__part_PartCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__part_PartCode_0
2022-03-07 18:14:30.324 +08:00 [INF] Executed action method WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 11686.8331ms.
2022-03-07 18:14:30.337 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (DbType = DateTime2), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 4000), @p8='?' (Size = 4000), @p9='?' (Size = 50), @p10='?' (Size = 10), @p11='?' (Size = 4000), @p12='?' (Size = 4000), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiPARTDTO] ([Id], [DISGR], [DYSJ], [GROES], [ITYPE], [JSON], [MAKTX], [MAKTX1], [MATKL], [MATNR], [MBRSH], [MEINS], [MTART], [VTWEG], [WERKS], [ZTEXT22])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15);
2022-03-07 18:14:30.338 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:14:30.339 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:14:30.472 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.Parts.ReturnResult'.
2022-03-07 18:14:30.473 +08:00 [INF] Executed action WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application) in 11936.5823ms
2022-03-07 18:14:30.473 +08:00 [INF] Executed endpoint 'WmsWebApi.Parts.PartService.AddAsync (WmsWebApi.Application)'
2022-03-07 18:14:30.476 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-07 18:14:30.493 +08:00 [INF] Executed DbCommand (5ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-07 18:14:30.496 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-07 18:14:30.518 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:14:30.518 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-07 18:14:30.519 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/part/add application/json 1993 - 200 - application/json;+charset=utf-8 12024.0325ms

585
host/WmsWebApi.HttpApi.Host/Logs/logs20220308.txt

@ -0,0 +1,585 @@
2022-03-08 13:35:53.968 +08:00 [INF] Starting web host.
2022-03-08 13:36:14.587 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-08 13:36:15.139 +08:00 [INF] Loaded ABP modules:
2022-03-08 13:36:15.140 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-08 13:36:15.140 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-08 13:36:15.140 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-08 13:36:15.141 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-08 13:36:15.143 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-08 13:36:15.143 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-08 13:36:15.144 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-08 13:36:15.144 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-08 13:36:15.144 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-08 13:36:15.144 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-08 13:36:15.145 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-08 13:36:15.145 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-08 13:36:17.694 +08:00 [INF] Initialized all ABP modules.
2022-03-08 13:36:19.061 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-08 13:36:19.063 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-08 13:36:19.063 +08:00 [INF] Hosting environment: Development
2022-03-08 13:36:19.063 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-08 13:36:26.746 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-08 13:36:33.111 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 13:36:35.233 +08:00 [INF] Executed DbCommand (167ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-08 13:36:36.315 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 13:36:36.344 +08:00 [INF] Executed DbCommand (15ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-08 13:36:36.673 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-08 13:36:36.839 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-08 13:36:37.417 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-08 13:36:37.438 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 2.4525ms.
2022-03-08 13:36:37.458 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-08 13:36:37.486 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 620.8173ms
2022-03-08 13:36:37.486 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-08 13:36:37.567 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 10823.1491ms
2022-03-08 13:36:37.656 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-08 13:36:38.278 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 623.6039ms
2022-03-08 13:36:40.039 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-08 13:36:40.048 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 9.2624ms
2022-03-08 13:36:40.858 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-08 13:36:41.397 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 538.2112ms
2022-03-08 13:41:45.252 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-03-08 13:41:45.390 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-08 13:41:45.399 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-03-08 13:41:45.667 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-03-08 13:41:45.702 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 34.4329ms.
2022-03-08 13:41:45.702 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 303.1983ms
2022-03-08 13:41:45.702 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-08 13:41:45.703 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 451.6338ms
2022-03-08 13:41:45.894 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 759
2022-03-08 13:41:45.925 +08:00 [INF] CORS policy execution failed.
2022-03-08 13:41:45.926 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-08 13:41:45.941 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-08 13:41:45.989 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-03-08 13:41:50.337 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-08 13:42:17.688 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.688 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.688 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.688 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.689 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.689 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.689 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.689 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.689 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.689 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.689 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.689 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.690 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.690 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.690 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.690 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.690 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.690 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.690 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.690 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:17.690 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:42:18.008 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 13:42:18.398 +08:00 [INF] Executed DbCommand (8ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-03-08 13:43:03.748 +08:00 [INF] Executed DbCommand (96ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-03-08 13:43:35.415 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@__part_DefaultReceiveLocCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AreaCode], [t].[AutoRemoveZeroStockDetail], [t].[DefaultPartCode], [t].[ErpLocCode], [t].[GroupCode], [t].[IsEnableMix], [t].[IsEnableNegativeStock], [t].[LocCode], [t].[LocName], [t].[LocType], [t].[MaxBoxQty], [t].[ProjectId], [t].[Remark], [t].[State], [t].[StoreKeeper], [t].[StoredPercent], [t].[WhseCode]
FROM [TA_STORE_LOCATION] AS [t]
WHERE [t].[LocCode] = @__part_DefaultReceiveLocCode_0
2022-03-08 13:44:30.348 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@___barcode_0='?' (Size = 50), @__part_DefaultReceiveLocCode_1='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[BarCode], [t].[LocCode], [t].[State], [t].[Amount], [t].[AreaCode], [t].[Batch], [t].[EqptCode], [t].[UID], [t].[OverdueDate], [t].[PartCode], [t].[PlanOrderId], [t].[ProduceDate], [t].[Qty], [t].[ReceiveDate], [t].[Remark], [t].[TracebackCode], [t].[UpdateQty], [t].[UpdateTime], [t].[VendBatch], [t].[VendId], [t].[Version], [t].[VinState]
FROM [TS_STOCK_DETAIL] AS [t]
WHERE (([t].[BarCode] = @___barcode_0) AND ([t].[LocCode] = @__part_DefaultReceiveLocCode_1)) AND ([t].[State] = 2)
2022-03-08 13:44:30.463 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 160126.0385ms.
2022-03-08 13:44:30.942 +08:00 [INF] Executed DbCommand (79ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = 4000), @p4='?' (Size = 20), @p5='?' (Size = 4000), @p6='?' (Size = 20), @p7='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
2022-03-08 13:44:31.067 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 13:44:31.068 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 13:44:31.175 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-03-08 13:44:31.199 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 165209.7575ms
2022-03-08 13:44:31.201 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-08 13:44:32.012 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 13:44:32.442 +08:00 [INF] Executed DbCommand (45ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-08 13:44:32.447 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-08 13:44:32.531 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 13:44:32.532 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 13:44:32.538 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 759 - 200 - application/json;+charset=utf-8 166644.1170ms
2022-03-08 13:44:44.257 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 759
2022-03-08 13:44:44.288 +08:00 [INF] CORS policy execution failed.
2022-03-08 13:44:44.288 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-08 13:44:44.296 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-08 13:44:44.296 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-03-08 13:44:44.529 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-08 13:45:00.600 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 13:45:00.625 +08:00 [INF] Executed DbCommand (7ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-03-08 13:45:09.337 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-03-08 13:45:19.013 +08:00 [INF] Executed DbCommand (74ms) [Parameters=[@__part_DefaultReceiveLocCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AreaCode], [t].[AutoRemoveZeroStockDetail], [t].[DefaultPartCode], [t].[ErpLocCode], [t].[GroupCode], [t].[IsEnableMix], [t].[IsEnableNegativeStock], [t].[LocCode], [t].[LocName], [t].[LocType], [t].[MaxBoxQty], [t].[ProjectId], [t].[Remark], [t].[State], [t].[StoreKeeper], [t].[StoredPercent], [t].[WhseCode]
FROM [TA_STORE_LOCATION] AS [t]
WHERE [t].[LocCode] = @__part_DefaultReceiveLocCode_0
2022-03-08 13:48:36.899 +08:00 [INF] Starting web host.
2022-03-08 13:48:56.875 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-08 13:48:57.349 +08:00 [INF] Loaded ABP modules:
2022-03-08 13:48:57.350 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-08 13:48:57.350 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-08 13:48:57.350 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-08 13:48:57.350 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-08 13:48:57.351 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-08 13:48:57.351 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-08 13:48:57.351 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-08 13:48:57.351 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-08 13:48:57.351 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-08 13:48:57.352 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-08 13:49:00.508 +08:00 [INF] Initialized all ABP modules.
2022-03-08 13:49:01.647 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-08 13:49:01.649 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-08 13:49:01.649 +08:00 [INF] Hosting environment: Development
2022-03-08 13:49:01.649 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-08 13:49:08.119 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-08 13:49:12.685 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-08 13:49:12.867 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-08 13:49:13.538 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-08 13:49:13.567 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 12.7442ms.
2022-03-08 13:49:13.590 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-08 13:49:13.610 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 725.5888ms
2022-03-08 13:49:13.611 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-08 13:49:13.688 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 5573.5744ms
2022-03-08 13:49:13.696 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-08 13:49:14.402 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 706.2235ms
2022-03-08 13:49:15.409 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-08 13:49:15.421 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 12.3630ms
2022-03-08 13:49:16.641 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-08 13:49:17.287 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 646.4534ms
2022-03-08 13:55:27.395 +08:00 [INF] Starting web host.
2022-03-08 13:55:46.225 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-08 13:55:46.840 +08:00 [INF] Loaded ABP modules:
2022-03-08 13:55:46.840 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-08 13:55:46.840 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-08 13:55:46.840 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-08 13:55:46.840 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-08 13:55:46.840 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-08 13:55:46.841 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-08 13:55:46.841 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-08 13:55:46.841 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-08 13:55:46.841 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-08 13:55:50.238 +08:00 [INF] Initialized all ABP modules.
2022-03-08 13:55:51.473 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-08 13:55:51.473 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-08 13:55:51.473 +08:00 [INF] Hosting environment: Development
2022-03-08 13:55:51.473 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-08 13:55:58.480 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-08 13:56:03.327 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-08 13:56:03.534 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-08 13:56:04.126 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-08 13:56:04.148 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.893ms.
2022-03-08 13:56:04.200 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-08 13:56:04.220 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 667.3311ms
2022-03-08 13:56:04.223 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-08 13:56:04.326 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 5848.4846ms
2022-03-08 13:56:04.350 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-08 13:56:04.981 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 633.2009ms
2022-03-08 13:56:06.563 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-08 13:56:06.572 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 8.7285ms
2022-03-08 13:56:07.395 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-08 13:56:07.863 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 468.3989ms
2022-03-08 13:57:42.247 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-03-08 13:57:42.342 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-08 13:57:42.347 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-03-08 13:57:42.587 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-03-08 13:57:42.666 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 78.6626ms.
2022-03-08 13:57:42.666 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 319.4789ms
2022-03-08 13:57:42.667 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-08 13:57:42.667 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 420.2498ms
2022-03-08 13:57:42.949 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 380
2022-03-08 13:57:42.966 +08:00 [INF] CORS policy execution failed.
2022-03-08 13:57:42.967 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-08 13:57:42.978 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-08 13:57:43.050 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-03-08 13:57:46.483 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-08 13:57:55.210 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.210 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.210 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.210 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.211 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.212 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.212 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.212 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.212 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.212 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.212 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-08 13:57:55.790 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 13:57:59.221 +08:00 [INF] Executed DbCommand (324ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-03-08 13:58:05.952 +08:00 [INF] Executed DbCommand (83ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-03-08 13:58:20.086 +08:00 [INF] Executed DbCommand (104ms) [Parameters=[@__part_DefaultReceiveLocCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AreaCode], [t].[AutoRemoveZeroStockDetail], [t].[DefaultPartCode], [t].[ErpLocCode], [t].[GroupCode], [t].[IsEnableMix], [t].[IsEnableNegativeStock], [t].[LocCode], [t].[LocName], [t].[LocType], [t].[MaxBoxQty], [t].[ProjectId], [t].[Remark], [t].[State], [t].[StoreKeeper], [t].[StoredPercent], [t].[WhseCode]
FROM [TA_STORE_LOCATION] AS [t]
WHERE [t].[LocCode] = @__part_DefaultReceiveLocCode_0
2022-03-08 13:58:57.504 +08:00 [INF] Executed DbCommand (6ms) [Parameters=[@___barcode_0='?' (Size = 50), @__part_DefaultReceiveLocCode_1='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[BarCode], [t].[LocCode], [t].[State], [t].[Amount], [t].[AreaCode], [t].[Batch], [t].[EqptCode], [t].[UID], [t].[OverdueDate], [t].[PartCode], [t].[PlanOrderId], [t].[ProduceDate], [t].[Qty], [t].[ReceiveDate], [t].[Remark], [t].[TracebackCode], [t].[UpdateQty], [t].[UpdateTime], [t].[VendBatch], [t].[VendId], [t].[Version], [t].[VinState]
FROM [TS_STOCK_DETAIL] AS [t]
WHERE (([t].[BarCode] = @___barcode_0) AND ([t].[LocCode] = @__part_DefaultReceiveLocCode_1)) AND ([t].[State] = 2)
2022-03-08 13:59:39.822 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 113338.0973ms.
2022-03-08 13:59:40.839 +08:00 [INF] Executed DbCommand (162ms) [Parameters=[@p0='?' (DbType = DateTime2), @p1='?' (Size = 64), @p2='?' (DbType = DateTime2), @p3='?' (DbType = Int32), @p4='?' (Size = 50), @p5='?' (DbType = Int32), @p6='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (Size = 50), @p9='?' (Size = 50), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 50), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 50), @p18='?' (DbType = Int32), @p19='?' (DbType = Int32), @p20='?' (Size = 50), @p21='?' (Size = 50), @p22='?' (Size = 50), @p23='?' (Size = 50), @p24='?' (Size = 50), @p25='?' (Size = 4000), @p26='?' (Size = 4000), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p30='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p31='?' (Size = 4000), @p32='?' (Size = 50), @p33='?' (Size = 50), @p34='?' (DbType = DateTime2), @p35='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p36='?' (DbType = DateTime2), @p37='?' (Size = 4000), @p38='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p39='?' (Size = 4000), @p40='?' (DbType = Int32), @p41='?' (Size = 4000), @p42='?' (Size = 4000), @p43='?' (Size = 4000), @p44='?' (Size = 4000), @p45='?' (Size = 4000), @p46='?' (Size = 4000), @p47='?' (Size = 50), @p48='?' (DbType = Int32), @p49='?' (Size = 4000), @p50='?' (Size = 4000), @p51='?' (DbType = DateTime2), @p52='?' (Size = 80), @p53='?' (Size = 4000), @p54='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p55='?' (Size = 500), @p56='?' (DbType = Int32), @p57='?' (DbType = Int32), @p58='?' (DbType = Int32), @p59='?' (Size = 4000), @p60='?' (Size = 50), @p61='?' (Size = 50), @p62='?' (DbType = Int32), @p63='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p64='?' (Size = 50), @p65='?' (Size = 4000), @p66='?' (Size = 4000), @p67='?' (DbType = DateTime2), @p68='?' (Size = 50), @p69='?' (Size = 4000), @p70='?' (DbType = DateTime2), @p71='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p72='?' (DbType = DateTime2), @p73='?' (Size = 4000), @p74='?' (Size = 4000), @p75='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p76='?' (DbType = DateTime2), @p77='?' (Size = 4000), @p78='?' (Size = 4000), @p79='?' (DbType = Int32), @p80='?' (DbType = Guid), @p81='?' (DbType = DateTime2), @p82='?' (Size = 4000), @p83='?' (Size = 4000), @p84='?' (Size = 20), @p85='?' (Size = 4000), @p86='?' (Size = 20), @p87='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [TB_BILL] ([AccountDate], [BillNum], [BillTime], [BillType], [CustId], [DetailQty], [DockCode], [FinishTime], [GateCode], [GateName], [Guid], [OperName], [ProjectId], [Remark], [SourceBillNum], [SourceBillNum2], [SourceBillNum3], [StartTime], [State], [SubBillType], [TransportType], [TruckNum], [VendId])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22);
SELECT [UID]
FROM [TB_BILL]
WHERE @@ROWCOUNT = 1 AND [UID] = scope_identity();
INSERT INTO [TB_PRODUCT_RECEIVE] ([BarCode], [BillNum], [Batch], [CellCode], [EqptCode], [FromLocCode], [GoodQty], [InvalidQty], [LineId], [PartCode], [PpBillNum], [ProduceDate], [Qty], [ReceiveDate], [Remark], [ScrapQty], [ShiftName], [State], [TeamName], [ToLocCode], [TraceBackCode], [Unit])
VALUES (@p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30, @p31, @p32, @p33, @p34, @p35, @p36, @p37, @p38, @p39, @p40, @p41, @p42, @p43, @p44);
SELECT [UID]
FROM [TB_PRODUCT_RECEIVE]
WHERE @@ROWCOUNT = 1 AND [BarCode] = @p23 AND [BillNum] = @p24;
INSERT INTO [TL_TRANSACTION] ([BarCode], [Batch], [BillNum], [BillType], [EqptCode], [LocCode], [LogTime], [OperName], [PartCode], [Qty], [Remark], [State], [SubBillType], [TransType], [VendId])
VALUES (@p45, @p46, @p47, @p48, @p49, @p50, @p51, @p52, @p53, @p54, @p55, @p56, @p57, @p58, @p59);
SELECT [UID]
FROM [TL_TRANSACTION]
WHERE @@ROWCOUNT = 1 AND [UID] = scope_identity();
INSERT INTO [TS_STOCK_DETAIL] ([BarCode], [LocCode], [State], [Amount], [AreaCode], [Batch], [EqptCode], [OverdueDate], [PartCode], [PlanOrderId], [ProduceDate], [Qty], [ReceiveDate], [Remark], [TracebackCode], [UpdateQty], [UpdateTime], [VendBatch], [VendId], [VinState])
VALUES (@p60, @p61, @p62, @p63, @p64, @p65, @p66, @p67, @p68, @p69, @p70, @p71, @p72, @p73, @p74, @p75, @p76, @p77, @p78, @p79);
SELECT [UID], [Version]
FROM [TS_STOCK_DETAIL]
WHERE @@ROWCOUNT = 1 AND [BarCode] = @p60 AND [LocCode] = @p61 AND [State] = @p62;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p80, @p81, @p82, @p83, @p84, @p85, @p86, @p87);
2022-03-08 13:59:41.162 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 13:59:41.162 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 13:59:41.329 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-03-08 13:59:41.364 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 118313.5806ms
2022-03-08 13:59:41.370 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-08 13:59:42.078 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 13:59:42.451 +08:00 [INF] Executed DbCommand (14ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-08 13:59:42.564 +08:00 [INF] Executed DbCommand (109ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-08 13:59:42.605 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 13:59:42.605 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 13:59:42.610 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 380 - 200 - application/json;+charset=utf-8 119661.1922ms
2022-03-08 14:02:01.328 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 380
2022-03-08 14:02:01.360 +08:00 [INF] CORS policy execution failed.
2022-03-08 14:02:01.360 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-08 14:02:01.370 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-08 14:02:01.372 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-03-08 14:02:01.525 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-08 14:02:05.759 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 14:02:05.821 +08:00 [INF] Executed DbCommand (8ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-03-08 14:02:05.850 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 4324.6927ms.
2022-03-08 14:02:05.877 +08:00 [INF] Executed DbCommand (14ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = 4000), @p4='?' (Size = 20), @p5='?' (Size = 4000), @p6='?' (Size = 20), @p7='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
2022-03-08 14:02:05.879 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 14:02:05.879 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 14:02:05.972 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-03-08 14:02:05.974 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 4601.4315ms
2022-03-08 14:02:05.974 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-08 14:02:05.977 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 14:02:06.156 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-08 14:02:06.160 +08:00 [INF] Executed DbCommand (3ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-08 14:02:06.225 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 14:02:06.226 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 14:02:06.227 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 380 - 200 - application/json;+charset=utf-8 4899.4550ms
2022-03-08 14:02:27.900 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 380
2022-03-08 14:02:27.902 +08:00 [INF] CORS policy execution failed.
2022-03-08 14:02:27.902 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-08 14:02:27.909 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-08 14:02:27.909 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-03-08 14:02:28.066 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-08 14:02:31.780 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 14:02:31.950 +08:00 [INF] Executed DbCommand (119ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-03-08 14:02:35.150 +08:00 [INF] Executed DbCommand (13ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-03-08 14:02:35.180 +08:00 [INF] Executed DbCommand (23ms) [Parameters=[@__part_DefaultReceiveLocCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AreaCode], [t].[AutoRemoveZeroStockDetail], [t].[DefaultPartCode], [t].[ErpLocCode], [t].[GroupCode], [t].[IsEnableMix], [t].[IsEnableNegativeStock], [t].[LocCode], [t].[LocName], [t].[LocType], [t].[MaxBoxQty], [t].[ProjectId], [t].[Remark], [t].[State], [t].[StoreKeeper], [t].[StoredPercent], [t].[WhseCode]
FROM [TA_STORE_LOCATION] AS [t]
WHERE [t].[LocCode] = @__part_DefaultReceiveLocCode_0
2022-03-08 14:02:35.200 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@___barcode_0='?' (Size = 50), @__part_DefaultReceiveLocCode_1='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[BarCode], [t].[LocCode], [t].[State], [t].[Amount], [t].[AreaCode], [t].[Batch], [t].[EqptCode], [t].[UID], [t].[OverdueDate], [t].[PartCode], [t].[PlanOrderId], [t].[ProduceDate], [t].[Qty], [t].[ReceiveDate], [t].[Remark], [t].[TracebackCode], [t].[UpdateQty], [t].[UpdateTime], [t].[VendBatch], [t].[VendId], [t].[Version], [t].[VinState]
FROM [TS_STOCK_DETAIL] AS [t]
WHERE (([t].[BarCode] = @___barcode_0) AND ([t].[LocCode] = @__part_DefaultReceiveLocCode_1)) AND ([t].[State] = 2)
2022-03-08 14:02:35.533 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 7466.1181ms.
2022-03-08 14:02:35.576 +08:00 [INF] Executed DbCommand (24ms) [Parameters=[@p0='?' (DbType = DateTime2), @p1='?' (Size = 64), @p2='?' (DbType = DateTime2), @p3='?' (DbType = Int32), @p4='?' (Size = 50), @p5='?' (DbType = Int32), @p6='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (Size = 50), @p9='?' (Size = 50), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 50), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 50), @p18='?' (DbType = Int32), @p19='?' (DbType = Int32), @p20='?' (Size = 50), @p21='?' (Size = 50), @p22='?' (Size = 50), @p23='?' (Size = 50), @p24='?' (Size = 50), @p25='?' (Size = 4000), @p26='?' (Size = 4000), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p30='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p31='?' (Size = 4000), @p32='?' (Size = 50), @p33='?' (Size = 50), @p34='?' (DbType = DateTime2), @p35='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p36='?' (DbType = DateTime2), @p37='?' (Size = 4000), @p38='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p39='?' (Size = 4000), @p40='?' (DbType = Int32), @p41='?' (Size = 4000), @p42='?' (Size = 4000), @p43='?' (Size = 4000), @p44='?' (Size = 4000), @p45='?' (Size = 4000), @p46='?' (Size = 4000), @p47='?' (Size = 50), @p48='?' (DbType = Int32), @p49='?' (Size = 4000), @p50='?' (Size = 4000), @p51='?' (DbType = DateTime2), @p52='?' (Size = 80), @p53='?' (Size = 4000), @p54='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p55='?' (Size = 500), @p56='?' (DbType = Int32), @p57='?' (DbType = Int32), @p58='?' (DbType = Int32), @p59='?' (Size = 4000), @p60='?' (DbType = Guid), @p61='?' (DbType = DateTime2), @p62='?' (Size = 4000), @p63='?' (Size = 4000), @p64='?' (Size = 20), @p65='?' (Size = 4000), @p66='?' (Size = 20), @p67='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [TB_BILL] ([AccountDate], [BillNum], [BillTime], [BillType], [CustId], [DetailQty], [DockCode], [FinishTime], [GateCode], [GateName], [Guid], [OperName], [ProjectId], [Remark], [SourceBillNum], [SourceBillNum2], [SourceBillNum3], [StartTime], [State], [SubBillType], [TransportType], [TruckNum], [VendId])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22);
SELECT [UID]
FROM [TB_BILL]
WHERE @@ROWCOUNT = 1 AND [UID] = scope_identity();
INSERT INTO [TB_PRODUCT_RECEIVE] ([BarCode], [BillNum], [Batch], [CellCode], [EqptCode], [FromLocCode], [GoodQty], [InvalidQty], [LineId], [PartCode], [PpBillNum], [ProduceDate], [Qty], [ReceiveDate], [Remark], [ScrapQty], [ShiftName], [State], [TeamName], [ToLocCode], [TraceBackCode], [Unit])
VALUES (@p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30, @p31, @p32, @p33, @p34, @p35, @p36, @p37, @p38, @p39, @p40, @p41, @p42, @p43, @p44);
SELECT [UID]
FROM [TB_PRODUCT_RECEIVE]
WHERE @@ROWCOUNT = 1 AND [BarCode] = @p23 AND [BillNum] = @p24;
INSERT INTO [TL_TRANSACTION] ([BarCode], [Batch], [BillNum], [BillType], [EqptCode], [LocCode], [LogTime], [OperName], [PartCode], [Qty], [Remark], [State], [SubBillType], [TransType], [VendId])
VALUES (@p45, @p46, @p47, @p48, @p49, @p50, @p51, @p52, @p53, @p54, @p55, @p56, @p57, @p58, @p59);
SELECT [UID]
FROM [TL_TRANSACTION]
WHERE @@ROWCOUNT = 1 AND [UID] = scope_identity();
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p60, @p61, @p62, @p63, @p64, @p65, @p66, @p67);
2022-03-08 14:02:35.587 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 14:02:35.587 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 14:02:35.608 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-03-08 14:02:35.609 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 7699.6212ms
2022-03-08 14:02:35.609 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-03-08 14:02:35.612 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-08 14:02:35.637 +08:00 [INF] Executed DbCommand (12ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-08 14:02:35.709 +08:00 [INF] Executed DbCommand (71ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-08 14:02:35.732 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 14:02:35.732 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-08 14:02:35.734 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 380 - 200 - application/json;+charset=utf-8 7833.5512ms

323
host/WmsWebApi.HttpApi.Host/Logs/logs20220309.txt

@ -0,0 +1,323 @@
2022-03-09 14:33:02.614 +08:00 [INF] Starting web host.
2022-03-09 14:33:18.118 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-09 14:33:18.633 +08:00 [INF] Loaded ABP modules:
2022-03-09 14:33:18.633 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-09 14:33:18.633 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-09 14:33:18.633 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-09 14:33:18.633 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-09 14:33:18.633 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-09 14:33:18.633 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-09 14:33:18.633 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-09 14:33:18.633 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-09 14:33:18.633 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-09 14:33:18.633 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-09 14:33:18.633 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-09 14:33:18.633 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-09 14:33:18.633 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-09 14:33:18.634 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-09 14:33:18.634 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-09 14:33:18.634 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-09 14:33:18.634 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-09 14:33:18.634 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-09 14:33:20.929 +08:00 [INF] Initialized all ABP modules.
2022-03-09 14:33:22.327 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-09 14:33:22.327 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-09 14:33:22.327 +08:00 [INF] Hosting environment: Development
2022-03-09 14:33:22.327 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-09 14:33:32.855 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-09 14:33:43.425 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-09 14:33:45.987 +08:00 [INF] Executed DbCommand (156ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-09 14:33:46.891 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-09 14:33:46.915 +08:00 [INF] Executed DbCommand (9ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-09 14:33:47.217 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-09 14:33:47.384 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-09 14:33:47.977 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-09 14:33:47.990 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.7259ms.
2022-03-09 14:33:48.004 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-09 14:33:48.018 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 623.3461ms
2022-03-09 14:33:48.019 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-09 14:33:48.065 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-09 14:33:48.067 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 15217.8665ms
2022-03-09 14:33:48.473 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 407.8994ms
2022-03-09 14:33:48.500 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-09 14:33:48.515 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 16.6331ms
2022-03-09 14:33:49.781 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-09 14:33:50.277 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 495.0220ms
2022-03-09 14:34:16.830 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-03-09 14:34:16.840 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-09 14:34:16.846 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-03-09 14:34:17.034 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-03-09 14:34:17.074 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 39.1232ms.
2022-03-09 14:34:17.075 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 228.6171ms
2022-03-09 14:34:17.075 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-03-09 14:34:17.078 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 247.5926ms
2022-03-09 14:34:17.216 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/zlldcj/addObj application/json 493
2022-03-09 14:34:17.228 +08:00 [INF] CORS policy execution failed.
2022-03-09 14:34:17.229 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-09 14:34:17.235 +08:00 [INF] Executing endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-03-09 14:34:17.268 +08:00 [INF] Route matched with {action = "Add", controller = "ZlldcjLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.ZlldcjLogs.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.ZlldcjLogs.ZlldcjLogAppService (WmsWebApi.Application).
2022-03-09 14:34:18.807 +08:00 [INF] Executing action method WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-09 14:34:19.470 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.471 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.472 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.472 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.472 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.472 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-03-09 14:34:19.556 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-09 14:34:19.722 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@__dj_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[BillNum] = @__dj_0
2022-03-09 14:34:19.769 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@__get_Item_ZDJLX_0='?' (Size = 10), @__get_Item_ZLTLX_1='?' (Size = 10), @__get_Item_BWART_2='?' (Size = 20)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[GetOrBack], [t].[MoveReason], [t].[MoveType], [t].[Remark], [t].[SAPBillDesc], [t].[SAPBillType], [t].[SubBillType]
FROM [TM_PG_SAPMOVETYPE] AS [t]
WHERE (([t].[SAPBillType] = @__get_Item_ZDJLX_0) AND ([t].[GetOrBack] = @__get_Item_ZLTLX_1)) AND ([t].[MoveType] = @__get_Item_BWART_2)
2022-03-09 14:34:20.198 +08:00 [INF] Executed action method WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 1390.9756ms.
2022-03-09 14:34:20.623 +08:00 [INF] Executed DbCommand (70ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (Size = 20), @p6='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiZLLDCJDTO] ([Id], [DYSJ], [ITYPE], [JSON], [ZDJLX], [ZLLDJ], [ZLTLX])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6);
2022-03-09 14:34:20.656 +08:00 [INF] Executed DbCommand (13ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (Size = 64), @p3='?' (Size = 4000), @p4='?' (Size = 64), @p5='?' (Size = 64), @p6='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p7='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p8='?' (Size = 64), @p9='?' (Size = 40), @p10='?' (DbType = DateTime2), @p11='?' (DbType = Guid), @p12='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p13='?' (Size = 4000), @p14='?' (Size = 64), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 4000), @p18='?' (Size = 4000), @p19='?' (Size = 64), @p20='?' (Size = 64), @p21='?' (Size = 64), @p22='?' (Size = 64), @p23='?' (Size = 64), @p24='?' (Size = 64), @p25='?' (Size = 4000), @p26='?' (Size = 4000), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (Size = 64), @p30='?' (Size = 64), @p31='?' (Size = 64), @p32='?' (Size = 64), @p33='?' (Size = 4000), @p34='?' (DbType = Int32), @p35='?' (Size = 64), @p36='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiZLLDCJ_LOGDTO] ([Id], [AEDAT], [AENAM], [AEZET], [ANLN1], [AUFNR], [BDMNG], [BKNUM], [BWART], [ConcurrencyStamp], [CreationTime], [CreatorId], [ENMNG], [ERDAT], [ERNAM], [ERZET], [ExtraProperties], [GRUND], [IType], [KOSTL], [KZEAR], [LGORT1], [LGORT2], [LGORT3], [MATNR], [MEINS], [POSNR], [RSNUM], [RSPOS], [VBELN], [WERKS], [ZBZSM], [ZDJLX], [ZLLDJ], [ZLLITEM], [ZLLR], [ZLTLX])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30, @p31, @p32, @p33, @p34, @p35, @p36);
2022-03-09 14:34:20.721 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-09 14:34:20.721 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-09 14:34:20.789 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.ZlldcjLogs.ReturnResult'.
2022-03-09 14:34:20.814 +08:00 [INF] Executed action WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) in 3545.1169ms
2022-03-09 14:34:20.816 +08:00 [INF] Executed endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-03-09 14:34:21.256 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-09 14:34:21.507 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-09 14:34:21.532 +08:00 [INF] Executed DbCommand (22ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-09 14:34:21.606 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-09 14:34:21.606 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-09 14:34:21.610 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/zlldcj/addObj application/json 493 - 200 - application/json;+charset=utf-8 4394.7014ms
2022-03-09 14:37:42.835 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/zlldcj/addObj application/json 493
2022-03-09 14:37:42.843 +08:00 [INF] CORS policy execution failed.
2022-03-09 14:37:42.843 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-03-09 14:37:42.850 +08:00 [INF] Executing endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-03-09 14:37:42.851 +08:00 [INF] Route matched with {action = "Add", controller = "ZlldcjLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.ZlldcjLogs.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.ZlldcjLogs.ZlldcjLogAppService (WmsWebApi.Application).
2022-03-09 14:37:42.964 +08:00 [INF] Executing action method WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-03-09 14:38:17.978 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-09 14:38:18.126 +08:00 [INF] Executed DbCommand (56ms) [Parameters=[@__dj_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[BillNum] = @__dj_0
2022-03-09 14:38:28.603 +08:00 [INF] Executed DbCommand (71ms) [Parameters=[@__get_Item_ZDJLX_0='?' (Size = 10), @__get_Item_ZLTLX_1='?' (Size = 10), @__get_Item_BWART_2='?' (Size = 20)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[GetOrBack], [t].[MoveReason], [t].[MoveType], [t].[Remark], [t].[SAPBillDesc], [t].[SAPBillType], [t].[SubBillType]
FROM [TM_PG_SAPMOVETYPE] AS [t]
WHERE (([t].[SAPBillType] = @__get_Item_ZDJLX_0) AND ([t].[GetOrBack] = @__get_Item_ZLTLX_1)) AND ([t].[MoveType] = @__get_Item_BWART_2)
2022-03-09 14:41:50.478 +08:00 [INF] Executed action method WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 247513.7233ms.
2022-03-09 14:41:50.486 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (Size = 20), @p6='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiZLLDCJDTO] ([Id], [DYSJ], [ITYPE], [JSON], [ZDJLX], [ZLLDJ], [ZLTLX])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6);
2022-03-09 14:41:50.490 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (Size = 64), @p3='?' (Size = 4000), @p4='?' (Size = 64), @p5='?' (Size = 64), @p6='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p7='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p8='?' (Size = 64), @p9='?' (Size = 40), @p10='?' (DbType = DateTime2), @p11='?' (DbType = Guid), @p12='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p13='?' (Size = 4000), @p14='?' (Size = 64), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 4000), @p18='?' (Size = 4000), @p19='?' (Size = 64), @p20='?' (Size = 64), @p21='?' (Size = 64), @p22='?' (Size = 64), @p23='?' (Size = 64), @p24='?' (Size = 64), @p25='?' (Size = 4000), @p26='?' (Size = 4000), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (Size = 64), @p30='?' (Size = 64), @p31='?' (Size = 64), @p32='?' (Size = 64), @p33='?' (Size = 4000), @p34='?' (DbType = Int32), @p35='?' (Size = 64), @p36='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiZLLDCJ_LOGDTO] ([Id], [AEDAT], [AENAM], [AEZET], [ANLN1], [AUFNR], [BDMNG], [BKNUM], [BWART], [ConcurrencyStamp], [CreationTime], [CreatorId], [ENMNG], [ERDAT], [ERNAM], [ERZET], [ExtraProperties], [GRUND], [IType], [KOSTL], [KZEAR], [LGORT1], [LGORT2], [LGORT3], [MATNR], [MEINS], [POSNR], [RSNUM], [RSPOS], [VBELN], [WERKS], [ZBZSM], [ZDJLX], [ZLLDJ], [ZLLITEM], [ZLLR], [ZLTLX])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30, @p31, @p32, @p33, @p34, @p35, @p36);
2022-03-09 14:41:50.491 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-09 14:41:50.492 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-09 14:41:50.516 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.ZlldcjLogs.ReturnResult'.
2022-03-09 14:41:50.517 +08:00 [INF] Executed action WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application) in 247665.3687ms
2022-03-09 14:41:50.517 +08:00 [INF] Executed endpoint 'WmsWebApi.ZlldcjLogs.ZlldcjLogAppService.AddAsync (WmsWebApi.Application)'
2022-03-09 14:41:50.518 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-09 14:41:50.576 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-03-09 14:41:50.579 +08:00 [INF] Executed DbCommand (2ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-03-09 14:41:50.633 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-09 14:41:50.634 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-03-09 14:41:50.634 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/zlldcj/addObj application/json 493 - 200 - application/json;+charset=utf-8 247820.0603ms
2022-03-09 16:23:07.444 +08:00 [INF] Starting web host.
2022-03-09 16:23:19.737 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-03-09 16:23:19.919 +08:00 [INF] Loaded ABP modules:
2022-03-09 16:23:19.919 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-03-09 16:23:19.919 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-03-09 16:23:19.919 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-03-09 16:23:19.919 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-03-09 16:23:19.919 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-03-09 16:23:19.919 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-03-09 16:23:19.919 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-03-09 16:23:19.919 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-03-09 16:23:21.252 +08:00 [INF] Initialized all ABP modules.
2022-03-09 16:23:22.096 +08:00 [INF] Now listening on: https://localhost:5000
2022-03-09 16:23:22.096 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-03-09 16:23:22.096 +08:00 [INF] Hosting environment: Development
2022-03-09 16:23:22.096 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-03-09 16:23:30.096 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-03-09 16:23:36.778 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-09 16:23:38.867 +08:00 [INF] Executed DbCommand (142ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-09 16:23:39.805 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-03-09 16:23:39.866 +08:00 [INF] Executed DbCommand (8ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-03-09 16:23:40.078 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-09 16:23:40.229 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-03-09 16:23:40.692 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-03-09 16:23:40.706 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.9289ms.
2022-03-09 16:23:40.720 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-03-09 16:23:40.741 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 494.0412ms
2022-03-09 16:23:40.741 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-03-09 16:23:40.793 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 10699.5140ms
2022-03-09 16:23:40.821 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-03-09 16:23:41.249 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 428.5913ms
2022-03-09 16:23:41.848 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-03-09 16:23:41.856 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 8.0430ms
2022-03-09 16:23:42.651 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-03-09 16:23:43.171 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 519.7372ms

759
host/WmsWebApi.HttpApi.Host/Logs/logs20220422.txt

@ -0,0 +1,759 @@
2022-04-22 17:37:31.415 +08:00 [INF] Starting web host.
2022-04-22 17:38:04.129 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-04-22 17:38:04.712 +08:00 [INF] Creating key {253c7b55-dfc5-440f-91fe-888f26f38483} with creation date 2022-04-22 09:38:04Z, activation date 2022-04-22 09:38:04Z, and expiration date 2022-07-21 09:38:04Z.
2022-04-22 17:38:05.207 +08:00 [INF] Writing data to file 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys\key-253c7b55-dfc5-440f-91fe-888f26f38483.xml'.
2022-04-22 17:38:05.562 +08:00 [INF] Loaded ABP modules:
2022-04-22 17:38:05.562 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-04-22 17:38:05.562 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-04-22 17:38:05.562 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-04-22 17:38:05.562 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-04-22 17:38:05.563 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-04-22 17:38:05.563 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-04-22 17:38:05.563 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-04-22 17:38:05.563 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-04-22 17:38:05.563 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-04-22 17:38:05.564 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-04-22 17:38:05.564 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-04-22 17:38:05.564 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-04-22 17:38:09.448 +08:00 [INF] Initialized all ABP modules.
2022-04-22 17:38:11.242 +08:00 [INF] Now listening on: https://localhost:5000
2022-04-22 17:38:11.243 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-04-22 17:38:11.243 +08:00 [INF] Hosting environment: Development
2022-04-22 17:38:11.243 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-04-22 17:38:19.871 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-04-22 17:38:27.075 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 17:38:30.427 +08:00 [INF] Executed DbCommand (286ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-04-22 17:38:33.175 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 17:38:33.286 +08:00 [INF] Executed DbCommand (91ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-04-22 17:38:33.778 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-04-22 17:38:34.058 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-04-22 17:38:34.920 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-04-22 17:38:34.940 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.9895ms.
2022-04-22 17:38:34.970 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-04-22 17:38:34.991 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 914.4313ms
2022-04-22 17:38:34.991 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-04-22 17:38:35.136 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger - -
2022-04-22 17:38:35.175 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger - - - 301 0 - 36.4969ms
2022-04-22 17:38:35.178 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 15307.1242ms
2022-04-22 17:38:35.188 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-04-22 17:38:36.345 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 1156.2901ms
2022-04-22 17:38:36.399 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/swagger-ui.css - -
2022-04-22 17:38:36.399 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/ui/abp.js - -
2022-04-22 17:38:36.400 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/swagger-ui-bundle.js - -
2022-04-22 17:38:36.400 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/swagger-ui-standalone-preset.js - -
2022-04-22 17:38:36.404 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-04-22 17:38:36.394 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/ui/abp.swagger.js - -
2022-04-22 17:38:36.443 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 34.1897ms
2022-04-22 17:38:36.492 +08:00 [INF] Sending file. Request path: '/swagger/ui/abp.js'. Physical path: 'N/A'
2022-04-22 17:38:36.516 +08:00 [INF] Sending file. Request path: '/swagger/ui/abp.swagger.js'. Physical path: 'N/A'
2022-04-22 17:38:36.649 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/ui/abp.swagger.js - - - 200 1026 application/javascript 255.0858ms
2022-04-22 17:38:36.650 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/ui/abp.js - - - 200 3025 application/javascript 250.0842ms
2022-04-22 17:38:36.675 +08:00 [INF] Sending file. Request path: '/swagger-ui.css'. Physical path: 'N/A'
2022-04-22 17:38:36.682 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/swagger-ui.css - - - 200 143410 text/css 288.5762ms
2022-04-22 17:38:36.711 +08:00 [INF] Sending file. Request path: '/swagger-ui-standalone-preset.js'. Physical path: 'N/A'
2022-04-22 17:38:36.711 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/swagger-ui-standalone-preset.js - - - 200 336841 application/javascript 311.5174ms
2022-04-22 17:38:37.142 +08:00 [INF] Sending file. Request path: '/swagger-ui-bundle.js'. Physical path: 'N/A'
2022-04-22 17:38:37.143 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/swagger-ui-bundle.js - - - 200 1097461 application/javascript 742.8139ms
2022-04-22 17:38:38.652 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/favicon-32x32.png - -
2022-04-22 17:38:38.656 +08:00 [INF] Sending file. Request path: '/favicon-32x32.png'. Physical path: 'N/A'
2022-04-22 17:38:38.657 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/favicon-32x32.png - - - 200 628 image/png 4.1657ms
2022-04-22 17:38:38.937 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-04-22 17:38:39.794 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 857.5838ms
2022-04-22 17:41:33.385 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-04-22 17:41:33.418 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-04-22 17:41:33.423 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-04-22 17:41:33.624 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-04-22 17:41:33.684 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 59.7224ms.
2022-04-22 17:41:33.686 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 262.0608ms
2022-04-22 17:41:33.686 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-04-22 17:41:33.691 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 305.7111ms
2022-04-22 17:41:33.936 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 1500
2022-04-22 17:41:33.992 +08:00 [INF] CORS policy execution failed.
2022-04-22 17:41:33.993 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-04-22 17:41:33.999 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 17:41:34.048 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-04-22 17:41:37.313 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-04-22 17:42:00.782 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 23468.8602ms.
2022-04-22 17:42:00.792 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-04-22 17:42:00.817 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 26768.8793ms
2022-04-22 17:42:00.817 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 17:42:01.836 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 17:42:02.914 +08:00 [INF] Executed DbCommand (101ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-04-22 17:42:02.996 +08:00 [INF] Executed DbCommand (61ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-04-22 17:42:03.173 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 17:42:03.173 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 17:42:03.189 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 1500 - 200 - application/json;+charset=utf-8 29256.4133ms
2022-04-22 17:44:38.216 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 1500
2022-04-22 17:44:38.228 +08:00 [INF] CORS policy execution failed.
2022-04-22 17:44:38.229 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-04-22 17:44:38.249 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 17:44:38.249 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-04-22 17:44:38.364 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-04-22 18:03:21.539 +08:00 [INF] Starting web host.
2022-04-22 18:03:35.426 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-04-22 18:03:36.154 +08:00 [INF] Loaded ABP modules:
2022-04-22 18:03:36.154 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-04-22 18:03:36.154 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-04-22 18:03:36.154 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-04-22 18:03:36.154 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-04-22 18:03:36.154 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-04-22 18:03:36.154 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-04-22 18:03:36.155 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-04-22 18:03:36.155 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-04-22 18:03:36.155 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-04-22 18:03:39.013 +08:00 [INF] Initialized all ABP modules.
2022-04-22 18:03:39.801 +08:00 [INF] Now listening on: https://localhost:5000
2022-04-22 18:03:39.801 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-04-22 18:03:39.801 +08:00 [INF] Hosting environment: Development
2022-04-22 18:03:39.801 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-04-22 18:03:46.624 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-04-22 18:03:53.329 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 18:03:56.827 +08:00 [INF] Executed DbCommand (305ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-04-22 18:03:58.203 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 18:03:58.269 +08:00 [INF] Executed DbCommand (53ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-04-22 18:03:58.538 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-04-22 18:03:58.723 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-04-22 18:03:59.287 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-04-22 18:03:59.308 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 1.0848ms.
2022-04-22 18:03:59.327 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-04-22 18:03:59.351 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 606.204ms
2022-04-22 18:03:59.352 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-04-22 18:03:59.448 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 12827.5515ms
2022-04-22 18:03:59.449 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-04-22 18:04:00.084 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 635.0363ms
2022-04-22 18:04:00.646 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-04-22 18:04:00.653 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 7.2364ms
2022-04-22 18:04:01.720 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-04-22 18:04:02.331 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 612.0907ms
2022-04-22 18:04:33.917 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-04-22 18:04:33.926 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-04-22 18:04:33.933 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-04-22 18:04:34.122 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-04-22 18:04:34.156 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 34.2717ms.
2022-04-22 18:04:34.157 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 224.5093ms
2022-04-22 18:04:34.157 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-04-22 18:04:34.158 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 241.1368ms
2022-04-22 18:04:34.318 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 5709
2022-04-22 18:04:34.331 +08:00 [INF] CORS policy execution failed.
2022-04-22 18:04:34.332 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-04-22 18:04:34.336 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 18:04:34.367 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-04-22 18:04:37.104 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-04-22 18:05:04.338 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.338 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.338 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.338 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.338 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.339 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 18:05:04.382 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 18:05:04.801 +08:00 [INF] Executed DbCommand (74ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-04-22 18:05:54.263 +08:00 [INF] Executed DbCommand (110ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:06:01.949 +08:00 [INF] Executed DbCommand (89ms) [Parameters=[@__part_DefaultReceiveLocCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AreaCode], [t].[AutoRemoveZeroStockDetail], [t].[DefaultPartCode], [t].[ErpLocCode], [t].[GroupCode], [t].[IsEnableMix], [t].[IsEnableNegativeStock], [t].[LocCode], [t].[LocName], [t].[LocType], [t].[MaxBoxQty], [t].[ProjectId], [t].[Remark], [t].[State], [t].[StoreKeeper], [t].[StoredPercent], [t].[WhseCode]
FROM [TA_STORE_LOCATION] AS [t]
WHERE [t].[LocCode] = @__part_DefaultReceiveLocCode_0
2022-04-22 18:09:34.967 +08:00 [INF] Executed DbCommand (89ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.297 +08:00 [INF] Executed DbCommand (97ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.362 +08:00 [INF] Executed DbCommand (64ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.426 +08:00 [INF] Executed DbCommand (61ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.487 +08:00 [INF] Executed DbCommand (59ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.535 +08:00 [INF] Executed DbCommand (47ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.596 +08:00 [INF] Executed DbCommand (57ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.657 +08:00 [INF] Executed DbCommand (60ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.723 +08:00 [INF] Executed DbCommand (64ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.776 +08:00 [INF] Executed DbCommand (52ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.837 +08:00 [INF] Executed DbCommand (59ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.893 +08:00 [INF] Executed DbCommand (54ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.939 +08:00 [INF] Executed DbCommand (45ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:41.989 +08:00 [INF] Executed DbCommand (49ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:09:42.294 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 305190.1205ms.
2022-04-22 18:09:42.942 +08:00 [INF] Executed DbCommand (89ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = -1), @p4='?' (Size = 20), @p5='?' (Size = 4000), @p6='?' (Size = 20), @p7='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
2022-04-22 18:09:43.025 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 18:09:43.026 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 18:09:43.182 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-04-22 18:09:43.215 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 308847.5484ms
2022-04-22 18:09:43.218 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 18:09:44.003 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 18:09:44.574 +08:00 [INF] Executed DbCommand (98ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-04-22 18:09:44.619 +08:00 [INF] Executed DbCommand (42ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-04-22 18:09:44.688 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 18:09:44.688 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 18:09:44.697 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 5709 - 200 - application/json;+charset=utf-8 310379.3942ms
2022-04-22 18:11:08.567 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 383
2022-04-22 18:11:08.568 +08:00 [INF] CORS policy execution failed.
2022-04-22 18:11:08.568 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-04-22 18:11:08.571 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 18:11:08.571 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-04-22 18:11:08.617 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-04-22 18:11:28.381 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 18:11:28.471 +08:00 [INF] Executed DbCommand (47ms) [Parameters=[@___billNum_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___billNum_0
2022-04-22 18:12:02.576 +08:00 [INF] Executed DbCommand (90ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-04-22 18:12:16.429 +08:00 [INF] Executed DbCommand (76ms) [Parameters=[@__part_DefaultReceiveLocCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AreaCode], [t].[AutoRemoveZeroStockDetail], [t].[DefaultPartCode], [t].[ErpLocCode], [t].[GroupCode], [t].[IsEnableMix], [t].[IsEnableNegativeStock], [t].[LocCode], [t].[LocName], [t].[LocType], [t].[MaxBoxQty], [t].[ProjectId], [t].[Remark], [t].[State], [t].[StoreKeeper], [t].[StoredPercent], [t].[WhseCode]
FROM [TA_STORE_LOCATION] AS [t]
WHERE [t].[LocCode] = @__part_DefaultReceiveLocCode_0
2022-04-22 18:12:47.321 +08:00 [INF] Executed DbCommand (61ms) [Parameters=[@___barcode_0='?' (Size = 50), @__part_DefaultReceiveLocCode_1='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[BarCode], [t].[LocCode], [t].[State], [t].[Amount], [t].[AreaCode], [t].[Batch], [t].[EqptCode], [t].[UID], [t].[OverdueDate], [t].[PartCode], [t].[PlanOrderId], [t].[ProduceDate], [t].[Qty], [t].[ReceiveDate], [t].[Remark], [t].[TracebackCode], [t].[UpdateQty], [t].[UpdateTime], [t].[VendBatch], [t].[VendId], [t].[Version], [t].[VinState]
FROM [TS_STOCK_DETAIL] AS [t]
WHERE (([t].[BarCode] = @___barcode_0) AND ([t].[LocCode] = @__part_DefaultReceiveLocCode_1)) AND ([t].[State] = 2)
2022-04-22 18:12:47.323 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 98706.2977ms.
2022-04-22 18:12:47.449 +08:00 [INF] Executed DbCommand (71ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = 4000), @p4='?' (Size = 20), @p5='?' (Size = 4000), @p6='?' (Size = 20), @p7='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
2022-04-22 18:12:47.450 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 18:12:47.450 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 18:12:47.524 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-04-22 18:12:47.525 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 98953.387ms
2022-04-22 18:12:47.525 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 18:12:47.526 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 18:12:47.623 +08:00 [INF] Executed DbCommand (46ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-04-22 18:12:47.692 +08:00 [INF] Executed DbCommand (69ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-04-22 18:12:47.760 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 18:12:47.760 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 18:12:47.762 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 383 - 200 - application/json;+charset=utf-8 99195.2441ms
2022-04-22 21:08:59.216 +08:00 [INF] Starting web host.
2022-04-22 21:09:22.097 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-04-22 21:09:22.701 +08:00 [INF] Loaded ABP modules:
2022-04-22 21:09:22.702 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-04-22 21:09:22.702 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-04-22 21:09:22.702 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-04-22 21:09:22.702 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-04-22 21:09:22.702 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-04-22 21:09:22.702 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-04-22 21:09:22.702 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-04-22 21:09:22.702 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-04-22 21:09:25.199 +08:00 [INF] Initialized all ABP modules.
2022-04-22 21:09:26.354 +08:00 [INF] Now listening on: https://localhost:5000
2022-04-22 21:09:26.354 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-04-22 21:09:26.355 +08:00 [INF] Hosting environment: Development
2022-04-22 21:09:26.355 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-04-22 21:09:34.116 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-04-22 21:09:43.243 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 21:09:46.293 +08:00 [INF] Executed DbCommand (236ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-04-22 21:09:47.578 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 21:09:47.659 +08:00 [INF] Executed DbCommand (56ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-04-22 21:09:48.137 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-04-22 21:09:48.470 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-04-22 21:09:49.088 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-04-22 21:09:49.110 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 1.0815ms.
2022-04-22 21:09:49.144 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-04-22 21:09:49.173 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 677.3089ms
2022-04-22 21:09:49.174 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-04-22 21:09:49.281 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 15160.6322ms
2022-04-22 21:09:49.309 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-04-22 21:09:49.985 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 676.3396ms
2022-04-22 21:09:51.059 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-04-22 21:09:51.151 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 92.3898ms
2022-04-22 21:09:51.776 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-04-22 21:09:52.468 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 714.0694ms
2022-04-22 21:10:08.037 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-04-22 21:10:08.069 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-04-22 21:10:08.076 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-04-22 21:10:08.344 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-04-22 21:10:08.400 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 56.4482ms.
2022-04-22 21:10:08.402 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 325.5918ms
2022-04-22 21:10:08.402 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-04-22 21:10:08.403 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 365.6345ms
2022-04-22 21:10:08.622 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 5709
2022-04-22 21:10:08.645 +08:00 [INF] CORS policy execution failed.
2022-04-22 21:10:08.646 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-04-22 21:10:08.655 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 21:10:08.707 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-04-22 21:10:12.338 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-04-22 21:10:13.595 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.596 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.597 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.597 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.597 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.597 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.597 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.597 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.597 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.597 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.597 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:10:13.719 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 21:10:14.348 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 2009.943ms.
2022-04-22 21:10:14.765 +08:00 [INF] Executed DbCommand (56ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = -1), @p4='?' (Size = 20), @p5='?' (Size = 4000), @p6='?' (Size = 20), @p7='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
2022-04-22 21:10:14.870 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 21:10:14.871 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 21:10:15.074 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-04-22 21:10:15.105 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 6397.363ms
2022-04-22 21:10:15.107 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 21:10:15.657 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 21:10:16.127 +08:00 [INF] Executed DbCommand (54ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-04-22 21:10:16.224 +08:00 [INF] Executed DbCommand (94ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-04-22 21:10:16.299 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 21:10:16.300 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 21:10:16.310 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 5709 - 200 - application/json;+charset=utf-8 7687.8171ms
2022-04-22 21:13:17.664 +08:00 [INF] Starting web host.
2022-04-22 21:13:33.364 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-04-22 21:13:33.743 +08:00 [INF] Loaded ABP modules:
2022-04-22 21:13:33.743 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-04-22 21:13:33.743 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-04-22 21:13:33.743 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-04-22 21:13:33.743 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-04-22 21:13:33.743 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-04-22 21:13:33.743 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-04-22 21:13:33.743 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-04-22 21:13:33.744 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-04-22 21:13:33.744 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-04-22 21:13:36.103 +08:00 [INF] Initialized all ABP modules.
2022-04-22 21:13:37.062 +08:00 [INF] Now listening on: https://localhost:5000
2022-04-22 21:13:37.063 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-04-22 21:13:37.063 +08:00 [INF] Hosting environment: Development
2022-04-22 21:13:37.063 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-04-22 21:13:44.304 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-04-22 21:13:49.965 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-04-22 21:13:50.206 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-04-22 21:13:50.746 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-04-22 21:13:50.768 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.7689ms.
2022-04-22 21:13:50.790 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-04-22 21:13:50.811 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 585.9082ms
2022-04-22 21:13:50.811 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-04-22 21:13:50.921 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-04-22 21:13:50.925 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 6624.2009ms
2022-04-22 21:13:51.439 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 518.1681ms
2022-04-22 21:13:52.070 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-04-22 21:13:52.077 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 6.7817ms
2022-04-22 21:13:52.677 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-04-22 21:13:53.199 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 522.2203ms
2022-04-22 21:14:14.843 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-04-22 21:14:14.849 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-04-22 21:14:14.852 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-04-22 21:14:15.039 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-04-22 21:14:15.087 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 48.5544ms.
2022-04-22 21:14:15.088 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 236.1502ms
2022-04-22 21:14:15.089 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-04-22 21:14:15.091 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 248.8099ms
2022-04-22 21:14:15.305 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 5709
2022-04-22 21:14:15.330 +08:00 [INF] CORS policy execution failed.
2022-04-22 21:14:15.331 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-04-22 21:14:15.338 +08:00 [INF] Executing endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 21:14:15.408 +08:00 [INF] Route matched with {action = "Add", controller = "OtherZll", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.OtherZll.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.OtherZll.OtherZllService (WmsWebApi.Application).
2022-04-22 21:14:18.371 +08:00 [INF] Executing action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-04-22 21:14:25.039 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.040 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.041 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.041 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.041 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.041 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.041 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.041 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-04-22 21:14:25.484 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 21:14:27.400 +08:00 [INF] Executed action method WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 9028.1885ms.
2022-04-22 21:14:28.102 +08:00 [INF] Executed DbCommand (188ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (DbType = DateTime2), @p2='?' (Size = 4000), @p3='?' (Size = -1), @p4='?' (Size = 20), @p5='?' (Size = 4000), @p6='?' (Size = 20), @p7='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiOtherZLLDTO] ([Id], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR], [ZLLDJ], [ZLLR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
2022-04-22 21:14:28.249 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 21:14:28.250 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 21:14:28.430 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.OtherZll.ReturnResult'.
2022-04-22 21:14:28.464 +08:00 [INF] Executed action WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application) in 13055.8531ms
2022-04-22 21:14:28.466 +08:00 [INF] Executed endpoint 'WmsWebApi.OtherZll.OtherZllService.AddAsync (WmsWebApi.Application)'
2022-04-22 21:14:29.115 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-04-22 21:14:29.719 +08:00 [INF] Executed DbCommand (50ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-04-22 21:14:29.764 +08:00 [INF] Executed DbCommand (43ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-04-22 21:14:29.833 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 21:14:29.833 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-04-22 21:14:29.842 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/OtherZll/add application/json 5709 - 200 - application/json;+charset=utf-8 14536.1297ms

126
host/WmsWebApi.HttpApi.Host/Logs/logs20220705.txt

@ -0,0 +1,126 @@
2022-07-05 14:46:53.681 +08:00 [INF] Starting web host.
2022-07-05 14:47:08.773 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-07-05 14:47:09.165 +08:00 [INF] Loaded ABP modules:
2022-07-05 14:47:09.165 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-07-05 14:47:09.165 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-07-05 14:47:09.165 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-07-05 14:47:09.165 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-07-05 14:47:09.166 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-07-05 14:47:09.166 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-07-05 14:47:09.166 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-07-05 14:47:09.166 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-07-05 14:47:09.166 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-07-05 14:47:10.962 +08:00 [INF] Initialized all ABP modules.
2022-07-05 14:47:12.111 +08:00 [INF] Now listening on: https://localhost:5000
2022-07-05 14:47:12.112 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-07-05 14:47:12.112 +08:00 [INF] Hosting environment: Development
2022-07-05 14:47:12.112 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-07-05 14:47:16.980 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-07-05 14:47:20.578 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-07-05 14:47:23.067 +08:00 [INF] Executed DbCommand (165ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-07-05 14:47:23.924 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-07-05 14:47:23.945 +08:00 [INF] Executed DbCommand (12ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-07-05 14:47:24.204 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-07-05 14:47:24.356 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-07-05 14:47:24.798 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-07-05 14:47:24.814 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.881ms.
2022-07-05 14:47:24.828 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-07-05 14:47:24.841 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 473.703ms
2022-07-05 14:47:24.842 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-07-05 14:47:24.900 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger - -
2022-07-05 14:47:24.909 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 7929.8901ms
2022-07-05 14:47:24.919 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger - - - 301 0 - 15.5826ms
2022-07-05 14:47:24.942 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-07-05 14:47:25.579 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 637.2450ms
2022-07-05 14:47:25.599 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/swagger-ui.css - -
2022-07-05 14:47:25.600 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/ui/abp.js - -
2022-07-05 14:47:25.601 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/swagger-ui-standalone-preset.js - -
2022-07-05 14:47:25.601 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/swagger-ui-bundle.js - -
2022-07-05 14:47:25.601 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/ui/abp.swagger.js - -
2022-07-05 14:47:25.630 +08:00 [INF] Sending file. Request path: '/swagger/ui/abp.js'. Physical path: 'N/A'
2022-07-05 14:47:25.630 +08:00 [INF] Sending file. Request path: '/swagger/ui/abp.swagger.js'. Physical path: 'N/A'
2022-07-05 14:47:25.644 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/ui/abp.swagger.js - - - 200 1026 application/javascript 42.8289ms
2022-07-05 14:47:25.644 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/ui/abp.js - - - 200 3025 application/javascript 44.4725ms
2022-07-05 14:47:25.689 +08:00 [INF] Sending file. Request path: '/swagger-ui.css'. Physical path: 'N/A'
2022-07-05 14:47:25.690 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/swagger-ui.css - - - 200 143410 text/css 90.4533ms
2022-07-05 14:47:25.695 +08:00 [INF] Sending file. Request path: '/swagger-ui-standalone-preset.js'. Physical path: 'N/A'
2022-07-05 14:47:25.695 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/swagger-ui-standalone-preset.js - - - 200 336841 application/javascript 94.2500ms
2022-07-05 14:47:25.728 +08:00 [INF] Sending file. Request path: '/swagger-ui-bundle.js'. Physical path: 'N/A'
2022-07-05 14:47:25.729 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/swagger-ui-bundle.js - - - 200 1097461 application/javascript 127.2692ms
2022-07-05 14:47:26.302 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-07-05 14:47:26.329 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 15.3340ms
2022-07-05 14:47:26.957 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/favicon-32x32.png - -
2022-07-05 14:47:26.964 +08:00 [INF] Sending file. Request path: '/favicon-32x32.png'. Physical path: 'N/A'
2022-07-05 14:47:26.965 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/favicon-32x32.png - - - 200 628 image/png 7.3445ms
2022-07-05 14:47:27.299 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-07-05 14:47:27.740 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 440.8698ms

630
host/WmsWebApi.HttpApi.Host/Logs/logs20220819.txt

@ -0,0 +1,630 @@
2022-08-19 08:57:35.589 +08:00 [INF] Starting web host.
2022-08-19 08:57:48.018 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-08-19 08:57:48.413 +08:00 [INF] Creating key {d923c32c-20c1-476f-ba34-4375d8b77306} with creation date 2022-08-19 00:57:48Z, activation date 2022-08-19 00:57:48Z, and expiration date 2022-11-17 00:57:48Z.
2022-08-19 08:57:48.503 +08:00 [INF] Writing data to file 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys\key-d923c32c-20c1-476f-ba34-4375d8b77306.xml'.
2022-08-19 08:57:48.644 +08:00 [INF] Loaded ABP modules:
2022-08-19 08:57:48.644 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-08-19 08:57:48.644 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-08-19 08:57:48.644 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-08-19 08:57:48.644 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-08-19 08:57:48.645 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-08-19 08:57:48.645 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-08-19 08:57:48.645 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-08-19 08:57:48.645 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-08-19 08:57:48.645 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-08-19 08:57:50.824 +08:00 [INF] Initialized all ABP modules.
2022-08-19 08:57:52.091 +08:00 [INF] Now listening on: https://localhost:5000
2022-08-19 08:57:52.091 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-08-19 08:57:52.091 +08:00 [INF] Hosting environment: Development
2022-08-19 08:57:52.091 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-08-19 08:57:58.824 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-08-19 08:58:05.958 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-08-19 08:59:00.120 +08:00 [ERR] An error occurred using the connection to database 'ABP' on server '192.168.0.140'.
2022-08-19 08:59:00.307 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.SettingManagement.EntityFrameworkCore.SettingManagementDbContext'.
Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
---> System.ComponentModel.Win32Exception (53): 找不到网络路径。
at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover, SqlAuthenticationMethod authType)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool)
at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:53,State:0,Class:20
Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
---> System.ComponentModel.Win32Exception (53): 找不到网络路径。
at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover, SqlAuthenticationMethod authType)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool)
at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:53,State:0,Class:20
2022-08-19 08:59:00.397 +08:00 [ERR] An unhandled exception has occurred while executing the request.
Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
---> System.ComponentModel.Win32Exception (53): 找不到网络路径。
at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover, SqlAuthenticationMethod authType)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool)
at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Volo.Abp.SettingManagement.EntityFrameworkCore.EfCoreSettingRepository.GetListAsync(String providerName, String providerKey, CancellationToken cancellationToken)
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync()
at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
at Volo.Abp.SettingManagement.SettingManagementStore.SetCacheItemsAsync(String providerName, String providerKey, String currentName, SettingCacheItem currentCacheItem)
at Volo.Abp.SettingManagement.SettingManagementStore.GetCacheItemAsync(String name, String providerName, String providerKey)
at Volo.Abp.SettingManagement.SettingManagementStore.GetOrNullAsync(String name, String providerName, String providerKey)
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync()
at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
at Volo.Abp.Settings.TenantSettingValueProvider.GetOrNullAsync(SettingDefinition setting)
at Volo.Abp.Settings.SettingProvider.GetOrNullValueFromProvidersAsync(IEnumerable`1 providers, SettingDefinition setting)
at Volo.Abp.Settings.SettingProvider.GetOrNullAsync(String name)
at Microsoft.AspNetCore.RequestLocalization.DefaultAbpRequestLocalizationOptionsProvider.GetLocalizationOptionsAsync()
at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:53,State:0,Class:20
2022-08-19 08:59:00.982 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 500 - text/html;+charset=utf-8 62160.5841ms
2022-08-19 08:59:01.296 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-08-19 08:59:01.301 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 4.5742ms
2022-08-19 08:59:01.527 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/favicon.ico - -
2022-08-19 08:59:01.559 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-08-19 08:59:01.596 +08:00 [ERR] An error occurred using the connection to database 'ABP' on server '192.168.0.140'.
2022-08-19 08:59:01.600 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.SettingManagement.EntityFrameworkCore.SettingManagementDbContext'.
Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
---> System.ComponentModel.Win32Exception (53): 找不到网络路径。
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:53,State:0,Class:20
Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
---> System.ComponentModel.Win32Exception (53): 找不到网络路径。
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Volo.Abp.SettingManagement.EntityFrameworkCore.EfCoreSettingRepository.GetListAsync(String providerName, String providerKey, CancellationToken cancellationToken)
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:53,State:0,Class:20
2022-08-19 08:59:01.606 +08:00 [ERR] An unhandled exception has occurred while executing the request.
Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
---> System.ComponentModel.Win32Exception (53): 找不到网络路径。
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Volo.Abp.SettingManagement.EntityFrameworkCore.EfCoreSettingRepository.GetListAsync(String providerName, String providerKey, CancellationToken cancellationToken)
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync()
at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
at Volo.Abp.SettingManagement.SettingManagementStore.SetCacheItemsAsync(String providerName, String providerKey, String currentName, SettingCacheItem currentCacheItem)
at Volo.Abp.SettingManagement.SettingManagementStore.GetCacheItemAsync(String name, String providerName, String providerKey)
at Volo.Abp.SettingManagement.SettingManagementStore.GetOrNullAsync(String name, String providerName, String providerKey)
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync()
at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
at Volo.Abp.Settings.TenantSettingValueProvider.GetOrNullAsync(SettingDefinition setting)
at Volo.Abp.Settings.SettingProvider.GetOrNullValueFromProvidersAsync(IEnumerable`1 providers, SettingDefinition setting)
at Volo.Abp.Settings.SettingProvider.GetOrNullAsync(String name)
at Microsoft.AspNetCore.RequestLocalization.DefaultAbpRequestLocalizationOptionsProvider.GetLocalizationOptionsAsync()
at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:53,State:0,Class:20
2022-08-19 08:59:01.613 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/favicon.ico - - - 500 - text/plain 85.8891ms
2022-08-19 09:00:57.124 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-08-19 09:00:57.181 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-08-19 09:00:57.354 +08:00 [INF] Executed DbCommand (65ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-08-19 09:00:57.743 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'SettingManagementDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-08-19 09:00:57.752 +08:00 [INF] Executed DbCommand (7ms) [Parameters=[@__providerName_0='?' (Size = 64)], CommandType='"Text"', CommandTimeout='30']
SELECT [a].[Id], [a].[Name], [a].[ProviderKey], [a].[ProviderName], [a].[Value]
FROM [AbpSettings] AS [a]
WHERE ([a].[ProviderName] = @__providerName_0) AND [a].[ProviderKey] IS NULL
2022-08-19 09:00:57.837 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-08-19 09:00:57.888 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-08-19 09:00:58.117 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-08-19 09:00:58.124 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.4115ms.
2022-08-19 09:00:58.133 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-08-19 09:00:58.140 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 246.2066ms
2022-08-19 09:00:58.140 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-08-19 09:00:58.143 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 1018.6158ms
2022-08-19 09:00:58.149 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger - -
2022-08-19 09:00:58.153 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger - - - 301 0 - 4.1241ms
2022-08-19 09:00:58.157 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-08-19 09:00:58.268 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 110.8471ms
2022-08-19 09:00:58.272 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/swagger-ui.css - -
2022-08-19 09:00:58.349 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/ui/abp.js - -
2022-08-19 09:00:58.391 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/swagger-ui-bundle.js - -
2022-08-19 09:00:58.391 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/swagger-ui-standalone-preset.js - -
2022-08-19 09:00:58.396 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/ui/abp.swagger.js - -
2022-08-19 09:00:58.404 +08:00 [INF] Sending file. Request path: '/swagger/ui/abp.swagger.js'. Physical path: 'N/A'
2022-08-19 09:00:58.404 +08:00 [INF] Sending file. Request path: '/swagger/ui/abp.js'. Physical path: 'N/A'
2022-08-19 09:00:58.404 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/ui/abp.js - - - 200 3025 application/javascript 55.8297ms
2022-08-19 09:00:58.404 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/ui/abp.swagger.js - - - 200 1026 application/javascript 9.0106ms
2022-08-19 09:00:58.588 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-08-19 09:00:58.624 +08:00 [INF] Sending file. Request path: '/swagger-ui.css'. Physical path: 'N/A'
2022-08-19 09:00:58.629 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/swagger-ui.css - - - 200 143410 text/css 356.8147ms
2022-08-19 09:00:58.653 +08:00 [INF] Sending file. Request path: '/swagger-ui-standalone-preset.js'. Physical path: 'N/A'
2022-08-19 09:00:58.654 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/swagger-ui-standalone-preset.js - - - 200 336841 application/javascript 262.5497ms
2022-08-19 09:00:58.733 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 145.3066ms
2022-08-19 09:00:58.868 +08:00 [INF] Sending file. Request path: '/swagger-ui-bundle.js'. Physical path: 'N/A'
2022-08-19 09:00:58.869 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/swagger-ui-bundle.js - - - 200 1097461 application/javascript 477.5964ms
2022-08-19 09:00:59.337 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/favicon-32x32.png - -
2022-08-19 09:00:59.344 +08:00 [INF] The file /favicon-32x32.png was not modified
2022-08-19 09:00:59.345 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/favicon-32x32.png - - - 304 - image/png 7.9346ms
2022-08-19 09:00:59.631 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-08-19 09:01:00.117 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 486.4992ms
2022-08-19 09:02:20.472 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-08-19 09:02:20.514 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-08-19 09:02:20.519 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-08-19 09:02:20.675 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-08-19 09:02:20.700 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 24.6651ms.
2022-08-19 09:02:20.701 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 181.5925ms
2022-08-19 09:02:20.701 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-08-19 09:02:20.702 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 230.0020ms
2022-08-19 09:02:20.811 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/Purchase/add application/json 530
2022-08-19 09:02:20.818 +08:00 [INF] CORS policy execution failed.
2022-08-19 09:02:20.818 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-08-19 09:02:20.823 +08:00 [INF] Executing endpoint 'WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application)'
2022-08-19 09:02:20.851 +08:00 [INF] Route matched with {action = "Add", controller = "Purchase", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.PPlan.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.PPlan.PurchaseService (WmsWebApi.Application).
2022-08-19 09:02:23.340 +08:00 [INF] Executing action method WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-08-19 09:02:33.211 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.211 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.211 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.211 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.211 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.211 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.211 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.212 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:02:33.231 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-08-19 09:02:34.222 +08:00 [INF] Executed DbCommand (870ms) [Parameters=[@___purchaseDto_MBLNR_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___purchaseDto_MBLNR_0
2022-08-19 09:03:21.584 +08:00 [INF] Executed DbCommand (54ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-08-19 09:03:51.645 +08:00 [INF] Executed DbCommand (8ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-08-19 09:04:11.025 +08:00 [INF] Executed action method WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 107685.2476ms.
2022-08-19 09:04:11.174 +08:00 [INF] Executed DbCommand (45ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 4000), @p2='?' (DbType = DateTime2), @p3='?' (Size = 4000), @p4='?' (Size = 4000), @p5='?' (Size = 10), @p6='?' (Size = 10)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [WmsWebApiPURCHASEDTO] ([Id], [BUDAT], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6);
2022-08-19 09:04:11.198 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-08-19 09:04:11.198 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-08-19 09:04:11.277 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.PPlan.ReturnResult'.
2022-08-19 09:04:11.286 +08:00 [INF] Executed action WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application) in 110434.4417ms
2022-08-19 09:04:11.286 +08:00 [INF] Executed endpoint 'WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application)'
2022-08-19 09:04:11.460 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-08-19 09:04:11.547 +08:00 [INF] Executed DbCommand (5ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-08-19 09:04:11.552 +08:00 [INF] Executed DbCommand (4ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-08-19 09:04:11.593 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-08-19 09:04:11.593 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-08-19 09:04:11.595 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/Purchase/add application/json 530 - 200 - application/json;+charset=utf-8 110783.6487ms
2022-08-19 09:06:08.201 +08:00 [INF] Starting web host.
2022-08-19 09:06:16.658 +08:00 [INF] User profile is available. Using 'C:\Users\lvcj2\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-08-19 09:06:16.784 +08:00 [INF] Loaded ABP modules:
2022-08-19 09:06:16.784 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiHostModule
2022-08-19 09:06:16.784 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationModule
2022-08-19 09:06:16.784 +08:00 [INF] - WmsWebApi.WmsWebApiDomainModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Data.AbpDataModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule
2022-08-19 09:06:16.784 +08:00 [INF] - WmsWebApi.WmsWebApiDomainSharedModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule
2022-08-19 09:06:16.784 +08:00 [INF] - WmsWebApi.WmsWebApiApplicationContractsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
2022-08-19 09:06:16.784 +08:00 [INF] - WmsWebApi.EntityFrameworkCore.WmsWebApiEntityFrameworkCoreModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Dapper.AbpDapperModule
2022-08-19 09:06:16.784 +08:00 [INF] - WmsWebApi.WmsWebApiHttpApiModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.UI.AbpUiModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2022-08-19 09:06:16.784 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2022-08-19 09:06:17.336 +08:00 [INF] Initialized all ABP modules.
2022-08-19 09:06:17.653 +08:00 [INF] Now listening on: https://localhost:5000
2022-08-19 09:06:17.653 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2022-08-19 09:06:17.654 +08:00 [INF] Hosting environment: Development
2022-08-19 09:06:17.654 +08:00 [INF] Content root path: D:\工作\派格\接口程序\WmsWebApi\host\WmsWebApi.HttpApi.Host
2022-08-19 09:06:20.711 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/ - -
2022-08-19 09:06:23.346 +08:00 [INF] Executing endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-08-19 09:06:23.440 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller WmsWebApi.Controllers.HomeController (WmsWebApi.HttpApi.Host).
2022-08-19 09:06:23.640 +08:00 [INF] Executing action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) - Validation state: "Valid"
2022-08-19 09:06:23.645 +08:00 [INF] Executed action method WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host), returned result Microsoft.AspNetCore.Mvc.RedirectResult in 0.285ms.
2022-08-19 09:06:23.650 +08:00 [INF] Executing RedirectResult, redirecting to /swagger.
2022-08-19 09:06:23.654 +08:00 [INF] Executed action WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host) in 209.8884ms
2022-08-19 09:06:23.654 +08:00 [INF] Executed endpoint 'WmsWebApi.Controllers.HomeController.Index (WmsWebApi.HttpApi.Host)'
2022-08-19 09:06:23.671 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/ - - - 302 0 - 2963.2443ms
2022-08-19 09:06:23.682 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/index.html - -
2022-08-19 09:06:23.864 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/index.html - - - 200 - text/html;charset=utf-8 181.8398ms
2022-08-19 09:06:23.875 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - -
2022-08-19 09:06:23.878 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/_framework/aspnetcore-browser-refresh.js - - - 200 11956 application/javascript;+charset=utf-8 3.5426ms
2022-08-19 09:06:24.420 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - -
2022-08-19 09:06:24.715 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 294.5676ms
2022-08-19 09:22:17.913 +08:00 [INF] Request starting HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json -
2022-08-19 09:22:17.940 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-08-19 09:22:17.942 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle).
2022-08-19 09:22:18.003 +08:00 [INF] Executing action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) - Validation state: "Valid"
2022-08-19 09:22:18.014 +08:00 [INF] Executed action method Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 10.8783ms.
2022-08-19 09:22:18.014 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 72.245ms
2022-08-19 09:22:18.014 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)'
2022-08-19 09:22:18.015 +08:00 [INF] Request finished HTTP/2 GET https://localhost:5000/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 102.7526ms
2022-08-19 09:22:18.073 +08:00 [INF] Request starting HTTP/2 POST https://localhost:5000/api/Purchase/add application/json 530
2022-08-19 09:22:18.079 +08:00 [INF] CORS policy execution failed.
2022-08-19 09:22:18.079 +08:00 [INF] Request origin https://localhost:5000 does not have permission to access the resource.
2022-08-19 09:22:18.081 +08:00 [INF] Executing endpoint 'WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application)'
2022-08-19 09:22:18.097 +08:00 [INF] Route matched with {action = "Add", controller = "Purchase", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[WmsWebApi.PPlan.ReturnResult] AddAsync(System.Object) on controller WmsWebApi.PPlan.PurchaseService (WmsWebApi.Application).
2022-08-19 09:22:19.349 +08:00 [INF] Executing action method WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application) - Validation state: "Valid"
2022-08-19 09:22:26.868 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBOMDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.868 +08:00 [WRN] No type was specified for the decimal property 'BMENG' on entity type 'WmsWebApiBom'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.868 +08:00 [WRN] No type was specified for the decimal property 'MENGE' on entity type 'WmsWebApiBomDetail'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.868 +08:00 [WRN] No type was specified for the decimal property 'GSMNG' on entity type 'WmsWebApiPPLANDTO'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.868 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TA_BOM'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.868 +08:00 [WRN] No type was specified for the decimal property 'CustPackQty' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.868 +08:00 [WRN] No type was specified for the decimal property 'CustPalletCapacity' on entity type 'TA_CUST_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'ContainerQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'LinesidePackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'MaxQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'MinQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'SafeQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'SamplePercent' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'SingleWeight' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'StockPackQty' on entity type 'TA_PART'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'BarCodeQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'FinishedQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'InQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'NotInQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'PackQty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.869 +08:00 [WRN] No type was specified for the decimal property 'Qty' on entity type 'TM_PG_PLAN'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType()', specify precision and scale using 'HasPrecision()' or configure a value converter using 'HasConversion()'.
2022-08-19 09:22:26.961 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'WmsWebApiDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-08-19 09:22:27.819 +08:00 [INF] Executed DbCommand (140ms) [Parameters=[@___purchaseDto_MBLNR_0='?' (Size = 4000)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AccountDate], [t].[BillNum], [t].[BillTime], [t].[BillType], [t].[CustId], [t].[DetailQty], [t].[DockCode], [t].[FinishTime], [t].[GateCode], [t].[GateName], [t].[Guid], [t].[OperName], [t].[ProjectId], [t].[Remark], [t].[SourceBillNum], [t].[SourceBillNum2], [t].[SourceBillNum3], [t].[StartTime], [t].[State], [t].[SubBillType], [t].[TransportType], [t].[TruckNum], [t].[VendId]
FROM [TB_BILL] AS [t]
WHERE [t].[SourceBillNum2] = @___purchaseDto_MBLNR_0
2022-08-19 09:24:02.808 +08:00 [INF] Executed DbCommand (102ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-08-19 09:24:11.718 +08:00 [INF] Executed DbCommand (27ms) [Parameters=[@__part_DefaultReceiveLocCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AreaCode], [t].[AutoRemoveZeroStockDetail], [t].[DefaultPartCode], [t].[ErpLocCode], [t].[GroupCode], [t].[IsEnableMix], [t].[IsEnableNegativeStock], [t].[LocCode], [t].[LocName], [t].[LocType], [t].[MaxBoxQty], [t].[ProjectId], [t].[Remark], [t].[State], [t].[StoreKeeper], [t].[StoredPercent], [t].[WhseCode]
FROM [TA_STORE_LOCATION] AS [t]
WHERE [t].[LocCode] = @__part_DefaultReceiveLocCode_0
2022-08-19 09:24:34.967 +08:00 [INF] Executed DbCommand (129ms) [Parameters=[@___barcode_0='?' (Size = 50), @__part_DefaultReceiveLocCode_1='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[BarCode], [t].[LocCode], [t].[State], [t].[Amount], [t].[AreaCode], [t].[Batch], [t].[EqptCode], [t].[UID], [t].[OverdueDate], [t].[PartCode], [t].[PlanOrderId], [t].[ProduceDate], [t].[Qty], [t].[ReceiveDate], [t].[Remark], [t].[TracebackCode], [t].[UpdateQty], [t].[UpdateTime], [t].[VendBatch], [t].[VendId], [t].[Version], [t].[VinState]
FROM [TS_STOCK_DETAIL] AS [t]
WHERE (([t].[BarCode] = @___barcode_0) AND ([t].[LocCode] = @__part_DefaultReceiveLocCode_1)) AND ([t].[State] = 2)
2022-08-19 09:24:54.505 +08:00 [INF] Executed DbCommand (26ms) [Parameters=[@__item_MATNR_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AbcClass], [t].[CertificateOfQuality], [t].[Configuration], [t].[ContainerQty], [t].[DefaultBackFlushLocCode], [t].[DefaultReceiveLocCode], [t].[DistributionType], [t].[DrawingNumber], [t].[ErpPartCode], [t].[InspectType], [t].[Inspecter], [t].[IsAskMerge], [t].[IsConsign], [t].[IsDeposit], [t].[IsNoInterface], [t].[IsTransfer], [t].[LabelTemplate], [t].[LinesidePackQty], [t].[ManageType], [t].[MaxQty], [t].[MinQty], [t].[PalletSize], [t].[PalletTemplate], [t].[PartCode], [t].[PartDesc1], [t].[PartDesc2], [t].[PartGroup], [t].[PartKind], [t].[PartType], [t].[Process], [t].[ProjectId], [t].[Promo], [t].[QLevel], [t].[ReceivePort], [t].[Remark], [t].[SafeQty], [t].[SamplePercent], [t].[SingleWeight], [t].[Source], [t].[State], [t].[StockPackQty], [t].[StoreKeeper], [t].[Unit], [t].[ValidityDays]
FROM [TA_PART] AS [t]
WHERE [t].[PartCode] = @__item_MATNR_0
2022-08-19 09:24:59.703 +08:00 [INF] Executed DbCommand (6ms) [Parameters=[@__part_DefaultReceiveLocCode_0='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[UID], [t].[AreaCode], [t].[AutoRemoveZeroStockDetail], [t].[DefaultPartCode], [t].[ErpLocCode], [t].[GroupCode], [t].[IsEnableMix], [t].[IsEnableNegativeStock], [t].[LocCode], [t].[LocName], [t].[LocType], [t].[MaxBoxQty], [t].[ProjectId], [t].[Remark], [t].[State], [t].[StoreKeeper], [t].[StoredPercent], [t].[WhseCode]
FROM [TA_STORE_LOCATION] AS [t]
WHERE [t].[LocCode] = @__part_DefaultReceiveLocCode_0
2022-08-19 09:25:12.433 +08:00 [INF] Executed DbCommand (72ms) [Parameters=[@___barcode_0='?' (Size = 50), @__part_DefaultReceiveLocCode_1='?' (Size = 50)], CommandType='"Text"', CommandTimeout='30']
SELECT TOP(1) [t].[BarCode], [t].[LocCode], [t].[State], [t].[Amount], [t].[AreaCode], [t].[Batch], [t].[EqptCode], [t].[UID], [t].[OverdueDate], [t].[PartCode], [t].[PlanOrderId], [t].[ProduceDate], [t].[Qty], [t].[ReceiveDate], [t].[Remark], [t].[TracebackCode], [t].[UpdateQty], [t].[UpdateTime], [t].[VendBatch], [t].[VendId], [t].[Version], [t].[VinState]
FROM [TS_STOCK_DETAIL] AS [t]
WHERE (([t].[BarCode] = @___barcode_0) AND ([t].[LocCode] = @__part_DefaultReceiveLocCode_1)) AND ([t].[State] = 2)
2022-08-19 09:25:54.494 +08:00 [INF] Executed action method WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 215145.1251ms.
2022-08-19 09:25:59.000 +08:00 [INF] Executed DbCommand (4,137ms) [Parameters=[@p0='?' (DbType = DateTime2), @p1='?' (Size = 64), @p2='?' (DbType = DateTime2), @p3='?' (DbType = Int32), @p4='?' (Size = 50), @p5='?' (DbType = Int32), @p6='?' (Size = 4000), @p7='?' (Size = 50), @p8='?' (Size = 50), @p9='?' (Size = 50), @p10='?' (DbType = Guid), @p11='?' (Size = 4000), @p12='?' (Size = 50), @p13='?' (Size = 4000), @p14='?' (Size = 4000), @p15='?' (Size = 4000), @p16='?' (Size = 4000), @p17='?' (Size = 50), @p18='?' (DbType = Int32), @p19='?' (DbType = Int32), @p20='?' (Size = 50), @p21='?' (Size = 50), @p22='?' (Size = 50), @p23='?' (Size = 50), @p24='?' (Size = 50), @p25='?' (Size = 4000), @p26='?' (Size = 4000), @p27='?' (Size = 4000), @p28='?' (Size = 4000), @p29='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p30='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p31='?' (Size = 4000), @p32='?' (Size = 50), @p33='?' (Size = 50), @p34='?' (DbType = DateTime2), @p35='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p36='?' (DbType = DateTime2), @p37='?' (Size = 4000), @p38='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p39='?' (Size = 4000), @p40='?' (DbType = Int32), @p41='?' (Size = 4000), @p42='?' (Size = 4000), @p43='?' (Size = 4000), @p44='?' (Size = 4000), @p45='?' (Size = 50), @p46='?' (Size = 50), @p47='?' (Size = 4000), @p48='?' (Size = 4000), @p49='?' (Size = 4000), @p50='?' (Size = 4000), @p51='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p52='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p53='?' (Size = 4000), @p54='?' (Size = 50), @p55='?' (Size = 50), @p56='?' (DbType = DateTime2), @p57='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p58='?' (DbType = DateTime2), @p59='?' (Size = 4000), @p60='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p61='?' (Size = 4000), @p62='?' (DbType = Int32), @p63='?' (Size = 4000), @p64='?' (Size = 4000), @p65='?' (Size = 4000), @p66='?' (Size = 4000), @p67='?' (Size = 4000), @p68='?' (Size = 4000), @p69='?' (Size = 50), @p70='?' (DbType = Int32), @p71='?' (Size = 4000), @p72='?' (Size = 4000), @p73='?' (DbType = DateTime2), @p74='?' (Size = 80), @p75='?' (Size = 4000), @p76='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p77='?' (Size = 500), @p78='?' (DbType = Int32), @p79='?' (DbType = Int32), @p80='?' (DbType = Int32), @p81='?' (Size = 4000), @p82='?' (Size = 4000), @p83='?' (Size = 4000), @p84='?' (Size = 50), @p85='?' (DbType = Int32), @p86='?' (Size = 4000), @p87='?' (Size = 4000), @p88='?' (DbType = DateTime2), @p89='?' (Size = 80), @p90='?' (Size = 4000), @p91='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p92='?' (Size = 500), @p93='?' (DbType = Int32), @p94='?' (DbType = Int32), @p95='?' (DbType = Int32), @p96='?' (Size = 4000), @p97='?' (Size = 50), @p98='?' (Size = 50), @p99='?' (DbType = Int32), @p100='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p101='?' (Size = 50), @p102='?' (Size = 4000), @p103='?' (Size = 4000), @p104='?' (DbType = DateTime2), @p105='?' (Size = 50), @p106='?' (Size = 4000), @p107='?' (DbType = DateTime2), @p108='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p109='?' (DbType = DateTime2), @p110='?' (Size = 4000), @p111='?' (Size = 4000), @p112='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p113='?' (DbType = DateTime2), @p114='?' (Size = 4000), @p115='?' (Size = 4000), @p116='?' (DbType = Int32), @p117='?' (Size = 50), @p118='?' (Size = 50), @p119='?' (DbType = Int32), @p120='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p121='?' (Size = 50), @p122='?' (Size = 4000), @p123='?' (Size = 4000), @p124='?' (DbType = DateTime2), @p125='?' (Size = 50), @p126='?' (Size = 4000), @p127='?' (DbType = DateTime2), @p128='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p129='?' (DbType = DateTime2), @p130='?' (Size = 4000), @p131='?' (Size = 4000), @p132='?' (Precision = 18) (Scale = 6) (DbType = Decimal), @p133='?' (DbType = DateTime2), @p134='?' (Size = 4000), @p135='?' (Size = 4000), @p136='?' (DbType = Int32), @p137='?' (DbType = Guid), @p138='?' (Size = 4000), @p139='?' (DbType = DateTime2), @p140='?' (Size = 4000), @p141='?' (Size = 4000), @p142='?' (Size = 10), @p143='?' (Size = 10)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [TB_BILL] ([AccountDate], [BillNum], [BillTime], [BillType], [CustId], [DetailQty], [DockCode], [FinishTime], [GateCode], [GateName], [Guid], [OperName], [ProjectId], [Remark], [SourceBillNum], [SourceBillNum2], [SourceBillNum3], [StartTime], [State], [SubBillType], [TransportType], [TruckNum], [VendId])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22);
SELECT [UID]
FROM [TB_BILL]
WHERE @@ROWCOUNT = 1 AND [UID] = scope_identity();
DECLARE @inserted1 TABLE ([BarCode] nvarchar(50), [BillNum] nvarchar(50), [_Position] [int]);
MERGE [TB_PRODUCT_RECEIVE] USING (
VALUES (@p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30, @p31, @p32, @p33, @p34, @p35, @p36, @p37, @p38, @p39, @p40, @p41, @p42, @p43, @p44, 0),
(@p45, @p46, @p47, @p48, @p49, @p50, @p51, @p52, @p53, @p54, @p55, @p56, @p57, @p58, @p59, @p60, @p61, @p62, @p63, @p64, @p65, @p66, 1)) AS i ([BarCode], [BillNum], [Batch], [CellCode], [EqptCode], [FromLocCode], [GoodQty], [InvalidQty], [LineId], [PartCode], [PpBillNum], [ProduceDate], [Qty], [ReceiveDate], [Remark], [ScrapQty], [ShiftName], [State], [TeamName], [ToLocCode], [TraceBackCode], [Unit], _Position) ON 1=0
WHEN NOT MATCHED THEN
INSERT ([BarCode], [BillNum], [Batch], [CellCode], [EqptCode], [FromLocCode], [GoodQty], [InvalidQty], [LineId], [PartCode], [PpBillNum], [ProduceDate], [Qty], [ReceiveDate], [Remark], [ScrapQty], [ShiftName], [State], [TeamName], [ToLocCode], [TraceBackCode], [Unit])
VALUES (i.[BarCode], i.[BillNum], i.[Batch], i.[CellCode], i.[EqptCode], i.[FromLocCode], i.[GoodQty], i.[InvalidQty], i.[LineId], i.[PartCode], i.[PpBillNum], i.[ProduceDate], i.[Qty], i.[ReceiveDate], i.[Remark], i.[ScrapQty], i.[ShiftName], i.[State], i.[TeamName], i.[ToLocCode], i.[TraceBackCode], i.[Unit])
OUTPUT INSERTED.[BarCode], INSERTED.[BillNum], i._Position
INTO @inserted1;
SELECT [t].[UID] FROM [TB_PRODUCT_RECEIVE] t
INNER JOIN @inserted1 i ON ([t].[BarCode] = [i].[BarCode]) AND ([t].[BillNum] = [i].[BillNum])
ORDER BY [i].[_Position];
DECLARE @inserted3 TABLE ([UID] bigint, [_Position] [int]);
MERGE [TL_TRANSACTION] USING (
VALUES (@p67, @p68, @p69, @p70, @p71, @p72, @p73, @p74, @p75, @p76, @p77, @p78, @p79, @p80, @p81, 0),
(@p82, @p83, @p84, @p85, @p86, @p87, @p88, @p89, @p90, @p91, @p92, @p93, @p94, @p95, @p96, 1)) AS i ([BarCode], [Batch], [BillNum], [BillType], [EqptCode], [LocCode], [LogTime], [OperName], [PartCode], [Qty], [Remark], [State], [SubBillType], [TransType], [VendId], _Position) ON 1=0
WHEN NOT MATCHED THEN
INSERT ([BarCode], [Batch], [BillNum], [BillType], [EqptCode], [LocCode], [LogTime], [OperName], [PartCode], [Qty], [Remark], [State], [SubBillType], [TransType], [VendId])
VALUES (i.[BarCode], i.[Batch], i.[BillNum], i.[BillType], i.[EqptCode], i.[LocCode], i.[LogTime], i.[OperName], i.[PartCode], i.[Qty], i.[Remark], i.[State], i.[SubBillType], i.[TransType], i.[VendId])
OUTPUT INSERTED.[UID], i._Position
INTO @inserted3;
SELECT [t].[UID] FROM [TL_TRANSACTION] t
INNER JOIN @inserted3 i ON ([t].[UID] = [i].[UID])
ORDER BY [i].[_Position];
DECLARE @inserted5 TABLE ([BarCode] nvarchar(50), [LocCode] nvarchar(50), [State] int, [_Position] [int]);
MERGE [TS_STOCK_DETAIL] USING (
VALUES (@p97, @p98, @p99, @p100, @p101, @p102, @p103, @p104, @p105, @p106, @p107, @p108, @p109, @p110, @p111, @p112, @p113, @p114, @p115, @p116, 0),
(@p117, @p118, @p119, @p120, @p121, @p122, @p123, @p124, @p125, @p126, @p127, @p128, @p129, @p130, @p131, @p132, @p133, @p134, @p135, @p136, 1)) AS i ([BarCode], [LocCode], [State], [Amount], [AreaCode], [Batch], [EqptCode], [OverdueDate], [PartCode], [PlanOrderId], [ProduceDate], [Qty], [ReceiveDate], [Remark], [TracebackCode], [UpdateQty], [UpdateTime], [VendBatch], [VendId], [VinState], _Position) ON 1=0
WHEN NOT MATCHED THEN
INSERT ([BarCode], [LocCode], [State], [Amount], [AreaCode], [Batch], [EqptCode], [OverdueDate], [PartCode], [PlanOrderId], [ProduceDate], [Qty], [ReceiveDate], [Remark], [TracebackCode], [UpdateQty], [UpdateTime], [VendBatch], [VendId], [VinState])
VALUES (i.[BarCode], i.[LocCode], i.[State], i.[Amount], i.[AreaCode], i.[Batch], i.[EqptCode], i.[OverdueDate], i.[PartCode], i.[PlanOrderId], i.[ProduceDate], i.[Qty], i.[ReceiveDate], i.[Remark], i.[TracebackCode], i.[UpdateQty], i.[UpdateTime], i.[VendBatch], i.[VendId], i.[VinState])
OUTPUT INSERTED.[BarCode], INSERTED.[LocCode], INSERTED.[State], i._Position
INTO @inserted5;
SELECT [t].[UID], [t].[Version] FROM [TS_STOCK_DETAIL] t
INNER JOIN @inserted5 i ON ([t].[BarCode] = [i].[BarCode]) AND ([t].[LocCode] = [i].[LocCode]) AND ([t].[State] = [i].[State])
ORDER BY [i].[_Position];
INSERT INTO [WmsWebApiPURCHASEDTO] ([Id], [BUDAT], [DYSJ], [ITYPE], [JSON], [MBLNR], [MJAHR])
VALUES (@p137, @p138, @p139, @p140, @p141, @p142, @p143);
2022-08-19 09:25:59.165 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-08-19 09:25:59.165 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-08-19 09:25:59.226 +08:00 [INF] Executing ObjectResult, writing value of type 'WmsWebApi.PPlan.ReturnResult'.
2022-08-19 09:25:59.245 +08:00 [INF] Executed action WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application) in 221147.4755ms
2022-08-19 09:25:59.246 +08:00 [INF] Executed endpoint 'WmsWebApi.PPlan.PurchaseService.AddAsync (WmsWebApi.Application)'
2022-08-19 09:25:59.658 +08:00 [INF] Entity Framework Core 5.0.14 initialized 'AbpAuditLoggingDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: QuerySplittingBehavior=SplitQuery
2022-08-19 09:25:59.886 +08:00 [INF] Executed DbCommand (6ms) [Parameters=[@p0='?' (DbType = Guid), @p1='?' (Size = 96), @p2='?' (Size = 512), @p3='?' (Size = 64), @p4='?' (Size = 64), @p5='?' (Size = 128), @p6='?' (Size = 256), @p7='?' (Size = 40), @p8='?' (Size = 64), @p9='?' (Size = 4000), @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime2), @p12='?' (Size = 4000), @p13='?' (Size = 16), @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?' (DbType = Guid), @p17='?' (DbType = Guid), @p18='?' (Size = 4000), @p19='?' (Size = 256), @p20='?' (DbType = Guid), @p21='?' (Size = 256)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogs] ([Id], [ApplicationName], [BrowserInfo], [ClientId], [ClientIpAddress], [ClientName], [Comments], [ConcurrencyStamp], [CorrelationId], [Exceptions], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [HttpMethod], [HttpStatusCode], [ImpersonatorTenantId], [ImpersonatorUserId], [TenantId], [TenantName], [Url], [UserId], [UserName])
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21);
2022-08-19 09:25:59.913 +08:00 [INF] Executed DbCommand (26ms) [Parameters=[@p22='?' (DbType = Guid), @p23='?' (DbType = Guid), @p24='?' (DbType = Int32), @p25='?' (DbType = DateTime2), @p26='?' (Size = 4000), @p27='?' (Size = 128), @p28='?' (Size = 2000), @p29='?' (Size = 256), @p30='?' (DbType = Guid)], CommandType='"Text"', CommandTimeout='30']
SET NOCOUNT ON;
INSERT INTO [AbpAuditLogActions] ([Id], [AuditLogId], [ExecutionDuration], [ExecutionTime], [ExtraProperties], [MethodName], [Parameters], [ServiceName], [TenantId])
VALUES (@p22, @p23, @p24, @p25, @p26, @p27, @p28, @p29, @p30);
2022-08-19 09:25:59.976 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-08-19 09:25:59.976 +08:00 [DBG] Added 0 entity changes to the current audit log
2022-08-19 09:25:59.980 +08:00 [INF] Request finished HTTP/2 POST https://localhost:5000/api/Purchase/add application/json 530 - 200 - application/json;+charset=utf-8 221907.0002ms

1080
host/WmsWebApi.HttpApi.Host/Logs/logs20221125.txt

File diff suppressed because it is too large

198
host/WmsWebApi.HttpApi.Host/Migrations/20220125054352_Initail.Designer.cs

@ -0,0 +1,198 @@
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Volo.Abp.EntityFrameworkCore;
using WmsWebApi.EntityFrameworkCore;
namespace WmsWebApi.Migrations
{
[DbContext(typeof(WmsWebApiHttpApiHostMigrationsDbContext))]
[Migration("20220125054352_Initail")]
partial class Initail
{
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer)
.HasAnnotation("Relational:MaxIdentifierLength", 128)
.HasAnnotation("ProductVersion", "5.0.13")
.HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
modelBuilder.Entity("WmsWebApi.TbOrfers.TbOrder", b =>
{
b.Property<Guid>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("uniqueidentifier");
b.Property<string>("OrderNumber")
.IsRequired()
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<int>("Status")
.ValueGeneratedOnAdd()
.HasColumnType("int")
.HasDefaultValue(1);
b.HasKey("Id");
b.ToTable("TB_ORDER");
});
modelBuilder.Entity("WmsWebApi.ZlldcjLogs.ZlldcjLog", b =>
{
b.Property<Guid>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("uniqueidentifier");
b.Property<DateTime?>("AEDAT")
.HasColumnType("date");
b.Property<string>("AENAM")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<TimeSpan?>("AEZET")
.HasColumnType("time(3)");
b.Property<string>("ANLN1")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("AUFNR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<decimal?>("BDMNG")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("BKNUM")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("BWART")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ConcurrencyStamp")
.IsConcurrencyToken()
.HasMaxLength(40)
.HasColumnType("nvarchar(40)")
.HasColumnName("ConcurrencyStamp");
b.Property<DateTime>("CreationTime")
.HasColumnType("datetime2")
.HasColumnName("CreationTime");
b.Property<Guid?>("CreatorId")
.HasColumnType("uniqueidentifier")
.HasColumnName("CreatorId");
b.Property<decimal?>("ENMNG")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<DateTime?>("ERDAT")
.HasColumnType("date");
b.Property<string>("ERNAM")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<TimeSpan?>("ERZET")
.HasColumnType("time(3)");
b.Property<string>("ExtraProperties")
.HasColumnType("nvarchar(max)")
.HasColumnName("ExtraProperties");
b.Property<decimal?>("GRUND")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("KOSTL")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("KZEAR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("LGORT1")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("LGORT2")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("LGORT3")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("MATNR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<decimal?>("MEINS")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("POSNR")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("RSNUM")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("RSPOS")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("VBELN")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("WERKS")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZBZSM")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZDJLX")
.IsRequired()
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZLLDJ")
.HasColumnType("nvarchar(max)");
b.Property<decimal>("ZLLITEM")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("ZLLR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZLTLX")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.HasKey("Id");
b.ToTable("WmsWebApiZLLDCJ_LOGDTO");
});
#pragma warning restore 612, 618
}
}
}

79
host/WmsWebApi.HttpApi.Host/Migrations/20220125054352_Initail.cs

@ -0,0 +1,79 @@
using System;
using Microsoft.EntityFrameworkCore.Migrations;
namespace WmsWebApi.Migrations
{
public partial class Initail : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.CreateTable(
name: "TB_ORDER",
columns: table => new
{
Id = table.Column<Guid>(type: "uniqueidentifier", nullable: false),
OrderNumber = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: false),
Status = table.Column<int>(type: "int", nullable: false, defaultValue: 1)
},
constraints: table =>
{
table.PrimaryKey("PK_TB_ORDER", x => x.Id);
});
migrationBuilder.CreateTable(
name: "WmsWebApiZLLDCJ_LOGDTO",
columns: table => new
{
Id = table.Column<Guid>(type: "uniqueidentifier", nullable: false),
ZLLDJ = table.Column<string>(type: "nvarchar(max)", nullable: true),
ZLLITEM = table.Column<decimal>(type: "decimal(18,6)", precision: 18, scale: 6, nullable: false),
ZDJLX = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: false),
ZLTLX = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
MATNR = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
BDMNG = table.Column<decimal>(type: "decimal(18,6)", precision: 18, scale: 6, nullable: true),
MEINS = table.Column<decimal>(type: "decimal(18,6)", precision: 18, scale: 6, nullable: true),
BKNUM = table.Column<decimal>(type: "decimal(18,6)", precision: 18, scale: 6, nullable: true),
ENMNG = table.Column<decimal>(type: "decimal(18,6)", precision: 18, scale: 6, nullable: true),
WERKS = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
LGORT1 = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
LGORT2 = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
LGORT3 = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
KOSTL = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
AUFNR = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
BWART = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
GRUND = table.Column<decimal>(type: "decimal(18,6)", precision: 18, scale: 6, nullable: true),
ZLLR = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
KZEAR = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
RSNUM = table.Column<decimal>(type: "decimal(18,6)", precision: 18, scale: 6, nullable: true),
RSPOS = table.Column<decimal>(type: "decimal(18,6)", precision: 18, scale: 6, nullable: true),
ERNAM = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
ERDAT = table.Column<DateTime>(type: "date", nullable: true),
ERZET = table.Column<TimeSpan>(type: "time(3)", nullable: true),
AENAM = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
AEDAT = table.Column<DateTime>(type: "date", nullable: true),
AEZET = table.Column<TimeSpan>(type: "time(3)", nullable: true),
ZBZSM = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
ANLN1 = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
VBELN = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
POSNR = table.Column<decimal>(type: "decimal(18,6)", precision: 18, scale: 6, nullable: true),
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: true),
ConcurrencyStamp = table.Column<string>(type: "nvarchar(40)", maxLength: 40, nullable: true),
CreationTime = table.Column<DateTime>(type: "datetime2", nullable: false),
CreatorId = table.Column<Guid>(type: "uniqueidentifier", nullable: true)
},
constraints: table =>
{
table.PrimaryKey("PK_WmsWebApiZLLDCJ_LOGDTO", x => x.Id);
});
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropTable(
name: "TB_ORDER");
migrationBuilder.DropTable(
name: "WmsWebApiZLLDCJ_LOGDTO");
}
}
}

198
host/WmsWebApi.HttpApi.Host/Migrations/20220125054421_12345.Designer.cs

@ -0,0 +1,198 @@
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Volo.Abp.EntityFrameworkCore;
using WmsWebApi.EntityFrameworkCore;
namespace WmsWebApi.Migrations
{
[DbContext(typeof(WmsWebApiHttpApiHostMigrationsDbContext))]
[Migration("20220125054421_12345")]
partial class _12345
{
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer)
.HasAnnotation("Relational:MaxIdentifierLength", 128)
.HasAnnotation("ProductVersion", "5.0.13")
.HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
modelBuilder.Entity("WmsWebApi.TbOrfers.TbOrder", b =>
{
b.Property<Guid>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("uniqueidentifier");
b.Property<string>("OrderNumber")
.IsRequired()
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<int>("Status")
.ValueGeneratedOnAdd()
.HasColumnType("int")
.HasDefaultValue(1);
b.HasKey("Id");
b.ToTable("TB_ORDER");
});
modelBuilder.Entity("WmsWebApi.ZlldcjLogs.ZlldcjLog", b =>
{
b.Property<Guid>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("uniqueidentifier");
b.Property<DateTime?>("AEDAT")
.HasColumnType("date");
b.Property<string>("AENAM")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<TimeSpan?>("AEZET")
.HasColumnType("time(3)");
b.Property<string>("ANLN1")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("AUFNR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<decimal?>("BDMNG")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("BKNUM")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("BWART")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ConcurrencyStamp")
.IsConcurrencyToken()
.HasMaxLength(40)
.HasColumnType("nvarchar(40)")
.HasColumnName("ConcurrencyStamp");
b.Property<DateTime>("CreationTime")
.HasColumnType("datetime2")
.HasColumnName("CreationTime");
b.Property<Guid?>("CreatorId")
.HasColumnType("uniqueidentifier")
.HasColumnName("CreatorId");
b.Property<decimal?>("ENMNG")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<DateTime?>("ERDAT")
.HasColumnType("date");
b.Property<string>("ERNAM")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<TimeSpan?>("ERZET")
.HasColumnType("time(3)");
b.Property<string>("ExtraProperties")
.HasColumnType("nvarchar(max)")
.HasColumnName("ExtraProperties");
b.Property<decimal?>("GRUND")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("KOSTL")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("KZEAR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("LGORT1")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("LGORT2")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("LGORT3")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("MATNR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<decimal?>("MEINS")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("POSNR")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("RSNUM")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("RSPOS")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("VBELN")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("WERKS")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZBZSM")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZDJLX")
.IsRequired()
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZLLDJ")
.HasColumnType("nvarchar(max)");
b.Property<decimal>("ZLLITEM")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("ZLLR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZLTLX")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.HasKey("Id");
b.ToTable("WmsWebApiZLLDCJ_LOGDTO");
});
#pragma warning restore 612, 618
}
}
}

17
host/WmsWebApi.HttpApi.Host/Migrations/20220125054421_12345.cs

@ -0,0 +1,17 @@
using Microsoft.EntityFrameworkCore.Migrations;
namespace WmsWebApi.Migrations
{
public partial class _12345 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
}
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}

196
host/WmsWebApi.HttpApi.Host/Migrations/WmsWebApiHttpApiHostMigrationsDbContextModelSnapshot.cs

@ -0,0 +1,196 @@
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Volo.Abp.EntityFrameworkCore;
using WmsWebApi.EntityFrameworkCore;
namespace WmsWebApi.Migrations
{
[DbContext(typeof(WmsWebApiHttpApiHostMigrationsDbContext))]
partial class WmsWebApiHttpApiHostMigrationsDbContextModelSnapshot : ModelSnapshot
{
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer)
.HasAnnotation("Relational:MaxIdentifierLength", 128)
.HasAnnotation("ProductVersion", "5.0.13")
.HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
modelBuilder.Entity("WmsWebApi.TbOrfers.TbOrder", b =>
{
b.Property<Guid>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("uniqueidentifier");
b.Property<string>("OrderNumber")
.IsRequired()
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<int>("Status")
.ValueGeneratedOnAdd()
.HasColumnType("int")
.HasDefaultValue(1);
b.HasKey("Id");
b.ToTable("TB_ORDER");
});
modelBuilder.Entity("WmsWebApi.ZlldcjLogs.ZlldcjLog", b =>
{
b.Property<Guid>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("uniqueidentifier");
b.Property<DateTime?>("AEDAT")
.HasColumnType("date");
b.Property<string>("AENAM")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<TimeSpan?>("AEZET")
.HasColumnType("time(3)");
b.Property<string>("ANLN1")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("AUFNR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<decimal?>("BDMNG")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("BKNUM")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("BWART")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ConcurrencyStamp")
.IsConcurrencyToken()
.HasMaxLength(40)
.HasColumnType("nvarchar(40)")
.HasColumnName("ConcurrencyStamp");
b.Property<DateTime>("CreationTime")
.HasColumnType("datetime2")
.HasColumnName("CreationTime");
b.Property<Guid?>("CreatorId")
.HasColumnType("uniqueidentifier")
.HasColumnName("CreatorId");
b.Property<decimal?>("ENMNG")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<DateTime?>("ERDAT")
.HasColumnType("date");
b.Property<string>("ERNAM")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<TimeSpan?>("ERZET")
.HasColumnType("time(3)");
b.Property<string>("ExtraProperties")
.HasColumnType("nvarchar(max)")
.HasColumnName("ExtraProperties");
b.Property<decimal?>("GRUND")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("KOSTL")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("KZEAR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("LGORT1")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("LGORT2")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("LGORT3")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("MATNR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<decimal?>("MEINS")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("POSNR")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("RSNUM")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<decimal?>("RSPOS")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("VBELN")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("WERKS")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZBZSM")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZDJLX")
.IsRequired()
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZLLDJ")
.HasColumnType("nvarchar(max)");
b.Property<decimal>("ZLLITEM")
.HasPrecision(18, 6)
.HasColumnType("decimal(18,6)");
b.Property<string>("ZLLR")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.Property<string>("ZLTLX")
.HasMaxLength(64)
.HasColumnType("nvarchar(64)");
b.HasKey("Id");
b.ToTable("WmsWebApiZLLDCJ_LOGDTO");
});
#pragma warning restore 612, 618
}
}
}

57
host/WmsWebApi.HttpApi.Host/Program.cs

@ -0,0 +1,57 @@
using System;
using System.IO;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Serilog;
using Serilog.Events;
namespace WmsWebApi
{
public class Program
{
public static int Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
#if DEBUG
.MinimumLevel.Debug()
#else
.MinimumLevel.Information()
#endif
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt",rollingInterval:RollingInterval.Day))
.WriteTo.Async(c => c.Console())
.CreateLogger();
try
{
Log.Information("Starting web host.");
CreateHostBuilder(args).Build().Run();
return 0;
}
catch (Exception ex)
{
Log.Fatal(ex, "Host terminated unexpectedly!");
return 1;
}
finally
{
Log.CloseAndFlush();
}
}
internal static IHostBuilder CreateHostBuilder(string[] args) =>
Host.CreateDefaultBuilder(args)
.ConfigureAppConfiguration(build =>
{
build.AddJsonFile("appsettings.secrets.json", optional: true);
})
.ConfigureWebHostDefaults(webBuilder =>
{
webBuilder.UseStartup<Startup>();
})
.UseAutofac()
.UseSerilog();
}
}

27
host/WmsWebApi.HttpApi.Host/Properties/launchSettings.json

@ -0,0 +1,27 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "https://localhost:5000",
"sslPort": 5000
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"WmsWebApi.DemoApp": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

21
host/WmsWebApi.HttpApi.Host/Startup.cs

@ -0,0 +1,21 @@
using System;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace WmsWebApi
{
public class Startup
{
public void ConfigureServices(IServiceCollection services)
{
services.AddApplication<WmsWebApiHttpApiHostModule>();
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory)
{
app.InitializeApplication();
}
}
}

46
host/WmsWebApi.HttpApi.Host/WmsWebApi.HttpApi.Host.csproj

@ -0,0 +1,46 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>WmsWebApi</RootNamespace>
<PreserveCompilationReferences>true</PreserveCompilationReferences>
<UserSecretsId>WmsWebApi-c2d31439-b723-48e2-b061-5ebd7aeb6010</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" />
<PackageReference Include="IdentityModel" Version="5.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.*" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="5.0.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.*" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="4.4.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Dapper" Version="4.4.4" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="4.4.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Swashbuckle" Version="4.4.4" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="4.4.4" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="4.4.4" />
<PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="4.4.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\WmsWebApi.HttpApi\WmsWebApi.HttpApi.csproj" />
<ProjectReference Include="..\..\src\WmsWebApi.Application\WmsWebApi.Application.csproj" />
<ProjectReference Include="..\..\src\WmsWebApi.EntityFrameworkCore\WmsWebApi.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\WmsWebApi.Host.Shared\WmsWebApi.Host.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Logs\**" />
<Content Remove="Logs\**" />
<EmbeddedResource Remove="Logs\**" />
<None Remove="Logs\**" />
</ItemGroup>
</Project>

257
host/WmsWebApi.HttpApi.Host/WmsWebApiHttpApiHostModule.cs

@ -0,0 +1,257 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using IdentityModel;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using WmsWebApi.EntityFrameworkCore;
using WmsWebApi.MultiTenancy;
using StackExchange.Redis;
using Microsoft.OpenApi.Models;
using Volo.Abp;
using Volo.Abp.AspNetCore.Mvc;
using Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy;
using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared;
using Volo.Abp.AspNetCore.Serilog;
using Volo.Abp.AuditLogging.EntityFrameworkCore;
using Volo.Abp.Autofac;
using Volo.Abp.Caching;
using Volo.Abp.Caching.StackExchangeRedis;
using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.EntityFrameworkCore.SqlServer;
using Volo.Abp.Localization;
using Volo.Abp.Modularity;
using Volo.Abp.MultiTenancy;
using Volo.Abp.PermissionManagement.EntityFrameworkCore;
using Volo.Abp.Security.Claims;
using Volo.Abp.SettingManagement.EntityFrameworkCore;
using Volo.Abp.Swashbuckle;
using Volo.Abp.VirtualFileSystem;
using WmsWebApi.Wms;
using Volo.Abp.AspNetCore.ExceptionHandling;
namespace WmsWebApi
{
[DependsOn(
typeof(WmsWebApiApplicationModule),
typeof(WmsWebApiEntityFrameworkCoreModule),
typeof(WmsWebApiHttpApiModule),
typeof(AbpAspNetCoreMvcUiMultiTenancyModule),
typeof(AbpAutofacModule),
typeof(AbpCachingStackExchangeRedisModule),
typeof(AbpEntityFrameworkCoreSqlServerModule),
typeof(AbpAuditLoggingEntityFrameworkCoreModule),
typeof(AbpPermissionManagementEntityFrameworkCoreModule),
typeof(AbpSettingManagementEntityFrameworkCoreModule),
typeof(AbpAspNetCoreSerilogModule),
typeof(AbpSwashbuckleModule)
)]
public class WmsWebApiHttpApiHostModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
var hostingEnvironment = context.Services.GetHostingEnvironment();
var configuration = context.Services.GetConfiguration();
ConfigureDbContext();
ConfigureMultiTenancy();
ConfigureConventionalControllers();
ConfigureVirtualFileSystem(hostingEnvironment);
ConfigureSwagger(context, configuration);
ConfigureLocalization();
ConfigureAuthentication(context, configuration);
// ConfigureDistributedCache(context, hostingEnvironment, configuration);
ConfigureCors(context, configuration);
context.Services.Configure<AbpExceptionHandlingOptions>(options =>
{
options.SendExceptionsDetailsToClients = false;
});
//context.Services.AddTransient(typeof(ITmOtherAskRepositoryUpdate),
// typeof(TmOtherAskRepositoryUpdate));
}
private void ConfigureDbContext()
{
Configure<AbpDbContextOptions>(options => { options.UseSqlServer(); });
}
private void ConfigureMultiTenancy()
{
Configure<AbpMultiTenancyOptions>(options => { options.IsEnabled = MultiTenancyConsts.IsEnabled; });
}
private void ConfigureConventionalControllers()
{
Configure<AbpAspNetCoreMvcOptions>(options =>
{
options
.ConventionalControllers
.Create(typeof(WmsWebApiApplicationModule).Assembly);
});
}
private void ConfigureVirtualFileSystem(IWebHostEnvironment hostingEnvironment)
{
if (hostingEnvironment.IsDevelopment())
{
Configure<AbpVirtualFileSystemOptions>(options =>
{
options.FileSets.ReplaceEmbeddedByPhysical<WmsWebApiDomainSharedModule>(
Path.Combine(hostingEnvironment.ContentRootPath,
string.Format("..{0}..{0}src{0}WmsWebApi.Domain.Shared", Path.DirectorySeparatorChar)));
options.FileSets.ReplaceEmbeddedByPhysical<WmsWebApiDomainModule>(Path.Combine(
hostingEnvironment.ContentRootPath,
string.Format("..{0}..{0}src{0}WmsWebApi.Domain", Path.DirectorySeparatorChar)));
options.FileSets.ReplaceEmbeddedByPhysical<WmsWebApiApplicationContractsModule>(
Path.Combine(hostingEnvironment.ContentRootPath,
string.Format("..{0}..{0}src{0}WmsWebApi.Application.Contracts", Path.DirectorySeparatorChar)));
options.FileSets.ReplaceEmbeddedByPhysical<WmsWebApiApplicationModule>(
Path.Combine(hostingEnvironment.ContentRootPath,
string.Format("..{0}..{0}src{0}WmsWebApi.Application", Path.DirectorySeparatorChar)));
});
}
}
private static void ConfigureSwagger(ServiceConfigurationContext context, IConfiguration configuration)
{
context.Services.AddAbpSwaggerGenWithOAuth(
configuration["AuthServer:Authority"],
new Dictionary<string, string>
{
{ "WmsWebApi", "WmsWebApi API" }
},
options =>
{
options.SwaggerDoc("v1", new OpenApiInfo { Title = "WmsWebApi API", Version = "v1" });
options.DocInclusionPredicate((docName, description) => true);
options.CustomSchemaIds(type => type.FullName);
});
}
private void ConfigureLocalization()
{
Configure<AbpLocalizationOptions>(options =>
{
options.Languages.Add(new LanguageInfo("cs", "cs", "Čeština"));
options.Languages.Add(new LanguageInfo("en", "en", "English"));
options.Languages.Add(new LanguageInfo("en-GB", "en-GB", "English (UK)"));
options.Languages.Add(new LanguageInfo("fi", "fi", "Finnish"));
options.Languages.Add(new LanguageInfo("fr", "fr", "Français"));
options.Languages.Add(new LanguageInfo("hi", "hi", "Hindi", "in"));
options.Languages.Add(new LanguageInfo("it", "it", "Italian", "it"));
options.Languages.Add(new LanguageInfo("hu", "hu", "Magyar"));
options.Languages.Add(new LanguageInfo("pt-BR", "pt-BR", "Português"));
options.Languages.Add(new LanguageInfo("ru", "ru", "Русский"));
options.Languages.Add(new LanguageInfo("sk", "sk", "Slovak"));
options.Languages.Add(new LanguageInfo("tr", "tr", "Türkçe"));
options.Languages.Add(new LanguageInfo("zh-Hans", "zh-Hans", "简体中文"));
options.Languages.Add(new LanguageInfo("zh-Hant", "zh-Hant", "繁體中文"));
});
}
private static void ConfigureAuthentication(ServiceConfigurationContext context, IConfiguration configuration)
{
context.Services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
.AddJwtBearer(options =>
{
options.Authority = configuration["AuthServer:Authority"];
options.RequireHttpsMetadata = Convert.ToBoolean(configuration["AuthServer:RequireHttpsMetadata"]);
options.Audience = "WmsWebApi";
});
}
private static void ConfigureCors(ServiceConfigurationContext context, IConfiguration configuration)
{
context.Services.AddCors(options =>
{
options.AddDefaultPolicy(builder =>
{
builder
.WithOrigins(
configuration["App:CorsOrigins"]
.Split(",", StringSplitOptions.RemoveEmptyEntries)
.Select(o => o.RemovePostFix("/"))
.ToArray()
)
.WithAbpExposedHeaders()
.SetIsOriginAllowedToAllowWildcardSubdomains()
.AllowAnyHeader()
.AllowAnyMethod()
.AllowCredentials();
});
});
}
private void ConfigureDistributedCache(ServiceConfigurationContext context, IWebHostEnvironment hostingEnvironment,
IConfiguration configuration)
{
Configure<AbpDistributedCacheOptions>(options => { options.KeyPrefix = "WmsWebApi:"; });
if (!hostingEnvironment.IsDevelopment())
{
var redis = ConnectionMultiplexer.Connect(configuration["Redis:Configuration"]);
context.Services
.AddDataProtection()
.PersistKeysToStackExchangeRedis(redis, "WmsWebApi-Protection-Keys");
}
}
public override void OnApplicationInitialization(ApplicationInitializationContext context)
{
var app = context.GetApplicationBuilder();
var env = context.GetEnvironment();
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
}
else
{
app.UseErrorPage();
app.UseHsts();
}
app.UseHttpsRedirection();
app.UseCorrelationId();
app.UseStaticFiles();
app.UseRouting();
app.UseCors();
app.UseAuthentication();
if (MultiTenancyConsts.IsEnabled)
{
app.UseMultiTenancy();
}
app.UseAbpRequestLocalization();
app.UseAuthorization();
app.UseSwagger();
app.UseAbpSwaggerUI(options =>
{
options.SwaggerEndpoint("/swagger/v1/swagger.json", "Support APP API");
var configuration = context.GetConfiguration();
options.OAuthClientId(configuration["AuthServer:SwaggerClientId"]);
options.OAuthClientSecret(configuration["AuthServer:SwaggerClientSecret"]);
options.OAuthScopes("WmsWebApi");
});
app.UseAuditing();
app.UseAbpSerilogEnrichers();
app.UseConfiguredEndpoints();
}
}
}

21
host/WmsWebApi.HttpApi.Host/appsettings.json

@ -0,0 +1,21 @@
{
"App": {
"Urls": "http://localhost:5000",
"CorsOrigins": "http://localhost:5000"
},
"ConnectionStrings": {
"Default": "Server=192.168.0.140;Database=ABP;User ID=sa;Password=Microsoft2008",
"WmsWebApi": "Server=192.168.0.140;Database=CPAT_WMS_TEST;User ID=sa;Password=Microsoft2008",
"AgvInLoc": "A01",
"AgvOutLoc": "B01"
},
"Redis": {
"Configuration": "127.0.0.1"
},
"AuthServer": {
"Authority": "http://192.168.0.140:8066",
"RequireHttpsMetadata": "false",
"SwaggerClientId": "WmsWebApi_Swagger",
"SwaggerClientSecret": "1q2w3e*"
}
}

2
host/WmsWebApi.HttpApi.Host/appsettings.secrets.json

@ -0,0 +1,2 @@
{
}

4
host/WmsWebApi.HttpApi.Host/yarn.lock

@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1

18
host/WmsWebApi.IdentityServer/Dockerfile

@ -0,0 +1,18 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
WORKDIR /src
COPY . .
WORKDIR /src/templates/service/host/WmsWebApi.IdentityServer
RUN dotnet restore -nowarn:msb3202,nu1503
RUN dotnet build --no-restore -c Release -o /app
FROM build AS publish
RUN dotnet publish --no-restore -c Release -o /app
FROM base AS final
WORKDIR /app
COPY --from=publish /app .
ENTRYPOINT ["dotnet", "WmsWebApi.IdentityServer.dll"]

34
host/WmsWebApi.IdentityServer/EntityFrameworkCore/IdentityServerHostMigrationsDbContext.cs

@ -0,0 +1,34 @@
using Microsoft.EntityFrameworkCore;
using Volo.Abp.AuditLogging.EntityFrameworkCore;
using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.FeatureManagement.EntityFrameworkCore;
using Volo.Abp.Identity.EntityFrameworkCore;
using Volo.Abp.IdentityServer.EntityFrameworkCore;
using Volo.Abp.PermissionManagement.EntityFrameworkCore;
using Volo.Abp.SettingManagement.EntityFrameworkCore;
using Volo.Abp.TenantManagement.EntityFrameworkCore;
namespace WmsWebApi.EntityFrameworkCore
{
public class IdentityServerHostMigrationsDbContext : AbpDbContext<IdentityServerHostMigrationsDbContext>
{
public IdentityServerHostMigrationsDbContext(DbContextOptions<IdentityServerHostMigrationsDbContext> options)
: base(options)
{
}
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
base.OnModelCreating(modelBuilder);
modelBuilder.ConfigurePermissionManagement();
modelBuilder.ConfigureSettingManagement();
modelBuilder.ConfigureAuditLogging();
modelBuilder.ConfigureIdentity();
modelBuilder.ConfigureIdentityServer();
modelBuilder.ConfigureFeatureManagement();
modelBuilder.ConfigureTenantManagement();
}
}
}

29
host/WmsWebApi.IdentityServer/EntityFrameworkCore/IdentityServerHostMigrationsDbContextFactory.cs

@ -0,0 +1,29 @@
using System.IO;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
using Microsoft.Extensions.Configuration;
namespace WmsWebApi.EntityFrameworkCore
{
public class IdentityServerHostMigrationsDbContextFactory : IDesignTimeDbContextFactory<IdentityServerHostMigrationsDbContext>
{
public IdentityServerHostMigrationsDbContext CreateDbContext(string[] args)
{
var configuration = BuildConfiguration();
var builder = new DbContextOptionsBuilder<IdentityServerHostMigrationsDbContext>()
.UseSqlServer(configuration.GetConnectionString("Default"));
return new IdentityServerHostMigrationsDbContext(builder.Options);
}
private static IConfigurationRoot BuildConfiguration()
{
var builder = new ConfigurationBuilder()
.SetBasePath(Directory.GetCurrentDirectory())
.AddJsonFile("appsettings.json", optional: false);
return builder.Build();
}
}
}

3
host/WmsWebApi.IdentityServer/FodyWeavers.xml

@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait ContinueOnCapturedContext="false" />
</Weavers>

30
host/WmsWebApi.IdentityServer/FodyWeavers.xsd

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
<xs:element name="Weavers">
<xs:complexType>
<xs:all>
<xs:element name="ConfigureAwait" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="ContinueOnCapturedContext" type="xs:boolean" />
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="VerifyAssembly" type="xs:boolean">
<xs:annotation>
<xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
<xs:annotation>
<xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GenerateXsd" type="xs:boolean">
<xs:annotation>
<xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>

324
host/WmsWebApi.IdentityServer/IdentityServer/IdentityServerDataSeedContributor.cs

@ -0,0 +1,324 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using IdentityServer4.Models;
using Microsoft.Extensions.Configuration;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.Data;
using Volo.Abp.DependencyInjection;
using Volo.Abp.Guids;
using Volo.Abp.IdentityServer.ApiResources;
using Volo.Abp.IdentityServer.ApiScopes;
using Volo.Abp.IdentityServer.Clients;
using Volo.Abp.IdentityServer.IdentityResources;
using Volo.Abp.MultiTenancy;
using Volo.Abp.PermissionManagement;
using Volo.Abp.Uow;
using ApiResource = Volo.Abp.IdentityServer.ApiResources.ApiResource;
using ApiScope = Volo.Abp.IdentityServer.ApiScopes.ApiScope;
using Client = Volo.Abp.IdentityServer.Clients.Client;
namespace WmsWebApi.IdentityServer
{
public class IdentityServerDataSeedContributor : IDataSeedContributor, ITransientDependency
{
private readonly IApiResourceRepository _apiResourceRepository;
private readonly IApiScopeRepository _apiScopeRepository;
private readonly IClientRepository _clientRepository;
private readonly IIdentityResourceDataSeeder _identityResourceDataSeeder;
private readonly IGuidGenerator _guidGenerator;
private readonly IPermissionDataSeeder _permissionDataSeeder;
private readonly IConfiguration _configuration;
private readonly ICurrentTenant _currentTenant;
public IdentityServerDataSeedContributor(
IClientRepository clientRepository,
IApiResourceRepository apiResourceRepository,
IApiScopeRepository apiScopeRepository,
IIdentityResourceDataSeeder identityResourceDataSeeder,
IGuidGenerator guidGenerator,
IPermissionDataSeeder permissionDataSeeder,
IConfiguration configuration,
ICurrentTenant currentTenant)
{
_clientRepository = clientRepository;
_apiResourceRepository = apiResourceRepository;
_apiScopeRepository = apiScopeRepository;
_identityResourceDataSeeder = identityResourceDataSeeder;
_guidGenerator = guidGenerator;
_permissionDataSeeder = permissionDataSeeder;
_configuration = configuration;
_currentTenant = currentTenant;
}
[UnitOfWork]
public virtual async Task SeedAsync(DataSeedContext context)
{
using (_currentTenant.Change(context?.TenantId))
{
await _identityResourceDataSeeder.CreateStandardResourcesAsync();
await CreateApiResourcesAsync();
await CreateApiScopesAsync();
await CreateClientsAsync();
}
}
private async Task CreateApiScopesAsync()
{
await CreateApiScopeAsync("WmsWebApi");
}
private async Task CreateApiResourcesAsync()
{
var commonApiUserClaims = new[]
{
"email",
"email_verified",
"name",
"phone_number",
"phone_number_verified",
"role"
};
await CreateApiResourceAsync("WmsWebApi", commonApiUserClaims);
}
private async Task<ApiResource> CreateApiResourceAsync(string name, IEnumerable<string> claims)
{
var apiResource = await _apiResourceRepository.FindByNameAsync(name);
if (apiResource == null)
{
apiResource = await _apiResourceRepository.InsertAsync(
new ApiResource(
_guidGenerator.Create(),
name,
name + " API"
),
autoSave: true
);
}
foreach (var claim in claims)
{
if (apiResource.FindClaim(claim) == null)
{
apiResource.AddUserClaim(claim);
}
}
return await _apiResourceRepository.UpdateAsync(apiResource);
}
private async Task<ApiScope> CreateApiScopeAsync(string name)
{
var apiScope = await _apiScopeRepository.GetByNameAsync(name);
if (apiScope == null)
{
apiScope = await _apiScopeRepository.InsertAsync(
new ApiScope(
_guidGenerator.Create(),
name,
name + " API"
),
autoSave: true
);
}
return apiScope;
}
private async Task CreateClientsAsync()
{
var commonScopes = new[]
{
"email",
"openid",
"profile",
"role",
"phone",
"address",
"WmsWebApi"
};
var configurationSection = _configuration.GetSection("IdentityServer:Clients");
//Web Client
var webClientId = configurationSection["WmsWebApi_Web:ClientId"];
if (!webClientId.IsNullOrWhiteSpace())
{
var webClientRootUrl = configurationSection["WmsWebApi_Web:RootUrl"].EnsureEndsWith('/');
/* WmsWebApi_Web client is only needed if you created a tiered
* solution. Otherwise, you can delete this client. */
await CreateClientAsync(
name: webClientId,
scopes: commonScopes,
grantTypes: new[] { "hybrid" },
secret: (configurationSection["WmsWebApi_Web:ClientSecret"] ?? "1q2w3e*").Sha256(),
redirectUri: $"{webClientRootUrl}signin-oidc",
postLogoutRedirectUri: $"{webClientRootUrl}signout-callback-oidc",
frontChannelLogoutUri: $"{webClientRootUrl}Account/FrontChannelLogout",
corsOrigins: new[] { webClientRootUrl.RemovePostFix("/") }
);
}
//Console Test / Angular Client
var consoleAndAngularClientId = configurationSection["WmsWebApi_App:ClientId"];
if (!consoleAndAngularClientId.IsNullOrWhiteSpace())
{
var webClientRootUrl = configurationSection["WmsWebApi_App:RootUrl"]?.TrimEnd('/');
await CreateClientAsync(
name: consoleAndAngularClientId,
scopes: commonScopes,
grantTypes: new[] { "password", "client_credentials", "authorization_code" },
secret: (configurationSection["WmsWebApi_App:ClientSecret"] ?? "1q2w3e*").Sha256(),
requireClientSecret: false,
redirectUri: webClientRootUrl,
postLogoutRedirectUri: webClientRootUrl,
corsOrigins: new[] { webClientRootUrl.RemovePostFix("/") }
);
}
// Blazor Client
var blazorClientId = configurationSection["WmsWebApi_Blazor:ClientId"];
if (!blazorClientId.IsNullOrWhiteSpace())
{
var blazorRootUrl = configurationSection["WmsWebApi_Blazor:RootUrl"].TrimEnd('/');
await CreateClientAsync(
name: blazorClientId,
scopes: commonScopes,
grantTypes: new[] { "authorization_code" },
secret: configurationSection["WmsWebApi_Blazor:ClientSecret"]?.Sha256(),
requireClientSecret: false,
redirectUri: $"{blazorRootUrl}/authentication/login-callback",
postLogoutRedirectUri: $"{blazorRootUrl}/authentication/logout-callback",
corsOrigins: new[] { blazorRootUrl.RemovePostFix("/") }
);
}
// Swagger Client
var swaggerClientId = configurationSection["WmsWebApi_Swagger:ClientId"];
if (!swaggerClientId.IsNullOrWhiteSpace())
{
var swaggerRootUrl = configurationSection["WmsWebApi_Swagger:RootUrl"].TrimEnd('/');
await CreateClientAsync(
name: swaggerClientId,
scopes: commonScopes,
grantTypes: new[] { "authorization_code" },
secret: configurationSection["WmsWebApi_Swagger:ClientSecret"]?.Sha256(),
requireClientSecret: false,
redirectUri: $"{swaggerRootUrl}/swagger/oauth2-redirect.html",
corsOrigins: new[] { swaggerRootUrl.RemovePostFix("/") }
);
}
}
private async Task<Client> CreateClientAsync(
string name,
IEnumerable<string> scopes,
IEnumerable<string> grantTypes,
string secret = null,
string redirectUri = null,
string postLogoutRedirectUri = null,
string frontChannelLogoutUri = null,
bool requireClientSecret = true,
bool requirePkce = false,
IEnumerable<string> permissions = null,
IEnumerable<string> corsOrigins = null)
{
var client = await _clientRepository.FindByClientIdAsync(name);
if (client == null)
{
client = await _clientRepository.InsertAsync(
new Client(
_guidGenerator.Create(),
name
)
{
ClientName = name,
ProtocolType = "oidc",
Description = name,
AlwaysIncludeUserClaimsInIdToken = true,
AllowOfflineAccess = true,
AbsoluteRefreshTokenLifetime = 31536000, //365 days
AccessTokenLifetime = 31536000, //365 days
AuthorizationCodeLifetime = 300,
IdentityTokenLifetime = 300,
RequireConsent = false,
FrontChannelLogoutUri = frontChannelLogoutUri,
RequireClientSecret = requireClientSecret,
RequirePkce = requirePkce
},
autoSave: true
);
}
foreach (var scope in scopes)
{
if (client.FindScope(scope) == null)
{
client.AddScope(scope);
}
}
foreach (var grantType in grantTypes)
{
if (client.FindGrantType(grantType) == null)
{
client.AddGrantType(grantType);
}
}
if (!secret.IsNullOrEmpty())
{
if (client.FindSecret(secret) == null)
{
client.AddSecret(secret);
}
}
if (redirectUri != null)
{
if (client.FindRedirectUri(redirectUri) == null)
{
client.AddRedirectUri(redirectUri);
}
}
if (postLogoutRedirectUri != null)
{
if (client.FindPostLogoutRedirectUri(postLogoutRedirectUri) == null)
{
client.AddPostLogoutRedirectUri(postLogoutRedirectUri);
}
}
if (permissions != null)
{
await _permissionDataSeeder.SeedAsync(
ClientPermissionValueProvider.ProviderName,
name,
permissions,
null
);
}
if (corsOrigins != null)
{
foreach (var origin in corsOrigins)
{
if (!origin.IsNullOrWhiteSpace() && client.FindCorsOrigin(origin) == null)
{
client.AddCorsOrigin(origin);
}
}
}
return await _clientRepository.UpdateAsync(client);
}
}
}

2247
host/WmsWebApi.IdentityServer/Migrations/20210528093513_Initial.Designer.cs

File diff suppressed because it is too large

1333
host/WmsWebApi.IdentityServer/Migrations/20210528093513_Initial.cs

File diff suppressed because it is too large

2245
host/WmsWebApi.IdentityServer/Migrations/IdentityServerHostMigrationsDbContextModelSnapshot.cs

File diff suppressed because it is too large

34
host/WmsWebApi.IdentityServer/Pages/Index.cshtml

@ -0,0 +1,34 @@
@page
@using WmsWebApi.Pages
@using Volo.Abp.Users
@model IndexModel
@inject ICurrentUser CurrentUser
@if (CurrentUser.IsAuthenticated)
{
<div>
<abp-row>
<abp-column size-md="_3" class="text-center">
<i class="fa fa-user d-block" style="font-size: 10em; color: #12b900"></i>
<a abp-button="Primary" asp-controller="Logout" asp-action="Index" asp-area="Account">Logout</a>
</abp-column>
<abp-column size-md="_9">
<h2>@CurrentUser.UserName</h2>
<h5 class="text-muted">@CurrentUser.Email</h5>
<div>
<strong>Roles</strong>: @CurrentUser.Roles.JoinAsString(", ")
<br />
<strong>Claims</strong>: <br />
@Html.Raw(CurrentUser.GetAllClaims().Select(c => $"{c.Type}={c.Value}").JoinAsString(" <br /> "))
</div>
</abp-column>
</abp-row>
</div>
}
@if (!CurrentUser.IsAuthenticated)
{
<div class="text-center">
<i class="fa fa-user d-block" style="font-size: 10em; color: #aaa"></i><br/><br />
<a abp-button="Primary" asp-page="/Account/Login">Login</a>
</div>
}

11
host/WmsWebApi.IdentityServer/Pages/Index.cshtml.cs

@ -0,0 +1,11 @@
using Volo.Abp.AspNetCore.Mvc.UI.RazorPages;
namespace WmsWebApi.Pages
{
public class IndexModel : AbpPageModel
{
public void OnGet()
{
}
}
}

4
host/WmsWebApi.IdentityServer/Pages/_ViewImports.cshtml

@ -0,0 +1,4 @@
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling

57
host/WmsWebApi.IdentityServer/Program.cs

@ -0,0 +1,57 @@
using System;
using System.IO;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Serilog;
using Serilog.Events;
namespace WmsWebApi
{
public class Program
{
public static int Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
#if DEBUG
.MinimumLevel.Debug()
#else
.MinimumLevel.Information()
#endif
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt", rollingInterval: RollingInterval.Day))
.WriteTo.Async(c => c.Console())
.CreateLogger();
try
{
Log.Information("Starting web host.");
CreateHostBuilder(args).Build().Run();
return 0;
}
catch (Exception ex)
{
Log.Fatal(ex, "Host terminated unexpectedly!");
return 1;
}
finally
{
Log.CloseAndFlush();
}
}
internal static IHostBuilder CreateHostBuilder(string[] args) =>
Host.CreateDefaultBuilder(args)
.ConfigureAppConfiguration(build =>
{
build.AddJsonFile("appsettings.secrets.json", optional: true);
})
.ConfigureWebHostDefaults(webBuilder =>
{
webBuilder.UseStartup<Startup>();
})
.UseAutofac()
.UseSerilog();
}
}

27
host/WmsWebApi.IdentityServer/Properties/launchSettings.json

@ -0,0 +1,27 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "https://localhost:44360",
"sslPort": 44360
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IdentityServerHost": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:44360",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

21
host/WmsWebApi.IdentityServer/Startup.cs

@ -0,0 +1,21 @@
using System;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace WmsWebApi
{
public class Startup
{
public void ConfigureServices(IServiceCollection services)
{
services.AddApplication<WmsWebApiIdentityServerModule>();
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory)
{
app.InitializeApplication();
}
}
}

69
host/WmsWebApi.IdentityServer/WmsWebApi.IdentityServer.csproj

@ -0,0 +1,69 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>WmsWebApi</RootNamespace>
<PreserveCompilationReferences>true</PreserveCompilationReferences>
<UserSecretsId>WmsWebApi-c2d31439-b723-48e2-b061-5ebd7aeb6010</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="5.0.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="4.4.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="4.4.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="4.4.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="4.4.4" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="4.4.4" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Swashbuckle" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Account.Web.IdentityServer" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Account.Application" Version="4.4.4" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="4.4.4" />
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="4.4.4" />
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="4.4.4" />
<PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="4.4.4" />
<PackageReference Include="Volo.Abp.IdentityServer.EntityFrameworkCore" Version="4.4.4" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="4.4.4" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="4.4.4" />
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Identity.EntityFrameworkCore" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="4.4.4" />
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="4.4.4" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Identity" Version="4.4.4" />
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" Version="4.4.4" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="4.4.4" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi" Version="4.4.4" />
<PackageReference Include="Volo.Abp.TenantManagement.EntityFrameworkCore" Version="4.4.4" />
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="4.4.4" />
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi" Version="4.4.4" />
<ProjectReference Include="..\..\src\WmsWebApi.Application.Contracts\WmsWebApi.Application.Contracts.csproj" />
<ProjectReference Include="..\WmsWebApi.Host.Shared\WmsWebApi.Host.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Logs\**" />
<Content Remove="Logs\**" />
<EmbeddedResource Remove="Logs\**" />
<None Remove="Logs\**" />
</ItemGroup>
<ItemGroup>
<None Update="Pages\**\*.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Pages\**\*.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

235
host/WmsWebApi.IdentityServer/WmsWebApiIdentityServerModule.cs

@ -0,0 +1,235 @@
using System;
using System.Linq;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using WmsWebApi.MultiTenancy;
using StackExchange.Redis;
using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.Swagger;
using Volo.Abp;
using Volo.Abp.Account;
using Volo.Abp.Account.Web;
using Volo.Abp.AspNetCore.Authentication.JwtBearer;
using Volo.Abp.AspNetCore.Mvc;
using Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy;
using Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic;
using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared;
using Volo.Abp.AspNetCore.Serilog;
using Volo.Abp.Auditing;
using Volo.Abp.AuditLogging.EntityFrameworkCore;
using Volo.Abp.Autofac;
using Volo.Abp.Caching;
using Volo.Abp.Caching.StackExchangeRedis;
using Volo.Abp.Data;
using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.EntityFrameworkCore.SqlServer;
using Volo.Abp.FeatureManagement;
using Volo.Abp.FeatureManagement.EntityFrameworkCore;
using Volo.Abp.Identity;
using Volo.Abp.Identity.EntityFrameworkCore;
using Volo.Abp.IdentityServer.EntityFrameworkCore;
using Volo.Abp.Localization;
using Volo.Abp.Modularity;
using Volo.Abp.MultiTenancy;
using Volo.Abp.PermissionManagement;
using Volo.Abp.PermissionManagement.EntityFrameworkCore;
using Volo.Abp.PermissionManagement.HttpApi;
using Volo.Abp.PermissionManagement.Identity;
using Volo.Abp.SettingManagement;
using Volo.Abp.SettingManagement.EntityFrameworkCore;
using Volo.Abp.Swashbuckle;
using Volo.Abp.TenantManagement;
using Volo.Abp.TenantManagement.EntityFrameworkCore;
using Volo.Abp.Threading;
using Volo.Abp.UI.Navigation.Urls;
namespace WmsWebApi
{
[DependsOn(
typeof(AbpAccountWebIdentityServerModule),
typeof(AbpAccountApplicationModule),
typeof(AbpAspNetCoreMvcUiMultiTenancyModule),
typeof(AbpAspNetCoreMvcModule),
typeof(AbpAspNetCoreMvcUiBasicThemeModule),
typeof(AbpAuditLoggingEntityFrameworkCoreModule),
typeof(AbpAutofacModule),
typeof(AbpCachingStackExchangeRedisModule),
typeof(AbpEntityFrameworkCoreSqlServerModule),
typeof(AbpIdentityEntityFrameworkCoreModule),
typeof(AbpIdentityApplicationModule),
typeof(AbpIdentityHttpApiModule),
typeof(AbpIdentityServerEntityFrameworkCoreModule),
typeof(AbpPermissionManagementDomainIdentityModule),
typeof(AbpPermissionManagementEntityFrameworkCoreModule),
typeof(AbpPermissionManagementApplicationModule),
typeof(AbpPermissionManagementHttpApiModule),
typeof(AbpSettingManagementEntityFrameworkCoreModule),
typeof(AbpSettingManagementApplicationModule),
typeof(AbpSettingManagementHttpApiModule),
typeof(AbpFeatureManagementEntityFrameworkCoreModule),
typeof(AbpFeatureManagementApplicationModule),
typeof(AbpFeatureManagementHttpApiModule),
typeof(AbpTenantManagementEntityFrameworkCoreModule),
typeof(AbpTenantManagementApplicationModule),
typeof(AbpTenantManagementHttpApiModule),
typeof(AbpAspNetCoreAuthenticationJwtBearerModule),
typeof(WmsWebApiApplicationContractsModule),
typeof(AbpAspNetCoreSerilogModule),
typeof(AbpSwashbuckleModule)
)]
public class WmsWebApiIdentityServerModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
var hostingEnvironment = context.Services.GetHostingEnvironment();
var configuration = context.Services.GetConfiguration();
Configure<AbpDbContextOptions>(options =>
{
options.UseSqlServer();
});
context.Services.AddAbpSwaggerGen(
options =>
{
options.SwaggerDoc("v1", new OpenApiInfo { Title = "WmsWebApi API", Version = "v1" });
options.DocInclusionPredicate((docName, description) => true);
options.CustomSchemaIds(type => type.FullName);
});
Configure<AbpLocalizationOptions>(options =>
{
options.Languages.Add(new LanguageInfo("cs", "cs", "Čeština"));
options.Languages.Add(new LanguageInfo("en", "en", "English"));
options.Languages.Add(new LanguageInfo("en-GB", "en-GB", "English (UK)"));
options.Languages.Add(new LanguageInfo("fi", "fi", "Finnish"));
options.Languages.Add(new LanguageInfo("fr", "fr", "Français"));
options.Languages.Add(new LanguageInfo("hi", "hi", "Hindi", "in"));
options.Languages.Add(new LanguageInfo("it", "it", "Italian", "it"));
options.Languages.Add(new LanguageInfo("hu", "hu", "Magyar"));
options.Languages.Add(new LanguageInfo("pt-BR", "pt-BR", "Português"));
options.Languages.Add(new LanguageInfo("ru", "ru", "Русский"));
options.Languages.Add(new LanguageInfo("sk", "sk", "Slovak"));
options.Languages.Add(new LanguageInfo("tr", "tr", "Türkçe"));
options.Languages.Add(new LanguageInfo("zh-Hans", "zh-Hans", "简体中文"));
options.Languages.Add(new LanguageInfo("zh-Hant", "zh-Hant", "繁體中文"));
});
Configure<AbpAuditingOptions>(options =>
{
//options.IsEnabledForGetRequests = true;
options.ApplicationName = "AuthServer";
});
Configure<AppUrlOptions>(options =>
{
options.Applications["MVC"].RootUrl = configuration["App:SelfUrl"];
});
context.Services.AddAuthentication()
.AddJwtBearer(options =>
{
options.Authority = configuration["AuthServer:Authority"];
options.RequireHttpsMetadata = Convert.ToBoolean(configuration["AuthServer:RequireHttpsMetadata"]);
options.Audience = configuration["AuthServer:ApiName"];
});
Configure<AbpDistributedCacheOptions>(options =>
{
options.KeyPrefix = "WmsWebApi:";
});
Configure<AbpMultiTenancyOptions>(options =>
{
options.IsEnabled = MultiTenancyConsts.IsEnabled;
});
if (!hostingEnvironment.IsDevelopment())
{
var redis = ConnectionMultiplexer.Connect(configuration["Redis:Configuration"]);
context.Services
.AddDataProtection()
.PersistKeysToStackExchangeRedis(redis, "WmsWebApi-Protection-Keys");
}
context.Services.AddCors(options =>
{
options.AddDefaultPolicy(builder =>
{
builder
.WithOrigins(
configuration["App:CorsOrigins"]
.Split(",", StringSplitOptions.RemoveEmptyEntries)
.Select(o => o.RemovePostFix("/"))
.ToArray()
)
.WithAbpExposedHeaders()
.SetIsOriginAllowedToAllowWildcardSubdomains()
.AllowAnyHeader()
.AllowAnyMethod()
.AllowCredentials();
});
});
}
public override void OnApplicationInitialization(ApplicationInitializationContext context)
{
var app = context.GetApplicationBuilder();
var env = context.GetEnvironment();
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
}
else
{
app.UseErrorPage();
app.UseHsts();
}
app.UseHttpsRedirection();
app.UseCorrelationId();
app.UseStaticFiles();
app.UseRouting();
app.UseCors();
app.UseAuthentication();
app.UseJwtTokenMiddleware();
if (MultiTenancyConsts.IsEnabled)
{
app.UseMultiTenancy();
}
app.UseAbpRequestLocalization();
app.UseIdentityServer();
app.UseAuthorization();
app.UseSwagger();
app.UseAbpSwaggerUI(options =>
{
options.SwaggerEndpoint("/swagger/v1/swagger.json", "Support APP API");
});
app.UseAuditing();
app.UseAbpSerilogEnrichers();
app.UseConfiguredEndpoints();
SeedData(context);
}
private void SeedData(ApplicationInitializationContext context)
{
AsyncHelper.RunSync(async () =>
{
using (var scope = context.ServiceProvider.CreateScope())
{
await scope.ServiceProvider
.GetRequiredService<IDataSeeder>()
.SeedAsync();
}
});
}
}
}

11
host/WmsWebApi.IdentityServer/abp.resourcemapping.js

@ -0,0 +1,11 @@
module.exports = {
aliases: {
},
clean: [
],
mappings: {
}
};

41
host/WmsWebApi.IdentityServer/appsettings.json

@ -0,0 +1,41 @@
{
"App": {
"SelfUrl": "https://localhost:7004/",
"CorsOrigins": "http://localhost:5004,https://localhost:7004,http://localhost:5005,https://localhost:7005"
},
"AppSelfUrl": "https://localhost:7004/",
"ConnectionStrings": {
"Default": "Server=127.0.0.1;Database=WmsWebApi_ABP;User ID=sa;Password=Microsoft2008"
},
"Redis": {
"Configuration": "127.0.0.1"
},
"Urls": "http://localhost:5004;https://localhost:7004",
"AuthServer": {
"Authority": "https://localhost:7004/",
"RequireHttpsMetadata": "false",
"ApiName": "WmsWebApi"
},
"IdentityServer": {
"Clients": {
"WmsWebApi_Web": {
"ClientId": "WmsWebApi_Web",
"RootUrl": "https://localhost:7005/"
},
"WmsWebApi_Blazor": {
"ClientId": "WmsWebApi_Blazor",
"RootUrl": "https://localhost:7005/"
},
"WmsWebApi_App": {
"ClientId": "WmsWebApi_App",
"ClientSecret": "1q2w3e*",
"RootUrl": "http://localhost:4200"
},
"WmsWebApi_Swagger": {
"ClientId": "WmsWebApi_Swagger",
"ClientSecret": "1q2w3e*",
"RootUrl": "https://localhost:7005"
}
}
}
}

2
host/WmsWebApi.IdentityServer/appsettings.secrets.json

@ -0,0 +1,2 @@
{
}

9
host/WmsWebApi.IdentityServer/gulpfile.js

@ -0,0 +1,9 @@
"use strict";
var gulp = require("gulp"),
path = require('path'),
copyResources = require('./node_modules/@abp/aspnetcore.mvc.ui/gulp/copy-resources.js');
exports.default = async function(){
return copyResources(path.resolve('./'));
};

8
host/WmsWebApi.IdentityServer/package.json

@ -0,0 +1,8 @@
{
"version": "1.0.0",
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "^4.4.4"
}
}

1
host/WmsWebApi.IdentityServer/tempkey.jwk

@ -0,0 +1 @@
{"AdditionalData":{},"Alg":"RS256","Crv":null,"D":"G7tJSVbdslqZK_qnNWq8sQoostMeNYTj7eHEtPQi8JIDoCeNal_doW5yX0316s3NCtzY3cdX5HRugMgMIo4tfgkiEeBvivKc5eohAGF2Ri0J-0tn3PKVQltbbHlX5gPpzR9SHnuMeSMtqz5lRPaZTWGsd_e8CRc2wA7fBc2VMieil-cDxEOvV1cZI1N9rZy6WeEjsbJATY9Yh1lgOyHCSPnhzLYWHTYAdKwZ7ktBjpnTP-A3D3lLPrL1QmNpJodr6hm88iaN7JWzZS3GhqTQN2tnl5QMoVR7CUvg9PdsYFvXw25-kidvOcU57gCL9sv8go-hR56AlwL9Rx8Xent1fQ","DP":"qnEry_0XLZY_yTTze0pqrGvH3ZUQNAL1N_OXnybHhhWAEBIgbLI4tW_9rqVE1YiOD7AsYoWCWN_OeYq6CaLYAhu937w_xeMQbgVxkD_EQTaMeRT88-VsNiC1-PLXN-GK3Yrh685vuScXeGzFK8DoCoaITH9SNkqR6JzlhlR2Mu8","DQ":"JAoP_nGvwnw7GJTHbCdQcvoK8vZ0-YD_xdv0MPDRBDS1AIuYtOIAc4P7rCHpqZsZ__K6iNU1_NG2LjxArJMVRzPqoZmxnSYsFNnAZkwURAqcoCUJfz0_97oTOTlC8XxMkgWRe6faAqCjsQZvlC6d3cmAHclV8UTZ2zNQLR8E1-E","E":"AQAB","K":null,"KeyId":"A2A3D3EB27D73CB241D5A8D77C87F0B8","Kid":"A2A3D3EB27D73CB241D5A8D77C87F0B8","Kty":"RSA","N":"15EkHzgNo-JZpwccZIDt7TM3YjjvC7k8HTN8LkzwgWFSr8iKwwmQml-kHE86DI_r273rXxOTKzfO2NEN9JezXg6EaxRLxSi2r8deS82OAIaUIFl85f3R74-070rrbIvKeBgGffC5ulWHpj7ejLQRPwkDeyH6QYDE-vp55vAHR4o5dhJaC99EwswcslLpE-3qf3KQuGJ1IMyzxYiDtDKsJtOe6i7okRqXBGto8WVPSZxwSgCHLSuwoqggxicKcTtwBKGQCHbDKR3yRQEV7xkBD7DMwS6s6W1FWtDi1xkYJU8bh50qS-8oAHaK0JsZ9EEtW-Vy-slCUYpsS3nZ3p2eiQ","Oth":null,"P":"8127CRoPEBwvXFyAIHivWVY2Y0uRXxXjItjQ4VITfhK4AmCGvrVPEd5XNngf38UfPaBvp058PudLNV3FhEkeWi-qNzezCvyYDDbEtEsZCBM32zJnWvcGxiwj_rudmz3ls-ZRgHIF5g7lMpVXBFWI6wEJU2AZG4pRDuyYxgiJVgs","Q":"4sH3jsmwRkqoCEFHMxceI6ZKP71YFcZr6qjyjbCdBtNlldbv4458Aa6UQTf7kG_E5GSIvSSK3TDV7AEnJdfvV-s0Cx33H6aRYHzJVzaG4nq1J8Ia2HLOku0AFMFhZQtbMNCBA2AXEMcipWkCntM4idDCcLMEMWug1j8yvSEUnjs","QI":"QZncmyB9Ckw3lNIAkFhMTyxmWZc2q7vQzSGgNo2sMDiGlZIiYeV-iBtfDieoIgXJTfpge_UXJm1gkjs9n7Iz-QR2SVUpe5_CRQqfSpwf0I9kS2pPIHmWSriiWsmOtJjkAf9IRTU5-PWrlnSDqk1INFEKs_HhXx0sMI2REfeypV0","Use":null,"X":null,"X5t":null,"X5tS256":null,"X5u":null,"Y":null,"KeySize":2048,"HasPrivateKey":true,"CryptoProviderFactory":{"CryptoProviderCache":{},"CustomCryptoProvider":null,"CacheSignatureProviders":true}}

1
host/WmsWebApi.IdentityServer/tempkey.rsa

@ -0,0 +1 @@
{"KeyId":"0590816638b0f87bd230e19c32f7cec9","Parameters":{"D":"yIGe39uGuy/OUB5AurrPjG+bjZ9V+bt7m/yJjOd/1jtzq4rcxc8iz7ZLgXVkSyzjgbg6m1x/xMFoUGdwYHdauvcuM2ATuP4IMxJ4R3L0s5Xk6dqYaCyN+3LJ/1H6YlBz6e5NdljVwybjHJGxuJRSE1JhsoHx8f3S3ITvVVLKxknXyWcjIdtYo+x5qEnHyQd7/I0M2q7JkRP8e2pPfQsCNbUYmjWmv/Kr3hI0Jyn2x8QpcoOBwe0gX3tq0V771x6A+zqQYMaU8zltdvzjHBCeqkBJBgYTh/jKBcWDfcmk2yxHg000sCQ5lSMTS5gt5kYsv482S+TrsSu9pCuQ2Nw6BQ==","DP":"iLJNtCSxG77N6xWGbjaJCr99evuPs6SOtUSx/RR7zHQKITSuTq127kpESoaK9FbZyQMSGqj20FX72OdUqlJO/aSaUZA9yBKhpv2+hHpc3wsBaSbv+DadcWpe3c6MnadlV/WhRMWqGRNOr5iAroCbuDR3xR3isIEqZxnf86xla88=","DQ":"jkOQUtr0PSAtRexVQpu4bTVgJP2pfNK90o3NzG7rFscWJb94uBZC22clCUlmRJ+fFTkL4iO7rD7Uz0AYKLOtrw+WOvpEv4MBg7x/sWWblbbJr7alt7XwWoi2CT0R+pBS7VuQE+XhTUxFM+SQDWDMIpdGQ4/MBk9OXLZL99kipLc=","Exponent":"AQAB","InverseQ":"VSPcFjYbRq1lLOV8LfZnF2wdomOMH4uX2Va2b1Z0MCr+gDBx28EJNpUl2EGLY58ejA7dS0uapx0TyDehEM3ShS4cHFMnf8OoUB52EEgsF9msIDX5xvqJ+Bkt9mYiY7CWbXFCI4PZT94j/XdepO6JSr1/P6ZH3ncRRH2IJ6pPjDo=","Modulus":"z1wM2it4NloyS0MO9oZo/SP5N+BwsiP/yay3MsFJXz2/GBUznjTdtdwZnFga27VCmuOjeRYjWjtESlh/M6eTY8ztPOIr1ci7zVpYZ48Iy+9HE9poVy5ATdLuS19nivUANSOdmHB7X1oKwGHJRW43xUwAx3qkpmLnSE5J8Zpemyyto9tkvHqZhOAfcP/Gw7KszOvKHS1FEmaE9JFrqFtD5ODglAwF14uTfa6I6Wy0ws49LMm7ul6YZ7Ey1Y9kQ50TuJ+Z7BK/OkjOnTIuM0JsqwSMZ99Nq5po3ERo0iBxAZaYvO4SRjRxwL/tr7KLBtCp/4cEFRXRYz5k/hzGGfbDBQ==","P":"1ntEkTjBbqhZDYw1femyxVfV2RZq8fwUYkFwunUtuLgnZ420U/1ctgl9vX5oBqFdGp+OO5q7+5eQWSis2LBTWneGyF74W+/OPi472CrQFhzL7F1vwZL55uHnCCEpApFvC+PWwTCs4KvariSXbYzy4gZDfUq9x3QU6eHgZXkVhR8=","Q":"93/Z4QwtsdbEO5F4M5l10q9g43M12+qgDAoWUZEM7huxHxZvipBRxuOeEEkQaWZ02cL3/vbmOU35Vz4FKBKw1B2HecZwUUZO6p01FJDWDyulAl+70IlhwlDpyNqSJTcWz5kDszHoqHZDBSSKPL7cMH1tRf02AYgBqIRUf5pob1s="}}

4586
host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/css/all.css

File diff suppressed because it is too large

2172
host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/css/v4-shims.css

File diff suppressed because it is too large

BIN
host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot

Binary file not shown.

3633
host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg

File diff suppressed because it is too large

After

Width:  |  Height:  |  Size: 712 KiB

BIN
host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf

Binary file not shown.

BIN
host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff

Binary file not shown.

BIN
host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2

Binary file not shown.

BIN
host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot

Binary file not shown.

803
host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg

@ -0,0 +1,803 @@
<?xml version="1.0" standalone="no"?>
<!--
Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
-->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20190801 at Thu Jun 18 14:52:21 2020
By Robert Madole
Copyright (c) Font Awesome
</metadata>
<defs>
<font id="FontAwesome5Free-Regular" horiz-adv-x="512" >
<font-face
font-family="Font Awesome 5 Free Regular"
font-weight="400"
font-stretch="normal"
units-per-em="512"
panose-1="2 0 5 3 0 0 0 0 0 0"
ascent="448"
descent="-64"
bbox="-0.0663408 -64.0662 640.01 448.1"
underline-thickness="25"
underline-position="-50"
unicode-range="U+0020-F5C8"
/>
<missing-glyph />
<glyph glyph-name="heart" unicode="&#xf004;"
d="M458.4 383.7c75.2998 -63.4004 64.0996 -166.601 10.5996 -221.3l-175.4 -178.7c-10 -10.2002 -23.2998 -15.7998 -37.5996 -15.7998c-14.2002 0 -27.5996 5.69922 -37.5996 15.8994l-175.4 178.7c-53.5996 54.7002 -64.5996 157.9 10.5996 221.2
c57.8008 48.7002 147.101 41.2998 202.4 -15c55.2998 56.2998 144.6 63.5996 202.4 15zM434.8 196.2c36.2002 36.8994 43.7998 107.7 -7.2998 150.8c-38.7002 32.5996 -98.7002 27.9004 -136.5 -10.5996l-35 -35.7002l-35 35.7002
c-37.5996 38.2998 -97.5996 43.1992 -136.5 10.5c-51.2002 -43.1006 -43.7998 -113.5 -7.2998 -150.7l175.399 -178.7c2.40039 -2.40039 4.40039 -2.40039 6.80078 0z" />
<glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="576"
d="M528.1 276.5c26.2002 -3.7998 36.7002 -36.0996 17.7002 -54.5996l-105.7 -103l25 -145.5c4.5 -26.3008 -23.1992 -45.9004 -46.3994 -33.7002l-130.7 68.7002l-130.7 -68.7002c-23.2002 -12.2998 -50.8994 7.39941 -46.3994 33.7002l25 145.5l-105.7 103
c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2998l65.2998 132.4c11.7998 23.8994 45.7002 23.5996 57.4004 0l65.2998 -132.4zM388.6 135.7l100.601 98l-139 20.2002l-62.2002 126l-62.2002 -126l-139 -20.2002l100.601 -98l-23.7002 -138.4l124.3 65.2998
l124.3 -65.2998z" />
<glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="448"
d="M313.6 144c74.2002 0 134.4 -60.2002 134.4 -134.4v-25.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v25.5996c0 74.2002 60.2002 134.4 134.4 134.4c28.7998 0 42.5 -16 89.5996 -16s60.9004 16 89.5996 16zM400 -16v25.5996
c0 47.6006 -38.7998 86.4004 -86.4004 86.4004c-14.6992 0 -37.8994 -16 -89.5996 -16c-51.2998 0 -75 16 -89.5996 16c-47.6006 0 -86.4004 -38.7998 -86.4004 -86.4004v-25.5996h352zM224 160c-79.5 0 -144 64.5 -144 144s64.5 144 144 144s144 -64.5 144 -144
s-64.5 -144 -144 -144zM224 400c-52.9004 0 -96 -43.0996 -96 -96s43.0996 -96 96 -96s96 43.0996 96 96s-43.0996 96 -96 96z" />
<glyph glyph-name="clock" unicode="&#xf017;"
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM317.8 96.4004l-84.8994 61.6992
c-3.10059 2.30078 -4.90039 5.90039 -4.90039 9.7002v164.2c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12v-141.7l66.7998 -48.5996c5.40039 -3.90039 6.5 -11.4004 2.60059 -16.7998l-18.8008 -25.9004c-3.89941 -5.2998 -11.3994 -6.5 -16.7998 -2.59961z
" />
<glyph glyph-name="list-alt" unicode="&#xf022;"
d="M464 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416zM458 16c3.31152 0 6 2.68848 6 6v340c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-340
c0 -3.31152 2.68848 -6 6 -6h404zM416 108v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 204v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12
v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 300v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM164 288c0 -19.8818 -16.1182 -36 -36 -36
s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 192c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 96c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36z" />
<glyph glyph-name="flag" unicode="&#xf024;"
d="M336.174 368c35.4668 0 73.0195 12.6914 108.922 28.1797c31.6406 13.6514 66.9043 -9.65723 66.9043 -44.1162v-239.919c0 -16.1953 -8.1543 -31.3057 -21.7129 -40.1631c-26.5762 -17.3643 -70.0693 -39.9814 -128.548 -39.9814c-68.6084 0 -112.781 32 -161.913 32
c-56.5674 0 -89.957 -11.2803 -127.826 -28.5566v-83.4434c0 -8.83691 -7.16309 -16 -16 -16h-16c-8.83691 0 -16 7.16309 -16 16v406.438c-14.3428 8.2998 -24 23.7979 -24 41.5615c0 27.5693 23.2422 49.71 51.2012 47.8965
c22.9658 -1.49023 41.8662 -19.4717 44.4805 -42.3379c0.177734 -1.52441 0.321289 -4.00781 0.321289 -5.54199c0 -4.30176 -1.10352 -11.1035 -2.46289 -15.1846c22.418 8.68555 49.4199 15.168 80.7207 15.168c68.6084 0 112.781 -32 161.913 -32zM464 112v240
c-31.5059 -14.6338 -84.5547 -32 -127.826 -32c-59.9111 0 -101.968 32 -161.913 32c-41.4365 0 -80.4766 -16.5879 -102.261 -32v-232c31.4473 14.5967 84.4648 24 127.826 24c59.9111 0 101.968 -32 161.913 -32c41.4365 0 80.4775 16.5879 102.261 32z" />
<glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="384"
d="M336 448c26.5098 0 48 -21.4902 48 -48v-464l-192 112l-192 -112v464c0 26.5098 21.4902 48 48 48h288zM336 19.5703v374.434c0 3.31348 -2.68555 5.99609 -6 5.99609h-276c-3.31152 0 -6 -2.68848 -6 -6v-374.43l144 84z" />
<glyph glyph-name="image" unicode="&#xf03e;"
d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM458 48c3.31152 0 6 2.68848 6 6v276c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-276
c0 -3.31152 2.68848 -6 6 -6h404zM128 296c22.0908 0 40 -17.9092 40 -40s-17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40zM96 96v48l39.5137 39.5146c4.6875 4.68652 12.2852 4.68652 16.9717 0l39.5146 -39.5146l119.514 119.515
c4.6875 4.68652 12.2852 4.68652 16.9717 0l87.5146 -87.5146v-80h-320z" />
<glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="576"
d="M402.3 103.1l32 32c5 5 13.7002 1.5 13.7002 -5.69922v-145.4c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h273.5c7.09961 0 10.7002 -8.59961 5.7002 -13.7002l-32 -32c-1.5 -1.5 -3.5 -2.2998 -5.7002 -2.2998h-241.5v-352h352
v113.5c0 2.09961 0.799805 4.09961 2.2998 5.59961zM558.9 304.9l-262.601 -262.601l-90.3994 -10c-26.2002 -2.89941 -48.5 19.2002 -45.6006 45.6006l10 90.3994l262.601 262.601c22.8994 22.8994 59.8994 22.8994 82.6992 0l43.2002 -43.2002
c22.9004 -22.9004 22.9004 -60 0.100586 -82.7998zM460.1 274l-58.0996 58.0996l-185.8 -185.899l-7.2998 -65.2998l65.2998 7.2998zM524.9 353.7l-43.2002 43.2002c-4.10059 4.09961 -10.7998 4.09961 -14.7998 0l-30.9004 -30.9004l58.0996 -58.0996l30.9004 30.8994
c4 4.2002 4 10.7998 -0.0996094 14.9004z" />
<glyph glyph-name="times-circle" unicode="&#xf057;"
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM357.8 254.2l-62.2002 -62.2002l62.2002 -62.2002
c4.7002 -4.7002 4.7002 -12.2998 0 -17l-22.5996 -22.5996c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-62.2002 62.2002l-62.2002 -62.2002c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-22.5996 22.5996c-4.7002 4.7002 -4.7002 12.2998 0 17l62.2002 62.2002l-62.2002 62.2002
c-4.7002 4.7002 -4.7002 12.2998 0 17l22.5996 22.5996c4.7002 4.7002 12.2998 4.7002 17 0l62.2002 -62.2002l62.2002 62.2002c4.7002 4.7002 12.2998 4.7002 17 0l22.5996 -22.5996c4.7002 -4.7002 4.7002 -12.2998 0 -17z" />
<glyph glyph-name="check-circle" unicode="&#xf058;"
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200z
M396.204 261.733c4.66699 -4.70508 4.63672 -12.3037 -0.0673828 -16.9717l-172.589 -171.204c-4.70508 -4.66797 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66797 4.70605 -4.63672 12.3047 0.0683594 16.9717l22.7188 22.5361
c4.70508 4.66699 12.3027 4.63574 16.9697 -0.0693359l59.792 -60.2773l141.353 140.216c4.70508 4.66797 12.3027 4.6377 16.9697 -0.0673828z" />
<glyph glyph-name="question-circle" unicode="&#xf059;"
d="M256 440c136.957 0 248 -111.083 248 -248c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248zM256 -8c110.569 0 200 89.4697 200 200c0 110.529 -89.5088 200 -200 200c-110.528 0 -200 -89.5049 -200 -200
c0 -110.569 89.4678 -200 200 -200zM363.244 247.2c0 -67.0518 -72.4209 -68.084 -72.4209 -92.8633v-6.33691c0 -6.62695 -5.37305 -12 -12 -12h-45.6475c-6.62695 0 -12 5.37305 -12 12v8.65918c0 35.7451 27.1006 50.0342 47.5791 61.5156
c17.5615 9.84473 28.3242 16.541 28.3242 29.5791c0 17.2461 -21.999 28.6934 -39.7842 28.6934c-23.1885 0 -33.8936 -10.9775 -48.9424 -29.9697c-4.05664 -5.11914 -11.46 -6.07031 -16.666 -2.12402l-27.8232 21.0986
c-5.10742 3.87207 -6.25098 11.0654 -2.64453 16.3633c23.627 34.6934 53.7217 54.1846 100.575 54.1846c49.0713 0 101.45 -38.3037 101.45 -88.7998zM298 80c0 -23.1592 -18.8408 -42 -42 -42s-42 18.8408 -42 42s18.8408 42 42 42s42 -18.8408 42 -42z" />
<glyph glyph-name="eye" unicode="&#xf06e;" horiz-adv-x="576"
d="M288 304c0.0927734 0 0.244141 0.000976562 0.336914 0.000976562c61.6641 0 111.71 -50.0469 111.71 -111.711c0 -61.6631 -50.0459 -111.71 -111.71 -111.71s-111.71 50.0469 -111.71 111.71c0 8.71289 1.95898 22.5781 4.37305 30.9502
c6.93066 -3.94141 19.0273 -7.18457 27 -7.24023c30.9121 0 56 25.0879 56 56c-0.0556641 7.97266 -3.29883 20.0693 -7.24023 27c8.42383 2.62207 22.4189 4.8623 31.2402 5zM572.52 206.6c1.9209 -3.79883 3.47949 -10.3379 3.47949 -14.5947
s-1.55859 -10.7959 -3.47949 -14.5947c-54.1992 -105.771 -161.59 -177.41 -284.52 -177.41s-230.29 71.5898 -284.52 177.4c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c54.1992 105.771 161.59 177.41 284.52 177.41
s230.29 -71.5898 284.52 -177.4zM288 48c98.6602 0 189.1 55 237.93 144c-48.8398 89 -139.27 144 -237.93 144s-189.09 -55 -237.93 -144c48.8398 -89 139.279 -144 237.93 -144z" />
<glyph glyph-name="eye-slash" unicode="&#xf070;" horiz-adv-x="640"
d="M634 -23c3.31738 -2.65137 6.00977 -8.25098 6.00977 -12.498c0 -3.10449 -1.57715 -7.58984 -3.51953 -10.0117l-10 -12.4902c-2.65234 -3.31152 -8.24707 -6 -12.4902 -6c-3.09961 0 -7.58008 1.57227 -10 3.50977l-598 467.49
c-3.31738 2.65137 -6.00977 8.25098 -6.00977 12.498c0 3.10449 1.57715 7.58984 3.51953 10.0117l10 12.4902c2.65234 3.31152 8.24707 6 12.4902 6c3.09961 0 7.58008 -1.57227 10 -3.50977zM296.79 301.53c6.33496 1.35059 16.7324 2.45801 23.21 2.46973
c60.4805 0 109.36 -47.9102 111.58 -107.85zM343.21 82.46c-6.33496 -1.34375 -16.7334 -2.44629 -23.21 -2.45996c-60.4697 0 -109.35 47.9102 -111.58 107.84zM320 336c-19.8799 0 -39.2803 -2.7998 -58.2197 -7.09961l-46.4102 36.29
c32.9199 11.8096 67.9297 18.8096 104.63 18.8096c122.93 0 230.29 -71.5898 284.57 -177.4c1.91992 -3.79883 3.47949 -10.3379 3.47949 -14.5947s-1.55957 -10.7959 -3.47949 -14.5947c-11.7197 -22.7598 -35.4189 -56.4092 -52.9004 -75.1104l-37.7402 29.5
c14.333 15.0156 34.0449 41.9854 44 60.2002c-48.8398 89 -139.279 144 -237.93 144zM320 48c19.8896 0 39.2803 2.7998 58.2197 7.08984l46.4102 -36.2803c-32.9199 -11.7598 -67.9297 -18.8096 -104.63 -18.8096c-122.92 0 -230.28 71.5898 -284.51 177.4
c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c11.7168 22.7568 35.4111 56.4014 52.8896 75.1006l37.7402 -29.5c-14.3467 -15.0107 -34.0811 -41.9756 -44.0498 -60.1904c48.8496 -89 139.279 -144 237.93 -144z" />
<glyph glyph-name="calendar-alt" unicode="&#xf073;" horiz-adv-x="448"
d="M148 160h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM256 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40
c6.59961 0 12 -5.40039 12 -12v-40zM352 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM256 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM160 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM352 76c0 -6.59961 -5.40039 -12 -12 -12h-40
c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40
c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="comment" unicode="&#xf075;"
d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5c-3.80078 8.7998 -2 19 4.59961 26
c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004
l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" />
<glyph glyph-name="folder" unicode="&#xf07b;"
d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h146.74c8.49023 0 16.6299 -3.37012 22.6299 -9.37012l54.6299 -54.6299h192zM464 48v224h-198.62
c-8.49023 0 -16.6299 3.37012 -22.6299 9.37012l-54.6299 54.6299h-140.12v-288h416z" />
<glyph glyph-name="folder-open" unicode="&#xf07c;" horiz-adv-x="576"
d="M527.9 224c37.6992 0 60.6992 -41.5 40.6992 -73.4004l-79.8994 -128c-8.7998 -14.0996 -24.2002 -22.5996 -40.7002 -22.5996h-400c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h160l64 -64h160c26.5 0 48 -21.5 48 -48v-48h47.9004zM48 330v-233.4l62.9004 104.2
c8.69922 14.4004 24.2998 23.2002 41.0996 23.2002h280v42c0 3.2998 -2.7002 6 -6 6h-173.9l-64 64h-134.1c-3.2998 0 -6 -2.7002 -6 -6zM448 48l80 128h-378.8l-77.2002 -128h376z" />
<glyph glyph-name="chart-bar" unicode="&#xf080;"
d="M396.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v230.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-230.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM204.8 96
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v198.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-198.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM300.8 96
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v134.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-134.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM496 48c8.83984 0 16 -7.16016 16 -16v-16
c0 -8.83984 -7.16016 -16 -16 -16h-464c-17.6699 0 -32 14.3301 -32 32v336c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-320h448zM108.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v70.4004c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004
c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-70.4004c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004z" />
<glyph glyph-name="comments" unicode="&#xf086;" horiz-adv-x="576"
d="M532 61.7998c15.2998 -30.7002 37.4004 -54.5 37.7998 -54.7998c6.2998 -6.7002 8 -16.5 4.40039 -25c-3.7002 -8.5 -12 -14 -21.2002 -14c-53.5996 0 -96.7002 20.2998 -125.2 38.7998c-19 -4.39941 -39 -6.7998 -59.7998 -6.7998
c-86.2002 0 -159.9 40.4004 -191.3 97.7998c-9.7002 1.2002 -19.2002 2.7998 -28.4004 4.90039c-28.5 -18.6006 -71.7002 -38.7998 -125.2 -38.7998c-9.19922 0 -17.5996 5.5 -21.1992 14c-3.7002 8.5 -1.90039 18.2998 4.39941 25
c0.400391 0.399414 22.4004 24.1992 37.7002 54.8994c-27.5 27.2002 -44 61.2002 -44 98.2002c0 88.4004 93.0996 160 208 160c86.2998 0 160.3 -40.5 191.8 -98.0996c99.7002 -11.8008 176.2 -77.9004 176.2 -157.9c0 -37.0996 -16.5 -71.0996 -44 -98.2002zM139.2 154.1
l19.7998 -4.5c16 -3.69922 32.5 -5.59961 49 -5.59961c86.7002 0 160 51.2998 160 112s-73.2998 112 -160 112s-160 -51.2998 -160 -112c0 -28.7002 16.2002 -50.5996 29.7002 -64l24.7998 -24.5l-15.5 -31.0996c-2.59961 -5.10059 -5.2998 -10.1006 -8 -14.8008
c14.5996 5.10059 29 12.3008 43.0996 21.4004zM498.3 96c13.5 13.4004 29.7002 35.2998 29.7002 64c0 49.2002 -48.2998 91.5 -112.7 106c0.299805 -3.2998 0.700195 -6.59961 0.700195 -10c0 -80.9004 -78 -147.5 -179.3 -158.3
c29.0996 -29.6006 77.2998 -49.7002 131.3 -49.7002c16.5 0 33 1.90039 49 5.59961l19.9004 4.60059l17.0996 -11.1006c14.0996 -9.09961 28.5 -16.2998 43.0996 -21.3994c-2.69922 4.7002 -5.39941 9.7002 -8 14.7998l-15.5 31.0996z" />
<glyph glyph-name="star-half" unicode="&#xf089;" horiz-adv-x="576"
d="M288 62.7002v-54.2998l-130.7 -68.6006c-23.3994 -12.2998 -50.8994 7.60059 -46.3994 33.7002l25 145.5l-105.7 103c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2002l65.2998 132.4c5.90039 11.8994 17.2998 17.7998 28.7002 17.7998v-68.0996l-62.2002 -126
l-139 -20.2002l100.601 -98l-23.7002 -138.4z" />
<glyph glyph-name="lemon" unicode="&#xf094;"
d="M484.112 420.111c28.1221 -28.123 35.9434 -68.0039 19.0215 -97.0547c-23.0576 -39.584 50.1436 -163.384 -82.3311 -295.86c-132.301 -132.298 -256.435 -59.3594 -295.857 -82.3291c-29.0459 -16.917 -68.9219 -9.11426 -97.0576 19.0205
c-28.1221 28.1221 -35.9434 68.0029 -19.0215 97.0547c23.0566 39.5859 -50.1436 163.386 82.3301 295.86c132.308 132.309 256.407 59.3496 295.862 82.332c29.0498 16.9219 68.9307 9.09863 97.0537 -19.0234zM461.707 347.217
c13.5166 23.2031 -27.7578 63.7314 -50.4883 50.4912c-66.6025 -38.7939 -165.646 45.5898 -286.081 -74.8457c-120.444 -120.445 -36.0449 -219.472 -74.8447 -286.08c-13.542 -23.2471 27.8145 -63.6953 50.4932 -50.4883
c66.6006 38.7949 165.636 -45.5996 286.076 74.8428c120.444 120.445 36.0449 219.472 74.8447 286.08zM291.846 338.481c1.37012 -10.96 -6.40332 -20.957 -17.3643 -22.3271c-54.8467 -6.85547 -135.779 -87.7871 -142.636 -142.636
c-1.37305 -10.9883 -11.3984 -18.7334 -22.3262 -17.3643c-10.9609 1.37012 -18.7344 11.3652 -17.3643 22.3262c9.16211 73.2852 104.167 168.215 177.364 177.364c10.9531 1.36816 20.9561 -6.40234 22.3262 -17.3633z" />
<glyph glyph-name="credit-card" unicode="&#xf09d;" horiz-adv-x="576"
d="M527.9 416c26.5996 0 48.0996 -21.5 48.0996 -48v-352c0 -26.5 -21.5 -48 -48.0996 -48h-479.801c-26.5996 0 -48.0996 21.5 -48.0996 48v352c0 26.5 21.5 48 48.0996 48h479.801zM54.0996 368c-3.2998 0 -6 -2.7002 -6 -6v-42h479.801v42c0 3.2998 -2.7002 6 -6 6
h-467.801zM521.9 16c3.2998 0 6 2.7002 6 6v170h-479.801v-170c0 -3.2998 2.7002 -6 6 -6h467.801zM192 116v-40c0 -6.59961 -5.40039 -12 -12 -12h-72c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h72c6.59961 0 12 -5.40039 12 -12zM384 116v-40
c0 -6.59961 -5.40039 -12 -12 -12h-136c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h136c6.59961 0 12 -5.40039 12 -12z" />
<glyph glyph-name="hdd" unicode="&#xf0a0;" horiz-adv-x="576"
d="M567.403 212.358c5.59668 -8.04688 8.59668 -17.6113 8.59668 -27.4121v-136.946c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v136.946c0 8.30957 3.85156 20.5898 8.59668 27.4121l105.08 151.053
c7.90625 11.3652 25.5596 20.5889 39.4033 20.5889h0.000976562h269.838h0.000976562c13.8438 0 31.4971 -9.22363 39.4033 -20.5889zM153.081 336l-77.9131 -112h425.664l-77.9131 112h-269.838zM528 48v128h-480v-128h480zM496 112c0 -17.6729 -14.3271 -32 -32 -32
s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32zM400 112c0 -17.6729 -14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32z" />
<glyph glyph-name="hand-point-right" unicode="&#xf0a4;"
d="M428.8 310.4c45.0996 0 83.2002 -38.1016 83.2002 -83.2002c0 -45.6162 -37.7646 -83.2002 -83.2002 -83.2002h-35.6475c-1.41602 -6.36719 -4.96875 -16.252 -7.92969 -22.0645c2.50586 -22.0059 -3.50293 -44.9775 -15.9844 -62.791
c-1.14062 -52.4863 -37.3984 -91.1445 -99.9404 -91.1445h-21.2988c-60.0635 0 -98.5117 40 -127.2 40h-2.67871c-5.74707 -4.95215 -13.5361 -8 -22.1201 -8h-64c-17.6729 0 -32 12.8936 -32 28.7998v230.4c0 15.9062 14.3271 28.7998 32 28.7998h64.001
c8.58398 0 16.373 -3.04785 22.1201 -8h2.67871c6.96387 0 14.8623 6.19336 30.1816 23.6689l0.128906 0.148438l0.130859 0.145508c8.85645 9.93652 18.1162 20.8398 25.8506 33.2529c18.7051 30.2471 30.3936 78.7842 75.707 78.7842c56.9277 0 92 -35.2861 92 -83.2002
v-0.0839844c0 -6.21777 -0.974609 -16.2148 -2.17578 -22.3154h86.1768zM428.8 192c18.9756 0 35.2002 16.2246 35.2002 35.2002c0 18.7002 -16.7754 35.2002 -35.2002 35.2002h-158.399c0 17.3242 26.3994 35.1992 26.3994 70.3994c0 26.4004 -20.625 35.2002 -44 35.2002
c-8.79395 0 -20.4443 -32.7119 -34.9258 -56.0996c-9.07422 -14.5752 -19.5244 -27.2256 -30.7988 -39.875c-16.1094 -18.374 -33.8359 -36.6328 -59.0752 -39.5967v-176.753c42.79 -3.7627 74.5088 -39.6758 120 -39.6758h21.2988
c40.5244 0 57.124 22.1973 50.6006 61.3252c14.6113 8.00098 24.1514 33.9785 12.9248 53.625c19.3652 18.2246 17.7871 46.3809 4.9502 61.0498h91.0254zM88 64c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" />
<glyph glyph-name="hand-point-left" unicode="&#xf0a5;"
d="M0 227.2c0 45.0986 38.1006 83.2002 83.2002 83.2002h86.1758c-1.3623 6.91016 -2.17578 14.374 -2.17578 22.3994c0 47.9141 35.0723 83.2002 92 83.2002c45.3135 0 57.002 -48.5371 75.7061 -78.7852c7.73438 -12.4121 16.9951 -23.3154 25.8506 -33.2529
l0.130859 -0.145508l0.128906 -0.148438c15.3213 -17.4746 23.2197 -23.668 30.1836 -23.668h2.67871c5.74707 4.95215 13.5361 8 22.1201 8h64c17.6729 0 32 -12.8936 32 -28.7998v-230.4c0 -15.9062 -14.3271 -28.7998 -32 -28.7998h-64
c-8.58398 0 -16.373 3.04785 -22.1201 8h-2.67871c-28.6885 0 -67.1367 -40 -127.2 -40h-21.2988c-62.542 0 -98.8008 38.6582 -99.9404 91.1445c-12.4814 17.8135 -18.4922 40.7852 -15.9844 62.791c-2.96094 5.8125 -6.51367 15.6973 -7.92969 22.0645h-35.6465
c-45.4355 0 -83.2002 37.584 -83.2002 83.2002zM48 227.2c0 -18.9756 16.2246 -35.2002 35.2002 -35.2002h91.0244c-12.8369 -14.6689 -14.415 -42.8252 4.9502 -61.0498c-11.2256 -19.6465 -1.68652 -45.624 12.9248 -53.625
c-6.52246 -39.1279 10.0771 -61.3252 50.6016 -61.3252h21.2988c45.4912 0 77.21 35.9131 120 39.6768v176.752c-25.2393 2.96289 -42.9658 21.2227 -59.0752 39.5967c-11.2744 12.6494 -21.7246 25.2998 -30.7988 39.875
c-14.4814 23.3877 -26.1318 56.0996 -34.9258 56.0996c-23.375 0 -44 -8.7998 -44 -35.2002c0 -35.2002 26.3994 -53.0752 26.3994 -70.3994h-158.399c-18.4248 0 -35.2002 -16.5 -35.2002 -35.2002zM448 88c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24
s24 10.7451 24 24s-10.7451 24 -24 24z" />
<glyph glyph-name="hand-point-up" unicode="&#xf0a6;" horiz-adv-x="448"
d="M105.6 364.8c0 45.0996 38.1016 83.2002 83.2002 83.2002c45.6162 0 83.2002 -37.7646 83.2002 -83.2002v-35.6465c6.36719 -1.41602 16.252 -4.96875 22.0645 -7.92969c22.0059 2.50684 44.9775 -3.50293 62.791 -15.9844
c52.4863 -1.14062 91.1445 -37.3984 91.1445 -99.9404v-21.2988c0 -60.0635 -40 -98.5117 -40 -127.2v-2.67871c4.95215 -5.74707 8 -13.5361 8 -22.1201v-64c0 -17.6729 -12.8936 -32 -28.7998 -32h-230.4c-15.9062 0 -28.7998 14.3271 -28.7998 32v64
c0 8.58398 3.04785 16.373 8 22.1201v2.67871c0 6.96387 -6.19336 14.8623 -23.6689 30.1816l-0.148438 0.128906l-0.145508 0.130859c-9.93652 8.85645 -20.8398 18.1162 -33.2529 25.8506c-30.2471 18.7051 -78.7842 30.3936 -78.7842 75.707
c0 56.9277 35.2861 92 83.2002 92h0.0839844c6.21777 0 16.2148 -0.974609 22.3154 -2.17578v86.1768zM224 364.8c0 18.9756 -16.2246 35.2002 -35.2002 35.2002c-18.7002 0 -35.2002 -16.7754 -35.2002 -35.2002v-158.399c-17.3242 0 -35.1992 26.3994 -70.3994 26.3994
c-26.4004 0 -35.2002 -20.625 -35.2002 -44c0 -8.79395 32.7119 -20.4443 56.0996 -34.9258c14.5752 -9.07422 27.2256 -19.5244 39.875 -30.7988c18.374 -16.1094 36.6328 -33.8359 39.5967 -59.0752h176.753c3.7627 42.79 39.6758 74.5088 39.6758 120v21.2988
c0 40.5244 -22.1973 57.124 -61.3252 50.6006c-8.00098 14.6113 -33.9785 24.1514 -53.625 12.9248c-18.2246 19.3652 -46.3809 17.7871 -61.0498 4.9502v91.0254zM352 24c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24z" />
<glyph glyph-name="hand-point-down" unicode="&#xf0a7;" horiz-adv-x="448"
d="M188.8 -64c-45.0986 0 -83.2002 38.1006 -83.2002 83.2002v86.1758c-6.91016 -1.3623 -14.374 -2.17578 -22.3994 -2.17578c-47.9141 0 -83.2002 35.0723 -83.2002 92c0 45.3135 48.5371 57.002 78.7852 75.707c12.4121 7.73438 23.3154 16.9951 33.2529 25.8506
l0.145508 0.130859l0.148438 0.128906c17.4746 15.3213 23.668 23.2197 23.668 30.1836v2.67871c-4.95215 5.74707 -8 13.5361 -8 22.1201v64c0 17.6729 12.8936 32 28.7998 32h230.4c15.9062 0 28.7998 -14.3271 28.7998 -32v-64.001
c0 -8.58398 -3.04785 -16.373 -8 -22.1201v-2.67871c0 -28.6885 40 -67.1367 40 -127.2v-21.2988c0 -62.542 -38.6582 -98.8008 -91.1445 -99.9404c-17.8135 -12.4814 -40.7852 -18.4922 -62.791 -15.9844c-5.8125 -2.96094 -15.6973 -6.51367 -22.0645 -7.92969v-35.6465
c0 -45.4355 -37.584 -83.2002 -83.2002 -83.2002zM188.8 -16c18.9756 0 35.2002 16.2246 35.2002 35.2002v91.0244c14.6689 -12.8369 42.8252 -14.415 61.0498 4.9502c19.6465 -11.2256 45.624 -1.68652 53.625 12.9248c39.1279 -6.52246 61.3252 10.0771 61.3252 50.6016
v21.2988c0 45.4912 -35.9131 77.21 -39.6768 120h-176.752c-2.96289 -25.2393 -21.2227 -42.9658 -39.5967 -59.0752c-12.6494 -11.2744 -25.2998 -21.7246 -39.875 -30.7988c-23.3877 -14.4814 -56.0996 -26.1318 -56.0996 -34.9258c0 -23.375 8.7998 -44 35.2002 -44
c35.2002 0 53.0752 26.3994 70.3994 26.3994v-158.399c0 -18.4248 16.5 -35.2002 35.2002 -35.2002zM328 384c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24z" />
<glyph glyph-name="copy" unicode="&#xf0c5;" horiz-adv-x="448"
d="M433.941 382.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-80v-48c0 -26.5098 -21.4902 -48 -48 -48h-224c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h80v48c0 26.5098 21.4902 48 48 48
h172.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM266 -16c3.31152 0 6 2.68848 6 6v42h-96c-26.5098 0 -48 21.4902 -48 48v224h-74c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM394 80c3.31152 0 6 2.68848 6 6v202h-88
c-13.2549 0 -24 10.7451 -24 24v88h-106c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM400 336v9.63184v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-48.3682 48.3682c-1.12598 1.125 -2.65234 1.75684 -4.24316 1.75684h-9.63184
v-64h64z" />
<glyph glyph-name="save" unicode="&#xf0c7;" horiz-adv-x="448"
d="M433.941 318.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h268.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM272 368h-128v-80h128v80
zM394 16c3.31152 0 6 2.68848 6 6v259.632v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-78.2432 78.2432v-100.118c0 -13.2549 -10.7451 -24 -24 -24h-176c-13.2549 0 -24 10.7451 -24 24v104h-42c-3.31152 0 -6 -2.68848 -6 -6v-340
c0 -3.31152 2.68848 -6 6 -6h340zM224 216c48.5234 0 88 -39.4766 88 -88s-39.4766 -88 -88 -88s-88 39.4766 -88 88s39.4766 88 88 88zM224 88c22.0557 0 40 17.9443 40 40s-17.9443 40 -40 40s-40 -17.9443 -40 -40s17.9443 -40 40 -40z" />
<glyph glyph-name="square" unicode="&#xf0c8;" horiz-adv-x="448"
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM394 16c3.2998 0 6 2.7002 6 6v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340z" />
<glyph glyph-name="envelope" unicode="&#xf0e0;"
d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM464 336h-416v-40.8047c22.4248 -18.2627 58.1797 -46.6602 134.587 -106.49
c16.834 -13.2422 50.2051 -45.0762 73.4131 -44.7012c23.2119 -0.371094 56.5723 31.4541 73.4131 44.7012c76.4189 59.8389 112.165 88.2305 134.587 106.49v40.8047zM48 48h416v185.601c-22.915 -18.252 -55.4189 -43.8691 -104.947 -82.6523
c-22.5439 -17.748 -60.3359 -55.1787 -103.053 -54.9473c-42.9277 -0.231445 -81.2051 37.75 -103.062 54.9551c-49.5293 38.7842 -82.0244 64.3945 -104.938 82.6455v-185.602z" />
<glyph glyph-name="lightbulb" unicode="&#xf0eb;" horiz-adv-x="352"
d="M176 368c8.83984 0 16 -7.16016 16 -16s-7.16016 -16 -16 -16c-35.2803 0 -64 -28.7002 -64 -64c0 -8.83984 -7.16016 -16 -16 -16s-16 7.16016 -16 16c0 52.9404 43.0596 96 96 96zM96.0596 -11.1699l-0.0400391 43.1797h159.961l-0.0507812 -43.1797
c-0.00976562 -3.13965 -0.939453 -6.21973 -2.67969 -8.83984l-24.5098 -36.8398c-2.95996 -4.45996 -7.95996 -7.14062 -13.3203 -7.14062h-78.8496c-5.35059 0 -10.3506 2.68066 -13.3203 7.14062l-24.5098 36.8398c-1.75 2.62012 -2.68066 5.68945 -2.68066 8.83984z
M176 448c97.2002 0 176 -78.7998 176 -176c0 -44.3701 -16.4502 -84.8496 -43.5498 -115.79c-16.6406 -18.9795 -42.7402 -58.79 -52.4199 -92.1602v-0.0498047h-48v0.0996094c0.00390625 4.04199 0.999023 10.4482 2.21973 14.3008
c5.67969 17.9893 22.9902 64.8496 62.0996 109.46c20.4102 23.29 31.6504 53.1699 31.6504 84.1396c0 70.5801 -57.4199 128 -128 128c-68.2803 0 -128.15 -54.3604 -127.95 -128c0.0898438 -30.9902 11.0703 -60.71 31.6104 -84.1396
c39.3496 -44.9004 56.5801 -91.8604 62.1699 -109.67c1.42969 -4.56055 2.13965 -9.30078 2.15039 -14.0703v-0.120117h-48v0.0595703c-9.68066 33.3604 -35.7803 73.1709 -52.4209 92.1602c-27.1094 30.9307 -43.5596 71.4102 -43.5596 115.78
c0 93.0303 73.7197 176 176 176z" />
<glyph glyph-name="bell" unicode="&#xf0f3;" horiz-adv-x="448"
d="M439.39 85.71c6 -6.44043 8.66016 -14.1602 8.61035 -21.71c-0.0996094 -16.4004 -12.9805 -32 -32.0996 -32h-383.801c-19.1191 0 -31.9893 15.5996 -32.0996 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c19.3193 20.7598 55.4697 51.9902 55.4697 154.29
c0 77.7002 54.4795 139.9 127.939 155.16v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -102.3 36.1504 -133.53 55.4697 -154.29zM67.5303 80h312.939
c-21.2197 27.96 -44.4199 74.3203 -44.5293 159.42c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112s-112 -50.1396 -112 -112c0 -0.200195 0.0595703 -0.379883 0.0595703 -0.580078
c-0.109375 -85.0898 -23.3096 -131.45 -44.5293 -159.42zM224 -64c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" />
<glyph glyph-name="hospital" unicode="&#xf0f8;" horiz-adv-x="448"
d="M128 204v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12zM268 192c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40
c0 -6.62695 -5.37305 -12 -12 -12h-40zM192 108c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM268 96c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40
c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.62695 5.37305 12 12 12h19.5v378.965c0 11.6172 10.7451 21.0352 24 21.0352h88.5v40c0 13.2549 10.7451 24 24 24h112c13.2549 0 24 -10.7451 24 -24v-40h88.5
c13.2549 0 24 -9.41797 24 -21.0352v-378.965h19.5c6.62695 0 12 -5.37305 12 -12zM79.5 -15h112.5v67c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-67h112.5v351h-64.5v-24c0 -13.2549 -10.7451 -24 -24 -24h-112c-13.2549 0 -24 10.7451 -24 24v24
h-64.5v-351zM266 384h-26v26c0 3.31152 -2.68848 6 -6 6h-20c-3.31152 0 -6 -2.68848 -6 -6v-26h-26c-3.31152 0 -6 -2.68848 -6 -6v-20c0 -3.31152 2.68848 -6 6 -6h26v-26c0 -3.31152 2.68848 -6 6 -6h20c3.31152 0 6 2.68848 6 6v26h26c3.31152 0 6 2.68848 6 6v20
c0 3.31152 -2.68848 6 -6 6z" />
<glyph glyph-name="plus-square" unicode="&#xf0fe;" horiz-adv-x="448"
d="M352 208v-32c0 -6.59961 -5.40039 -12 -12 -12h-88v-88c0 -6.59961 -5.40039 -12 -12 -12h-32c-6.59961 0 -12 5.40039 -12 12v88h-88c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h88v88c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12
v-88h88c6.59961 0 12 -5.40039 12 -12zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340
c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="circle" unicode="&#xf111;"
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200z" />
<glyph glyph-name="smile" unicode="&#xf118;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM332 135.4c8.5 10.1992 23.7002 11.5 33.7998 3.09961c10.2002 -8.5 11.6006 -23.5996 3.10059 -33.7998
c-30 -36 -74.1006 -56.6006 -120.9 -56.6006s-90.9004 20.6006 -120.9 56.6006c-8.39941 10.2002 -7.09961 25.2998 3.10059 33.7998c10.0996 8.40039 25.2998 7.09961 33.7998 -3.09961c20.7998 -25.1006 51.5 -39.4004 84 -39.4004s63.2002 14.4004 84 39.4004z" />
<glyph glyph-name="frown" unicode="&#xf119;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM248 144c40.2002 0 78 -17.7002 103.8 -48.5996c8.40039 -10.2002 7.10059 -25.3008 -3.09961 -33.8008
c-10.7002 -8.7998 -25.7002 -6.59961 -33.7998 3.10059c-16.6006 20 -41 31.3994 -66.9004 31.3994s-50.2998 -11.5 -66.9004 -31.3994c-8.5 -10.2002 -23.5996 -11.5 -33.7998 -3.10059c-10.2002 8.5 -11.5996 23.6006 -3.09961 33.8008
c25.7998 30.8994 63.5996 48.5996 103.8 48.5996z" />
<glyph glyph-name="meh" unicode="&#xf11a;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM336 128c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-176c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h176z
" />
<glyph glyph-name="keyboard" unicode="&#xf11c;" horiz-adv-x="576"
d="M528 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h480zM536 48v288c0 4.41113 -3.58887 8 -8 8h-480c-4.41113 0 -8 -3.58887 -8 -8v-288c0 -4.41113 3.58887 -8 8 -8
h480c4.41113 0 8 3.58887 8 8zM170 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM266 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28
c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM362 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM458 178c0 -6.62695 -5.37305 -12 -12 -12h-28
c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM122 96c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM506 96
c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM122 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28
c6.62695 0 12 -5.37305 12 -12v-28zM218 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM314 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28
c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM410 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM506 260c0 -6.62695 -5.37305 -12 -12 -12h-28
c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM408 102c0 -6.62695 -5.37305 -12 -12 -12h-216c-6.62695 0 -12 5.37305 -12 12v16c0 6.62695 5.37305 12 12 12h216c6.62695 0 12 -5.37305 12 -12v-16z" />
<glyph glyph-name="calendar" unicode="&#xf133;" horiz-adv-x="448"
d="M400 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12
v-52h48zM394 -16c3.2998 0 6 2.7002 6 6v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340z" />
<glyph glyph-name="play-circle" unicode="&#xf144;"
d="M371.7 210c16.3994 -9.2002 16.3994 -32.9004 0 -42l-176 -101c-15.9004 -8.7998 -35.7002 2.59961 -35.7002 21v208c0 18.5 19.9004 29.7998 35.7002 21zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192
c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200z" />
<glyph glyph-name="minus-square" unicode="&#xf146;" horiz-adv-x="448"
d="M108 164c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h232c6.59961 0 12 -5.40039 12 -12v-32c0 -6.59961 -5.40039 -12 -12 -12h-232zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352
c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="check-square" unicode="&#xf14a;" horiz-adv-x="448"
d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM400 16v352h-352v-352h352zM364.136 257.724l-172.589 -171.204
c-4.70508 -4.66699 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66699 4.70508 -4.63672 12.3037 0.0693359 16.9717l22.7188 22.5361c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0693359l59.792 -60.2773l141.353 140.217
c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0683594l22.5361 -22.7178c4.66699 -4.70605 4.63672 -12.3047 -0.0683594 -16.9717z" />
<glyph glyph-name="share-square" unicode="&#xf14d;" horiz-adv-x="576"
d="M561.938 289.94c18.75 -18.7402 18.75 -49.1406 0 -67.8809l-143.998 -144c-29.9727 -29.9727 -81.9404 -9.05273 -81.9404 33.9404v53.7998c-101.266 -7.83691 -99.625 -31.6406 -84.1104 -78.7598c14.2285 -43.0889 -33.4736 -79.248 -71.0195 -55.7402
c-51.6924 32.3057 -84.8701 83.0635 -84.8701 144.76c0 39.3408 12.2197 72.7402 36.3301 99.3008c19.8398 21.8398 47.7402 38.4697 82.9102 49.4199c36.7295 11.4395 78.3096 16.1094 120.76 17.9893v57.1982c0 42.9355 51.9258 63.9541 81.9404 33.9404zM384 112l144 144
l-144 144v-104.09c-110.86 -0.90332 -240 -10.5166 -240 -119.851c0 -52.1396 32.79 -85.6094 62.3096 -104.06c-39.8174 120.65 48.999 141.918 177.69 143.84v-103.84zM408.74 27.5068c6.14844 1.75684 15.5449 5.92383 20.9736 9.30273
c7.97656 4.95215 18.2861 -0.825195 18.2861 -10.2139v-42.5957c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h132c6.62695 0 12 -5.37305 12 -12v-4.48633c0 -4.91699 -2.9873 -9.36914 -7.56934 -11.1514
c-13.7021 -5.33105 -26.3955 -11.5371 -38.0498 -18.585c-1.59668 -0.974609 -4.41016 -1.77051 -6.28027 -1.77734h-86.1006c-3.31152 0 -6 -2.68848 -6 -6v-340c0 -3.31152 2.68848 -6 6 -6h340c3.31152 0 6 2.68848 6 6v25.9658c0 5.37012 3.5791 10.0596 8.74023 11.541
z" />
<glyph glyph-name="compass" unicode="&#xf14e;" horiz-adv-x="496"
d="M347.94 318.14c16.6592 7.61035 33.8096 -9.54004 26.1992 -26.1992l-65.9697 -144.341c-2.73047 -5.97363 -9.7959 -13.0391 -15.7695 -15.7695l-144.341 -65.9697c-16.6592 -7.61035 -33.8096 9.5498 -26.1992 26.1992l65.9697 144.341
c2.73047 5.97363 9.7959 13.0391 15.7695 15.7695zM270.58 169.42c12.4697 12.4697 12.4697 32.6904 0 45.1602s-32.6904 12.4697 -45.1602 0s-12.4697 -32.6904 0 -45.1602s32.6904 -12.4697 45.1602 0zM248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248
s-248 111.03 -248 248s111.03 248 248 248zM248 -8c110.28 0 200 89.7197 200 200s-89.7197 200 -200 200s-200 -89.7197 -200 -200s89.7197 -200 200 -200z" />
<glyph glyph-name="caret-square-down" unicode="&#xf150;" horiz-adv-x="448"
d="M125.1 240h197.801c10.6992 0 16.0996 -13 8.5 -20.5l-98.9004 -98.2998c-4.7002 -4.7002 -12.2002 -4.7002 -16.9004 0l-98.8994 98.2998c-7.7002 7.5 -2.2998 20.5 8.39941 20.5zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="caret-square-up" unicode="&#xf151;" horiz-adv-x="448"
d="M322.9 144h-197.801c-10.6992 0 -16.0996 13 -8.5 20.5l98.9004 98.2998c4.7002 4.7002 12.2002 4.7002 16.9004 0l98.8994 -98.2998c7.7002 -7.5 2.2998 -20.5 -8.39941 -20.5zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="caret-square-right" unicode="&#xf152;" horiz-adv-x="448"
d="M176 93.0996v197.801c0 10.6992 13 16.0996 20.5 8.5l98.2998 -98.9004c4.7002 -4.7002 4.7002 -12.2002 0 -16.9004l-98.2998 -98.8994c-7.5 -7.7002 -20.5 -2.2998 -20.5 8.39941zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="file" unicode="&#xf15b;" horiz-adv-x="384"
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416z" />
<glyph glyph-name="file-alt" unicode="&#xf15c;" horiz-adv-x="384"
d="M288 200v-28c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v28c0 6.59961 5.40039 12 12 12h168c6.59961 0 12 -5.40039 12 -12zM276 128c6.59961 0 12 -5.40039 12 -12v-28c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12
v28c0 6.59961 5.40039 12 12 12h168zM384 316.1v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l83.9004 -83.9004c9 -8.90039 14.0996 -21.2002 14.0996 -33.9004z
M256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416h288z" />
<glyph glyph-name="thumbs-up" unicode="&#xf164;"
d="M466.27 161.31c4.6748 -22.6465 0.864258 -44.5371 -8.98926 -62.9893c2.95898 -23.8682 -4.02148 -48.5654 -17.3398 -66.9902c-0.954102 -55.9072 -35.8232 -95.3301 -112.94 -95.3301c-7 0 -15 0.00976562 -22.2197 0.00976562
c-102.742 0 -133.293 38.9395 -177.803 39.9404c-3.56934 -13.7764 -16.085 -23.9502 -30.9775 -23.9502h-64c-17.6729 0 -32 14.3271 -32 32v240c0 17.6729 14.3271 32 32 32h98.7598c19.1455 16.9531 46.0137 60.6533 68.7598 83.4004
c13.667 13.667 10.1533 108.6 71.7607 108.6c57.5801 0 95.2695 -31.9355 95.2695 -104.73c0 -18.4092 -3.92969 -33.7295 -8.84961 -46.5391h36.4795c48.6025 0 85.8203 -41.5654 85.8203 -85.5801c0 -19.1504 -4.95996 -34.9902 -13.7305 -49.8408zM404.52 107.48
c21.5811 20.3838 18.6992 51.0645 5.21094 65.6191c9.44922 0 22.3594 18.9102 22.2695 37.8105c-0.0898438 18.9102 -16.71 37.8203 -37.8203 37.8203h-103.989c0 37.8193 28.3594 55.3691 28.3594 94.5391c0 23.75 0 56.7305 -47.2695 56.7305
c-18.9102 -18.9102 -9.45996 -66.1797 -37.8203 -94.54c-26.5596 -26.5703 -66.1797 -97.46 -94.54 -97.46h-10.9199v-186.17c53.6113 0 100.001 -37.8203 171.64 -37.8203h37.8203c35.5117 0 60.8203 17.1201 53.1201 65.9004
c15.2002 8.16016 26.5 36.4395 13.9395 57.5703zM88 16c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" />
<glyph glyph-name="thumbs-down" unicode="&#xf165;"
d="M466.27 222.69c8.77051 -14.8506 13.7305 -30.6904 13.7305 -49.8408c0 -44.0146 -37.2178 -85.5801 -85.8203 -85.5801h-36.4795c4.91992 -12.8096 8.84961 -28.1299 8.84961 -46.5391c0 -72.7949 -37.6895 -104.73 -95.2695 -104.73
c-61.6074 0 -58.0938 94.9326 -71.7607 108.6c-22.7461 22.7471 -49.6133 66.4473 -68.7598 83.4004h-7.05176c-5.5332 -9.56152 -15.8662 -16 -27.708 -16h-64c-17.6729 0 -32 14.3271 -32 32v240c0 17.6729 14.3271 32 32 32h64c8.11328 0 15.5146 -3.02539 21.1553 -8
h10.8447c40.9971 0 73.1953 39.9902 176.78 39.9902c7.21973 0 15.2197 0.00976562 22.2197 0.00976562c77.1172 0 111.986 -39.4229 112.94 -95.3301c13.3184 -18.4248 20.2979 -43.1221 17.3398 -66.9902c9.85352 -18.4521 13.6641 -40.3428 8.98926 -62.9893zM64 152
c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24zM394.18 135.27c21.1104 0 37.7305 18.9102 37.8203 37.8203c0.0898438 18.9004 -12.8203 37.8105 -22.2695 37.8105c13.4883 14.5547 16.3701 45.2354 -5.21094 65.6191
c12.5605 21.1309 1.26074 49.4102 -13.9395 57.5703c7.7002 48.7803 -17.6084 65.9004 -53.1201 65.9004h-37.8203c-71.6387 0 -118.028 -37.8203 -171.64 -37.8203v-186.17h10.9199c28.3604 0 67.9805 -70.8896 94.54 -97.46
c28.3604 -28.3604 18.9102 -75.6299 37.8203 -94.54c47.2695 0 47.2695 32.9805 47.2695 56.7305c0 39.1699 -28.3594 56.7197 -28.3594 94.5391h103.989z" />
<glyph glyph-name="sun" unicode="&#xf185;"
d="M494.2 226.1c11.2002 -7.59961 17.7998 -20.0996 17.8994 -33.6992c0 -13.4004 -6.69922 -26 -17.7998 -33.5l-59.7998 -40.5l13.7002 -71c2.5 -13.2002 -1.60059 -26.8008 -11.1006 -36.3008s-22.8994 -13.7998 -36.2998 -11.0996l-70.8994 13.7002l-40.4004 -59.9004
c-7.5 -11.0996 -20.0996 -17.7998 -33.5 -17.7998s-26 6.7002 -33.5 17.9004l-40.4004 59.8994l-70.7998 -13.7002c-13.3994 -2.59961 -26.7998 1.60059 -36.2998 11.1006s-13.7002 23.0996 -11.0996 36.2998l13.6992 71l-59.7998 40.5
c-11.0996 7.5 -17.7998 20 -17.7998 33.5s6.59961 26 17.7998 33.5996l59.7998 40.5l-13.6992 71c-2.60059 13.2002 1.59961 26.7002 11.0996 36.3008c9.5 9.59961 23 13.6992 36.2998 11.1992l70.7998 -13.6992l40.4004 59.8994c15.0996 22.2998 51.9004 22.2998 67 0
l40.4004 -59.8994l70.8994 13.6992c13 2.60059 26.6006 -1.59961 36.2002 -11.0996c9.5 -9.59961 13.7002 -23.2002 11.0996 -36.4004l-13.6992 -71zM381.3 140.5l76.7998 52.0996l-76.7998 52l17.6006 91.1006l-91 -17.6006l-51.9004 76.9004l-51.7998 -76.7998
l-91 17.5996l17.5996 -91.2002l-76.7998 -52l76.7998 -52l-17.5996 -91.1992l90.8994 17.5996l51.9004 -77l51.9004 76.9004l91 -17.6006zM256 296c57.2998 0 104 -46.7002 104 -104s-46.7002 -104 -104 -104s-104 46.7002 -104 104s46.7002 104 104 104zM256 136
c30.9004 0 56 25.0996 56 56s-25.0996 56 -56 56s-56 -25.0996 -56 -56s25.0996 -56 56 -56z" />
<glyph glyph-name="moon" unicode="&#xf186;"
d="M279.135 -64c-141.424 0 -256 114.64 -256 256c0 141.425 114.641 256 256 256c13.0068 -0.00195312 33.9443 -1.91797 46.7354 -4.27734c44.0205 -8.13086 53.7666 -66.8691 15.0215 -88.9189c-41.374 -23.5439 -67.4336 -67.4121 -67.4336 -115.836
c0 -83.5234 75.9238 -146.475 158.272 -130.792c43.6904 8.32129 74.5186 -42.5693 46.248 -77.4004c-47.8613 -58.9717 -120.088 -94.7754 -198.844 -94.7754zM279.135 400c-114.875 0 -208 -93.125 -208 -208s93.125 -208 208 -208
c65.2314 0 123.439 30.0361 161.575 77.0244c-111.611 -21.2568 -215.252 64.0957 -215.252 177.943c0 67.5127 36.9326 126.392 91.6934 157.555c-12.3271 2.27637 -25.0312 3.47754 -38.0166 3.47754z" />
<glyph glyph-name="caret-square-left" unicode="&#xf191;" horiz-adv-x="448"
d="M272 290.9v-197.801c0 -10.6992 -13 -16.0996 -20.5 -8.5l-98.2998 98.9004c-4.7002 4.7002 -4.7002 12.2002 0 16.9004l98.2998 98.8994c7.5 7.7002 20.5 2.2998 20.5 -8.39941zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="dot-circle" unicode="&#xf192;"
d="M256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200zM256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248z
M256 272c44.1826 0 80 -35.8174 80 -80s-35.8174 -80 -80 -80s-80 35.8174 -80 80s35.8174 80 80 80z" />
<glyph glyph-name="building" unicode="&#xf1ad;" horiz-adv-x="448"
d="M128 300v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12zM268 288c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40
c0 -6.59961 -5.40039 -12 -12 -12h-40zM140 192c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM268 192c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40
c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM192 108c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM268 96c-6.59961 0 -12 5.40039 -12 12v40
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.59961 5.40039 12 12 12h19.5v440c0 13.2998 10.7002 24 24 24h337c13.2998 0 24 -10.7002 24 -24v-440h19.5
c6.59961 0 12 -5.40039 12 -12zM79.5 -15h112.5v67c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-67h112.5v414l-288.5 1z" />
<glyph glyph-name="file-pdf" unicode="&#xf1c1;" horiz-adv-x="384"
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM298.2 127.7c10.5 -10.5 8 -38.7002 -17.5 -38.7002c-14.7998 0 -36.9004 6.7998 -55.7998 17c-21.6006 -3.59961 -46 -12.7002 -68.4004 -20.0996c-50.0996 -86.4004 -79.4004 -47 -76.0996 -31.2002
c4 20 31 35.8994 51 46.2002c10.5 18.3994 25.3994 50.5 35.3994 74.3994c-7.39941 28.6006 -11.3994 51 -7 67.1006c4.7998 17.6992 38.4004 20.2998 42.6006 -5.90039c4.69922 -15.4004 -1.5 -39.9004 -5.40039 -56c8.09961 -21.2998 19.5996 -35.7998 36.7998 -46.2998
c17.4004 2.2002 52.2002 5.5 64.4004 -6.5zM100.1 49.9004c0 -0.700195 11.4004 4.69922 30.4004 35c-5.90039 -5.5 -25.2998 -21.3008 -30.4004 -35zM181.7 240.5c-2.5 0 -2.60059 -26.9004 1.7998 -40.7998c4.90039 8.7002 5.59961 40.7998 -1.7998 40.7998zM157.3 103.9
c15.9004 6.09961 34 14.8994 54.7998 19.1992c-11.1992 8.30078 -21.7998 20.4004 -30.0996 35.5c-6.7002 -17.6992 -15 -37.7998 -24.7002 -54.6992zM288.9 108.9c3.59961 2.39941 -2.2002 10.3994 -37.3008 7.7998c32.3008 -13.7998 37.3008 -7.7998 37.3008 -7.7998z" />
<glyph glyph-name="file-word" unicode="&#xf1c2;" horiz-adv-x="384"
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM268.1 192v0.200195h15.8008c7.7998 0 13.5 -7.2998 11.5996 -14.9004c-4.2998 -17 -13.7002 -54.0996 -34.5 -136c-1.2998 -5.39941 -6.09961 -9.09961 -11.5996 -9.09961h-24.7002
c-5.5 0 -10.2998 3.7998 -11.6006 9.09961c-5.2998 20.9004 -17.7998 71 -17.8994 71.4004l-2.90039 17.2998c-0.5 -5.2998 -1.5 -11.0996 -3 -17.2998l-17.8994 -71.4004c-1.30078 -5.39941 -6.10059 -9.09961 -11.6006 -9.09961h-25.2002
c-5.59961 0 -10.3994 3.7002 -11.6992 9.09961c-6.5 26.5 -25.2002 103.4 -33.2002 136c-1.7998 7.5 3.89941 14.7998 11.7002 14.7998h16.7998c5.7998 0 10.7002 -4.09961 11.7998 -9.69922c5 -25.7002 18.4004 -93.8008 19.0996 -99
c0.300781 -1.7002 0.400391 -3.10059 0.5 -4.2002c0.800781 7.5 0.400391 4.7002 24.8008 103.7c1.39941 5.2998 6.19922 9.09961 11.6992 9.09961h13.3008c5.59961 0 10.3994 -3.7998 11.6992 -9.2002c23.9004 -99.7002 22.8008 -94.3994 23.6006 -99.5
c0.299805 -1.7002 0.5 -3.09961 0.700195 -4.2998c0.599609 8.09961 0.399414 5.7998 21 103.5c1.09961 5.5 6 9.5 11.6992 9.5z" />
<glyph glyph-name="file-excel" unicode="&#xf1c3;" horiz-adv-x="384"
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM260 224c9.2002 0 15 -10 10.2998 -18c-16 -27.5 -45.5996 -76.9004 -46.2998 -78l46.4004 -78c4.59961 -8 -1.10059 -18 -10.4004 -18h-28.7998c-4.40039 0 -8.5 2.40039 -10.6006 6.2998
c-22.6992 41.7998 -13.6992 27.5 -28.5996 57.7002c-5.59961 -12.7002 -6.90039 -17.7002 -28.5996 -57.7002c-2.10059 -3.89941 -6.10059 -6.2998 -10.5 -6.2998h-28.9004c-9.2998 0 -15.0996 10 -10.4004 18l46.3008 78l-46.3008 78c-4.59961 8 1.10059 18 10.4004 18
h28.9004c4.39941 0 8.5 -2.40039 10.5996 -6.2998c21.7002 -40.4004 14.7002 -28.6006 28.5996 -57.7002c6.40039 15.2998 10.6006 24.5996 28.6006 57.7002c2.09961 3.89941 6.09961 6.2998 10.5 6.2998h28.7998z" />
<glyph glyph-name="file-powerpoint" unicode="&#xf1c4;" horiz-adv-x="384"
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM120 44v168c0 6.59961 5.40039 12 12 12h69.2002c36.7002 0 62.7998 -27 62.7998 -66.2998c0 -74.2998 -68.7002 -66.5 -95.5 -66.5v-47.2002c0 -6.59961 -5.40039 -12 -12 -12h-24.5c-6.59961 0 -12 5.40039 -12 12z
M168.5 131.4h23c7.90039 0 13.9004 2.39941 18.0996 7.19922c8.5 9.80078 8.40039 28.5 0.100586 37.8008c-4.10059 4.59961 -9.90039 7 -17.4004 7h-23.8994v-52h0.0996094z" />
<glyph glyph-name="file-image" unicode="&#xf1c5;" horiz-adv-x="384"
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM80 32v64l39.5 39.5c4.7002 4.7002 12.2998 4.7002 17 0l39.5 -39.5l87.5 87.5c4.7002 4.7002 12.2998 4.7002 17 0l23.5 -23.5v-128h-224zM128 272c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48
s21.5 48 48 48z" />
<glyph glyph-name="file-archive" unicode="&#xf1c6;" horiz-adv-x="384"
d="M128.3 288h32v-32h-32v32zM192.3 384v-32h-32v32h32zM128.3 352h32v-32h-32v32zM192.3 320v-32h-32v32h32zM369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1
c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-48.2998v-16h-32v16h-79.7002v-416h288zM194.2 182.3l17.2998 -87.7002c6.40039 -32.3994 -18.4004 -62.5996 -51.5 -62.5996
c-33.2002 0 -58 30.4004 -51.4004 62.9004l19.7002 97.0996v32h32v-32h22.1006c5.7998 0 10.6992 -4.09961 11.7998 -9.7002zM160.3 57.9004c17.9004 0 32.4004 12.0996 32.4004 27c0 14.8994 -14.5 27 -32.4004 27c-17.8994 0 -32.3994 -12.1006 -32.3994 -27
c0 -14.9004 14.5 -27 32.3994 -27zM192.3 256v-32h-32v32h32z" />
<glyph glyph-name="file-audio" unicode="&#xf1c7;" horiz-adv-x="384"
d="M369.941 350.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-332.118c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM332.118 320
l-76.1182 76.1182v-76.1182h76.1182zM48 -16h288v288h-104c-13.2549 0 -24 10.7451 -24 24v104h-160v-416zM192 60.0244c0 -10.6914 -12.9258 -16.0459 -20.4854 -8.48535l-35.5146 35.9746h-28c-6.62695 0 -12 5.37305 -12 12v56c0 6.62695 5.37305 12 12 12h28
l35.5146 36.9473c7.56055 7.56055 20.4854 2.20605 20.4854 -8.48535v-135.951zM233.201 107.154c9.05078 9.29688 9.05957 24.1328 0.000976562 33.4385c-22.1494 22.752 12.2344 56.2461 34.3945 33.4814c27.1982 -27.9404 27.2119 -72.4443 0.000976562 -100.401
c-21.793 -22.3857 -56.9463 10.3154 -34.3965 33.4814z" />
<glyph glyph-name="file-video" unicode="&#xf1c8;" horiz-adv-x="384"
d="M369.941 350.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-332.118c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM332.118 320
l-76.1182 76.1182v-76.1182h76.1182zM48 -16h288v288h-104c-13.2549 0 -24 10.7451 -24 24v104h-160v-416zM276.687 195.303c10.0049 10.0049 27.3135 2.99707 27.3135 -11.3135v-111.976c0 -14.2939 -17.2959 -21.332 -27.3135 -11.3135l-52.6865 52.6738v-37.374
c0 -11.0459 -8.9541 -20 -20 -20h-104c-11.0459 0 -20 8.9541 -20 20v104c0 11.0459 8.9541 20 20 20h104c11.0459 0 20 -8.9541 20 -20v-37.374z" />
<glyph glyph-name="file-code" unicode="&#xf1c9;" horiz-adv-x="384"
d="M149.9 98.9004c3.5 -3.30078 3.69922 -8.90039 0.399414 -12.4004l-17.3994 -18.5996c-1.60059 -1.80078 -4 -2.80078 -6.40039 -2.80078c-2.2002 0 -4.40039 0.900391 -6 2.40039l-57.7002 54.0996c-3.7002 3.40039 -3.7002 9.30078 0 12.8008l57.7002 54.0996
c3.40039 3.2998 9 3.2002 12.4004 -0.400391l17.3994 -18.5996l0.200195 -0.200195c3.2002 -3.59961 2.7998 -9.2002 -0.799805 -12.3994l-32.7998 -28.9004l32.7998 -28.9004zM369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288
c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416h288zM209.6 234l24.4004 -7
c4.7002 -1.2998 7.40039 -6.2002 6 -10.9004l-54.7002 -188.199c-1.2998 -4.60059 -6.2002 -7.40039 -10.8994 -6l-24.4004 7.09961c-4.7002 1.2998 -7.40039 6.2002 -6 10.9004l54.7002 188.1c1.39941 4.7002 6.2002 7.40039 10.8994 6zM234.1 157.1
c-3.5 3.30078 -3.69922 8.90039 -0.399414 12.4004l17.3994 18.5996c3.30078 3.60059 8.90039 3.7002 12.4004 0.400391l57.7002 -54.0996c3.7002 -3.40039 3.7002 -9.30078 0 -12.8008l-57.7002 -54.0996c-3.5 -3.2998 -9.09961 -3.09961 -12.4004 0.400391
l-17.3994 18.5996l-0.200195 0.200195c-3.2002 3.59961 -2.7998 9.2002 0.799805 12.3994l32.7998 28.9004l-32.7998 28.9004z" />
<glyph glyph-name="life-ring" unicode="&#xf1cd;"
d="M256 -56c-136.967 0 -248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248s-111.033 -248 -248 -248zM152.602 20.7197c63.2178 -38.3184 143.579 -38.3184 206.797 0l-53.4111 53.4111c-31.8467 -13.5215 -68.168 -13.5059 -99.9746 0zM336 192
c0 44.1123 -35.8877 80 -80 80s-80 -35.8877 -80 -80s35.8877 -80 80 -80s80 35.8877 80 80zM427.28 88.6016c38.3184 63.2178 38.3184 143.579 0 206.797l-53.4111 -53.4111c13.5215 -31.8467 13.5049 -68.168 0 -99.9746zM359.397 363.28
c-63.2168 38.3184 -143.578 38.3184 -206.796 0l53.4111 -53.4111c31.8457 13.5215 68.167 13.5049 99.9736 0zM84.7197 295.398c-38.3184 -63.2178 -38.3184 -143.579 0 -206.797l53.4111 53.4111c-13.5215 31.8467 -13.5059 68.168 0 99.9746z" />
<glyph glyph-name="paper-plane" unicode="&#xf1d8;"
d="M440 441.5c34.5996 19.9004 77.5996 -8.7998 71.5 -48.9004l-59.4004 -387.199c-2.2998 -14.5 -11.0996 -27.3008 -23.8994 -34.5c-7.2998 -4.10059 -15.4004 -6.2002 -23.6006 -6.2002c-6.19922 0 -12.3994 1.2002 -18.2998 3.59961l-111.899 46.2002l-43.8008 -59.0996
c-27.3994 -36.9004 -86.5996 -17.8008 -86.5996 28.5996v84.4004l-114.3 47.2998c-36.7998 15.0996 -40.1006 66 -5.7002 85.8994zM192 -16l36.5996 49.5l-36.5996 15.0996v-64.5996zM404.6 12.7002l59.4004 387.3l-416 -240l107.8 -44.5996l211.5 184.3
c14.2002 12.2998 34.4004 -5.7002 23.7002 -21.2002l-140.2 -202.3z" />
<glyph glyph-name="futbol" unicode="&#xf1e3;" horiz-adv-x="496"
d="M483.8 268.6c42.2998 -130.199 -29 -270.1 -159.2 -312.399c-25.5 -8.2998 -51.2998 -12.2002 -76.6992 -12.2002c-104.5 0 -201.7 66.5996 -235.7 171.4c-42.2998 130.199 29 270.1 159.2 312.399c25.5 8.2998 51.2998 12.2002 76.6992 12.2002
c104.5 0 201.7 -66.5996 235.7 -171.4zM409.3 74.9004c6.10059 8.39941 12.1006 16.8994 16.7998 26.1992c14.3008 28.1006 21.5 58.5 21.7002 89.2002l-38.8994 36.4004l-71.1006 -22.1006l-24.3994 -75.1992l43.6992 -60.9004zM409.3 310.3
c-24.5 33.4004 -58.7002 58.4004 -97.8994 71.4004l-47.4004 -26.2002v-73.7998l64.2002 -46.5l70.7002 22zM184.9 381.6c-39.9004 -13.2998 -73.5 -38.5 -97.8008 -71.8994l10.1006 -52.5l70.5996 -22l64.2002 46.5v73.7998zM139 68.5l43.5 61.7002l-24.2998 74.2998
l-71.1006 22.2002l-39 -36.4004c0.5 -55.7002 23.4004 -95.2002 37.8008 -115.3zM187.2 1.5c64.0996 -20.4004 115.5 -1.7998 121.7 0l22.3994 48.0996l-44.2998 61.7002h-78.5996l-43.6006 -61.7002z" />
<glyph glyph-name="newspaper" unicode="&#xf1ea;" horiz-adv-x="576"
d="M552 384c13.2549 0 24 -10.7451 24 -24v-336c0 -13.2549 -10.7451 -24 -24 -24h-496c-30.9277 0 -56 25.0723 -56 56v272c0 13.2549 10.7451 24 24 24h42.752c6.60547 18.623 24.3896 32 45.248 32h440zM48 56c0 -4.41113 3.58887 -8 8 -8s8 3.58887 8 8v248h-16v-248z
M528 48v288h-416v-280c0 -2.7168 -0.204102 -5.38574 -0.578125 -8h416.578zM172 168c-6.62695 0 -12 5.37305 -12 12v96c0 6.62695 5.37305 12 12 12h136c6.62695 0 12 -5.37305 12 -12v-96c0 -6.62695 -5.37305 -12 -12 -12h-136zM200 248v-40h80v40h-80zM160 108v24
c0 6.62695 5.37305 12 12 12h136c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-136c-6.62695 0 -12 5.37305 -12 12zM352 108v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-104
c-6.62695 0 -12 5.37305 -12 12zM352 252v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-104c-6.62695 0 -12 5.37305 -12 12zM352 180v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24
c0 -6.62695 -5.37305 -12 -12 -12h-104c-6.62695 0 -12 5.37305 -12 12z" />
<glyph glyph-name="bell-slash" unicode="&#xf1f6;" horiz-adv-x="640"
d="M633.99 -23.0195c6.91016 -5.52051 8.01953 -15.5908 2.5 -22.4902l-10 -12.4902c-5.53027 -6.88965 -15.5898 -8.00977 -22.4902 -2.49023l-598 467.51c-6.90039 5.52051 -8.01953 15.5908 -2.49023 22.4902l10 12.4902
c5.52051 6.90039 15.5898 8.00977 22.4902 2.49023zM163.53 80h182.84l61.3994 -48h-279.659c-19.1201 0 -31.9902 15.5996 -32.1006 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c18.3701 19.7402 51.5703 49.6904 54.8398 140.42l45.4697 -35.5498
c-6.91992 -54.7803 -24.6895 -88.5498 -41.3994 -110.58zM320 352c-23.3496 0 -45 -7.17969 -62.9404 -19.4004l-38.1699 29.8408c19.6807 15.7793 43.1104 27.3096 69.1299 32.7197v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398
c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -41.3604 6.03027 -70.7197 14.3398 -92.8496l-59.5293 46.54c-1.63086 13.96 -2.77051 28.8896 -2.79004 45.7295c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112zM320 -64
c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" />
<glyph glyph-name="copyright" unicode="&#xf1f9;"
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 -8c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200c-110.549 0 -200 -89.4688 -200 -200c0 -110.549 89.4678 -200 200 -200z
M363.351 93.0645c-9.61328 -9.71289 -45.5293 -41.3965 -104.064 -41.3965c-82.4297 0 -140.484 61.4248 -140.484 141.567c0 79.1514 60.2754 139.4 139.763 139.4c55.5303 0 88.7373 -26.6201 97.5928 -34.7783c2.13379 -1.96289 3.86523 -5.9082 3.86523 -8.80762
c0 -1.95508 -0.864258 -4.87402 -1.92969 -6.51465l-18.1543 -28.1133c-3.8418 -5.9502 -11.9668 -7.28223 -17.499 -2.9209c-8.5957 6.77637 -31.8145 22.5381 -61.708 22.5381c-48.3037 0 -77.916 -35.3301 -77.916 -80.082c0 -41.5889 26.8877 -83.6924 78.2764 -83.6924
c32.6572 0 56.8428 19.0391 65.7266 27.2256c5.26953 4.85645 13.5957 4.03906 17.8193 -1.73828l19.8652 -27.1699c1.28613 -1.74512 2.33008 -4.91992 2.33008 -7.08789c0 -2.72363 -1.56055 -6.5 -3.48242 -8.42969z" />
<glyph glyph-name="closed-captioning" unicode="&#xf20a;"
d="M464 384c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h416zM458 48c3.2998 0 6 2.7002 6 6v276c0 3.2998 -2.7002 6 -6 6h-404c-3.2998 0 -6 -2.7002 -6 -6v-276c0 -3.2998 2.7002 -6 6 -6h404z
M246.9 133.7c1.69922 -2.40039 1.5 -5.60059 -0.5 -7.7002c-53.6006 -56.7998 -172.801 -32.0996 -172.801 67.9004c0 97.2998 121.7 119.5 172.5 70.0996c2.10059 -2 2.5 -3.2002 1 -5.7002l-17.5 -30.5c-1.89941 -3.09961 -6.19922 -4 -9.09961 -1.7002
c-40.7998 32 -94.5996 14.9004 -94.5996 -31.1992c0 -48 51 -70.5 92.1992 -32.6006c2.80078 2.5 7.10059 2.10059 9.2002 -0.899414zM437.3 133.7c1.7002 -2.40039 1.5 -5.60059 -0.5 -7.7002c-53.5996 -56.9004 -172.8 -32.0996 -172.8 67.9004
c0 97.2998 121.7 119.5 172.5 70.0996c2.09961 -2 2.5 -3.2002 1 -5.7002l-17.5 -30.5c-1.90039 -3.09961 -6.2002 -4 -9.09961 -1.7002c-40.8008 32 -94.6006 14.9004 -94.6006 -31.1992c0 -48 51 -70.5 92.2002 -32.6006c2.7998 2.5 7.09961 2.10059 9.2002 -0.899414z
" />
<glyph glyph-name="object-group" unicode="&#xf247;"
d="M500 320h-12v-256h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-320v-12c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v256h-12
c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-12h320v12c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12zM448 384v-32h32v32h-32zM32 384v-32h32v32h-32zM64 0v32
h-32v-32h32zM480 0v32h-32v-32h32zM440 64v256h-12c-6.62695 0 -12 5.37305 -12 12v12h-320v-12c0 -6.62695 -5.37305 -12 -12 -12h-12v-256h12c6.62695 0 12 -5.37305 12 -12v-12h320v12c0 6.62695 5.37305 12 12 12h12zM404 256c6.62695 0 12 -5.37207 12 -12v-168
c0 -6.62793 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37207 -12 12v52h-84c-6.62695 0 -12 5.37207 -12 12v168c0 6.62793 5.37305 12 12 12h200c6.62695 0 12 -5.37207 12 -12v-52h84zM136 280v-112h144v112h-144zM376 104v112h-56v-76
c0 -6.62793 -5.37305 -12 -12 -12h-76v-24h144z" />
<glyph glyph-name="object-ungroup" unicode="&#xf248;" horiz-adv-x="576"
d="M564 224h-12v-160h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-224v-12c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v24h-88v-12
c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v160h-12c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-12h224v12c0 6.62695 5.37305 12 12 12h72
c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-12v-24h88v12c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12zM352 384v-32h32v32h-32zM352 128v-32h32v32h-32zM64 96v32h-32v-32h32zM64 352v32
h-32v-32h32zM96 136h224v12c0 6.62695 5.37305 12 12 12h12v160h-12c-6.62695 0 -12 5.37305 -12 12v12h-224v-12c0 -6.62695 -5.37305 -12 -12 -12h-12v-160h12c6.62695 0 12 -5.37305 12 -12v-12zM224 0v32h-32v-32h32zM504 64v160h-12c-6.62695 0 -12 5.37305 -12 12v12
h-88v-88h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-88v-24h12c6.62695 0 12 -5.37305 12 -12v-12h224v12c0 6.62695 5.37305 12 12 12h12zM544 0v32h-32v-32h32zM544 256v32h-32v-32h32z" />
<glyph glyph-name="sticky-note" unicode="&#xf249;" horiz-adv-x="448"
d="M448 99.8936c0 -10.9746 -6.29883 -26.1797 -14.0586 -33.9404l-83.8828 -83.8818c-7.75977 -7.76074 -22.9658 -14.0596 -33.9404 -14.0596h-268.118c-26.5098 0 -48 21.4902 -48 48v351.988c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-268.106z
M320 19.8936l76.1182 76.1182h-76.1182v-76.1182zM400 368h-352v-351.988h224v104c0 13.2549 10.7451 24 24 24h104v223.988z" />
<glyph glyph-name="clone" unicode="&#xf24d;"
d="M464 448c26.5098 0 48 -21.4902 48 -48v-320c0 -26.5098 -21.4902 -48 -48 -48h-48v-48c0 -26.5098 -21.4902 -48 -48 -48h-320c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h48v48c0 26.5098 21.4902 48 48 48h320zM362 -16c3.31152 0 6 2.68848 6 6
v42h-224c-26.5098 0 -48 21.4902 -48 48v224h-42c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h308zM458 80c3.31152 0 6 2.68848 6 6v308c0 3.31152 -2.68848 6 -6 6h-308c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h308z" />
<glyph glyph-name="hourglass" unicode="&#xf254;" horiz-adv-x="384"
d="M368 400c0 -80.0996 -31.8984 -165.619 -97.1797 -208c64.9912 -42.1934 97.1797 -127.436 97.1797 -208h4c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-360c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h4
c0 80.0996 31.8994 165.619 97.1797 208c-64.9912 42.1934 -97.1797 127.436 -97.1797 208h-4c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h360c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-4zM64 400
c0 -101.621 57.3066 -184 128 -184s128 82.3799 128 184h-256zM320 -16c0 101.62 -57.3076 184 -128 184s-128 -82.3799 -128 -184h256z" />
<glyph glyph-name="hand-rock" unicode="&#xf255;"
d="M408.864 368.948c48.8213 20.751 103.136 -15.0723 103.136 -67.9111v-114.443c0 -15.3955 -3.08887 -30.3906 -9.18262 -44.5674l-42.835 -99.6562c-4.99707 -11.625 -3.98242 -18.8574 -3.98242 -42.3701c0 -17.6729 -14.3271 -32 -32 -32h-252
c-17.6729 0 -32 14.3271 -32 32c0 27.3301 1.1416 29.2012 -3.11035 32.9033l-97.71 85.0811c-24.8994 21.6797 -39.1797 52.8926 -39.1797 85.6338v56.9531c0 47.4277 44.8457 82.0215 91.0459 71.1807c1.96094 55.751 63.5107 87.8262 110.671 60.8057
c29.1895 31.0713 78.8604 31.4473 108.334 -0.0214844c32.7051 18.6846 76.4121 10.3096 98.8135 -23.5879zM464 186.594v114.445c0 34.29 -52 33.8232 -52 0.676758c0 -8.83594 -7.16309 -16 -16 -16h-7c-8.83691 0 -16 7.16406 -16 16v26.751
c0 34.457 -52 33.707 -52 0.676758v-27.4287c0 -8.83594 -7.16309 -16 -16 -16h-7c-8.83691 0 -16 7.16406 -16 16v40.4658c0 34.3525 -52 33.8115 -52 0.677734v-41.1436c0 -8.83594 -7.16406 -16 -16 -16h-7c-8.83594 0 -16 7.16406 -16 16v26.751
c0 34.4023 -52 33.7744 -52 0.676758v-116.571c0 -8.83203 -7.16797 -16 -16 -16c-3.30664 0 -8.01367 1.7627 -10.5068 3.93359l-7 6.09473c-3.03223 2.64062 -5.49316 8.04688 -5.49316 12.0674v0v41.2275c0 34.2148 -52 33.8857 -52 0.677734v-56.9531
c0 -18.8555 8.27441 -36.874 22.7002 -49.4365l97.71 -85.0801c12.4502 -10.8398 19.5898 -26.4463 19.5898 -42.8164v-10.2861h220v7.07617c0 13.21 2.65332 26.0791 7.88281 38.25l42.835 99.6553c2.91602 6.75391 5.28223 18.207 5.28223 25.5635v0.0488281z" />
<glyph glyph-name="hand-paper" unicode="&#xf256;" horiz-adv-x="448"
d="M372.57 335.359c39.9062 5.63281 75.4297 -25.7393 75.4297 -66.3594v-131.564c-0.00195312 -12.7666 -2.33008 -33.2246 -5.19531 -45.666l-30.1836 -130.958c-3.34668 -14.5234 -16.2783 -24.8125 -31.1816 -24.8125h-222.897
c-9.10352 0 -20.7793 6.01758 -26.0615 13.4316l-119.97 168.415c-21.2441 29.8203 -14.8047 71.3574 14.5498 93.1533c18.7754 13.9395 42.1309 16.2979 62.083 8.87109v126.13c0 44.0547 41.125 75.5439 82.4053 64.9834c23.8926 48.1963 92.3535 50.2471 117.982 0.74707
c42.5186 11.1445 83.0391 -21.9346 83.0391 -65.5469v-10.8242zM399.997 137.437l-0.00195312 131.563c0 24.9492 -36.5703 25.5508 -36.5703 -0.691406v-76.3086c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v154.184
c0 25.501 -36.5703 26.3633 -36.5703 0.691406v-154.875c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v188.309c0 25.501 -36.5703 26.3545 -36.5703 0.691406v-189c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16
v153.309c0 25.501 -36.5713 26.3359 -36.5713 0.691406v-206.494c0 -15.5703 -20.0352 -21.9092 -29.0303 -9.2832l-27.1279 38.0791c-14.3711 20.1709 -43.833 -2.33496 -29.3945 -22.6045l115.196 -161.697h201.92l27.3252 118.551
c2.63086 11.417 3.96484 23.1553 3.96484 34.8857z" />
<glyph glyph-name="hand-scissors" unicode="&#xf257;"
d="M256 -32c-44.9561 0 -77.3428 43.2627 -64.0244 85.8535c-21.6484 13.71 -34.0156 38.7617 -30.3408 65.0068h-87.6348c-40.8037 0 -74 32.8105 -74 73.1406c0 40.3291 33.1963 73.1396 74 73.1396l94 -9.14062l-78.8496 18.6787
c-38.3076 14.7422 -57.04 57.4707 -41.9424 95.1123c15.0303 37.4736 57.7549 55.7803 95.6416 41.2012l144.929 -55.7568c24.9551 30.5566 57.8086 43.9932 92.2178 24.7324l97.999 -54.8525c20.9746 -11.7393 34.0049 -33.8457 34.0049 -57.6904v-205.702
c0 -30.7422 -21.4404 -57.5576 -51.7979 -64.5537l-118.999 -27.4268c-4.97168 -1.14648 -10.0889 -1.72949 -15.2031 -1.72949zM256 16.0127l70 -0.000976562c1.23633 0 3.21777 0.225586 4.42285 0.501953l119.001 27.4277
c8.58203 1.97754 14.5762 9.29102 14.5762 17.7812v205.701c0 6.4873 -3.62109 12.542 -9.44922 15.8047l-98 54.8545c-8.13965 4.55566 -18.668 2.61914 -24.4873 -4.50781l-21.7646 -26.6475c-2.65039 -3.24512 -8.20215 -5.87891 -12.3926 -5.87891
c-1.64062 0 -4.21484 0.477539 -5.74609 1.06738l-166.549 64.0908c-32.6543 12.5664 -50.7744 -34.5771 -19.2227 -46.7168l155.357 -59.7852c5.66016 -2.17773 10.2539 -8.86816 10.2539 -14.9326v0v-11.6328c0 -8.83691 -7.16309 -16 -16 -16h-182
c-34.375 0 -34.4297 -50.2803 0 -50.2803h182c8.83691 0 16 -7.16309 16 -16v-6.85645c0 -8.83691 -7.16309 -16 -16 -16h-28c-25.1221 0 -25.1592 -36.5674 0 -36.5674h28c8.83691 0 16 -7.16211 16 -16v-6.85547c0 -8.83691 -7.16309 -16 -16 -16
c-25.1201 0 -25.1602 -36.5674 0 -36.5674z" />
<glyph glyph-name="hand-lizard" unicode="&#xf258;" horiz-adv-x="576"
d="M556.686 157.458c12.6357 -19.4863 19.3145 -42.0615 19.3145 -65.2871v-124.171h-224v71.582l-99.751 38.7871c-2.7832 1.08203 -5.70996 1.63086 -8.69727 1.63086h-131.552c-30.8789 0 -56 25.1211 -56 56c0 48.5234 39.4766 88 88 88h113.709l18.333 48h-196.042
c-44.1123 0 -80 35.8877 -80 80v8c0 30.8779 25.1211 56 56 56h293.917c24.5 0 47.084 -12.2725 60.4111 -32.8291zM528 16v76.1709v0.0478516c0 11.7461 -5.19141 29.2734 -11.5879 39.124l-146.358 225.715c-4.44336 6.85254 -11.9707 10.9424 -20.1367 10.9424h-293.917
c-4.41113 0 -8 -3.58887 -8 -8v-8c0 -17.6445 14.3555 -32 32 -32h213.471c25.2021 0 42.626 -25.293 33.6299 -48.8457l-24.5518 -64.2812c-7.05371 -18.4658 -25.0732 -30.873 -44.8398 -30.873h-113.709c-22.0557 0 -40 -17.9443 -40 -40c0 -4.41113 3.58887 -8 8 -8
h131.552h0.0517578c7.44141 0 19.1074 -2.19238 26.041 -4.89355l99.752 -38.7881c18.5898 -7.22852 30.6035 -24.7881 30.6035 -44.7363v-23.582h128z" />
<glyph glyph-name="hand-spock" unicode="&#xf259;"
d="M501.03 331.824c6.05762 -9.77832 10.9746 -27.0498 10.9746 -38.5518c0 -4.80664 -0.915039 -12.499 -2.04297 -17.1709l-57.623 -241.963c-12.748 -54.1729 -68.2627 -98.1387 -123.915 -98.1387h-0.345703h-107.455h-0.224609
c-33.8135 0 -81.2148 18.834 -105.807 42.041l-91.3652 85.9766c-12.8213 12.0469 -23.2266 36.1016 -23.2266 53.6943c0 16.1299 8.97266 38.7529 20.0273 50.499c5.31836 5.66406 29.875 29.3926 68.1152 21.8477l-24.3594 82.1973
c-1.68164 5.66406 -3.0459 15.0576 -3.0459 20.9668c0 37.5938 30.417 70.502 67.8955 73.4551c-0.204102 2.03125 -0.369141 5.33691 -0.369141 7.37891c0 31.627 24.8594 63.6895 55.4902 71.5684c43.248 10.9785 80.5645 -17.7012 89.6602 -53.0723l13.6836 -53.207
l4.64648 22.6602c6.76074 32.417 39.123 58.8115 72.2373 58.916c8.73438 0 56.625 -3.26953 70.7383 -54.0801c15.0664 0.710938 46.9199 -3.50977 66.3105 -35.0176zM463.271 287.219c7.86914 32.9844 -42.1211 45.2695 -50.0859 11.9219l-24.8008 -104.146
c-4.38867 -18.4141 -31.7783 -11.8926 -28.0557 6.2168l28.5479 139.166c7.39844 36.0703 -43.3076 45.0703 -50.1182 11.9629l-31.791 -154.971c-3.54883 -17.3086 -28.2832 -18.0469 -32.7109 -0.804688l-47.3262 184.035
c-8.43359 32.8105 -58.3691 20.2676 -49.8652 -12.8359l42.4414 -165.039c4.81641 -18.7207 -23.3711 -26.9121 -28.9648 -8.00781l-31.3438 105.779c-9.6875 32.6465 -59.1191 18.2578 -49.3867 -14.625l36.0137 -121.539
c5.61816 -18.9521 10.1777 -50.377 10.1777 -70.1436v-0.00878906c0 -6.54297 -8.05664 -10.9355 -13.4824 -5.82617l-51.123 48.1074c-24.7852 23.4082 -60.0527 -14.1875 -35.2793 -37.4902l91.3691 -85.9805c16.9629 -16.0068 49.6592 -28.998 72.9824 -28.998h0.154297
h107.455h0.216797c34.7402 0 69.3936 27.4443 77.3525 61.2598z" />
<glyph glyph-name="hand-pointer" unicode="&#xf25a;" horiz-adv-x="448"
d="M358.182 268.639c43.1934 16.6348 89.8184 -15.7949 89.8184 -62.6387v-84c-0.000976562 -4.25 -0.775391 -11.0615 -1.72754 -15.2041l-27.4297 -118.999c-6.98242 -30.2969 -33.7549 -51.7969 -64.5566 -51.7969h-178.286c-21.2588 0 -41.3682 10.4102 -53.791 27.8457
l-109.699 154.001c-21.2432 29.8193 -14.8047 71.3574 14.5498 93.1523c18.8115 13.9658 42.1748 16.2822 62.083 8.87207v161.129c0 36.9443 29.7363 67 66.2861 67s66.2861 -30.0557 66.2861 -67v-73.6338c20.4131 2.85742 41.4678 -3.94238 56.5947 -19.6289
c27.1934 12.8467 60.3799 5.66992 79.8721 -19.0986zM80.9854 168.303c-14.4004 20.2119 -43.8008 -2.38281 -29.3945 -22.6055l109.712 -154c3.43457 -4.81934 8.92871 -7.69727 14.6973 -7.69727h178.285c8.49219 0 15.8037 5.99414 17.7822 14.5762l27.4297 119.001
c0.333008 1.44629 0.501953 2.93457 0.501953 4.42285v84c0 25.1602 -36.5713 25.1211 -36.5713 0c0 -8.83594 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16406 -16 16v21c0 25.1602 -36.5713 25.1201 -36.5713 0v-21c0 -8.83594 -7.16309 -16 -16 -16h-6.85938
c-8.83691 0 -16 7.16406 -16 16v35c0 25.1602 -36.5703 25.1201 -36.5703 0v-35c0 -8.83594 -7.16309 -16 -16 -16h-6.85742c-8.83691 0 -16 7.16406 -16 16v175c0 25.1602 -36.5713 25.1201 -36.5713 0v-241.493c0 -15.5703 -20.0352 -21.9092 -29.0303 -9.2832z
M176.143 48v96c0 8.83691 6.26855 16 14 16h6c7.73242 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26758 -16 -14 -16h-6c-7.73242 0 -14 7.16309 -14 16zM251.571 48v96c0 8.83691 6.26758 16 14 16h6c7.73145 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26855 -16 -14 -16h-6
c-7.73242 0 -14 7.16309 -14 16zM327 48v96c0 8.83691 6.26758 16 14 16h6c7.73242 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26758 -16 -14 -16h-6c-7.73242 0 -14 7.16309 -14 16z" />
<glyph glyph-name="hand-peace" unicode="&#xf25b;" horiz-adv-x="448"
d="M362.146 256.024c42.5908 13.3184 85.8535 -19.0684 85.8535 -64.0244l-0.0117188 -70.001c-0.000976562 -4.25 -0.775391 -11.0615 -1.72949 -15.2031l-27.4268 -118.999c-6.99707 -30.3564 -33.8105 -51.7969 -64.5547 -51.7969h-205.702
c-23.8447 0 -45.9502 13.0303 -57.6904 34.0059l-54.8525 97.999c-19.2607 34.4092 -5.82422 67.2617 24.7324 92.2178l-55.7568 144.928c-14.5791 37.8867 3.72754 80.6113 41.2012 95.6416c37.6406 15.0977 80.3691 -3.63477 95.1123 -41.9424l18.6787 -78.8496
l-9.14062 94c0 40.8037 32.8096 74 73.1396 74s73.1406 -33.1963 73.1406 -74v-87.6348c26.2451 3.6748 51.2959 -8.69238 65.0068 -30.3408zM399.987 122l-0.000976562 70c0 25.1602 -36.5674 25.1201 -36.5674 0c0 -8.83691 -7.16309 -16 -16 -16h-6.85547
c-8.83789 0 -16 7.16309 -16 16v28c0 25.1592 -36.5674 25.1221 -36.5674 0v-28c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v182c0 34.4297 -50.2803 34.375 -50.2803 0v-182c0 -8.83691 -7.16309 -16 -16 -16h-11.6328v0
c-6.06445 0 -12.7549 4.59375 -14.9326 10.2539l-59.7842 155.357c-12.1396 31.5518 -59.2842 13.4326 -46.7168 -19.2227l64.0898 -166.549c0.589844 -1.53125 1.06738 -4.10547 1.06738 -5.74609c0 -4.19043 -2.63379 -9.74219 -5.87891 -12.3926l-26.6475 -21.7646
c-7.12695 -5.81934 -9.06445 -16.3467 -4.50781 -24.4873l54.8535 -98c3.26367 -5.82812 9.31934 -9.44922 15.8057 -9.44922h205.701c8.49121 0 15.8037 5.99414 17.7812 14.5762l27.4277 119.001c0.333008 1.44629 0.501953 2.93457 0.501953 4.42285z" />
<glyph glyph-name="registered" unicode="&#xf25d;"
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 -8c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200c-110.549 0 -200 -89.4688 -200 -200c0 -110.549 89.4678 -200 200 -200z
M366.442 73.791c4.40332 -7.99219 -1.37012 -17.791 -10.5107 -17.791h-42.8096h-0.0126953c-3.97559 0 -8.71582 2.84961 -10.5801 6.36035l-47.5156 89.3027h-31.958v-83.6631c0 -6.61719 -5.38281 -12 -12 -12h-38.5674c-6.61719 0 -12 5.38281 -12 12v248.304
c0 6.61719 5.38281 12 12 12h78.667c71.251 0 101.498 -32.749 101.498 -85.252c0 -31.6123 -15.2148 -59.2969 -39.4824 -73.1758c3.02148 -4.61719 0.225586 0.199219 53.2715 -96.085zM256.933 208.094c20.9131 0 32.4307 11.5186 32.4316 32.4316
c0 19.5752 -6.5127 31.709 -38.9297 31.709h-27.377v-64.1406h33.875z" />
<glyph glyph-name="calendar-plus" unicode="&#xf271;" horiz-adv-x="448"
d="M336 156v-24c0 -6.59961 -5.40039 -12 -12 -12h-76v-76c0 -6.59961 -5.40039 -12 -12 -12h-24c-6.59961 0 -12 5.40039 -12 12v76h-76c-6.59961 0 -12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12h76v76c0 6.59961 5.40039 12 12 12h24c6.59961 0 12 -5.40039 12 -12
v-76h76c6.59961 0 12 -5.40039 12 -12zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40
c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="calendar-minus" unicode="&#xf272;" horiz-adv-x="448"
d="M124 120c-6.59961 0 -12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12h200c6.59961 0 12 -5.40039 12 -12v-24c0 -6.59961 -5.40039 -12 -12 -12h-200zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="calendar-times" unicode="&#xf273;" horiz-adv-x="448"
d="M311.7 73.2998l-17 -17c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-53.7002 53.7998l-53.7002 -53.6992c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-17 17c-4.7002 4.69922 -4.7002 12.2998 0 17l53.7002 53.6992l-53.7002 53.7002c-4.7002 4.7002 -4.7002 12.2998 0 17
l17 17c4.7002 4.7002 12.2998 4.7002 17 0l53.7002 -53.7002l53.7002 53.7002c4.7002 4.7002 12.2998 4.7002 17 0l17 -17c4.7002 -4.7002 4.7002 -12.2998 0 -17l-53.7998 -53.7998l53.6992 -53.7002c4.80078 -4.7002 4.80078 -12.2998 0.100586 -17zM448 336v-352
c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10
v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="calendar-check" unicode="&#xf274;" horiz-adv-x="448"
d="M400 384c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h48v52c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-52h128v52c0 6.62695 5.37305 12 12 12h40
c6.62695 0 12 -5.37305 12 -12v-52h48zM394 -16c3.31152 0 6 2.68848 6 6v298h-352v-298c0 -3.31152 2.68848 -6 6 -6h340zM341.151 184.65l-142.31 -141.169c-4.70508 -4.66699 -12.3027 -4.6377 -16.9707 0.0673828l-75.0908 75.6992
c-4.66699 4.70508 -4.6377 12.3027 0.0673828 16.9707l22.7197 22.5361c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0693359l44.1035 -44.4609l111.072 110.182c4.70508 4.66699 12.3027 4.63672 16.9707 -0.0683594l22.5361 -22.7178
c4.66699 -4.70508 4.63672 -12.3027 -0.0683594 -16.9697z" />
<glyph glyph-name="map" unicode="&#xf279;" horiz-adv-x="576"
d="M560.02 416c8.4502 0 15.9805 -6.83008 15.9805 -16.0195v-346.32c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-151.83 -52.8105c-5.32617 -1.7334 -14.1953 -3.13965 -19.7969 -3.13965c-5.7373 0 -14.8105 1.47363 -20.2529 3.29004l-172 60.71l-170.05 -62.8398
c-1.99023 -0.790039 -4 -1.16016 -5.95996 -1.16016c-8.45996 0 -15.9902 6.83008 -15.9902 16.0195v346.32c0.00292969 11.959 9.0166 25.2686 20.1201 29.71l151.83 52.8105c6.43945 2.08984 13.1201 3.13965 19.8096 3.13965
c5.73242 -0.00195312 14.8008 -1.47168 20.2402 -3.28027l172 -60.7197h0.00976562l170.05 62.8398c1.98047 0.790039 4 1.16016 5.95996 1.16016zM224 357.58v-285.97l128 -45.1904v285.97zM48 29.9502l127.36 47.0801l0.639648 0.229492v286.2l-128 -44.5303v-288.979z
M528 65.0801v288.97l-127.36 -47.0693l-0.639648 -0.240234v-286.19z" />
<glyph glyph-name="comment-alt" unicode="&#xf27a;"
d="M448 448c35.2998 0 64 -28.7002 64 -64v-288c0 -35.2998 -28.7002 -64 -64 -64h-144l-124.9 -93.5996c-2.19922 -1.7002 -4.69922 -2.40039 -7.09961 -2.40039c-6.2002 0 -12 4.90039 -12 12v84h-96c-35.2998 0 -64 28.7002 -64 64v288c0 35.2998 28.7002 64 64 64h384z
M464 96v288c0 8.7998 -7.2002 16 -16 16h-384c-8.7998 0 -16 -7.2002 -16 -16v-288c0 -8.7998 7.2002 -16 16 -16h144v-60l67.2002 50.4004l12.7998 9.59961h160c8.7998 0 16 7.2002 16 16z" />
<glyph glyph-name="pause-circle" unicode="&#xf28b;"
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM352 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-48
c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h48c8.7998 0 16 -7.2002 16 -16zM240 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-48c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h48c8.7998 0 16 -7.2002 16 -16z" />
<glyph glyph-name="stop-circle" unicode="&#xf28d;"
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200zM352 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-160
c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h160c8.7998 0 16 -7.2002 16 -16z" />
<glyph glyph-name="handshake" unicode="&#xf2b5;" horiz-adv-x="640"
d="M519.2 320.1h120.8v-255.699h-64c-17.5 0 -31.7998 14.1992 -31.9004 31.6992h-57.8994c-1.7998 -8.19922 -5.2998 -16.0996 -10.9004 -23l-26.2002 -32.2998c-15.7998 -19.3994 -41.8994 -25.5 -64 -16.7998c-13.5 -16.5996 -30.5996 -24 -48.7998 -24
c-15.0996 0 -28.5996 5.09961 -41.0996 15.9004c-31.7998 -21.9004 -74.7002 -21.3008 -105.601 3.7998l-84.5996 76.3994h-9.09961c-0.100586 -17.5 -14.3008 -31.6992 -31.9004 -31.6992h-64v255.699h118l47.5996 47.6006c10.5 10.3994 24.8008 16.2998 39.6006 16.2998
h226.8v0c12.7812 0 30.5225 -7.30273 39.5996 -16.2998zM48 96.4004c8.7998 0 16 7.09961 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16zM438 103.3c2.7002 3.40039 2.2002 8.5 -1.2002 11.2998l-108.2 87.8008l-8.19922 -7.5
c-40.3008 -36.8008 -86.7002 -11.8008 -101.5 4.39941c-26.7002 29 -25 74.4004 4.39941 101.3l38.7002 35.5h-56.7002c-2 -0.799805 -3.7002 -1.5 -5.7002 -2.2998l-61.6992 -61.5996h-41.9004v-128.101h27.7002l97.2998 -88
c16.0996 -13.0996 41.4004 -10.5 55.2998 6.60059l15.6006 19.2002l36.7998 -31.5c3 -2.40039 12 -4.90039 18 2.39941l30 36.5l23.8994 -19.3994c3.5 -2.80078 8.5 -2.2002 11.3008 1.19922zM544 144.1v128h-44.7002l-61.7002 61.6006
c-1.39941 1.5 -3.39941 2.2998 -5.5 2.2998l-83.6992 -0.200195c-10 0 -19.6006 -3.7002 -27 -10.5l-65.6006 -60.0996c-9.7002 -8.7998 -10.5 -24 -1.2002 -33.9004c8.90039 -9.39941 25.1006 -8.7002 34.6006 0l55.2002 50.6006c6.5 5.89941 16.5996 5.5 22.5996 -1
l10.9004 -11.7002c6 -6.5 5.5 -16.6006 -1 -22.6006l-12.5 -11.3994l102.699 -83.4004c2.80078 -2.2998 5.40039 -4.89941 7.7002 -7.7002h69.2002zM592 96.4004c8.7998 0 16 7.09961 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16z
" />
<glyph glyph-name="envelope-open" unicode="&#xf2b6;"
d="M494.586 283.484c9.6123 -7.94824 17.4141 -24.5205 17.4141 -36.9932v-262.491c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v262.515c0 12.5166 7.84668 29.1279 17.5146 37.0771c4.08008 3.35449 110.688 89.0996 135.15 108.549
c22.6992 18.1426 60.1299 55.8594 103.335 55.8594c43.4365 0 81.2314 -38.1914 103.335 -55.8594c23.5283 -18.707 130.554 -104.773 135.251 -108.656zM464 -10v253.632v0.00488281c0 1.5791 -0.996094 3.66602 -2.22363 4.6582
c-15.8633 12.8232 -108.793 87.5752 -132.366 106.316c-17.5527 14.0195 -49.7168 45.3887 -73.4102 45.3887c-23.6016 0 -55.2451 -30.8799 -73.4102 -45.3887c-23.5713 -18.7393 -116.494 -93.4795 -132.364 -106.293
c-1.40918 -1.13965 -2.22559 -2.85254 -2.22559 -4.66504v-253.653c0 -3.31152 2.68848 -6 6 -6h404c3.31152 0 6 2.68848 6 6zM432.009 177.704c4.24902 -5.15918 3.46484 -12.7949 -1.74512 -16.9814c-28.9746 -23.2822 -59.2734 -47.5967 -70.9287 -56.8623
c-22.6992 -18.1436 -60.1299 -55.8604 -103.335 -55.8604c-43.4521 0 -81.2871 38.2373 -103.335 55.8604c-11.2793 8.9668 -41.7441 33.4131 -70.9268 56.8643c-5.20996 4.1875 -5.99316 11.8223 -1.74512 16.9814l15.2578 18.5283
c4.17773 5.07227 11.6572 5.84277 16.7793 1.72559c28.6182 -23.001 58.5654 -47.0352 70.5596 -56.5713c17.5527 -14.0195 49.7168 -45.3887 73.4102 -45.3887c23.6016 0 55.2461 30.8799 73.4102 45.3887c11.9941 9.53516 41.9434 33.5703 70.5625 56.5684
c5.12207 4.11621 12.6016 3.3457 16.7783 -1.72656z" />
<glyph glyph-name="address-book" unicode="&#xf2b9;" horiz-adv-x="448"
d="M436 288h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48
h320c26.5 0 48 -21.5 48 -48v-48h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM368 -16v416h-320v-416h320zM208 192c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM118.4 64
c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002c0 -10.6006 -10 -19.2002 -22.4004 -19.2002
h-179.199z" />
<glyph glyph-name="address-card" unicode="&#xf2bb;" horiz-adv-x="576"
d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM528 16v352h-480v-352h480zM208 192c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64z
M118.4 64c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002
c0 -10.6006 -10 -19.2002 -22.4004 -19.2002h-179.199zM360 128c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 192c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112
c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 256c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112z" />
<glyph glyph-name="user-circle" unicode="&#xf2bd;" horiz-adv-x="496"
d="M248 344c53 0 96 -43 96 -96s-43 -96 -96 -96s-96 43 -96 96s43 96 96 96zM248 200c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8
c49.7002 0 95.0996 18.2998 130.1 48.4004c-14.8994 23 -40.3994 38.5 -69.5996 39.5c-20.7998 -6.5 -40.5996 -9.60059 -60.5 -9.60059s-39.7002 3.2002 -60.5 9.60059c-29.2002 -0.900391 -54.7002 -16.5 -69.5996 -39.5c35 -30.1006 80.3994 -48.4004 130.1 -48.4004z
M410.7 76.0996c23.3994 32.7002 37.2998 72.7002 37.2998 115.9c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -43.2002 13.9004 -83.2002 37.2998 -115.9c24.5 31.4004 62.2002 51.9004 105.101 51.9004c10.1992 0 26.0996 -9.59961 57.5996 -9.59961
c31.5996 0 47.4004 9.59961 57.5996 9.59961c43 0 80.7002 -20.5 105.101 -51.9004z" />
<glyph glyph-name="id-badge" unicode="&#xf2c1;" horiz-adv-x="384"
d="M336 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h288zM336 -16v416h-288v-416h288zM144 336c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16h96c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16
h-96zM192 160c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM102.4 32c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8
c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002c0 -10.6006 -10 -19.2002 -22.4004 -19.2002h-179.199z" />
<glyph glyph-name="id-card" unicode="&#xf2c2;" horiz-adv-x="576"
d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM528 16v288h-480v-288h32.7998c-1 4.5 -0.799805 -3.59961 -0.799805 22.4004c0 31.7998 30.0996 57.5996 67.2002 57.5996
c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996c0 -26 0.0996094 -17.9004 -0.799805 -22.4004h224.8zM360 96c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16
c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 160c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 224c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112
c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM192 128c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64z" />
<glyph glyph-name="window-maximize" unicode="&#xf2d0;"
d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM464 22v234h-416v-234c0 -3.2998 2.7002 -6 6 -6h404c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="window-minimize" unicode="&#xf2d1;"
d="M480 -32h-448c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32h448c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32z" />
<glyph glyph-name="window-restore" unicode="&#xf2d2;"
d="M464 448c26.5 0 48 -21.5 48 -48v-320c0 -26.5 -21.5 -48 -48 -48h-48v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h48v48c0 26.5 21.5 48 48 48h320zM368 -16v208h-320v-208h320zM464 80v320h-320v-48h224
c26.5 0 48 -21.5 48 -48v-224h48z" />
<glyph glyph-name="snowflake" unicode="&#xf2dc;" horiz-adv-x="448"
d="M440.1 92.7998c7.60059 -4.39941 10.1006 -14.2002 5.5 -21.7002l-7.89941 -13.8994c-4.40039 -7.7002 -14 -10.2998 -21.5 -5.90039l-39.2002 23l9.09961 -34.7002c2.30078 -8.5 -2.69922 -17.2998 -11.0996 -19.5996l-15.2002 -4.09961
c-8.39941 -2.30078 -17.0996 2.7998 -19.2998 11.2998l-21.2998 81l-71.9004 42.2002v-84.5l58.2998 -59.3008c6.10059 -6.19922 6.10059 -16.3994 0 -22.5996l-11.0996 -11.2998c-6.09961 -6.2002 -16.0996 -6.2002 -22.2002 0l-24.8994 25.3994v-46.0996
c0 -8.7998 -7 -16 -15.7002 -16h-15.7002c-8.7002 0 -15.7002 7.2002 -15.7002 16v45.9004l-24.8994 -25.4004c-6.10059 -6.2002 -16.1006 -6.2002 -22.2002 0l-11.1006 11.2998c-6.09961 6.2002 -6.09961 16.4004 0 22.6006l58.3008 59.2998v84.5l-71.9004 -42.2002
l-21.2998 -81c-2.2998 -8.5 -10.9004 -13.5996 -19.2998 -11.2998l-15.2002 4.09961c-8.40039 2.2998 -13.2998 11.1006 -11.1006 19.6006l9.10059 34.6992l-39.2002 -23c-7.5 -4.39941 -17.2002 -1.7998 -21.5 5.90039l-7.90039 13.9004
c-4.2998 7.69922 -1.69922 17.5 5.80078 21.8994l39.1992 23l-34.0996 9.2998c-8.40039 2.30078 -13.2998 11.1006 -11.0996 19.6006l4.09961 15.5c2.2998 8.5 10.9004 13.5996 19.2998 11.2998l79.7002 -21.7002l71.9004 42.2002l-71.9004 42.2002l-79.7002 -21.7002
c-8.39941 -2.2998 -17.0996 2.7998 -19.2998 11.2998l-4.09961 15.5c-2.30078 8.5 2.69922 17.2998 11.0996 19.6006l34.0996 9.09961l-39.1992 23c-7.60059 4.5 -10.1006 14.2002 -5.80078 21.9004l7.90039 13.8994c4.40039 7.7002 14 10.2998 21.5 5.90039l39.2002 -23
l-9.10059 34.7002c-2.2998 8.5 2.7002 17.2998 11.1006 19.5996l15.2002 4.09961c8.39941 2.30078 17.0996 -2.7998 19.2998 -11.2998l21.2998 -81l71.9004 -42.2002v84.5l-58.3008 59.3008c-6.09961 6.19922 -6.09961 16.3994 0 22.5996l11.5 11.2998
c6.10059 6.2002 16.1006 6.2002 22.2002 0l24.9004 -25.3994v46.0996c0 8.7998 7 16 15.7002 16h15.6992c8.7002 0 15.7002 -7.2002 15.7002 -16v-45.9004l24.9004 25.4004c6.09961 6.2002 16.0996 6.2002 22.2002 0l11.0996 -11.2998
c6.09961 -6.2002 6.09961 -16.4004 0 -22.6006l-58.2998 -59.2998v-84.5l71.8994 42.2002l21.3008 81c2.2998 8.5 10.8994 13.5996 19.2998 11.2998l15.2002 -4.09961c8.39941 -2.2998 13.2998 -11.1006 11.0996 -19.6006l-9.09961 -34.6992l39.1992 23
c7.5 4.39941 17.2002 1.7998 21.5 -5.90039l7.90039 -13.9004c4.2998 -7.69922 1.7002 -17.5 -5.7998 -21.8994l-39.2002 -23l34.0996 -9.2998c8.40039 -2.30078 13.3008 -11.1006 11.1006 -19.6006l-4.10059 -15.5c-2.2998 -8.5 -10.8994 -13.5996 -19.2998 -11.2998
l-79.7002 21.7002l-71.8994 -42.2002l71.7998 -42.2002l79.7002 21.7002c8.39941 2.2998 17.0996 -2.7998 19.2998 -11.2998l4.09961 -15.5c2.30078 -8.5 -2.69922 -17.2998 -11.0996 -19.6006l-34.0996 -9.2998z" />
<glyph glyph-name="trash-alt" unicode="&#xf2ed;" horiz-adv-x="448"
d="M268 32c-6.62402 0 -12 5.37598 -12 12v216c0 6.62402 5.37598 12 12 12h24c6.62402 0 12 -5.37598 12 -12v-216c0 -6.62402 -5.37598 -12 -12 -12h-24zM432 368c8.83203 0 16 -7.16797 16 -16v-16c0 -8.83203 -7.16797 -16 -16 -16h-16v-336
c0 -26.4961 -21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48v336h-16c-8.83203 0 -16 7.16797 -16 16v16c0 8.83203 7.16797 16 16 16h82.4102l34.0195 56.7002c7.71875 12.8613 26.1572 23.2998 41.1572 23.2998h0.00292969h100.82h0.0224609
c15 0 33.4385 -10.4385 41.1572 -23.2998l34 -56.7002h82.4102zM171.84 397.09l-17.4502 -29.0898h139.221l-17.46 29.0898c-0.96582 1.60645 -3.26953 2.91016 -5.14355 2.91016h-0.00683594h-94h-0.0166016c-1.87402 0 -4.17871 -1.30371 -5.14355 -2.91016zM368 -16v336
h-288v-336h288zM156 32c-6.62402 0 -12 5.37598 -12 12v216c0 6.62402 5.37598 12 12 12h24c6.62402 0 12 -5.37598 12 -12v-216c0 -6.62402 -5.37598 -12 -12 -12h-24z" />
<glyph glyph-name="images" unicode="&#xf302;" horiz-adv-x="576"
d="M480 32v-16c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256c0 26.5098 21.4902 48 48 48h16v-48h-10c-3.31152 0 -6 -2.68848 -6 -6v-244c0 -3.31152 2.68848 -6 6 -6h372c3.31152 0 6 2.68848 6 6v10h48zM522 368h-372
c-3.31152 0 -6 -2.68848 -6 -6v-244c0 -3.31152 2.68848 -6 6 -6h372c3.31152 0 6 2.68848 6 6v244c0 3.31152 -2.68848 6 -6 6zM528 416c26.5098 0 48 -21.4902 48 -48v-256c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256
c0 26.5098 21.4902 48 48 48h384zM264 304c0 -22.0908 -17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40s40 -17.9092 40 -40zM192 208l39.5146 39.5146c4.68652 4.68652 12.2842 4.68652 16.9717 0l39.5137 -39.5146l103.515 103.515
c4.68652 4.68652 12.2842 4.68652 16.9717 0l71.5137 -71.5146v-80h-288v48z" />
<glyph glyph-name="clipboard" unicode="&#xf328;" horiz-adv-x="384"
d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM192 408c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24
s-10.7002 24 -24 24zM336 -10v340c0 3.2998 -2.7002 6 -6 6h-42v-36c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v36h-42c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h276c3.2998 0 6 2.7002 6 6z" />
<glyph glyph-name="arrow-alt-circle-down" unicode="&#xf358;"
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM224 308c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-116
h67c10.7002 0 16.0996 -12.9004 8.5 -20.5l-99 -99c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-99 99c-7.5 7.59961 -2.2002 20.5 8.5 20.5h67v116z" />
<glyph glyph-name="arrow-alt-circle-left" unicode="&#xf359;"
d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM456 192c0 110.5 -89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200s200 89.5 200 200zM384 212v-40c0 -6.59961 -5.40039 -12 -12 -12h-116v-67
c0 -10.7002 -12.9004 -16 -20.5 -8.5l-99 99c-4.7002 4.7002 -4.7002 12.2998 0 17l99 99c7.59961 7.59961 20.5 2.2002 20.5 -8.5v-67h116c6.59961 0 12 -5.40039 12 -12z" />
<glyph glyph-name="arrow-alt-circle-right" unicode="&#xf35a;"
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200zM128 172v40c0 6.59961 5.40039 12 12 12h116v67
c0 10.7002 12.9004 16 20.5 8.5l99 -99c4.7002 -4.7002 4.7002 -12.2998 0 -17l-99 -99c-7.59961 -7.59961 -20.5 -2.2002 -20.5 8.5v67h-116c-6.59961 0 -12 5.40039 -12 12z" />
<glyph glyph-name="arrow-alt-circle-up" unicode="&#xf35b;"
d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM256 392c-110.5 0 -200 -89.5 -200 -200s89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200zM276 64h-40c-6.59961 0 -12 5.40039 -12 12v116h-67
c-10.7002 0 -16 12.9004 -8.5 20.5l99 99c4.7002 4.7002 12.2998 4.7002 17 0l99 -99c7.59961 -7.59961 2.2002 -20.5 -8.5 -20.5h-67v-116c0 -6.59961 -5.40039 -12 -12 -12z" />
<glyph glyph-name="gem" unicode="&#xf3a5;" horiz-adv-x="576"
d="M464 448c4.09961 0 7.7998 -2 10.0996 -5.40039l99.9004 -147.199c2.90039 -4.40039 2.59961 -10.1006 -0.700195 -14.2002l-276 -340.8c-4.7998 -5.90039 -13.7998 -5.90039 -18.5996 0l-276 340.8c-3.2998 4 -3.60059 9.7998 -0.700195 14.2002l100 147.199
c2.2002 3.40039 6 5.40039 10 5.40039h352zM444.7 400h-56.7998l51.6992 -96h68.4004zM242.6 400l-51.5996 -96h194l-51.7002 96h-90.7002zM131.3 400l-63.2998 -96h68.4004l51.6992 96h-56.7998zM88.2998 256l119.7 -160l-68.2998 160h-51.4004zM191.2 256l96.7998 -243.3
l96.7998 243.3h-193.6zM368 96l119.6 160h-51.3994z" />
<glyph glyph-name="money-bill-alt" unicode="&#xf3d1;" horiz-adv-x="640"
d="M320 304c53.0195 0 96 -50.1396 96 -112c0 -61.8701 -43 -112 -96 -112c-53.0195 0 -96 50.1504 -96 112c0 61.8604 42.9805 112 96 112zM360 136v16c0 4.41992 -3.58008 8 -8 8h-16v88c0 4.41992 -3.58008 8 -8 8h-13.5801h-0.000976562
c-4.01074 0 -9.97266 -1.80566 -13.3086 -4.03027l-15.3301 -10.2197c-1.96777 -1.30957 -3.56445 -4.29004 -3.56445 -6.65332c0 -1.33691 0.601562 -3.32422 1.34375 -4.43652l8.88086 -13.3105c1.30859 -1.9668 4.29004 -3.56445 6.65332 -3.56445
c1.33691 0 3.32422 0.602539 4.43652 1.34473l0.469727 0.310547v-55.4404h-16c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h64c4.41992 0 8 3.58008 8 8zM608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-576
c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM592 112v160c-35.3496 0 -64 28.6504 -64 64h-416c0 -35.3496 -28.6504 -64 -64 -64v-160c35.3496 0 64 -28.6504 64 -64h416c0 35.3496 28.6504 64 64 64z" />
<glyph glyph-name="window-close" unicode="&#xf410;"
d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM464 22v340c0 3.2998 -2.7002 6 -6 6h-404c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h404c3.2998 0 6 2.7002 6 6z
M356.5 253.4l-61.4004 -61.4004l61.4004 -61.4004c4.59961 -4.59961 4.59961 -12.0996 0 -16.7998l-22.2998 -22.2998c-4.60059 -4.59961 -12.1006 -4.59961 -16.7998 0l-61.4004 61.4004l-61.4004 -61.4004c-4.59961 -4.59961 -12.0996 -4.59961 -16.7998 0
l-22.2998 22.2998c-4.59961 4.60059 -4.59961 12.1006 0 16.7998l61.4004 61.4004l-61.4004 61.4004c-4.59961 4.59961 -4.59961 12.0996 0 16.7998l22.2998 22.2998c4.60059 4.59961 12.1006 4.59961 16.7998 0l61.4004 -61.4004l61.4004 61.4004
c4.59961 4.59961 12.0996 4.59961 16.7998 0l22.2998 -22.2998c4.7002 -4.60059 4.7002 -12.1006 0 -16.7998z" />
<glyph glyph-name="comment-dots" unicode="&#xf4ad;"
d="M144 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM256 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM368 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32
s-32 14.2998 -32 32s14.2998 32 32 32zM256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5
c-3.80078 8.7998 -2 19 4.59961 26c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160
c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" />
<glyph glyph-name="smile-wink" unicode="&#xf4da;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM365.8 138.4c10.2002 -8.5 11.6006 -23.6006 3.10059 -33.8008
c-30 -36 -74.1006 -56.5996 -120.9 -56.5996s-90.9004 20.5996 -120.9 56.5996c-8.39941 10.2002 -7.09961 25.3008 3.10059 33.8008c10.0996 8.39941 25.2998 7.09961 33.7998 -3.10059c20.7998 -25.0996 51.5 -39.3994 84 -39.3994s63.2002 14.3994 84 39.3994
c8.5 10.2002 23.5996 11.6006 33.7998 3.10059zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 268c25.7002 0 55.9004 -16.9004 59.7002 -42.0996c1.7998 -11.1006 -11.2998 -18.2002 -19.7998 -10.8008l-9.5 8.5
c-14.8008 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-8.30078 -7.39941 -21.5 -0.399414 -19.8008 10.8008c4 25.1992 34.2002 42.0996 59.9004 42.0996z" />
<glyph glyph-name="angry" unicode="&#xf556;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM248 136c33.5996 0 65.2002 -14.7998 86.7998 -40.5996
c8.40039 -10.2002 7.10059 -25.3008 -3.09961 -33.8008c-10.6006 -8.89941 -25.7002 -6.69922 -33.7998 3c-24.8008 29.7002 -75 29.7002 -99.8008 0c-8.5 -10.1992 -23.5996 -11.5 -33.7998 -3s-11.5996 23.6006 -3.09961 33.8008
c21.5996 25.7998 53.2002 40.5996 86.7998 40.5996zM200 208c0 -17.7002 -14.2998 -32.0996 -32 -32.0996s-32 14.2998 -32 32c0 6.19922 2.2002 11.6992 5.2998 16.5996l-28.2002 8.5c-12.6992 3.7998 -19.8994 17.2002 -16.0996 29.9004
c3.7998 12.6992 17.0996 20 29.9004 16.0996l80 -24c12.6992 -3.7998 19.8994 -17.2002 16.0996 -29.9004c-3.09961 -10.3994 -12.7002 -17.0996 -23 -17.0996zM399 262.9c3.7998 -12.7002 -3.40039 -26.1006 -16.0996 -29.8008l-28.2002 -8.5
c3.09961 -4.89941 5.2998 -10.3994 5.2998 -16.5996c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c-10.2998 0 -19.9004 6.7002 -23 17.0996c-3.7998 12.7002 3.40039 26.1006 16.0996 29.9004l80 24c12.8008 3.7998 26.1006 -3.40039 29.9004 -16.0996z" />
<glyph glyph-name="dizzy" unicode="&#xf567;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM214.2 209.9
c-7.90039 -7.90039 -20.5 -7.90039 -28.4004 -0.200195l-17.7998 17.7998l-17.7998 -17.7998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0c-7.80078 7.7998 -7.80078 20.5 0 28.2998l17.8994 17.9004l-17.8994 17.8994c-7.80078 7.7998 -7.80078 20.5 0 28.2998
c7.7998 7.80078 20.5 7.80078 28.2998 0l17.7998 -17.7998l17.9004 17.9004c7.7998 7.7998 20.5 7.7998 28.2998 0s7.7998 -20.5 0 -28.2998l-17.9004 -17.9004l17.9004 -17.7998c7.7998 -7.7998 7.7998 -20.5 0 -28.2998zM374.2 302.1
c7.7002 -7.7998 7.7002 -20.3994 0 -28.1992l-17.9004 -17.9004l17.7998 -18c7.80078 -7.7998 7.80078 -20.5 0 -28.2998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0l-17.7998 17.7998l-17.7998 -17.7998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0
c-7.80078 7.7998 -7.80078 20.5 0 28.2998l17.8994 17.9004l-17.8994 17.8994c-7.80078 7.7998 -7.80078 20.5 0 28.2998c7.7998 7.80078 20.5 7.80078 28.2998 0l17.7998 -17.7998l17.9004 17.7998c7.7998 7.80078 20.5 7.80078 28.2998 0zM248 176
c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64s-64 28.7002 -64 64s28.7002 64 64 64z" />
<glyph glyph-name="flushed" unicode="&#xf579;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM344 304c44.2002 0 80 -35.7998 80 -80s-35.7998 -80 -80 -80
s-80 35.7998 -80 80s35.7998 80 80 80zM344 176c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM344 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM232 224c0 -44.2002 -35.7998 -80 -80 -80
s-80 35.7998 -80 80s35.7998 80 80 80s80 -35.7998 80 -80zM152 176c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM152 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM312 104
c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-128c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h128z" />
<glyph glyph-name="frown-open" unicode="&#xf57a;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM200 240c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32
s14.2998 32 32 32s32 -14.2998 32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM248 160c35.5996 0 88.7998 -21.2998 95.7998 -61.2002c2 -11.7998 -9.09961 -21.5996 -20.5 -18.0996
c-31.2002 9.59961 -59.3994 15.2998 -75.2998 15.2998s-44.0996 -5.7002 -75.2998 -15.2998c-11.5 -3.40039 -22.5 6.2998 -20.5 18.0996c7 39.9004 60.2002 61.2002 95.7998 61.2002z" />
<glyph glyph-name="grimace" unicode="&#xf57f;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM344 192c26.5 0 48 -21.5 48 -48v-32c0 -26.5 -21.5 -48 -48 -48h-192c-26.5 0 -48 21.5 -48 48v32c0 26.5 21.5 48 48 48
h192zM176 96v24h-40v-8c0 -8.7998 7.2002 -16 16 -16h24zM176 136v24h-24c-8.7998 0 -16 -7.2002 -16 -16v-8h40zM240 96v24h-48v-24h48zM240 136v24h-48v-24h48zM304 96v24h-48v-24h48zM304 136v24h-48v-24h48zM360 112v8h-40v-24h24c8.7998 0 16 7.2002 16 16zM360 136v8
c0 8.7998 -7.2002 16 -16 16h-24v-24h40z" />
<glyph glyph-name="grin" unicode="&#xf580;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 9.90039 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z" />
<glyph glyph-name="grin-alt" unicode="&#xf581;" horiz-adv-x="496"
d="M200.3 200c-7.5 -11.4004 -24.5996 -12 -32.7002 0c-12.3994 18.7002 -15.1992 37.2998 -15.6992 56c0.599609 18.7002 3.2998 37.2998 15.6992 56c7.60059 11.4004 24.7002 12 32.7002 0c12.4004 -18.7002 15.2002 -37.2998 15.7002 -56
c-0.599609 -18.7002 -3.2998 -37.2998 -15.7002 -56zM328.3 200c-7.5 -11.4004 -24.5996 -12 -32.7002 0c-12.3994 18.7002 -15.1992 37.2998 -15.6992 56c0.599609 18.7002 3.2998 37.2998 15.6992 56c7.60059 11.4004 24.7002 12 32.7002 0
c12.4004 -18.7002 15.2002 -37.2998 15.7002 -56c-0.599609 -18.7002 -3.2998 -37.2998 -15.7002 -56zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200
s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006
s79.7002 4.7998 105.6 13.1006z" />
<glyph glyph-name="grin-beam" unicode="&#xf582;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM117.7 216.3c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996
l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002zM277.7 216.3c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998
c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002z" />
<glyph glyph-name="grin-beam-sweat" unicode="&#xf583;" horiz-adv-x="496"
d="M440 288c-29.5 0 -53.2998 26.2998 -53.2998 58.7002c0 25 31.7002 75.5 46.2002 97.2998c3.5 5.2998 10.5996 5.2998 14.1992 0c14.5 -21.7998 46.2002 -72.2998 46.2002 -97.2998c0 -32.4004 -23.7998 -58.7002 -53.2998 -58.7002zM248 48
c-51.9004 0 -115.3 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-8 -47.0996 -71.3994 -80 -123.3 -80zM378.3 216.3
c-3.09961 -0.899414 -7.2002 0.100586 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998zM483.6 269.2c8 -24.2998 12.4004 -50.2002 12.4004 -77.2002c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248
c45.7002 0 88.4004 -12.5996 125.2 -34.2002c-10.9004 -21.5996 -15.5 -36.2002 -17.2002 -45.7002c-31.2002 20.1006 -68.2002 31.9004 -108 31.9004c-110.3 0 -200 -89.7002 -200 -200s89.7002 -200 200 -200s200 89.7002 200 200
c0 22.5 -3.90039 44.0996 -10.7998 64.2998c0.399414 0 21.7998 -2.7998 46.3994 12.9004zM168 258.6c-12.2998 0 -23.7998 -7.7998 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996z" />
<glyph glyph-name="grin-hearts" unicode="&#xf584;" horiz-adv-x="496"
d="M353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM200.8 192.3
l-70.2002 18.1006c-20.3994 5.2998 -31.8994 27 -24.1992 47.1992c6.69922 17.7002 26.6992 26.7002 44.8994 22l7.10059 -1.89941l2 7.09961c5.09961 18.1006 22.8994 30.9004 41.5 27.9004c21.3994 -3.40039 34.3994 -24.2002 28.7998 -44.5l-19.4004 -69.9004
c-1.2998 -4.5 -6 -7.2002 -10.5 -6zM389.6 257.6c7.7002 -20.1992 -3.7998 -41.7998 -24.1992 -47.0996l-70.2002 -18.2002c-4.60059 -1.2002 -9.2998 1.5 -10.5 6l-19.4004 69.9004c-5.59961 20.2998 7.40039 41.0996 28.7998 44.5c18.7002 3 36.5 -9.7998 41.5 -27.9004
l2 -7.09961l7.10059 1.89941c18.2002 4.7002 38.2002 -4.39941 44.8994 -22zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200
s89.7002 -200 200 -200z" />
<glyph glyph-name="grin-squint" unicode="&#xf585;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 9.90039 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM118.9 184.2c-3.80078 4.39941 -3.90039 11 -0.100586 15.5l33.6006 40.2998
l-33.6006 40.2998c-3.7002 4.5 -3.7002 11 0.100586 15.5c3.89941 4.40039 10.1992 5.5 15.2998 2.5l80 -48c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998s-2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7002 -1.7002 -15.2998 2.5zM361.8 181.7
l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5.10059 2.90039 11.5 1.90039 15.2998 -2.5c3.80078 -4.5 3.90039 -11 0.100586 -15.5l-33.6006 -40.2998l33.6006 -40.2998c3.7002 -4.5 3.7002 -11 -0.100586 -15.5
c-3.59961 -4.2002 -9.89941 -5.7002 -15.2998 -2.5z" />
<glyph glyph-name="grin-squint-tears" unicode="&#xf586;"
d="M117.1 63.9004c6.30078 0.899414 11.7002 -4.5 10.9004 -10.9004c-3.7002 -25.7998 -13.7002 -84 -30.5996 -100.9c-22 -21.8994 -57.9004 -21.5 -80.3008 0.900391c-22.3994 22.4004 -22.7998 58.4004 -0.899414 80.2998
c16.8994 16.9004 75.0996 26.9004 100.899 30.6006zM75.9004 105.6c-19.6006 -3.89941 -35.1006 -8.09961 -47.3008 -12.1992c-39.2998 90.5996 -22.0996 199.899 52 274c48.5 48.3994 111.9 72.5996 175.4 72.5996c38.9004 0 77.7998 -9.2002 113.2 -27.4004
c-4 -12.1992 -8.2002 -28 -12 -48.2998c-30.4004 17.9004 -65 27.7002 -101.2 27.7002c-53.4004 0 -103.6 -20.7998 -141.4 -58.5996c-61.5996 -61.5 -74.2998 -153.4 -38.6992 -227.801zM428.2 293.2c20.2998 3.89941 36.2002 8 48.5 12
c47.8994 -93.2002 32.8994 -210.5 -45.2002 -288.601c-48.5 -48.3994 -111.9 -72.5996 -175.4 -72.5996c-33.6992 0 -67.2998 7 -98.6992 20.5996c4.19922 12.2002 8.2998 27.7002 12.1992 47.2002c26.6006 -12.7998 55.9004 -19.7998 86.4004 -19.7998
c53.4004 0 103.6 20.7998 141.4 58.5996c65.6992 65.7002 75.7998 166 30.7998 242.601zM394.9 320.1c-6.30078 -0.899414 -11.7002 4.5 -10.9004 10.9004c3.7002 25.7998 13.7002 84 30.5996 100.9c22 21.8994 57.9004 21.5 80.3008 -0.900391
c22.3994 -22.4004 22.7998 -58.4004 0.899414 -80.2998c-16.8994 -16.9004 -75.0996 -26.9004 -100.899 -30.6006zM207.9 211.8c3 -3 4.19922 -7.2998 3.19922 -11.5l-22.5996 -90.5c-1.40039 -5.39941 -6.2002 -9.09961 -11.7002 -9.09961h-0.899414
c-5.80078 0.5 -10.5 5.09961 -11 10.8994l-4.80078 52.3008l-52.2998 4.7998c-5.7998 0.5 -10.3994 5.2002 -10.8994 11c-0.400391 5.89941 3.39941 11.2002 9.09961 12.5996l90.5 22.7002c4.2002 1 8.40039 -0.200195 11.4004 -3.2002zM247.6 236.9
c-0.0996094 0 -6.39941 -1.80078 -11.3994 3.19922c-3 3 -4.2002 7.30078 -3.2002 11.4004l22.5996 90.5c1.40039 5.7002 7 9.2002 12.6006 9.09961c5.7998 -0.5 10.5 -5.09961 11 -10.8994l4.7998 -52.2998l52.2998 -4.80078c5.7998 -0.5 10.4004 -5.19922 10.9004 -11
c0.399414 -5.89941 -3.40039 -11.1992 -9.10059 -12.5996zM299.6 148.4c29.1006 29.0996 53 59.5996 65.3008 83.7998c4.89941 9.2998 17.5996 9.89941 23.3994 1.7002c27.7002 -38.9004 6.10059 -106.9 -30.5996 -143.7s-104.8 -58.2998 -143.7 -30.6006
c-8.2998 5.90039 -7.5 18.6006 1.7002 23.4004c24.2002 12.5 54.7998 36.2998 83.8994 65.4004z" />
<glyph glyph-name="grin-stars" unicode="&#xf587;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM125.7 200.9l6.09961 34.8994l-25.3994 24.6006
c-4.60059 4.59961 -1.90039 12.2998 4.2998 13.1992l34.8994 5l15.5 31.6006c2.90039 5.7998 11 5.7998 13.9004 0l15.5 -31.6006l34.9004 -5c6.19922 -1 8.7998 -8.69922 4.2998 -13.1992l-25.4004 -24.6006l6 -34.8994c1 -6.2002 -5.39941 -11 -11 -7.90039
l-31.2998 16.2998l-31.2998 -16.2998c-5.60059 -3.09961 -12 1.7002 -11 7.90039zM385.4 273.6c6.19922 -1 8.89941 -8.59961 4.39941 -13.1992l-25.3994 -24.6006l6 -34.8994c1 -6.2002 -5.40039 -11 -11 -7.90039l-31.3008 16.2998l-31.2998 -16.2998
c-5.59961 -3.09961 -12 1.7002 -11 7.90039l6 34.8994l-25.3994 24.6006c-4.60059 4.59961 -1.90039 12.2998 4.2998 13.1992l34.8994 5l15.5 31.6006c2.90039 5.7998 11 5.7998 13.9004 0l15.5 -31.6006z" />
<glyph glyph-name="grin-tears" unicode="&#xf588;" horiz-adv-x="640"
d="M117.1 191.9c6.30078 0.899414 11.7002 -4.5 10.9004 -10.9004c-3.7002 -25.7998 -13.7002 -84 -30.5996 -100.9c-22 -21.8994 -57.9004 -21.5 -80.3008 0.900391c-22.3994 22.4004 -22.7998 58.4004 -0.899414 80.2998c16.8994 16.9004 75.0996 26.9004 100.899 30.6006
zM623.8 161.3c21.9004 -21.8994 21.5 -57.8994 -0.799805 -80.2002c-22.4004 -22.3994 -58.4004 -22.7998 -80.2998 -0.899414c-16.9004 16.8994 -26.9004 75.0996 -30.6006 100.899c-0.899414 6.30078 4.5 11.7002 10.8008 10.8008
c25.7998 -3.7002 84 -13.7002 100.899 -30.6006zM497.2 99.5996c12.3994 -37.2998 25.0996 -43.7998 28.2998 -46.5c-44.5996 -65.7998 -120 -109.1 -205.5 -109.1s-160.9 43.2998 -205.5 109.1c3.09961 2.60059 15.7998 9.10059 28.2998 46.5
c33.4004 -63.8994 100.3 -107.6 177.2 -107.6s143.8 43.7002 177.2 107.6zM122.7 223.5c-2.40039 0.299805 -5 2.5 -49.5 -6.90039c12.3994 125.4 118.1 223.4 246.8 223.4s234.4 -98 246.8 -223.5c-44.2998 9.40039 -47.3994 7.2002 -49.5 7
c-15.2002 95.2998 -97.7998 168.5 -197.3 168.5s-182.1 -73.2002 -197.3 -168.5zM320 48c-51.9004 0 -115.3 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996
c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-8 -47.0996 -71.3994 -80 -123.3 -80zM450.3 216.3c-3.09961 -0.899414 -7.2002 0.100586 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17
c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998zM240 258.6
c-12.2998 0 -23.7998 -7.7998 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996z" />
<glyph glyph-name="grin-tongue" unicode="&#xf589;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0
l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200
s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996
s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998zM168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32
s14.2998 32 32 32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
<glyph glyph-name="grin-tongue-squint" unicode="&#xf58a;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0
l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200
s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996
s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998zM377.1 295.8c3.80078 -4.39941 3.90039 -11 0.100586 -15.5l-33.6006 -40.2998
l33.6006 -40.2998c3.7002 -4.5 3.7002 -11 -0.100586 -15.5c-3.59961 -4.2002 -9.89941 -5.7002 -15.2998 -2.5l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5 3 11.5 1.90039 15.2998 -2.5zM214.2 250.3
c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998s-2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7002 -1.7002 -15.2998 2.5c-3.80078 4.5 -3.90039 11 -0.100586 15.5l33.6006 40.2998l-33.6006 40.2998c-3.7002 4.5 -3.7002 11 0.100586 15.5
c3.89941 4.5 10.2998 5.5 15.2998 2.5z" />
<glyph glyph-name="grin-tongue-wink" unicode="&#xf58b;" horiz-adv-x="496"
d="M152 268c25.7002 0 55.9004 -16.9004 59.7998 -42.0996c0.799805 -5 -1.7002 -10 -6.09961 -12.4004c-5.7002 -3.09961 -11.2002 -0.599609 -13.7002 1.59961l-9.5 8.5c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5
c-3.7998 -3.39941 -9.2998 -4 -13.7002 -1.59961c-4.39941 2.40039 -6.89941 7.40039 -6.09961 12.4004c3.89941 25.1992 34.0996 42.0996 59.7998 42.0996zM328 320c44.2002 0 80 -35.7998 80 -80s-35.7998 -80 -80 -80s-80 35.7998 -80 80s35.7998 80 80 80zM328 192
c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM328 264c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248z
M312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998
c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3
c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998
c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998z" />
<glyph glyph-name="grin-wink" unicode="&#xf58c;" horiz-adv-x="496"
d="M328 268c25.6904 0 55.8799 -16.9199 59.8701 -42.1201c1.72949 -11.0898 -11.3506 -18.2695 -19.8301 -10.8398l-9.5498 8.47949c-14.8105 13.1904 -46.1602 13.1904 -60.9707 0l-9.5498 -8.47949c-8.33008 -7.40039 -21.5801 -0.379883 -19.8301 10.8398
c3.98047 25.2002 34.1699 42.1201 59.8604 42.1201zM168 208c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32s32 -14.3301 32 -32s-14.3301 -32 -32 -32zM353.55 143.36c10.04 3.13965 19.3906 -5.4502 17.71 -15.3408
c-7.92969 -47.1494 -71.3193 -80.0195 -123.26 -80.0195s-115.33 32.8701 -123.26 80.0195c-1.69043 9.9707 7.76953 18.4707 17.71 15.3408c25.9297 -8.31055 64.3994 -13.0605 105.55 -13.0605s79.6201 4.75977 105.55 13.0605zM248 440c136.97 0 248 -111.03 248 -248
s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 -8c110.28 0 200 89.7197 200 200s-89.7197 200 -200 200s-200 -89.7197 -200 -200s89.7197 -200 200 -200z" />
<glyph glyph-name="kiss" unicode="&#xf596;" horiz-adv-x="496"
d="M168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM304 140c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5
c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM248 440c137 0 248 -111 248 -248
s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z
" />
<glyph glyph-name="kiss-beam" unicode="&#xf597;" horiz-adv-x="496"
d="M168 296c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.299805 -3.7998 -2 -7.19922 -5.59961 -8.2998c-3.10059 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996c-12.3008 0 -23.8008 -7.89941 -31.5 -21.5996l-9.5 -17
c-1.80078 -3.2002 -5.80078 -4.7002 -9.30078 -3.7002c-3.59961 1.10059 -5.89941 4.60059 -5.59961 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8
c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM304 140c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5
c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM328 296
c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.299805 -3.7998 -2 -7.19922 -5.59961 -8.2998c-3.10059 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996c-12.3008 0 -23.8008 -7.89941 -31.5 -21.5996l-9.5 -17
c-1.80078 -3.2002 -5.80078 -4.7002 -9.30078 -3.7002c-3.59961 1.10059 -5.89941 4.60059 -5.59961 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004z" />
<glyph glyph-name="kiss-wink-heart" unicode="&#xf598;" horiz-adv-x="504"
d="M304 139.5c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002
c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM374.5 223c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-2.5 -2.2998 -7.90039 -4.7002 -13.7002 -1.59961c-4.39941 2.39941 -6.89941 7.39941 -6.09961 12.3994
c3.89941 25.2002 34.2002 42.1006 59.7998 42.1006s55.7998 -16.9004 59.7998 -42.1006c0.799805 -5 -1.7002 -10 -6.09961 -12.3994c-4.40039 -2.40039 -9.90039 -1.7002 -13.7002 1.59961zM136 239.5c0 17.7002 14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32
s-32 14.2998 -32 32zM501.1 45.5c9.2002 -23.9004 -4.39941 -49.4004 -28.5 -55.7002l-83 -21.5c-5.39941 -1.39941 -10.8994 1.7998 -12.3994 7.10059l-22.9004 82.5996c-6.59961 24 8.7998 48.5996 34 52.5996c22 3.5 43.1006 -11.5996 49 -33l2.2998 -8.39941
l8.40039 2.2002c21.5996 5.59961 45.0996 -5.10059 53.0996 -25.9004zM334 11.7002c17.7002 -64 10.9004 -39.5 13.4004 -46.7998c-30.5 -13.4004 -64 -20.9004 -99.4004 -20.9004c-137 0 -248 111 -248 248s111 248 248 248s248 -111 247.9 -248
c0 -31.7998 -6.2002 -62.0996 -17.1006 -90c-6 1.5 -12.2002 2.7998 -18.5996 2.90039c-5.60059 9.69922 -13.6006 17.5 -22.6006 23.8994c6.7002 19.9004 10.4004 41.1006 10.4004 63.2002c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200
c30.7998 0 59.9004 7.2002 86 19.7002z" />
<glyph glyph-name="laugh" unicode="&#xf599;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 224c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM168 224
c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
<glyph glyph-name="laugh-beam" unicode="&#xf59a;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 296c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.700195 -8.5 -10.7998 -11.8994 -14.8994 -4.5
l-9.5 17c-7.7002 13.7002 -19.2002 21.6006 -31.5 21.6006c-12.3008 0 -23.8008 -7.90039 -31.5 -21.6006l-9.5 -17c-4.10059 -7.39941 -15.6006 -4.09961 -14.9004 4.5c3.2998 42.1006 32.2002 71.4004 56 71.4004zM127 220.1c-4.2002 -7.39941 -15.7002 -4 -15.0996 4.5
c3.2998 42.1006 32.1992 71.4004 56 71.4004c23.7998 0 52.6992 -29.2998 56 -71.4004c0.699219 -8.5 -10.8008 -11.8994 -14.9004 -4.5l-9.5 17c-7.7002 13.7002 -19.2002 21.6006 -31.5 21.6006s-23.7998 -7.90039 -31.5 -21.6006zM362.4 160c8.19922 0 14.5 -7 13.5 -15
c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
<glyph glyph-name="laugh-squint" unicode="&#xf59b;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM343.6 252l33.6006 -40.2998c8.59961 -10.4004 -3.90039 -24.7998 -15.4004 -18l-80 48
c-7.7998 4.7002 -7.7998 15.8994 0 20.5996l80 48c11.6006 6.7998 24 -7.7002 15.4004 -18zM134.2 193.7c-11.6006 -6.7998 -24.1006 7.59961 -15.4004 18l33.6006 40.2998l-33.6006 40.2998c-8.59961 10.2998 3.7998 24.9004 15.4004 18l80 -48
c7.7998 -4.7002 7.7998 -15.8994 0 -20.5996zM362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
<glyph glyph-name="laugh-wink" unicode="&#xf59c;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 284c25.7002 0 55.9004 -16.9004 59.7002 -42.0996c1.7998 -11.1006 -11.2998 -18.2002 -19.7998 -10.8008
l-9.5 8.5c-14.8008 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-8.30078 -7.39941 -21.5 -0.399414 -19.8008 10.8008c4 25.1992 34.2002 42.0996 59.9004 42.0996zM168 224c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z
M362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
<glyph glyph-name="meh-blank" unicode="&#xf5a4;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32
s-32 14.2998 -32 32s14.2998 32 32 32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
<glyph glyph-name="meh-rolling-eyes" unicode="&#xf5a5;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM336 296c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72
s-72 32.2002 -72 72s32.2002 72 72 72zM336 184c22.0996 0 40 17.9004 40 40c0 13.5996 -7.2998 25.0996 -17.7002 32.2998c1 -2.59961 1.7002 -5.39941 1.7002 -8.2998c0 -13.2998 -10.7002 -24 -24 -24s-24 10.7002 -24 24c0 3 0.700195 5.7002 1.7002 8.2998
c-10.4004 -7.2002 -17.7002 -18.7002 -17.7002 -32.2998c0 -22.0996 17.9004 -40 40 -40zM232 224c0 -39.7998 -32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72s72 -32.2002 72 -72zM120 224c0 -22.0996 17.9004 -40 40 -40s40 17.9004 40 40
c0 13.5996 -7.2998 25.0996 -17.7002 32.2998c1 -2.59961 1.7002 -5.39941 1.7002 -8.2998c0 -13.2998 -10.7002 -24 -24 -24s-24 10.7002 -24 24c0 3 0.700195 5.7002 1.7002 8.2998c-10.4004 -7.2002 -17.7002 -18.7002 -17.7002 -32.2998zM312 96
c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-128c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h128z" />
<glyph glyph-name="sad-cry" unicode="&#xf5b3;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM392 53.5996c34.5996 35.9004 56 84.7002 56 138.4c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -53.7002 21.4004 -102.4 56 -138.4v114.4
c0 13.2002 10.7998 24 24 24s24 -10.7998 24 -24v-151.4c28.5 -15.5996 61.2002 -24.5996 96 -24.5996s67.5 9 96 24.5996v151.4c0 13.2002 10.7998 24 24 24s24 -10.7998 24 -24v-114.4zM205.8 213.5c-5.7998 -3.2002 -11.2002 -0.700195 -13.7002 1.59961l-9.5 8.5
c-14.7998 13.2002 -46.1992 13.2002 -61 0l-9.5 -8.5c-3.7998 -3.39941 -9.2998 -4 -13.6992 -1.59961c-4.40039 2.40039 -6.90039 7.40039 -6.10059 12.4004c3.90039 25.1992 34.2002 42.0996 59.7998 42.0996c25.6006 0 55.8008 -16.9004 59.8008 -42.0996
c0.799805 -5 -1.7002 -10 -6.10059 -12.4004zM344 268c25.7002 0 55.9004 -16.9004 59.7998 -42.0996c0.799805 -5 -1.7002 -10 -6.09961 -12.4004c-5.7002 -3.09961 -11.2002 -0.599609 -13.7002 1.59961l-9.5 8.5c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5
c-3.7998 -3.39941 -9.2002 -4 -13.7002 -1.59961c-4.39941 2.40039 -6.89941 7.40039 -6.09961 12.4004c3.89941 25.1992 34.0996 42.0996 59.7998 42.0996zM248 176c30.9004 0 56 -28.7002 56 -64s-25.0996 -64 -56 -64s-56 28.7002 -56 64s25.0996 64 56 64z" />
<glyph glyph-name="sad-tear" unicode="&#xf5b4;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM256 144c38.0996 0 74 -16.7998 98.5 -46.0996
c8.5 -10.2002 7.09961 -25.3008 -3.09961 -33.8008c-10.6006 -8.7998 -25.7002 -6.69922 -33.8008 3.10059c-15.2998 18.2998 -37.7998 28.7998 -61.5996 28.7998c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM162.4 173.2c2.7998 3.7002 8.39941 3.7002 11.1992 0c11.4004 -15.2998 36.4004 -50.6006 36.4004 -68.1006
c0 -22.6992 -18.7998 -41.0996 -42 -41.0996s-42 18.4004 -42 41.0996c0 17.5 25 52.8008 36.4004 68.1006z" />
<glyph glyph-name="smile-beam" unicode="&#xf5b8;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM332 135.4c8.5 10.1992 23.5996 11.5 33.7998 3.09961
c10.2002 -8.5 11.6006 -23.5996 3.10059 -33.7998c-30 -36 -74.1006 -56.6006 -120.9 -56.6006s-90.9004 20.6006 -120.9 56.6006c-8.39941 10.2002 -7.09961 25.2998 3.10059 33.7998c10.2002 8.40039 25.2998 7.09961 33.7998 -3.09961
c20.7998 -25.1006 51.5 -39.4004 84 -39.4004s63.2002 14.4004 84 39.4004zM136.5 237l-9.5 -17c-1.90039 -3.2002 -5.90039 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996zM328 296c23.7998 0 52.7002 -29.2998 56 -71.4004
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002
c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004z" />
<glyph glyph-name="surprise" unicode="&#xf5c2;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM248 168c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64
s-64 28.7002 -64 64s28.7002 64 64 64zM200 240c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
<glyph glyph-name="tired" unicode="&#xf5c8;" horiz-adv-x="496"
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM377.1 295.8c3.80078 -4.39941 3.90039 -11 0.100586 -15.5
l-33.6006 -40.2998l33.6006 -40.2998c3.7998 -4.5 3.7002 -11 -0.100586 -15.5c-3.5 -4.10059 -9.89941 -5.7002 -15.2998 -2.5l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5 2.90039 11.5 1.90039 15.2998 -2.5z
M220 240c0 -4.2002 -2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7998 -1.60059 -15.2998 2.5c-3.80078 4.5 -3.90039 11 -0.100586 15.5l33.6006 40.2998l-33.6006 40.2998c-3.7998 4.5 -3.7002 11 0.100586 15.5
c3.7998 4.40039 10.2998 5.5 15.2998 2.5l80 -48c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998zM248 176c45.4004 0 100.9 -38.2998 107.8 -93.2998c1.5 -11.9004 -7 -21.6006 -15.5 -17.9004c-22.7002 9.7002 -56.2998 15.2002 -92.2998 15.2002
s-69.5996 -5.5 -92.2998 -15.2002c-8.60059 -3.7002 -17 6.10059 -15.5 17.9004c6.89941 55 62.3994 93.2998 107.8 93.2998z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 141 KiB

BIN
host/WmsWebApi.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf

Binary file not shown.

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save