From 873085ada7e86162aaf07e889df3e50aff2bcf7a Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期四, 01 四月 2021 18:05:32 +0800 Subject: [PATCH] 销售出库扫源单前先同步销售订单 --- WebAPI/Properties/PublishProfiles/WEBAPI.pubxml.user | 6 +++--- WebAPI/Controllers/SellOutController.cs | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/WebAPI/Controllers/SellOutController.cs b/WebAPI/Controllers/SellOutController.cs index 2183a49..eecb67c 100644 --- a/WebAPI/Controllers/SellOutController.cs +++ b/WebAPI/Controllers/SellOutController.cs @@ -185,8 +185,9 @@ { try { - // DataSet ds = new DataSet(); - // WebServer webserver = new WebServer(); + // DataSet ds = new DataSet(); + // WebServer webserver = new WebServer(); + new SQLHelper.ClsCN().RunProcReturn("EXEC h_p_IFCLD_ERPSourceBillToLocal_SEOrder '" + HSourceBillNo + "'", "h_p_IFCLD_ERPSourceBillToLocal_SEOrder"); string sWhere = " Where 鍗曟嵁鍙� like '%" + HSourceBillNo.Trim() + "%'"; // if (HSourceBillType == "1402") diff --git a/WebAPI/Properties/PublishProfiles/WEBAPI.pubxml.user b/WebAPI/Properties/PublishProfiles/WEBAPI.pubxml.user index d4c48d6..1af08d3 100644 --- a/WebAPI/Properties/PublishProfiles/WEBAPI.pubxml.user +++ b/WebAPI/Properties/PublishProfiles/WEBAPI.pubxml.user @@ -157,10 +157,10 @@ <publishTime>11/24/2014 11:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> - <publishTime>03/10/2021 19:29:51</publishTime> + <publishTime>04/01/2021 17:57:02</publishTime> </File> <File Include="bin/WebAPI.pdb"> - <publishTime>03/10/2021 19:29:51</publishTime> + <publishTime>04/01/2021 17:57:02</publishTime> </File> <File Include="bin/WebAPI.XmlSerializers.dll"> <publishTime>02/04/2021 21:35:21</publishTime> @@ -334,7 +334,7 @@ <publishTime>02/22/2021 09:25:20</publishTime> </File> <File Include="Web.config"> - <publishTime>03/10/2021 19:30:04</publishTime> + <publishTime>04/01/2021 17:57:32</publishTime> </File> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.1