本帖最后由 zhch182 于 2022-10-28 08:24 编辑
1.我现在遇到一个问题:在本地自己数据库中能够正常的保存,但是客户的数据无法保存
2.我想到可能的原因:
a.数据库字段差异
b.页面加载命令所导致
c.子表导致
3.我已经排除以下可能性:
a.数据库字段差异
b.页面加载命令
c.子表导致
4.我已尝试过:
a.重新做一个详情页
b.查看页面加载命令,发现未使用
c.删除过子表发现仍然存在问题
具体的错误日志:
CurrentMethodName: HandleExceptionAsync
Tid:19 2022/10/27/周四 14:42:33: Request Exception Happened-------------------------------
Path/Home/GetTableRowData
UserName:Administrator
Tid:19 2022/10/27/周四 14:42:33: Assembly: Forguncy.Server2, Version=7.0.104.0, Culture=neutral, PublicKeyToken=967100671921c115 -----------
{
"ClassName": "System.ArgumentException",
"Message": "display_unit",
"Data": null,
"InnerException": null,
"HelpURL": null,
"StackTraceString": " at Forguncy.Server2.Common.h.a(String A_0, String A_1)
at Forguncy.Server2.Common.h.a(BindingInfo A_0)
at Forguncy.Server2.Common.i.CheckItem(Object checkValue)
at Forguncy.KatanaMiddleware.ParamSecurityChecker.Check(Object checkValue)
at Forguncy.KatanaMiddleware.ParamSecurityCheckerFilter.OnActionExecuting(ActionExecutingContext context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location where exception was thrown ---
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 where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|19_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.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Forguncy.Server2.KatanaMiddleware.ReportsMiddleware.InvokeAsync(HttpContext context, ICacheService cacheService, IReportServerService reportServerService)
at Forguncy.KatanaMiddleware.ServerCommandMiddleware.InvokeAsync(HttpContext context)
at Forguncy.KatanaMiddleware.j.InvokeAsync(HttpContext context)
at Forguncy.KatanaMiddleware.i.InvokeAsync(HttpContext context)
at Forguncy.Server2.KatanaMiddleware.StartPageMiddleware.InvokeAsync(HttpContext context)
at ForguncyServerCommon.HttpHeaderMiddlewareBase.InvokeAsync(HttpContext context)
at Forguncy.KatanaMiddleware.p.InvokeAsync(HttpContext context)",
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": -2147024809,
"Source": "Forguncy.Server2",
"WatsonBuckets": null,
"ParamName": "columnName"
}
客户数据库的DOME:
正在制作中......
不知道为什么字段多敲了回车键
|