This commit is contained in:
2025-12-26 10:59:26 +08:00
parent 8c09097e94
commit d123dc5c9f
3 changed files with 16 additions and 16 deletions
@@ -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)