cnf
2025-11-13 f9c5d515a35780b00a0dbcb936a1988a3d8ce6a4
委外工单合并完成
已修改2个文件
14 ■■■■ 文件已修改
WebApi/Gs.Ww/WWGDHBManager.cs 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebApi/Gs.Ww/WWGDManager.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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", "")
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
                    {