From 24903d350bc42c985edba5b7210219be60aea638 Mon Sep 17 00:00:00 2001 From: leebj Date: Thu, 27 Nov 2025 09:36:13 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EA=B7=B8=EB=A6=B0=EC=97=B0=EA=B3=84?= =?UTF-8?q?=20=EC=B2=98=EB=A6=AC=20=EB=B0=A9=EC=8B=9D=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?(FTP->SFTP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cfs/fine/service/impl/FinePenaltyServiceImpl.java | 8 ++++---- .../cfs/input/service/impl/InputAfterServiceImpl.java | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/java/cfs/fine/service/impl/FinePenaltyServiceImpl.java b/src/main/java/cfs/fine/service/impl/FinePenaltyServiceImpl.java index e555bd1..63f4d1e 100644 --- a/src/main/java/cfs/fine/service/impl/FinePenaltyServiceImpl.java +++ b/src/main/java/cfs/fine/service/impl/FinePenaltyServiceImpl.java @@ -3185,11 +3185,11 @@ public class FinePenaltyServiceImpl implements FinePenaltyService { this.findCreateImageUpload(paramList); - String command = String.format("sh "+"/gpta/source-app/cfs/egreen/snd_eGreen.sh "+"/gpta/source-app/cfs/egreen"+" "+CON_KEY); - shellCmd(command); + //String command = String.format("sh "+"/gpta/source-app/cfs/egreen/snd_eGreen.sh "+"/gpta/source-app/cfs/egreen"+" "+CON_KEY); + //shellCmd(command); - //String path = this.egreen_step4("/gpta/source-app/cfs/egreen", CON_KEY); - //this.egreen_step5(path); + String path = this.egreen_step4("/gpta/source-app/cfs/egreen", CON_KEY); + this.egreen_step5(path); }catch(RuntimeException e) { e.printStackTrace(); diff --git a/src/main/java/cfs/input/service/impl/InputAfterServiceImpl.java b/src/main/java/cfs/input/service/impl/InputAfterServiceImpl.java index 7f0defc..45e2333 100644 --- a/src/main/java/cfs/input/service/impl/InputAfterServiceImpl.java +++ b/src/main/java/cfs/input/service/impl/InputAfterServiceImpl.java @@ -489,11 +489,11 @@ public class InputAfterServiceImpl implements InputAfterService { this.findCreateImageUpload(paramList); - String command = String.format("sh "+"/gpta/source-app/cfs/egreen/snd_eGreen.sh "+"/gpta/source-app/cfs/egreen"+" "+CON_KEY); - shellCmd(command); + //String command = String.format("sh "+"/gpta/source-app/cfs/egreen/snd_eGreen.sh "+"/gpta/source-app/cfs/egreen"+" "+CON_KEY); + //shellCmd(command); - //String path = this.egreen_step4("/gpta/source-app/cfs/egreen", CON_KEY); - //this.egreen_step5(path); + String path = this.egreen_step4("/gpta/source-app/cfs/egreen", CON_KEY); + this.egreen_step5(path); }catch(RuntimeException e) { e.printStackTrace();