2023-03-01 合同增加主办部门
This commit is contained in:
@@ -35,6 +35,8 @@ namespace BLL
|
||||
table.BidDocumentsName = newtable.BidDocumentsName;
|
||||
table.BidDocumentsCode = newtable.BidDocumentsCode;
|
||||
table.Bidding_SendTime = newtable.Bidding_SendTime;
|
||||
table.DepartId = newtable.DepartId;
|
||||
|
||||
Funs.DB.PHTGL_BidDocumentsReview.InsertOnSubmit(table);
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
@@ -65,6 +67,8 @@ namespace BLL
|
||||
table.BidDocumentsName = newtable.BidDocumentsName;
|
||||
table.BidDocumentsCode = newtable.BidDocumentsCode;
|
||||
table.Bidding_SendTime = newtable.Bidding_SendTime;
|
||||
table.DepartId = newtable.DepartId;
|
||||
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user