From 359c272c0b09cc02a43bf6d6f55a8215f71fa94b Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 12 十二月 2025 14:03:17 +0800
Subject: [PATCH] MES前端字段补全
---
WebApi/Gs.BaseInfo/Services/SysDepartmentManager.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/WebApi/Gs.BaseInfo/Services/SysDepartmentManager.cs b/WebApi/Gs.BaseInfo/Services/SysDepartmentManager.cs
index d97c88b..74aaa3d 100644
--- a/WebApi/Gs.BaseInfo/Services/SysDepartmentManager.cs
+++ b/WebApi/Gs.BaseInfo/Services/SysDepartmentManager.cs
@@ -48,6 +48,9 @@
JoinType.Left, a.FParentID == c.Id.ToString()
}).Select((a, org, c) => new SysDepartment
{
+ WorkshopCenterCode = a.WorkshopCenterCode,
+ WorkshopCenterName = a.WorkshopCenterName,
+ factoryName = a.factoryName,
FSubsidiary = "(" + org.FNumber + ")" + org.Name,
FParentID = c.Departmentname,
Depextr4 = a.Depextr4+":"+(a.Depextr4 == "A" ? "姝e父" : "绂佺敤")
--
Gitblit v1.9.3