From 94d0b18fa47a92a1cb4d1fef4520d35ef2c2c322 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期二, 16 十二月 2025 21:56:49 +0800
Subject: [PATCH] 产能排产相关后端更新
---
WebApi/Gs.Ww/WWGDHBManager.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/WebApi/Gs.Ww/WWGDHBManager.cs b/WebApi/Gs.Ww/WWGDHBManager.cs
index 95659bd..70988fc 100644
--- a/WebApi/Gs.Ww/WWGDHBManager.cs
+++ b/WebApi/Gs.Ww/WWGDHBManager.cs
@@ -11,15 +11,15 @@
using Newtonsoft.Json.Linq;
using static Gs.Toolbox.UtilityHelper;
-namespace Gs.Wom.Service;
+namespace Gs.Ww;
-[ApiGroup(ApiGroupNames.WOM)]
-public class WomdaahbManager : IRomteService
+[ApiGroup(ApiGroupNames.WW)]
+public class WWGDHBManager : IRomteService
{
private readonly IHttpContextAccessor _http;
private readonly string _userCode, _userGuid, _orgFids;
- public WomdaahbManager(IHttpContextAccessor httpContextAccessor)
+ public WWGDHBManager(IHttpContextAccessor httpContextAccessor)
{
_http = httpContextAccessor;
(_userCode, _userGuid, _orgFids) =
@@ -103,7 +103,7 @@
SqlParameter[] parameters =
{
new("@inMainGuid", guid),
- new("@inP1", ""),
+ new("@inP1", "濮斿宸ュ崟"),
new("@inP2", ""),
new("@inP3", ""),
new("@inP4", "")
--
Gitblit v1.9.3