1
yangle
2024-05-17 8b0f16ffc339afa580534c935131b5095537e5a2
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();