From 1529de974c3992223de1264febbc5611234f56c5 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期五, 14 一月 2022 19:46:46 +0800
Subject: [PATCH] nothing

---
 WebAPI/Controllers/MateOutController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/MateOutController.cs b/WebAPI/Controllers/MateOutController.cs
index 54181f3..8d70633 100644
--- a/WebAPI/Controllers/MateOutController.cs
+++ b/WebAPI/Controllers/MateOutController.cs
@@ -70,7 +70,7 @@
         /// <returns></returns>
         [Route("MateOut/set_SavePonderationBillMain_Temp_Mate_Source_Fast_Json")]
         [HttpGet]
-        public object set_SavePonderationBillMain_Temp_Mate_Source_Fast_Json(Int64 sInterID, string sBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string sMaker,double sPPQty, Int64 sPlanMode,Int64 sFIFOWHID, Int64 HOWNERID)
+        public object set_SavePonderationBillMain_Temp_Mate_Source_Fast_Json(Int64 sInterID, string sBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string sMaker,double sPPQty,int sPlanMode,Int64 sFIFOWHID, Int64 HOWNERID)
         {
             //try
             //{
@@ -121,7 +121,7 @@
             //    return objJsonResult;
             //}
             WebS.WebService1 oWebs1 = new WebS.WebService1();
-            WebSoBar = oWebs1.get_SourceBarCode_MateOut(sInterID, sBillNo, HBillType,  HSourceBillNo, HSourceBillType, sMaker, sPPQty, sPlanMode, sFIFOWHID, HOWNERID, ref DBUtility.ClsPub.sErrInfo);
+            WebSoBar = oWebs1.get_SourceBarCode_MateOut(sInterID, sBillNo, HBillType,  HSourceBillNo, HSourceBillType, sMaker, sPPQty,  sPlanMode, sFIFOWHID, HOWNERID, ref DBUtility.ClsPub.sErrInfo);
 
 
             //oBar = webserver.get_CheckTypeByBarCode_Out(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, ref DBUtility.ClsPub.sErrInfo);

--
Gitblit v1.9.1