Merge pull request 'bug fix' (#329) from zhangweiii/pcm-coordinator:master into master

Former-commit-id: 46a48f49e52612165e710ca81e7838c9488af067
This commit is contained in:
zhangweiii 2024-11-01 09:49:06 +08:00
commit e5f079de1e
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ func (l *CommitHpcTaskLogic) CommitHpcTask(req *types.CommitHpcTaskReq) (resp *t
NoticeType: "create", NoticeType: "create",
TaskName: req.Name, TaskName: req.Name,
Incident: "任务创建中", Incident: "任务创建中",
CreatedTime: time.Now(),
} }
result := l.svcCtx.DbEngin.Table("t_notice").Create(&noticeInfo) result := l.svcCtx.DbEngin.Table("t_notice").Create(&noticeInfo)
if result.Error != nil { if result.Error != nil {