From 080c9bfe394742c125af1bb17f8b463e6add957a Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期三, 22 十一月 2023 13:47:39 +0800 Subject: [PATCH] 单品过站完善 --- WebAPI/Controllers/CJGL/Cj_SingleStationController.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs b/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs index 7f97b13..761fa7e 100644 --- a/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs +++ b/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs @@ -1056,6 +1056,8 @@ //鍙嶅啓宸ュ簭鍑虹珯鍗曠殑涓嶈壇鏁伴噺 oCN.RunProc("update Sc_StationOutBillMain set HBadCount-=1 where HProcExchInterID='" + HProcExchInterID + "' and HProcExchEntryID=" + HProcExchEntryID); + //鍙嶅啓娴佽浆鍗$姸鎬� + oCN.RunProc("update Gy_BarCodeBill set HStatus='' where HBarCode='" + HBarCode + "'"); oCN.Commit(); -- Gitblit v1.9.1