feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
Showing only changes of commit 42f4c7ae79 - Show all commits

View File

@ -65,14 +65,8 @@ public class JobLauncherController {
BatchStatus status = jobExecution.getStatus();
ExitStatus exitStatus = jobExecution.getExitStatus();
if ("COMPLETED".equals(status.toString())) {
resultMap.put("code", status.toString());
resultMap.put("message", exitStatus.getExitDescription());
} else {
resultMap.put("code", status.toString());
resultMap.put("message", exitStatus.getExitDescription());
}
resultMap.put("code", status.toString());
resultMap.put("message", exitStatus.getExitDescription());
// return "Job " + jobName + " started";