bug fix
Former-commit-id: 83d6a699cf1d2aa1444a84de91bbe1df09fe0fe0
This commit is contained in:
parent
f0cd6d5769
commit
0f883f69b9
|
@ -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(¬iceInfo)
|
result := l.svcCtx.DbEngin.Table("t_notice").Create(¬iceInfo)
|
||||||
if result.Error != nil {
|
if result.Error != nil {
|
||||||
|
|
Loading…
Reference in New Issue