bin.jiang
2 years ago
commit
2c5c18555a
530 changed files with 162831 additions and 0 deletions
@ -0,0 +1 @@ |
|||
**/wwwroot/libs/** linguist-vendored |
@ -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 |
@ -0,0 +1,5 @@ |
|||
{ |
|||
"singleQuote": true, |
|||
"useTabs": false, |
|||
"tabWidth": 4 |
|||
} |
@ -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> |
@ -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 |
@ -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> |
@ -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> |
@ -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"] |
@ -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 |
|||
|
|||
|
@ -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 |
|||
|
|||
|
@ -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 |
@ -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 |
@ -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" |
@ -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: |
@ -0,0 +1,3 @@ |
|||
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"> |
|||
<ConfigureAwait ContinueOnCapturedContext="false" /> |
|||
</Weavers> |
@ -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> |
@ -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; |
|||
} |
|||
} |
@ -0,0 +1,10 @@ |
|||
<Project Sdk="Microsoft.NET.Sdk"> |
|||
|
|||
<Import Project="..\..\common.props" /> |
|||
|
|||
<PropertyGroup> |
|||
<TargetFramework>netstandard2.0</TargetFramework> |
|||
<RootNamespace>WmsWebApi</RootNamespace> |
|||
</PropertyGroup> |
|||
|
|||
</Project> |
@ -0,0 +1,12 @@ |
|||
{ |
|||
"version": 1, |
|||
"isRoot": true, |
|||
"tools": { |
|||
"dotnet-ef": { |
|||
"version": "6.0.2", |
|||
"commands": [ |
|||
"dotnet-ef" |
|||
] |
|||
} |
|||
} |
|||
} |
@ -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"); |
|||
} |
|||
} |
|||
} |
@ -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"] |
@ -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(); |
|||
} |
|||
} |
|||
} |
@ -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(); |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,3 @@ |
|||
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"> |
|||
<ConfigureAwait /> |
|||
</Weavers> |
@ -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> |
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -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 |
@ -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 |
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -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 |
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because one or more lines are too long
@ -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 |
File diff suppressed because it is too large
@ -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 |
@ -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 |
File diff suppressed because one or more lines are too long
@ -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 |
@ -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 |
@ -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 |
@ -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 |
@ -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 |
@ -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 |
@ -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 |
File diff suppressed because it is too large
@ -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
|
|||
} |
|||
} |
|||
} |
@ -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"); |
|||
} |
|||
} |
|||
} |
@ -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
|
|||
} |
|||
} |
|||
} |
@ -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) |
|||
{ |
|||
|
|||
} |
|||
} |
|||
} |
@ -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
|
|||
} |
|||
} |
|||
} |
@ -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(); |
|||
} |
|||
} |
@ -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" |
|||
} |
|||
} |
|||
} |
|||
} |
@ -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(); |
|||
} |
|||
} |
|||
} |
@ -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> |
@ -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(); |
|||
} |
|||
} |
|||
} |
@ -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*" |
|||
} |
|||
} |
@ -0,0 +1,2 @@ |
|||
{ |
|||
} |
@ -0,0 +1,4 @@ |
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. |
|||
# yarn lockfile v1 |
|||
|
|||
|
@ -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"] |
@ -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(); |
|||
} |
|||
} |
|||
} |
@ -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(); |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,3 @@ |
|||
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"> |
|||
<ConfigureAwait ContinueOnCapturedContext="false" /> |
|||
</Weavers> |
@ -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> |
@ -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); |
|||
} |
|||
} |
|||
} |
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -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> |
|||
} |
@ -0,0 +1,11 @@ |
|||
using Volo.Abp.AspNetCore.Mvc.UI.RazorPages; |
|||
|
|||
namespace WmsWebApi.Pages |
|||
{ |
|||
public class IndexModel : AbpPageModel |
|||
{ |
|||
public void OnGet() |
|||
{ |
|||
} |
|||
} |
|||
} |
@ -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 |
@ -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(); |
|||
} |
|||
} |
@ -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" |
|||
} |
|||
} |
|||
} |
|||
} |
@ -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(); |
|||
} |
|||
} |
|||
} |
@ -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> |
@ -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(); |
|||
} |
|||
}); |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,11 @@ |
|||
module.exports = { |
|||
aliases: { |
|||
|
|||
}, |
|||
clean: [ |
|||
|
|||
], |
|||
mappings: { |
|||
|
|||
} |
|||
}; |
@ -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" |
|||
} |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,2 @@ |
|||
{ |
|||
} |
@ -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('./')); |
|||
}; |
@ -0,0 +1,8 @@ |
|||
{ |
|||
"version": "1.0.0", |
|||
"name": "my-app-identityserver", |
|||
"private": true, |
|||
"dependencies": { |
|||
"@abp/aspnetcore.mvc.ui.theme.basic": "^4.4.4" |
|||
} |
|||
} |
@ -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}} |
@ -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="}} |
File diff suppressed because it is too large
File diff suppressed because it is too large
Binary file not shown.
After Width: | Height: | Size: 712 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 141 KiB |
Binary file not shown.
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue