From e6a7fd5baffd3223d9c26670461be70251ad8be9 Mon Sep 17 00:00:00 2001 From: myname Date: Tue, 17 Dec 2024 18:03:06 +0900 Subject: [PATCH] =?UTF-8?q?2024-12-17=2018:02=20=EA=B8=B0=EC=95=88?= =?UTF-8?q?=EB=AC=B8=20=EB=82=B4=EC=9A=A9=20=EC=88=98=EC=A0=95(=EC=B6=9C?= =?UTF-8?q?=EC=84=9D1=EC=B0=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/seed/com/gtm/base/GwBaseController.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/seed/com/gtm/base/GwBaseController.java b/src/main/java/seed/com/gtm/base/GwBaseController.java index 84be74ce..41afde1e 100644 --- a/src/main/java/seed/com/gtm/base/GwBaseController.java +++ b/src/main/java/seed/com/gtm/base/GwBaseController.java @@ -2852,8 +2852,8 @@ public class GwBaseController { { //v_ret = v_ret + "수신자 " + this.makeApplcnt(p_caseApplcntData) + ", " + this.makeRespondent(p_caseRespondentData) + "
"; v_ret = v_ret + "수신자 수신자 참조"; - v_ret = v_ret + "(경유)
"; - v_ret = v_ret + "제목          사실관계 확인을 위한 출석요구("+p_data1.get("caseNo").toString()+" )"; + v_ret = v_ret + "
(경유)"; + v_ret = v_ret + "
제목          사실관계 확인을 위한 출석요구("+p_data1.get("caseNo").toString()+" )"; if (p_cnt>1) { v_ret = v_ret +"("+Integer.toString(p_cnt)+"차)"; } @@ -2944,7 +2944,7 @@ public class GwBaseController { v_ret = v_ret +"붙임: 위임장 1부. 끝."; //관인 - v_ret = v_ret + this.makeChop(p_title); + //v_ret = v_ret + this.makeChop(p_title); v_ret = v_ret + this.makeChopNrecipient(p_title, p_caseApplcntData, p_caseRespondentData); //v_ret = v_ret + "수신자 " + this.makeApplcnt(p_caseApplcntData) + ", " + this.makeRespondent(p_caseRespondentData) + "
";