2023-04-25-001
This commit is contained in:
@@ -200,6 +200,8 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
Model.PHTGL_BidDocumentsStandingBook _BidDocumentsStandingBook = new PHTGL_BidDocumentsStandingBook();
|
||||
_BidDocumentsStandingBook.BidDocumentsStandingBookId = SQLHelper.GetNewID();
|
||||
_BidDocumentsStandingBook.State = 0;
|
||||
_BidDocumentsStandingBook.UnitId = this.CurrUser.UnitId;
|
||||
_BidDocumentsStandingBook.DepartId = this.CurrUser.DepartId;
|
||||
if (Type=="1")
|
||||
{
|
||||
_BidDocumentsStandingBook.ProjectId = this.CurrUser.LoginProjectId;
|
||||
|
||||
Reference in New Issue
Block a user