Browse Source

bug fix

Former-commit-id: 83d6a699cf
pull/329/head
zhangwei 1 year ago
parent
commit
0f883f69b9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      internal/logic/hpc/commithpctasklogic.go

+ 1
- 0
internal/logic/hpc/commithpctasklogic.go View File

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


Loading…
Cancel
Save