From f9c5d515a35780b00a0dbcb936a1988a3d8ce6a4 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期四, 13 十一月 2025 19:29:09 +0800
Subject: [PATCH] 委外工单合并完成

---
 WebApi/Gs.Ww/WWGDManager.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebApi/Gs.Ww/WWGDManager.cs b/WebApi/Gs.Ww/WWGDManager.cs
index ba9a069..f9a15cc 100644
--- a/WebApi/Gs.Ww/WWGDManager.cs
+++ b/WebApi/Gs.Ww/WWGDManager.cs
@@ -127,7 +127,7 @@
             using (var conn = new SqlConnection(DbHelperSQL.strConn))
             {
                 using (var cmd =
-                       new SqlCommand("[prc_wom_daa_select_to_grid]", conn))
+                       new SqlCommand("[prc_WW_GD_select_to_grid]", conn))
                 {
                     try
                     {
@@ -147,7 +147,7 @@
                     catch (Exception ex)
                     {
                         LogHelper.Debug(ToString(),
-                            "prc_wom_daa_select_to_grid error锛�" + ex.Message);
+                            "prc_WW_GD_select_to_grid error锛�" + ex.Message);
                     }
                     finally
                     {

--
Gitblit v1.9.3