1
This commit is contained in:
@@ -68,8 +68,8 @@ namespace FineUIPro.Web.CQMS.ProjectHighlightsSite
|
||||
Model.CQMS_ProjectHighlightsSitePic model = new Model.CQMS_ProjectHighlightsSitePic();
|
||||
model.Id = this.Id;
|
||||
model.Resume = this.txtResume.Text.Trim();
|
||||
model.CompileMan = this.CurrUser.UserId;
|
||||
model.CompileManName = this.CurrUser.UserName;
|
||||
model.CompileMan = this.CurrUser.PersonId;
|
||||
model.CompileManName = this.CurrUser.PersonName;
|
||||
model.CompileDate = DateTime.Now;
|
||||
var attachFile = Funs.DB.AttachFile.FirstOrDefault(x => x.ToKeyId == this.Id);
|
||||
if (attachFile != null)
|
||||
|
||||
Reference in New Issue
Block a user