From b0302c52519c650e24fb73e81ed93ff13c4516e2 Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期三, 28 八月 2024 10:25:50 +0800
Subject: [PATCH] 暂无

---
 WebApi/Gs.User/Service/UserController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebApi/Gs.User/Service/UserController.cs b/WebApi/Gs.User/Service/UserController.cs
index 895fd7f..fb4117d 100644
--- a/WebApi/Gs.User/Service/UserController.cs
+++ b/WebApi/Gs.User/Service/UserController.cs
@@ -119,7 +119,7 @@
                                             upGuid = dr["upGuid"].ToString().Length > 0 ? Guid.Parse(dr["upGuid"].ToString()) : null,
                                             name = dr["name"].ToString(),
                                             icon = dr["icon"].ToString(),
-                                            fromPath = dr["fromPath"].ToString(),
+                                            formPath = dr["formPath"].ToString(),
                                             category = int.Parse(dr["category"].ToString()),
                                         }
                                     );

--
Gitblit v1.9.3