数据导入进来了,表格放在页面后不能进行筛选,是怎么回事儿
- Failed to load resource: the server responded with a status of 500 (Internal Server Error)
- MetadataLoader.js?v=638785129620000000:833 /Forguncy/Home/GetRowCount
- Internal Server Error
- Request Exception Happened-------------------------------
- Path/Home/GetRowCount
- UserName:Administrator
- Sql Statement:
- [
- {
- "Sql": "select COUNT(*) from `TestNo` a Where a.`SaveFileName` LIKE "%20250305%" ESCAPE '/' ",
- "OriginalSql": "select COUNT(*) from `TestNo` a Where a.`SaveFileName` LIKE ? ESCAPE '/' ",
- "SqlParam": {
- "Name": "?",
- "Value": "%20250305%"
- },
- "Duration": "5.5108ms"
- }
- ]
- {
- "IsTransient": false,
- "SqlState": null,
- "BatchCommand": null,
- "ErrorCode": -2147467259,
- "Message": "ERROR [42000] [Microsoft][ODBC Microsoft Access Driver] 语法错误 (操作符丢失) 在查询表达式 'a.`SaveFileName` LIKE Pa_RaM000 ESCAPE '/'' 中。 ",
- "Data": {
- "$type": "System.Collections.ListDictionaryInternal, System.Private.CoreLib"
- },
- "InnerException": null,
- "HelpLink": null,
- "Source": "GrapeCity.Forguncy.DataBaseApi",
- "HResult": -2147467259,
- "StackTrace": " at GrapeCity.Forguncy.DataBaseApi.DataWrapperBase.FillTableAsync(String commandText, IEnumerable`1 parameters)
- at GrapeCity.Forguncy.DataBaseApi.DataWrapperBase.FillTableAsync(String commandText, IEnumerable`1 parameters)
- at Forguncy.DataSourceBase.FillTableAsync(String commandText, IEnumerable`1 parameters)
- at ForguncyDataAccess.DataAccess.SelectFromDatabaseAsync(String connectionString, String selectString, String databaseType, DbParameter[] parameters, ISqlSettings sqlSettings)
- at ForguncyDataAccess.DataAccess.GetDataTableRowCountWithSqlSettingsAsync(ISqlSettings sqlSettings, String tableName, List`1 columnBindingInfos, ISqlCondition sqlCondition)
- at Forguncy.Server2.ForguncyServerDataAccess.GetDataTableRowCountWithSqlSettingsAsync(ISqlSettings sqlSettings, String tableName, List`1 columnBindingInfos, ISqlCondition sqlCondition)
- at Forguncy.Server2.ForguncyServerDataAccess.GetDataTableRowCountAsync(String tableName, List`1 columnBindingInfos, ISqlCondition sqlCondition)
- at Forguncy.Server2.Controllers.HomeController.GetRowCountAsync(GetRowCountParam data)
- at Forguncy.Server2.Controllers.HomeController.GetRowCountAsync(GetRowCountParam data)
- at lambda_method532(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- 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.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at ServerDesignerCommon.CodeEditor.CodeEditorMiddleware.DoInvokeAsync(HttpContext context)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at Forguncy.Server2.KatanaMiddleware.JavaAdapterReflectMiddleWare.DoInvokeAsync(HttpContext context)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at Forguncy.Server2.KatanaMiddleware.ProcessEngineMiddleware.DoInvokeAsync(HttpContext context)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at Forguncy.Server2.KatanaMiddleware.ReportsMiddleware.DoInvokeAsync(HttpContext context, ICacheService cacheService, IReportServerService reportServerService)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase`2.InvokeAsync(HttpContext context, TService1 service1, TService2 service2)
- at Forguncy.KatanaMiddleware.ServerCommandMiddleware.DoInvokeAsync(HttpContext context)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at Forguncy.Server2.KatanaMiddleware.AppServiceMiddleware.DoInvokeAsync(HttpContext context)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at ak.DoInvokeAsync(HttpContext a)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at aj.DoInvokeAsync(HttpContext a)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at Forguncy.Server2.KatanaMiddleware.StartPageMiddleware.DoInvokeAsync(HttpContext context)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at Forguncy.Server2.KatanaMiddleware.ResourceMiddleware.DoInvokeAsync(HttpContext context)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at ForguncyServerCommon.HttpHeaderMiddlewareBase.DoInvokeAsync(HttpContext context)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at ForguncyServerCommon.HttpResponseHeaderMiddlewareBase.DoInvokeAsync(HttpContext context)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at Forguncy.Server2.KatanaMiddleware.IpRestrictionMiddleware.DoInvokeAsync(HttpContext httpContext)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at Forguncy.Server2.KatanaMiddleware.RecordProxyHeaderInfoMiddleware.DoInvokeAsync(HttpContext httpContext)
- at Forguncy.Log.Logger.Component.LoggingMiddlewareBase.InvokeAsync(HttpContext context)
- at aq.DoInvokeAsync(HttpContext a)"
- }
复制代码
|