From 37446fbd74b1f745f6f1a258054210ff1488c3eb Mon Sep 17 00:00:00 2001 From: myname Date: Fri, 3 Jan 2025 11:22:20 +0900 Subject: [PATCH] =?UTF-8?q?2025-01-03=2011:21=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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/seed/com/gtm/base/GwBaseController.java | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/main/java/seed/com/gtm/base/GwBaseController.java b/src/main/java/seed/com/gtm/base/GwBaseController.java index d96a395a..01ac8f8e 100644 --- a/src/main/java/seed/com/gtm/base/GwBaseController.java +++ b/src/main/java/seed/com/gtm/base/GwBaseController.java @@ -2419,7 +2419,14 @@ public class GwBaseController { v_ret = v_ret +"1. 우리 협의회는 귀사(하)가 "; v_ret = v_ret + this.makeRespondents(p_caseRespondentData); - v_ret = v_ret +"분쟁과 관련하여 공정거래분쟁조정협의회에 제출한 분쟁조정신청서를 "+p_data1.get("caseDate").toString()+" 접수(사건번호:"+p_data1.get("caseNo").toString()+")"; + + if ("2-4".equals(p_jobID)) { + v_ret = v_ret +"분쟁과 관련하여 가맹사업거래분쟁조정협의회에 제출한 분쟁조정신청서를 "+p_data1.get("caseDate").toString()+" 접수(사건번호:"+p_data1.get("caseNo").toString()+")"; + }else { + v_ret = v_ret +"분쟁과 관련하여 공정거래분쟁조정협의회에 제출한 분쟁조정신청서를 "+p_data1.get("caseDate").toString()+" 접수(사건번호:"+p_data1.get("caseNo").toString()+")"; + } + + v_ret = v_ret +"하여 본 접수증을 보내드립니다."; v_ret = v_ret +"

"; @@ -2491,7 +2498,7 @@ public class GwBaseController { v_ret = v_ret +"다. 제출방법: 등기우편, 전자우편, 온라인분쟁조정시스템(fairnet.kofair.or.kr)"; v_ret = v_ret +"

"; v_ret = v_ret +"라. 제 출 처: (우 04513) 서울시 중구 세종대로39 한국공정거래조정원 \r\n" + - " 분쟁조정 1실 가맹유통플랫폼팀 정원희 변호사"; + " 분쟁조정 1실 가맹유통플랫폼팀"; }else if ("3-4".equals(p_jobID)) { v_ret = v_ret +"「하도급거래 공정화에 관한 법률」 제24조의5 제2항의 ";