duhe
2024-01-09 53e76d08068dcf96d2ade45c08bef31cd09402ea
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();