WebAPI/Controllers/项目管理/工程项目/PM_ProjectBillController.cs
@@ -227,7 +227,6 @@ ds = oCN.RunProcReturn("select * from PM_ProjectBillMain where HInterID = " + HInterID + " and HBillNo = '" + HBillNo + "'", "PM_ProjectBillMain"); oCN.BeginTran(); if ((OperationType == 1 || OperationType == 2) && ds.Tables[0].Rows.Count == 0)//鏂板 { string sql = "insert into PM_ProjectBillMain" + @@ -318,7 +317,6 @@ objJsonResult = AddBillSub1(msg3, HInterID, HBillNo, OperationType); objJsonResult = AddBillSub2(msg4, HInterID, HBillNo, OperationType); oCN.Commit(); if (objJsonResult.code == "0") {