Commit a529cdb710896641c0036247cc6ea887a84f355e

Authored by 함상기
1 parent f97db154

.

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