From 0f883f69b90e28d7348f19d3f76be62808f51a92 Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Fri, 1 Nov 2024 09:47:03 +0800 Subject: [PATCH] bug fix Former-commit-id: 83d6a699cf1d2aa1444a84de91bbe1df09fe0fe0 --- internal/logic/hpc/commithpctasklogic.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/logic/hpc/commithpctasklogic.go b/internal/logic/hpc/commithpctasklogic.go index 8129cebf..ffac4fdd 100644 --- a/internal/logic/hpc/commithpctasklogic.go +++ b/internal/logic/hpc/commithpctasklogic.go @@ -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(¬iceInfo) if result.Error != nil {