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

This commit is contained in:
zhangweiii 2024-11-05 15:32:57 +08:00
commit bf949e6d9a
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