refactor : 유저 테이블 변경

main
이범준 1 year ago
parent 0f1107d75c
commit e1971323fc

@ -50,7 +50,7 @@ public class FimsCrackdownDTO {
private String addrSeCd; private String addrSeCd;
private String zip; private String zip;
private String adres; private String adres;
private String detailAdres; private String daddr;
private String stdgCd; private String stdgCd;
// 서손 // 서손

@ -29,7 +29,7 @@ public class XitUserInfoChangeDtlsVO extends BaseVO {
protected String addr; //주택 주소 protected String addr; //주택 주소
protected String area_no; //지역 번호 protected String area_no; //지역 번호
protected String detail_adres; //상세 주소 protected String daddr; //상세 주소
protected String zip; //우편번호 protected String zip; //우편번호
protected String offm_telno; //사무실 전화번호 protected String offm_telno; //사무실 전화번호
protected String mbtlnum; //이동전화번호 protected String mbtlnum; //이동전화번호
@ -101,11 +101,11 @@ public class XitUserInfoChangeDtlsVO extends BaseVO {
public void setArea_no(String area_no) { public void setArea_no(String area_no) {
this.area_no = area_no; this.area_no = area_no;
} }
public String getDetail_adres() { public String getDaddr() {
return detail_adres; return daddr;
} }
public void setDetail_adres(String detail_adres) { public void setDaddr(String daddr) {
this.detail_adres = detail_adres; this.daddr = daddr;
} }
public String getZip() { public String getZip() {
return zip; return zip;

@ -37,7 +37,7 @@ public class XitUserInfoVO extends XitUserEtcOptionVO {
protected String passwordHint; //비밀번호 힌트 protected String passwordHint; //비밀번호 힌트
protected String passwordCnsr; //비밀번호 정답 protected String passwordCnsr; //비밀번호 정답
protected String areaNo; //지역 번호 protected String areaNo; //지역 번호
protected String detailAdres; //상세 주소 protected String daddr; //상세 주소
protected String zip; //우편번호 protected String zip; //우편번호
protected String offmTelno; //사무실 전화번호 protected String offmTelno; //사무실 전화번호
protected String mbtlnum; //이동전화번호 protected String mbtlnum; //이동전화번호

@ -51,7 +51,7 @@ public class XitUserRegMngVO extends BaseVO {
/** /**
* *
*/ */
private String detailAdres; private String daddr;
/** /**
* *
*/ */

@ -2075,7 +2075,7 @@
,FXNUM ,FXNUM
,ADDR ,ADDR
,AREA_NO ,AREA_NO
,DETAIL_ADRES ,DADDR
,ZIP ,ZIP
,OFFM_TELNO ,OFFM_TELNO
,MBTLNUM ,MBTLNUM
@ -2095,7 +2095,7 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">AND FXNUM = #{fxnum }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">AND FXNUM = #{fxnum }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">AND ADDR = #{addr }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">AND ADDR = #{addr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(area_no )">AND AREA_NO = #{area_no }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(area_no )">AND AREA_NO = #{area_no }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(detail_adres )">AND DETAIL_ADRES = #{detail_adres }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(daddr )">AND DADDR = #{daddr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip )">AND ZIP = #{zip }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip )">AND ZIP = #{zip }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(offm_telno )">AND OFFM_TELNO = #{offm_telno }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(offm_telno )">AND OFFM_TELNO = #{offm_telno }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mbtlnum )">AND MBTLNUM = #{mbtlnum }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mbtlnum )">AND MBTLNUM = #{mbtlnum }</if>
@ -2117,7 +2117,7 @@
,FXNUM ,FXNUM
,ADDR ,ADDR
,AREA_NO ,AREA_NO
,DETAIL_ADRES ,DADDR
,ZIP ,ZIP
,OFFM_TELNO ,OFFM_TELNO
,MBTLNUM ,MBTLNUM
@ -2144,7 +2144,7 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">,FXNUM </if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">,FXNUM </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">,ADDR </if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">,ADDR </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(area_no )">,AREA_NO </if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(area_no )">,AREA_NO </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(detail_adres )">,DETAIL_ADRES </if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(daddr )">,DADDR </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip )">,ZIP </if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip )">,ZIP </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(offm_telno )">,OFFM_TELNO </if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(offm_telno )">,OFFM_TELNO </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mbtlnum )">,MBTLNUM </if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mbtlnum )">,MBTLNUM </if>
@ -2163,7 +2163,7 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">,#{fxnum }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">,#{fxnum }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">,#{addr }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(addr )">,#{addr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(area_no )">,#{area_no }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(area_no )">,#{area_no }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(detail_adres )">,#{detail_adres }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(daddr )">,#{daddr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip )">,#{zip }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip )">,#{zip }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(offm_telno )">,#{offm_telno }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(offm_telno )">,#{offm_telno }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mbtlnum )">,#{mbtlnum }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mbtlnum )">,#{mbtlnum }</if>
@ -2187,7 +2187,7 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(fxnum )">,FXNUM = #{fxnum }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(fxnum )">,FXNUM = #{fxnum }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(addr )">,ADDR = #{addr }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(addr )">,ADDR = #{addr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(area_no )">,AREA_NO = #{area_no }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(area_no )">,AREA_NO = #{area_no }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(detail_adres )">,DETAIL_ADRES = #{detail_adres }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(daddr )">,DADDR = #{daddr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(zip )">,ZIP = #{zip }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(zip )">,ZIP = #{zip }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(offm_telno )">,OFFM_TELNO = #{offm_telno }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(offm_telno )">,OFFM_TELNO = #{offm_telno }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(mbtlnum )">,MBTLNUM = #{mbtlnum }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(mbtlnum )">,MBTLNUM = #{mbtlnum }</if>
@ -2233,7 +2233,7 @@
,PASSWORD_HINT ,PASSWORD_HINT
,PASSWORD_CNSR ,PASSWORD_CNSR
,AREA_NO ,AREA_NO
,DETAIL_ADRES ,DADDR
,ZIP ,ZIP
,OFFM_TELNO ,OFFM_TELNO
,MBTLNUM ,MBTLNUM
@ -2259,7 +2259,7 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(password_hint )">AND PASSWORD_HINT = #{password_hint }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(password_hint )">AND PASSWORD_HINT = #{password_hint }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(password_cnsr )">AND PASSWORD_CNSR = #{password_cnsr }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(password_cnsr )">AND PASSWORD_CNSR = #{password_cnsr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(area_no )">AND AREA_NO = #{area_no }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(area_no )">AND AREA_NO = #{area_no }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(detail_adres )">AND DETAIL_ADRES = #{detail_adres }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(daddr )">AND DADDR = #{daddr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip )">AND ZIP = #{zip }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip )">AND ZIP = #{zip }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(offm_telno )">AND OFFM_TELNO = #{offm_telno }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(offm_telno )">AND OFFM_TELNO = #{offm_telno }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mbtlnum )">AND MBTLNUM = #{mbtlnum }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mbtlnum )">AND MBTLNUM = #{mbtlnum }</if>
@ -2286,7 +2286,7 @@
,PASSWORD_HINT ,PASSWORD_HINT
,PASSWORD_CNSR ,PASSWORD_CNSR
,AREA_NO ,AREA_NO
,DETAIL_ADRES ,DADDR
,ZIP ,ZIP
,OFFM_TELNO ,OFFM_TELNO
,MBTLNUM ,MBTLNUM
@ -2319,7 +2319,7 @@
, password_hint , password_hint
, password_cnsr , password_cnsr
, area_no , area_no
, detail_adres , daddr
, zip , zip
, offm_telno , offm_telno
, mbtlnum , mbtlnum
@ -2344,7 +2344,7 @@
, #{passwordHint} , #{passwordHint}
, #{passwordCnsr} , #{passwordCnsr}
, #{areaNo} , #{areaNo}
, #{detailAdres} , #{daddr}
, #{zip} , #{zip}
, #{offmTelno} , #{offmTelno}
, #{mbtlnum} , #{mbtlnum}
@ -2375,7 +2375,7 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(password_hint )">,PASSWORD_HINT = #{password_hint }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(password_hint )">,PASSWORD_HINT = #{password_hint }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(password_cnsr )">,PASSWORD_CNSR = #{password_cnsr }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(password_cnsr )">,PASSWORD_CNSR = #{password_cnsr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(area_no )">,AREA_NO = #{area_no }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(area_no )">,AREA_NO = #{area_no }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(detail_adres )">,DETAIL_ADRES = #{detail_adres }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(daddr )">,DADDR = #{daddr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(zip )">,ZIP = #{zip }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(zip )">,ZIP = #{zip }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(offm_telno )">,OFFM_TELNO = #{offm_telno }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(offm_telno )">,OFFM_TELNO = #{offm_telno }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(mbtlnum )">,MBTLNUM = #{mbtlnum }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(mbtlnum )">,MBTLNUM = #{mbtlnum }</if>
@ -2411,7 +2411,7 @@
,A.PASSWORD_HINT ,A.PASSWORD_HINT
,A.PASSWORD_CNSR ,A.PASSWORD_CNSR
,A.AREA_NO ,A.AREA_NO
,A.DETAIL_ADRES ,A.DADDR
,A.ZIP ,A.ZIP
,A.OFFM_TELNO ,A.OFFM_TELNO
,A.MBTLNUM ,A.MBTLNUM
@ -2442,7 +2442,7 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(password_hint )">AND A.PASSWORD_HINT = #{password_hint }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(password_hint )">AND A.PASSWORD_HINT = #{password_hint }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(password_cnsr )">AND A.PASSWORD_CNSR = #{password_cnsr }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(password_cnsr )">AND A.PASSWORD_CNSR = #{password_cnsr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(area_no )">AND A.AREA_NO = #{area_no }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(area_no )">AND A.AREA_NO = #{area_no }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(detail_adres )">AND A.DETAIL_ADRES = #{detail_adres }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(daddr )">AND A.DADDR = #{daddr }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip )">AND A.ZIP = #{zip }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(zip )">AND A.ZIP = #{zip }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(offm_telno )">AND A.OFFM_TELNO = #{offm_telno }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(offm_telno )">AND A.OFFM_TELNO = #{offm_telno }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mbtlnum )">AND A.MBTLNUM = #{mbtlnum }</if> <if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(mbtlnum )">AND A.MBTLNUM = #{mbtlnum }</if>
@ -2473,7 +2473,7 @@
,A.PASSWORD_HINT ,A.PASSWORD_HINT
,A.PASSWORD_CNSR ,A.PASSWORD_CNSR
,A.AREA_NO ,A.AREA_NO
,A.DETAIL_ADRES ,A.DADDR
,A.ZIP ,A.ZIP
,A.OFFM_TELNO ,A.OFFM_TELNO
,A.MBTLNUM ,A.MBTLNUM

@ -86,7 +86,7 @@
,A.AREA_NO AS "areaNo" ,A.AREA_NO AS "areaNo"
,A.FXNUM AS "fxnum" ,A.FXNUM AS "fxnum"
,A.ADDR AS "addr" ,A.ADDR AS "addr"
,A.DETAIL_ADRES AS "detailAdres" ,A.DADDR AS "daddr"
,A.ZIP AS "zip" ,A.ZIP AS "zip"
,A.OFFM_TELNO AS "offmTelno" ,A.OFFM_TELNO AS "offmTelno"
,A.MBTLNUM AS "mbtlnum" ,A.MBTLNUM AS "mbtlnum"

@ -51,7 +51,7 @@
, area_no , area_no
, fxnum , fxnum
, addr , addr
, detail_adres , daddr
, zip , zip
, offm_telno , offm_telno
, mbtlnum , mbtlnum
@ -83,7 +83,7 @@
, password_hint , password_hint
, password_cnsr , password_cnsr
, area_no , area_no
, detail_adres , daddr
, zip , zip
, offm_telno , offm_telno
, mbtlnum , mbtlnum
@ -108,7 +108,7 @@
, #{passwordHint} , #{passwordHint}
, #{passwordCnsr} , #{passwordCnsr}
, #{areaNo} , #{areaNo}
, #{detailAdres} , #{daddr}
, #{zip} , #{zip}
, #{offmTelno} , #{offmTelno}
, #{mbtlnum} , #{mbtlnum}
@ -135,7 +135,7 @@
, fxnum = IF(fxnum = #{fxnum}, fxnum, #{fxnum}) , fxnum = IF(fxnum = #{fxnum}, fxnum, #{fxnum})
, zip = IF(zip = #{zip}, zip, #{zip}) , zip = IF(zip = #{zip}, zip, #{zip})
, addr = IF(addr = #{addr}, addr, #{addr}) , addr = IF(addr = #{addr}, addr, #{addr})
, detail_adres = IF(detail_adres = #{detailAdres}, detail_adres, #{detailAdres}) , daddr = IF(daddr = #{daddr}, daddr, #{daddr})
, area_no = IF(area_no = #{areaNo}, area_no, #{areaNo}) , area_no = IF(area_no = #{areaNo}, area_no, #{areaNo})
, offm_telno = IF(offm_telno = #{offmTelno}, offm_telno, #{offmTelno}) , offm_telno = IF(offm_telno = #{offmTelno}, offm_telno, #{offmTelno})
, mbtlnum = IF(mbtlnum = #{mbtlnum}, mbtlnum, #{mbtlnum}) , mbtlnum = IF(mbtlnum = #{mbtlnum}, mbtlnum, #{mbtlnum})
@ -363,7 +363,7 @@
, fxnum , fxnum
, addr , addr
, area_no , area_no
, detail_adres , daddr
, zip , zip
, offm_telno , offm_telno
, mbtlnum , mbtlnum
@ -381,7 +381,7 @@
, fxnum , fxnum
, addr , addr
, area_no , area_no
, detail_adres , daddr
, zip , zip
, offm_telno , offm_telno
, mbtlnum , mbtlnum

@ -235,7 +235,7 @@ Date Author Description
<th>주소</th> <th>주소</th>
<td colspan="3"> <td colspan="3">
<input type="text" name="adres" style="width: 65%" readonly/> <input type="text" name="adres" style="width: 65%" readonly/>
<input type="text" name="detailAdres" style="width: 33%" /> <input type="text" name="daddr" style="width: 33%" />
</td> </td>
</tr> </tr>
<tr> <tr>
@ -442,7 +442,7 @@ Date Author Description
tgtObj.adres.value = zipObj.roadAddrPart1; tgtObj.adres.value = zipObj.roadAddrPart1;
tgtObj.zip.value = zipObj.zipNo; tgtObj.zip.value = zipObj.zipNo;
//tgtObj.zip_view.value = zipObj.zipNo; //tgtObj.zip_view.value = zipObj.zipNo;
tgtObj.detailAdres.value = zipObj.roadAddrPart2 + ' ' + zipObj.addrDetail; tgtObj.daddr.value = zipObj.roadAddrPart2 + ' ' + zipObj.addrDetail;
} }
,resetDisplay: (cvlcptRcptNo) => { ,resetDisplay: (cvlcptRcptNo) => {
@ -594,7 +594,7 @@ Date Author Description
,rtpyrNo: $('input[name=rtpyrNo]').val() ,rtpyrNo: $('input[name=rtpyrNo]').val()
,zip: $('input[name=zip]').val() ,zip: $('input[name=zip]').val()
,adres: $('input[name=adres]').val() ,adres: $('input[name=adres]').val()
,detailAdres: $('input[name=detailAdres]').val() ,daddr: $('input[name=daddr]').val()
} }
return { return {

@ -293,7 +293,7 @@ Date Author Description
<th>주소</th> <th>주소</th>
<td colspan="3"> <td colspan="3">
<input type="text" name="adres" style="width: 70%" readonly/> <input type="text" name="adres" style="width: 70%" readonly/>
<input type="text" name="detailAdres" style="width: 29%" readonly/> <input type="text" name="daddr" style="width: 29%" readonly/>
</td> </td>
</tr> </tr>
<tr> <tr>

@ -89,16 +89,16 @@ function fnSearchAdres(){
======================== */ ======================== */
function fnSearchAdresCallback(obj){ function fnSearchAdresCallback(obj){
//검색결과 Set //검색결과 Set
var totalDetailAdres = ""; // 전체 상세 주소 var totalDaddr = ""; // 전체 상세 주소
totalDetailAdres += obj.addrDetail; totalDaddr += obj.addrDetail;
totalDetailAdres += obj.roadAddrPart2; totalDaddr += obj.roadAddrPart2;
//화면에 출력 //화면에 출력
document.userManageVO.addr.value = obj.roadAddrPart1; document.userManageVO.addr.value = obj.roadAddrPart1;
document.userManageVO.zip.value = obj.zipNo; document.userManageVO.zip.value = obj.zipNo;
document.userManageVO.zip_view.value = obj.zipNo; document.userManageVO.zip_view.value = obj.zipNo;
document.userManageVO.detailAdres.value = totalDetailAdres; document.userManageVO.daddr.value = totalDaddr;
} }
@ -279,8 +279,8 @@ table {
<label class="required">상세주소</label> <label class="required">상세주소</label>
</th> </th>
<td width="30%" > <td width="30%" >
<form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="daddr" id="daddr" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="daddr" cssClass="error" />
</td> </td>
</tr> </tr>

@ -180,10 +180,10 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th><label for="detailAdres" class="required">상세주소</label></th> <th><label for="daddr" class="required">상세주소</label></th>
<td> <td>
<form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="daddr" id="daddr" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="daddr" cssClass="error" />
</td> </td>
</tr> </tr>
@ -306,15 +306,15 @@ var UserForm = {
======================== */ ======================== */
fnSearchAdresCallback: function(obj){ fnSearchAdresCallback: function(obj){
//검색결과 Set //검색결과 Set
var totalDetailAdres = ""; // 전체 상세 주소 var totalDaddr = ""; // 전체 상세 주소
totalDetailAdres += obj.addrDetail; totalDaddr += obj.addrDetail;
totalDetailAdres += obj.roadAddrPart2; totalDaddr += obj.roadAddrPart2;
document.userManageVO.addr.value = obj.roadAddrPart1; document.userManageVO.addr.value = obj.roadAddrPart1;
document.userManageVO.zip.value = obj.zipNo; document.userManageVO.zip.value = obj.zipNo;
document.userManageVO.zip_view.value = obj.zipNo; document.userManageVO.zip_view.value = obj.zipNo;
document.userManageVO.detailAdres.value = totalDetailAdres; document.userManageVO.daddr.value = totalDaddr;
} }
} }

@ -223,8 +223,8 @@ table {
<label class="required">상세주소</label> <label class="required">상세주소</label>
</th> </th>
<td width="30%" > <td width="30%" >
<form:input path="detailAdres" id="detailAdres" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="daddr" id="daddr" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="daddr" cssClass="error" />
</td> </td>
</tr> </tr>

@ -171,8 +171,8 @@
<label class="required">상세주소</label> <label class="required">상세주소</label>
</th> </th>
<td> <td>
<form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="daddr" id="daddr" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="daddr" cssClass="error" />
</td> </td>
</tr> </tr>
@ -398,16 +398,16 @@ var XitUserRegMng_input = {
======================== */ ======================== */
fnSearchAdresCallback: function(obj){ fnSearchAdresCallback: function(obj){
//검색결과 Set //검색결과 Set
var totalDetailAdres = ""; // 전체 상세 주소 var totalDaddr = ""; // 전체 상세 주소
totalDetailAdres += obj.addrDetail; totalDaddr += obj.addrDetail;
totalDetailAdres += obj.roadAddrPart2; totalDaddr += obj.roadAddrPart2;
//화면에 출력 //화면에 출력
document.userManageVO.addr.value = obj.roadAddrPart1; document.userManageVO.addr.value = obj.roadAddrPart1;
document.userManageVO.zip.value = obj.zipNo; document.userManageVO.zip.value = obj.zipNo;
document.userManageVO.zip_view.value = obj.zipNo; document.userManageVO.zip_view.value = obj.zipNo;
document.userManageVO.detailAdres.value = totalDetailAdres; document.userManageVO.daddr.value = totalDaddr;
} }
} }

@ -85,16 +85,16 @@ function fnSearchAdres(){
======================== */ ======================== */
function fnSearchAdresCallback(obj){ function fnSearchAdresCallback(obj){
//검색결과 Set //검색결과 Set
var totalDetailAdres = ""; // 전체 상세 주소 var totalDaddr = ""; // 전체 상세 주소
totalDetailAdres += obj.addrDetail; totalDaddr += obj.addrDetail;
totalDetailAdres += obj.roadAddrPart2; totalDaddr += obj.roadAddrPart2;
//화면에 출력 //화면에 출력
document.userManageVO.addr.value = obj.roadAddrPart1; document.userManageVO.addr.value = obj.roadAddrPart1;
document.userManageVO.zip.value = obj.zipNo; document.userManageVO.zip.value = obj.zipNo;
document.userManageVO.zip_view.value = obj.zipNo; document.userManageVO.zip_view.value = obj.zipNo;
document.userManageVO.detailAdres.value = totalDetailAdres; document.userManageVO.daddr.value = totalDaddr;
} }
@ -283,8 +283,8 @@ table {
<label class="required">상세주소</label> <label class="required">상세주소</label>
</th> </th>
<td> <td>
<form:input path="detailAdres" id="detailAdres" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="daddr" id="daddr" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="daddr" cssClass="error" />
</td> </td>
</tr> </tr>

@ -166,8 +166,8 @@
<label>상세주소</label> <label>상세주소</label>
</th> </th>
<td> <td>
<input name="detailAdres" id="detailAdres" value="<c:out value='${userInfoVO.zip}'/>" title="상세주소" size="40" maxlength="50" /> <input name="daddr" id="daddr" value="<c:out value='${userInfoVO.zip}'/>" title="상세주소" size="40" maxlength="50" />
<%-- <form:errors path="detailAdres" cssClass="error" />--%> <%-- <form:errors path="daddr" cssClass="error" />--%>
</td> </td>
</tr> </tr>

@ -375,7 +375,7 @@ const CmmPopup = {
* <pre> * <pre>
* 주소 검색 Popup 결과를 set하는 콜백 함수 * 주소 검색 Popup 결과를 set하는 콜백 함수
* @param {Object} zipObj - 주소 검색 결과 * @param {Object} zipObj - 주소 검색 결과
* @param {Object} tgtObj - 주소 검색 결과값을 Set할 객체(addr, zip, zip_view, detailAdres) * @param {Object} tgtObj - 주소 검색 결과값을 Set할 객체(addr, zip, zip_view, daddr)
* *
* ex) * ex)
* var fnCallbackZipSearch = (obj) => CmmPopup.fnSetZipSearch(obj, document.userInfoVO); * var fnCallbackZipSearch = (obj) => CmmPopup.fnSetZipSearch(obj, document.userInfoVO);
@ -386,7 +386,7 @@ const CmmPopup = {
tgtObj.addr.value = zipObj.roadAddrPart1; tgtObj.addr.value = zipObj.roadAddrPart1;
tgtObj.zip.value = zipObj.zipNo; tgtObj.zip.value = zipObj.zipNo;
tgtObj.zip_view.value = zipObj.zipNo; tgtObj.zip_view.value = zipObj.zipNo;
tgtObj.detailAdres.value = zipObj.roadAddrPart2 + ' ' + zipObj.addrDetail; tgtObj.daddr.value = zipObj.roadAddrPart2 + ' ' + zipObj.addrDetail;
} }

Loading…
Cancel
Save