From b13c58efca9048324088ef9fd344dcfe7c89b66d Mon Sep 17 00:00:00 2001 From: "ruoxing.wang" <88384874@qq.com> Date: Thu, 3 Jul 2025 13:05:18 +0800 Subject: [PATCH] 1 --- WebService/WMSWebService.asmx.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WebService/WMSWebService.asmx.cs b/WebService/WMSWebService.asmx.cs index 469eda9..f028f0d 100644 --- a/WebService/WMSWebService.asmx.cs +++ b/WebService/WMSWebService.asmx.cs @@ -406,12 +406,12 @@ namespace Webservice res = Function.WMSInterfaceStockIn(barcode, partNo, batchNo, isOK); return res; } - [WebMethod] - [ScriptMethod(UseHttpGet = true, ResponseFormat = ResponseFormat.Json)] - public void WMSSprayingForAppReturnNo(string barcode) - { - WMSSprayingForAppReturnNo(barcode,"system"); - } + //[WebMethod(MessageName= "WMSSprayingForAppReturnNoOld")] + //[ScriptMethod(UseHttpGet = true, ResponseFormat = ResponseFormat.Json)] + //public void WMSSprayingForAppReturnNo(string barcode) + //{ + // WMSSprayingForAppReturnNo(barcode,"system"); + //} [WebMethod] [ScriptMethod(UseHttpGet = true, ResponseFormat = ResponseFormat.Json)] public void WMSSprayingForAppReturnNo(string barcode,string userName)