--------------------------------
|
2025/4/7 11:03:14|
|
'System.Dynamic.ExpandoObject' does not contain a definition for 'Value'
|
【自定义错误】:'System.Dynamic.ExpandoObject' does not contain a definition for 'Value'
|
【异常类型】:RuntimeBinderException
|
【异常信息】:'System.Dynamic.ExpandoObject' does not contain a definition for 'Value'
|
【堆栈调用】: at WIDESEAWCS_SystemRepository.Sys_DictionaryRepository.Query(String sql) in E:\GET\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\Sys_DictionaryRepository.cs:line 58
|
at WIDESEAWCS_SystemRepository.Sys_DictionaryRepository.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql) in E:\GET\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\Sys_DictionaryRepository.cs:line 38
|
at Castle.Proxies.Invocations.ISys_DictionaryRepository_GetDictionaries.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IRepository`1Proxy.GetDictionaries(IEnumerable`1 dicNos, Boolean executeSql)
|
at WIDESEAWCS_SystemServices.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in E:\GET\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\Sys_DictionaryService.cs:line 57
|
at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IService`1Proxy.GetVueDictionary(String[] dicNos)
|
at WIDESEAWCS_WCSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in E:\GET\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\Controllers\System\Sys_DictionaryController.cs:line 44
|
at lambda_method791(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)
|
--------------------------------
|
2025/4/7 14:10:28|
|
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
|
【自定义错误】:Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
|
【异常类型】:SqlException
|
【异常信息】:Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
|
【堆栈调用】: at Microsoft.Data.SqlClient.SqlConnection.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.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
|
at Microsoft.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
|
at Microsoft.Data.SqlClient.SqlDataReader.get_MetaData()
|
at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean isAsync, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String method)
|
at Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
|
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
|
at SqlSugar.AdoProvider.GetDataReader(String sql, SugarParameter[] parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T,T2,T3,T4,T5,T6,T7](String sql, Object parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T](String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_Core.BaseRepository.RepositoryBase`1.QueryObjectDataBySql(String sql, SugarParameter[] parameters) in E:\GET\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseRepository\RepositoryBase.cs:line 374
|
at Castle.Proxies.Invocations.IRepository`1_QueryObjectDataBySql_2.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IRepository`1Proxy_2.QueryObjectDataBySql(String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_SystemServices.Sys_DictionaryService.<GetVueDictionary>g__GetSourceData|3_1(String dicNo, String dbSql, Object data)
|
at WIDESEAWCS_SystemServices.Sys_DictionaryService.<GetVueDictionary>b__3_2(<>f__AnonymousType0`4 item)
|
at System.Linq.Enumerable.SelectListIterator`2.ToList()
|
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
|
at WIDESEAWCS_SystemServices.Sys_DictionaryService.GetVueDictionary(String[] dicNos)
|
at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IService`1Proxy_2.GetVueDictionary(String[] dicNos)
|
at WIDESEAWCS_WCSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in E:\GET\BaiBuLiKu\Code Management\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\Controllers\System\Sys_DictionaryController.cs:line 44
|
at lambda_method821(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)
|
--------------------------------
|
2025/6/10 16:11:53|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in E:\GET\江西飞友\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 115
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options) in E:\GET\江西飞友\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 29
|
at lambda_method984(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)
|
--------------------------------
|
2025/6/10 16:11:56|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in E:\GET\江西飞友\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 115
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options) in E:\GET\江西飞友\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 29
|
at lambda_method984(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)
|
--------------------------------
|
2025/6/23 16:33:07|
|
列名 'stationName' 无效。
|
【自定义错误】:列名 'stationName' 无效。
|
【异常类型】:SqlException
|
【异常信息】:列名 'stationName' 无效。
|
【堆栈调用】: at Microsoft.Data.SqlClient.SqlConnection.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.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
|
at Microsoft.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
|
at Microsoft.Data.SqlClient.SqlDataReader.get_MetaData()
|
at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean isAsync, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String method)
|
at Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
|
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
|
at SqlSugar.AdoProvider.GetDataReader(String sql, SugarParameter[] parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T,T2,T3,T4,T5,T6,T7](String sql, Object parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T](String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_Core.BaseRepository.RepositoryBase`1.QueryDynamicDataBySql(String sql, SugarParameter[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseRepository\RepositoryBase.cs:line 363
|
at Castle.Proxies.Invocations.IRepository`1_QueryDynamicDataBySql_6.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IRepository`1Proxy_6.QueryDynamicDataBySql(String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_SystemServices.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\Sys_DictionaryService.cs:line 75
|
at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IService`1Proxy_5.GetVueDictionary(String[] dicNos)
|
at WIDESEAWCS_WCSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\Controllers\System\Sys_DictionaryController.cs:line 45
|
at lambda_method841(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)
|
--------------------------------
|
2025/6/23 16:33:08|
|
列名 'stationName' 无效。
|
【自定义错误】:列名 'stationName' 无效。
|
【异常类型】:SqlException
|
【异常信息】:列名 'stationName' 无效。
|
【堆栈调用】: at Microsoft.Data.SqlClient.SqlConnection.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.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
|
at Microsoft.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
|
at Microsoft.Data.SqlClient.SqlDataReader.get_MetaData()
|
at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean isAsync, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String method)
|
at Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
|
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
|
at SqlSugar.AdoProvider.GetDataReader(String sql, SugarParameter[] parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T,T2,T3,T4,T5,T6,T7](String sql, Object parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T](String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_Core.BaseRepository.RepositoryBase`1.QueryDynamicDataBySql(String sql, SugarParameter[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseRepository\RepositoryBase.cs:line 363
|
at Castle.Proxies.Invocations.IRepository`1_QueryDynamicDataBySql_6.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IRepository`1Proxy_6.QueryDynamicDataBySql(String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_SystemServices.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\Sys_DictionaryService.cs:line 75
|
at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IService`1Proxy_5.GetVueDictionary(String[] dicNos)
|
at WIDESEAWCS_WCSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\Controllers\System\Sys_DictionaryController.cs:line 45
|
at lambda_method841(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)
|
--------------------------------
|
2025/6/23 16:33:13|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 115
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 29
|
at lambda_method852(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)
|
--------------------------------
|
2025/6/23 16:40:41|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 115
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 29
|
at lambda_method779(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)
|
--------------------------------
|
2025/6/23 16:41:54|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 115
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 29
|
at lambda_method779(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)
|
--------------------------------
|
2025/6/23 16:48:00|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options)
|
at lambda_method828(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)
|
--------------------------------
|
2025/6/23 16:53:44|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options)
|
at lambda_method835(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)
|
--------------------------------
|
2025/6/23 17:28:47|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 115
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 29
|
at lambda_method777(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)
|
--------------------------------
|
2025/6/23 17:29:59|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 115
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 29
|
at lambda_method779(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)
|
--------------------------------
|
2025/6/23 17:31:53|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 115
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 29
|
at lambda_method777(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)
|
--------------------------------
|
2025/6/24 8:49:10|
|
列名 'stationName' 无效。
|
【自定义错误】:列名 'stationName' 无效。
|
【异常类型】:SqlException
|
【异常信息】:列名 'stationName' 无效。
|
【堆栈调用】: at Microsoft.Data.SqlClient.SqlConnection.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.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
|
at Microsoft.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
|
at Microsoft.Data.SqlClient.SqlDataReader.get_MetaData()
|
at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean isAsync, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String method)
|
at Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
|
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
|
at SqlSugar.AdoProvider.GetDataReader(String sql, SugarParameter[] parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T,T2,T3,T4,T5,T6,T7](String sql, Object parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T](String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_Core.BaseRepository.RepositoryBase`1.QueryDynamicDataBySql(String sql, SugarParameter[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseRepository\RepositoryBase.cs:line 363
|
at Castle.Proxies.Invocations.IRepository`1_QueryDynamicDataBySql_6.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IRepository`1Proxy_6.QueryDynamicDataBySql(String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_SystemServices.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\Sys_DictionaryService.cs:line 75
|
at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IService`1Proxy_5.GetVueDictionary(String[] dicNos)
|
at WIDESEAWCS_WCSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\Controllers\System\Sys_DictionaryController.cs:line 45
|
at lambda_method847(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)
|
--------------------------------
|
2025/6/24 8:49:30|
|
列名 'stationName' 无效。
|
【自定义错误】:列名 'stationName' 无效。
|
【异常类型】:SqlException
|
【异常信息】:列名 'stationName' 无效。
|
【堆栈调用】: at Microsoft.Data.SqlClient.SqlConnection.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.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
|
at Microsoft.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
|
at Microsoft.Data.SqlClient.SqlDataReader.get_MetaData()
|
at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean isAsync, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String method)
|
at Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
|
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
|
at SqlSugar.AdoProvider.GetDataReader(String sql, SugarParameter[] parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T,T2,T3,T4,T5,T6,T7](String sql, Object parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T](String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_Core.BaseRepository.RepositoryBase`1.QueryDynamicDataBySql(String sql, SugarParameter[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseRepository\RepositoryBase.cs:line 363
|
at Castle.Proxies.Invocations.IRepository`1_QueryDynamicDataBySql_6.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IRepository`1Proxy_6.QueryDynamicDataBySql(String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_SystemServices.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\Sys_DictionaryService.cs:line 75
|
at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IService`1Proxy_5.GetVueDictionary(String[] dicNos)
|
at WIDESEAWCS_WCSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\Controllers\System\Sys_DictionaryController.cs:line 45
|
at lambda_method847(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)
|
--------------------------------
|
2025/6/24 8:50:13|
|
列名 'stationName' 无效。
|
【自定义错误】:列名 'stationName' 无效。
|
【异常类型】:SqlException
|
【异常信息】:列名 'stationName' 无效。
|
【堆栈调用】: at Microsoft.Data.SqlClient.SqlConnection.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.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
|
at Microsoft.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
|
at Microsoft.Data.SqlClient.SqlDataReader.get_MetaData()
|
at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean isAsync, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String method)
|
at Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
|
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
|
at SqlSugar.AdoProvider.GetDataReader(String sql, SugarParameter[] parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T,T2,T3,T4,T5,T6,T7](String sql, Object parameters)
|
at SqlSugar.AdoProvider.SqlQuery[T](String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_Core.BaseRepository.RepositoryBase`1.QueryDynamicDataBySql(String sql, SugarParameter[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseRepository\RepositoryBase.cs:line 363
|
at Castle.Proxies.Invocations.IRepository`1_QueryDynamicDataBySql_6.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IRepository`1Proxy_6.QueryDynamicDataBySql(String sql, SugarParameter[] parameters)
|
at WIDESEAWCS_SystemServices.Sys_DictionaryService.GetVueDictionary(String[] dicNos) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\Sys_DictionaryService.cs:line 75
|
at Castle.Proxies.Invocations.ISys_DictionaryService_GetVueDictionary.InvokeMethodOnTarget()
|
at Castle.DynamicProxy.AbstractInvocation.Proceed()
|
at Castle.Proxies.IService`1Proxy_5.GetVueDictionary(String[] dicNos)
|
at WIDESEAWCS_WCSServer.Controllers.System.Sys_DictionaryController.GetVueDictionary(String[] dicNos) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\Controllers\System\Sys_DictionaryController.cs:line 45
|
at lambda_method847(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)
|
--------------------------------
|
2025/6/24 8:58:27|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 115
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 29
|
at lambda_method779(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)
|
--------------------------------
|
2025/6/24 8:59:14|
|
Exception has been thrown by the target of an invocation.
|
【自定义错误】:Exception has been thrown by the target of an invocation.
|
【异常类型】:TargetInvocationException
|
【异常信息】:Exception has been thrown by the target of an invocation.
|
【堆栈调用】: at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
|
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
|
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.InvokeService(String methodName, Object[] parameters) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 115
|
at WIDESEAWCS_Core.BaseController.ApiBaseController`2.GetPageData(PageDataOptions options) in E:\GET\AoTanSiWCS\项目代码\WCS\WIDESEAWCS_Server\WIDESEAWCS_Core\BaseController\ApiBaseController.cs:line 29
|
at lambda_method779(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)
|