wy
2022-09-24 a651180ee7ff05f1f972f2cc51d4a8926cbe5bf0
优化
1个文件已修改
8 ■■■■■ 已修改文件
WebAPI/Controllers/工资管理/Pay_PurchaseWallclothBillController.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/工资管理/Pay_PurchaseWallclothBillController.cs
@@ -225,14 +225,6 @@
        {
            try
            {
                if (!DBUtility.ClsPub.Security_Log("Pay_PurchaseWallclothBill_Drop", 1, false, user))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "鏃犲垹闄ゆ潈闄愶紒";
                    objJsonResult.data = null;
                    return objJsonResult;
                }
                oCN.BeginTran();
                oCN.RunProc("Delete From Pay_PurchaseWallclothBillMain where HInterID = " + HInterID);
                oCN.RunProc("Delete From Pay_PurchaseWallclothBillSub where HInterID = " + HInterID);