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) + "
";