From 4fb572f2c1267a6252827737a7eabda8b4b8a4e5 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期二, 21 五月 2024 16:19:09 +0800 Subject: [PATCH] 流转卡生成条码 进站单增加配件条码 --- WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs index 4693446..449d356 100644 --- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs +++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs @@ -2356,7 +2356,8 @@ oCn.BeginTran(); - oCn.RunProc("delete from Sc_StationOutBillSub_SN where HInterID="+ HInterID+ " and HBarCode='"+ HBardcode + "'"); + oCn.RunProc("delete from Sc_StationOutBillSub_SN where HInterID=" + HInterID + " and HBarCode='" + HBardcode + "'"); + oCn.RunProc("update Sc_StationOutBillMain set HQty-=1 where HInterID=" + HInterID); oCn.Commit(); -- Gitblit v1.9.1