forked from JointCloud/pcm-coordinator
bug fix
This commit is contained in:
parent
a0290c4568
commit
b7c289a790
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue