yusijie
2024-05-22 6b58db539723a88c5d50ba90096389fa913136fd
WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -2359,6 +2359,7 @@
                    oCn.BeginTran();
                    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();