2024-12-17 18:02 기안문 내용 수정(출석1차)
This commit is contained in:
parent
67cd4415cf
commit
e6a7fd5baf
@ -2852,8 +2852,8 @@ public class GwBaseController {
|
|||||||
{
|
{
|
||||||
//v_ret = v_ret + "수신자 " + this.makeApplcnt(p_caseApplcntData) + ", " + this.makeRespondent(p_caseRespondentData) + "<br/>";
|
//v_ret = v_ret + "수신자 " + this.makeApplcnt(p_caseApplcntData) + ", " + this.makeRespondent(p_caseRespondentData) + "<br/>";
|
||||||
v_ret = v_ret + "수신자 수신자 참조";
|
v_ret = v_ret + "수신자 수신자 참조";
|
||||||
v_ret = v_ret + "(경유)<br/>";
|
v_ret = v_ret + "<br/>(경유)";
|
||||||
v_ret = v_ret + "제목 <b>사실관계 확인을 위한 출석요구("+p_data1.get("caseNo").toString()+" )</b>";
|
v_ret = v_ret + "<br/>제목 <b>사실관계 확인을 위한 출석요구("+p_data1.get("caseNo").toString()+" )</b>";
|
||||||
if (p_cnt>1) {
|
if (p_cnt>1) {
|
||||||
v_ret = v_ret +"("+Integer.toString(p_cnt)+"차)";
|
v_ret = v_ret +"("+Integer.toString(p_cnt)+"차)";
|
||||||
}
|
}
|
||||||
@ -2944,7 +2944,7 @@ public class GwBaseController {
|
|||||||
v_ret = v_ret +"붙임: 위임장 1부. 끝.";
|
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.makeChopNrecipient(p_title, p_caseApplcntData, p_caseRespondentData);
|
||||||
|
|
||||||
//v_ret = v_ret + "수신자 " + this.makeApplcnt(p_caseApplcntData) + ", " + this.makeRespondent(p_caseRespondentData) + "<br/>";
|
//v_ret = v_ret + "수신자 " + this.makeApplcnt(p_caseApplcntData) + ", " + this.makeRespondent(p_caseRespondentData) + "<br/>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user