This commit is contained in:
zhangwei 2024-11-05 15:34:00 +08:00
parent a0290c4568
commit b7c289a790
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ func (l *CommitHpcTaskLogic) CommitHpcTask(req *types.CommitHpcTaskReq) (resp *t
UpdatedTime: time.Now(),
Status: "Saved",
}
hpcInfo.WorkDir = clusterInfo.WorkDir + "/" + req.WorkDir
hpcInfo.WorkDir = clusterInfo.WorkDir + req.WorkDir
tx = l.svcCtx.DbEngin.Create(&hpcInfo)
if tx.Error != nil {
return nil, tx.Error