1
duhe
2023-12-25 745ff810346de919dbd55028dc89ab67885a96e9
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();