1
huanghongfeng
2024-11-22 91adcbb1b813198d0a81ca03257bf94d43d4ef60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
--------------------------------
2024/11/11 11:21:19|
Index and length must refer to a location within the string. (Parameter 'length')
【自定义错误】:Index and length must refer to a location within the string. (Parameter 'length') 
【异常类型】:ArgumentOutOfRangeException 
【异常信息】:Index and length must refer to a location within the string. (Parameter 'length') 
【堆栈调用】:   at System.String.Substring(Int32 startIndex, Int32 length)
   at WIDESEA_TaskInfoService.TaskService.Queryinventory(String palletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 337
   at WIDESEA_TaskInfoService.TaskService.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 217
   at Castle.Proxies.Invocations.ITaskService_GenerateInventoryInformation.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_19.GenerateInventoryInformation(String SourceAddress, String PalletCode)
   at WIDESEA_WMSServer.Controllers.TaskInfo.TaskController.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\TaskInfo\TaskController.cs:line 63
   at lambda_method727(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   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|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2024/11/11 11:24:42|
Index was outside the bounds of the array.
【自定义错误】:Index was outside the bounds of the array. 
【异常类型】:IndexOutOfRangeException 
【异常信息】:Index was outside the bounds of the array. 
【堆栈调用】:   at WIDESEA_TaskInfoService.TaskService.Queryinventory(String palletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 339
   at WIDESEA_TaskInfoService.TaskService.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 217
   at Castle.Proxies.Invocations.ITaskService_GenerateInventoryInformation.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_19.GenerateInventoryInformation(String SourceAddress, String PalletCode)
   at WIDESEA_WMSServer.Controllers.TaskInfo.TaskController.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\TaskInfo\TaskController.cs:line 63
   at lambda_method871(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   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|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2024/11/11 11:26:04|
Index was outside the bounds of the array.
【自定义错误】:Index was outside the bounds of the array. 
【异常类型】:IndexOutOfRangeException 
【异常信息】:Index was outside the bounds of the array. 
【堆栈调用】:   at WIDESEA_TaskInfoService.TaskService.Queryinventory(String palletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 339
   at WIDESEA_TaskInfoService.TaskService.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 217
   at Castle.Proxies.Invocations.ITaskService_GenerateInventoryInformation.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_19.GenerateInventoryInformation(String SourceAddress, String PalletCode)
   at WIDESEA_WMSServer.Controllers.TaskInfo.TaskController.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\TaskInfo\TaskController.cs:line 63
   at lambda_method871(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   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|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2024/11/11 11:26:49|
Index was outside the bounds of the array.
【自定义错误】:Index was outside the bounds of the array. 
【异常类型】:IndexOutOfRangeException 
【异常信息】:Index was outside the bounds of the array. 
【堆栈调用】:   at WIDESEA_TaskInfoService.TaskService.Queryinventory(String palletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 339
   at WIDESEA_TaskInfoService.TaskService.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 217
   at Castle.Proxies.Invocations.ITaskService_GenerateInventoryInformation.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_19.GenerateInventoryInformation(String SourceAddress, String PalletCode)
   at WIDESEA_WMSServer.Controllers.TaskInfo.TaskController.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\TaskInfo\TaskController.cs:line 63
   at lambda_method871(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   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|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2024/11/11 11:29:13|
Index was outside the bounds of the array.
【自定义错误】:Index was outside the bounds of the array. 
【异常类型】:IndexOutOfRangeException 
【异常信息】:Index was outside the bounds of the array. 
【堆栈调用】:   at WIDESEA_TaskInfoService.TaskService.Queryinventory(String palletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 339
   at WIDESEA_TaskInfoService.TaskService.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 217
   at Castle.Proxies.Invocations.ITaskService_GenerateInventoryInformation.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_19.GenerateInventoryInformation(String SourceAddress, String PalletCode)
   at WIDESEA_WMSServer.Controllers.TaskInfo.TaskController.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\TaskInfo\TaskController.cs:line 63
   at lambda_method871(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   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|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2024/11/11 11:30:03|
Index was outside the bounds of the array.
【自定义错误】:Index was outside the bounds of the array. 
【异常类型】:IndexOutOfRangeException 
【异常信息】:Index was outside the bounds of the array. 
【堆栈调用】:   at WIDESEA_TaskInfoService.TaskService.Queryinventory(String palletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 339
   at WIDESEA_TaskInfoService.TaskService.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 217
   at Castle.Proxies.Invocations.ITaskService_GenerateInventoryInformation.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_19.GenerateInventoryInformation(String SourceAddress, String PalletCode)
   at WIDESEA_WMSServer.Controllers.TaskInfo.TaskController.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\TaskInfo\TaskController.cs:line 63
   at lambda_method871(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   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|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2024/11/11 11:34:45|
Index was outside the bounds of the array.
【自定义错误】:Index was outside the bounds of the array. 
【异常类型】:IndexOutOfRangeException 
【异常信息】:Index was outside the bounds of the array. 
【堆栈调用】:   at WIDESEA_TaskInfoService.TaskService.Queryinventory(String palletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 341
   at WIDESEA_TaskInfoService.TaskService.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 217
   at Castle.Proxies.Invocations.ITaskService_GenerateInventoryInformation.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_19.GenerateInventoryInformation(String SourceAddress, String PalletCode)
   at WIDESEA_WMSServer.Controllers.TaskInfo.TaskController.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\TaskInfo\TaskController.cs:line 63
   at lambda_method727(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   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|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2024/11/11 11:37:50|
Index was outside the bounds of the array.
【自定义错误】:Index was outside the bounds of the array. 
【异常类型】:IndexOutOfRangeException 
【异常信息】:Index was outside the bounds of the array. 
【堆栈调用】:   at WIDESEA_TaskInfoService.TaskService.Queryinventory(String palletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 341
   at WIDESEA_TaskInfoService.TaskService.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 217
   at Castle.Proxies.Invocations.ITaskService_GenerateInventoryInformation.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_19.GenerateInventoryInformation(String SourceAddress, String PalletCode)
   at WIDESEA_WMSServer.Controllers.TaskInfo.TaskController.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\TaskInfo\TaskController.cs:line 63
   at lambda_method727(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   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|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2024/11/11 11:39:35|
Index was outside the bounds of the array.
【自定义错误】:Index was outside the bounds of the array. 
【异常类型】:IndexOutOfRangeException 
【异常信息】:Index was outside the bounds of the array. 
【堆栈调用】:   at WIDESEA_TaskInfoService.TaskService.Queryinventory(String palletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 341
   at WIDESEA_TaskInfoService.TaskService.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_TaskInfoService\PartialTaskService_Inbound.cs:line 217
   at Castle.Proxies.Invocations.ITaskService_GenerateInventoryInformation.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_19.GenerateInventoryInformation(String SourceAddress, String PalletCode)
   at WIDESEA_WMSServer.Controllers.TaskInfo.TaskController.GenerateInventoryInformation(String SourceAddress, String PalletCode) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\TaskInfo\TaskController.cs:line 63
   at lambda_method727(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   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|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
--------------------------------
2024/11/21 17:10:15|
对象名 'Sys_Department' 无效。
【自定义错误】:对象名 'Sys_Department' 无效。 
【异常类型】:SqlException 
【异常信息】:对象名 'Sys_Department' 无效。 
【堆栈调用】:   at WIDESEA_SystemRepository.Sys_DictionaryRepository.Query(String sql) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 61
   at WIDESEA_SystemRepository.Sys_DictionaryRepository.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_SystemRepository\Sys_DictionaryRepository.cs:line 41
   at Castle.Proxies.Invocations.ISys_DictionaryRepository_GetDictionaries.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IRepository`1Proxy_2.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql)
   at WIDESEA_SystemService.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_SystemService\Sys_DictionaryService.cs:line 73
   at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_Core\AOP\LogAOP.cs:line 70
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.IService`1Proxy_1.GetVueDictionary(String[] dicNos)
   at WIDESEA_WMSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in F:\外出项目\尖山\11-1\代码管理\WMS\WIDESEA_WMSServer\WIDESEA_WMSServer\Controllers\System\Sys_DictionaryController.cs:line 25
   at lambda_method784(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
   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|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)