1
duhe
2023-12-27 c5ee245662b21d8899283af4115cc66e92ee9cd6
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();