From f0ac4ec65279aa31d568b933afeb8237bee73a72 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期一, 01 十二月 2025 09:46:54 +0800
Subject: [PATCH] 1、erp接口新增删除接口 2、返回信息解码更换为data.code的返回编码

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

diff --git a/WebApi/Gs.Toolbox/UtilityHelper.cs b/WebApi/Gs.Toolbox/UtilityHelper.cs
index 0b53232..35f3b58 100644
--- a/WebApi/Gs.Toolbox/UtilityHelper.cs
+++ b/WebApi/Gs.Toolbox/UtilityHelper.cs
@@ -1,4 +1,4 @@
-锘縰sing System.Data;
+using System.Data;
 using System.Dynamic;
 using System.Security.Cryptography;
 using System.Text;
@@ -120,7 +120,7 @@
         sb.Append(" exec prc_log_create '" + _userGuid + "','" + _abtGuid +
                   "','" + _table + "','" + _logTxt + "' ");
         return sb;
-    }
+    }  
      
     /// <summary>
     ///     鍒ゆ柇鏄笉鏄痝uid

--
Gitblit v1.9.3