Commit e39479a93af0677f5b48107dfbcb4c4293eb5a09

Authored by 함상기
1 parent 415842d2

.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/main/java/com/batch/service/JobService.java
@@ -303,7 +303,7 @@ public class JobService { @@ -303,7 +303,7 @@ public class JobService {
303 303
304 log.debug("call python"); 304 log.debug("call python");
305 new ProcessExecutor() 305 new ProcessExecutor()
306 - .command(sPythonPrg, sPythonAiTarget, sThreadName, sSysSe, sAccnutYm, sCprCode, sPartCpr, sDelngCrncy, sErrorRange) 306 + .command(sPythonPrg, sPythonAiTarget, sDate, sSysSe, sAccnutYm, sCprCode, sPartCpr, sDelngCrncy, sErrorRange)
307 .redirectOutput(new LogOutputStream() { 307 .redirectOutput(new LogOutputStream() {
308 @Override 308 @Override
309 protected void processLine(String line) { 309 protected void processLine(String line) {