找回密码
 立即注册

QQ登录

只需一步,快速开始

zhch182

注册会员

5

主题

12

帖子

169

积分

注册会员

积分
169
zhch182
注册会员   /  发表于:2022-10-27 19:00  /   查看:1295  /  回复:3
1金币
本帖最后由 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:

正在制作中......


不知道为什么字段多敲了回车键

评分

参与人数 1金币 +5 收起 理由
David.Zhong + 5 非常好的提问方式 加油鸭~

查看全部评分

3 个回复

倒序浏览
zhch182
注册会员   /  发表于:2022-10-28 08:25:48
沙发
duxp 发表于 2022-10-27 22:39
上错误截图,命令截图,或者直接上能体现问题的demo

已经修复了。原因是数据库字段不知道为什么敲了回车从外面看不出来,制作demo时,发现后修复了。
回复 使用道具 举报
David.Zhong讲师达人认证 悬赏达人认证 活字格认证
论坛元老   /  发表于:2022-10-28 08:59:49
板凳
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部