diff --git a/etc/pcm.yaml b/etc/pcm.yaml index c92091af..766ed740 100644 --- a/etc/pcm.yaml +++ b/etc/pcm.yaml @@ -84,4 +84,4 @@ BlockChain: Type: "2" JcsMiddleware: - JobStatusReportUrl: 101.201.215.196:7891/jobSet/jobStatusReport \ No newline at end of file + JobStatusReportUrl: http://101.201.215.196:7891/jobSet/jobStatusReport \ No newline at end of file diff --git a/internal/logic/hpc/commithpctasklogic.go b/internal/logic/hpc/commithpctasklogic.go index 53615535..cc8855d6 100644 --- a/internal/logic/hpc/commithpctasklogic.go +++ b/internal/logic/hpc/commithpctasklogic.go @@ -89,7 +89,7 @@ func (l *CommitHpcTaskLogic) CommitHpcTask(req *types.CommitHpcTaskReq) (resp *t WorkDir: req.Parameters["workDir"], WallTime: req.Parameters["wallTime"], AppType: req.Parameters["appType"], - AppName: req.Parameters["appName"], + AppName: req.App, Queue: req.Parameters["queue"], SubmitType: req.Parameters["submitType"], NNode: req.Parameters["nNode"],