zrg
2023-12-28 de01df014d96593a797e446fcf27b7d35bd295c9
WebAPI/Controllers/Sc_MouldRepairInBillListController.cs
@@ -1010,6 +1010,9 @@
                }
                oCN.BeginTran();
                //销售出库删除回填销售订单关联数量
                oCN.RunProc("exec h_p_Xs_UpDateRelation_SeOrderToSellOut_Delete " + HInterID);
                oCN.RunProc("Delete From Kf_ICStockBillMain where HInterID = " + HInterID);
                oCN.RunProc("Delete From Kf_ICStockBillSub where HInterID = " + HInterID);
                oCN.Commit();