refactor : 유저 테이블 수정

main
이범준 1 year ago
parent 1c1d34c95e
commit a279b4fa12

@ -27,14 +27,14 @@ public class XitUserInfoChangeDtlsVO extends BaseVO {
protected String brthdy; //생일
protected String fxnum; //팩스번호
protected String house_adres; //주택 주소
protected String house_end_telno; //주택 끝 전화번호
protected String area_no; //지역 번호
protected String detail_adres; //상세 주소
protected String zip; //우편번호
protected String offm_telno; //사무실 전화번호
protected String mbtlnum; //이동전화번호
protected String email_adres; //이메일 주소
protected String house_middle_telno; //주택 중간 전화번호
protected String pstinst_code; //소속기관 코드
protected String user_sttus_code; //사용자 상태 코드
protected String esntl_id; //고유 id
@ -93,12 +93,8 @@ public class XitUserInfoChangeDtlsVO extends BaseVO {
public void setHouse_adres(String house_adres) {
this.house_adres = house_adres;
}
public String getHouse_end_telno() {
return house_end_telno;
}
public void setHouse_end_telno(String house_end_telno) {
this.house_end_telno = house_end_telno;
}
public String getArea_no() {
return area_no;
}
@ -135,12 +131,7 @@ public class XitUserInfoChangeDtlsVO extends BaseVO {
public void setEmail_adres(String email_adres) {
this.email_adres = email_adres;
}
public String getHouse_middle_telno() {
return house_middle_telno;
}
public void setHouse_middle_telno(String house_middle_telno) {
this.house_middle_telno = house_middle_telno;
}
public String getPstinst_code() {
return pstinst_code;
}

@ -36,7 +36,6 @@ public class XitUserInfoVO extends XitUserEtcOptionVO {
protected String houseAdres; //주택 주소
protected String passwordHint; //비밀번호 힌트
protected String passwordCnsr; //비밀번호 정답
protected String houseEndTelno; //주택 끝 전화번호
protected String areaNo; //지역 번호
protected String detailAdres; //상세 주소
protected String zip; //우편번호
@ -44,7 +43,6 @@ public class XitUserInfoVO extends XitUserEtcOptionVO {
protected String mbtlnum; //이동전화번호
protected String emailAdres; //이메일 주소
protected String ofcpsNm; //직위 명
protected String houseMiddleTelno; //주택 중간 전화번호
protected String groupId; //그룹 id - 업무그룹(sgg_cd)
protected String pstinstCode; //소속기관 코드 - 시스템코드(sysSeCd)
protected String userSttusCode; //사용자 상태 코드

@ -84,14 +84,6 @@ public class XitUserRegMngVO extends BaseVO {
*
*/
private String houseAdres;
/**
*
*/
private String houseEndTelno;
/**
*
*/
private String houseMiddleTelno;
/**
*
*/

@ -2074,14 +2074,12 @@
,BRTHDY
,FXNUM
,HOUSE_ADRES
,HOUSE_END_TELNO
,AREA_NO
,DETAIL_ADRES
,ZIP
,OFFM_TELNO
,MBTLNUM
,EMAIL_ADRES
,HOUSE_MIDDLE_TELNO
,PSTINST_CODE
,USER_STTUS_CODE
,ESNTL_ID
@ -2096,14 +2094,12 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(brthdy )">AND BRTHDY = #{brthdy }</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(house_adres )">AND HOUSE_ADRES = #{house_adres }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_end_telno )">AND HOUSE_END_TELNO = #{house_end_telno }</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(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(mbtlnum )">AND MBTLNUM = #{mbtlnum }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(email_adres )">AND EMAIL_ADRES = #{email_adres }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_middle_telno)">AND HOUSE_MIDDLE_TELNO = #{house_middle_telno}</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(pstinst_code )">AND PSTINST_CODE = #{pstinst_code }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(user_sttus_code )">AND USER_STTUS_CODE = #{user_sttus_code }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(esntl_id )">AND ESNTL_ID = #{esntl_id }</if>
@ -2120,14 +2116,12 @@
,BRTHDY
,FXNUM
,HOUSE_ADRES
,HOUSE_END_TELNO
,AREA_NO
,DETAIL_ADRES
,ZIP
,OFFM_TELNO
,MBTLNUM
,EMAIL_ADRES
,HOUSE_MIDDLE_TELNO
,PSTINST_CODE
,USER_STTUS_CODE
,ESNTL_ID
@ -2149,14 +2143,12 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(brthdy )">,BRTHDY </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">,FXNUM </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_adres )">,HOUSE_ADRES </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_end_telno )">,HOUSE_END_TELNO </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(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(mbtlnum )">,MBTLNUM </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(email_adres )">,EMAIL_ADRES </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_middle_telno)">,HOUSE_MIDDLE_TELNO</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(pstinst_code )">,PSTINST_CODE </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(user_sttus_code )">,USER_STTUS_CODE </if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(esntl_id )">,ESNTL_ID </if>
@ -2170,14 +2162,12 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(brthdy )">,#{brthdy }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(fxnum )">,#{fxnum }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_adres )">,#{house_adres }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_end_telno )">,#{house_end_telno }</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(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(mbtlnum )">,#{mbtlnum }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(email_adres )">,#{email_adres }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_middle_telno)">,#{house_middle_telno}</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(pstinst_code )">,#{pstinst_code }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(user_sttus_code )">,#{user_sttus_code }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(esntl_id )">,#{esntl_id }</if>
@ -2196,14 +2186,12 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(brthdy )">,BRTHDY = #{brthdy }</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(house_adres )">,HOUSE_ADRES = #{house_adres }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(house_end_telno )">,HOUSE_END_TELNO = #{house_end_telno }</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(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(mbtlnum )">,MBTLNUM = #{mbtlnum }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(email_adres )">,EMAIL_ADRES = #{email_adres }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(house_middle_telno)">,HOUSE_MIDDLE_TELNO = #{house_middle_telno}</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(pstinst_code )">,PSTINST_CODE = #{pstinst_code }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(user_sttus_code )">,USER_STTUS_CODE = #{user_sttus_code }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(esntl_id )">,ESNTL_ID = #{esntl_id }</if>
@ -2244,7 +2232,6 @@
,HOUSE_ADRES
,PASSWORD_HINT
,PASSWORD_CNSR
,HOUSE_END_TELNO
,AREA_NO
,DETAIL_ADRES
,ZIP
@ -2252,7 +2239,6 @@
,MBTLNUM
,EMAIL_ADRES
,OFCPS_NM
,HOUSE_MIDDLE_TELNO
,GROUP_ID
,PSTINST_CODE
,USER_STTUS_CODE
@ -2272,7 +2258,6 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_adres )">AND HOUSE_ADRES = #{house_adres }</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(house_end_telno )">AND HOUSE_END_TELNO = #{house_end_telno }</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(zip )">AND ZIP = #{zip }</if>
@ -2280,7 +2265,6 @@
<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(email_adres )">AND EMAIL_ADRES = #{email_adres }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ofcps_nm )">AND OFCPS_NM = #{ofcps_nm }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_middle_telno )">AND HOUSE_MIDDLE_TELNO = #{house_middle_telno }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(group_id )">AND GROUP_ID = #{group_id }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(pstinst_code )">AND PSTINST_CODE = #{pstinst_code }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(user_sttus_code )">AND USER_STTUS_CODE = #{user_sttus_code }</if>
@ -2301,7 +2285,6 @@
,HOUSE_ADRES
,PASSWORD_HINT
,PASSWORD_CNSR
,HOUSE_END_TELNO
,AREA_NO
,DETAIL_ADRES
,ZIP
@ -2309,7 +2292,6 @@
,MBTLNUM
,EMAIL_ADRES
,OFCPS_NM
,HOUSE_MIDDLE_TELNO
,GROUP_ID
,PSTINST_CODE
,USER_STTUS_CODE
@ -2336,7 +2318,6 @@
, house_adres
, password_hint
, password_cnsr
, house_end_telno
, area_no
, detail_adres
, zip
@ -2344,7 +2325,6 @@
, mbtlnum
, email_adres
, ofcps_nm
, house_middle_telno
, group_id
, pstinst_code
, user_sttus_code
@ -2363,7 +2343,6 @@
, #{houseAdres}
, #{passwordHint}
, #{passwordCnsr}
, #{houseEndTelno}
, #{areaNo}
, #{detailAdres}
, #{zip}
@ -2371,7 +2350,6 @@
, #{mbtlnum}
, #{emailAdres}
, #{ofcpsNm}
, #{houseMiddleTelno}
, #{groupId}
, #{pstinstCode}
, #{userSttusCode}
@ -2396,7 +2374,6 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(house_adres )">,HOUSE_ADRES = #{house_adres }</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(house_end_telno )">,HOUSE_END_TELNO = #{house_end_telno }</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(zip )">,ZIP = #{zip }</if>
@ -2404,7 +2381,6 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(mbtlnum )">,MBTLNUM = #{mbtlnum }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(email_adres )">,EMAIL_ADRES = #{email_adres }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(ofcps_nm )">,OFCPS_NM = #{ofcps_nm }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(house_middle_telno )">,HOUSE_MIDDLE_TELNO = #{house_middle_telno }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(group_id )">,GROUP_ID = #{group_id }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(pstinst_code )">,PSTINST_CODE = #{pstinst_code }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notBlank(user_sttus_code )">,USER_STTUS_CODE = #{user_sttus_code }</if>
@ -2434,7 +2410,6 @@
,A.HOUSE_ADRES
,A.PASSWORD_HINT
,A.PASSWORD_CNSR
,A.HOUSE_END_TELNO
,A.AREA_NO
,A.DETAIL_ADRES
,A.ZIP
@ -2442,7 +2417,6 @@
,A.MBTLNUM
,A.EMAIL_ADRES
,A.OFCPS_NM
,A.HOUSE_MIDDLE_TELNO
,A.GROUP_ID
,A.PSTINST_CODE
,A.USER_STTUS_CODE
@ -2467,7 +2441,6 @@
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_adres )">AND A.HOUSE_ADRES = #{house_adres }</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(house_end_telno )">AND A.HOUSE_END_TELNO = #{house_end_telno }</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(zip )">AND A.ZIP = #{zip }</if>
@ -2475,7 +2448,6 @@
<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(email_adres )">AND A.EMAIL_ADRES = #{email_adres }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(ofcps_nm )">AND A.OFCPS_NM = #{ofcps_nm }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(house_middle_telno )">AND A.HOUSE_MIDDLE_TELNO = #{house_middle_telno }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(group_id )">AND A.GROUP_ID = #{group_id }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(pstinst_code )">AND A.PSTINST_CODE = #{pstinst_code }</if>
<if test="@kr.xit.fims.framework.core.utils.XitCmmnUtil@notEmpty(user_sttus_code )">AND A.USER_STTUS_CODE = #{user_sttus_code }</if>
@ -2500,7 +2472,6 @@
,A.HOUSE_ADRES
,A.PASSWORD_HINT
,A.PASSWORD_CNSR
,A.HOUSE_END_TELNO
,A.AREA_NO
,A.DETAIL_ADRES
,A.ZIP
@ -2508,7 +2479,6 @@
,A.MBTLNUM
,A.EMAIL_ADRES
,A.OFCPS_NM
,A.HOUSE_MIDDLE_TELNO
,A.GROUP_ID
,A.PSTINST_CODE
,A.USER_STTUS_CODE

@ -84,8 +84,6 @@
,A.SEXDSTN_CODE AS "sexdstnCode"
,A.BRTHDY AS "brthdy"
,A.AREA_NO AS "areaNo"
,A.HOUSE_MIDDLE_TELNO AS "houseMiddleTelno"
,A.HOUSE_END_TELNO AS "houseEndTelno"
,A.FXNUM AS "fxnum"
,A.HOUSE_ADRES AS "houseAdres"
,A.DETAIL_ADRES AS "detailAdres"

@ -13,8 +13,6 @@
, xui.user_nm
, xui.email_adres
, xui.area_no
, xui.house_middle_telno
, xui.house_end_telno
, xui.mbtlnum
, xui.group_id
, xui.user_sttus_code
@ -51,8 +49,6 @@
, sexdstn_code
, brthdy
, area_no
, house_middle_telno
, house_end_telno
, fxnum
, house_adres
, detail_adres
@ -86,7 +82,6 @@
, house_adres
, password_hint
, password_cnsr
, house_end_telno
, area_no
, detail_adres
, zip
@ -94,7 +89,6 @@
, mbtlnum
, email_adres
, ofcps_nm
, house_middle_telno
, group_id
, pstinst_code
, user_sttus_code
@ -113,7 +107,6 @@
, #{houseAdres}
, #{passwordHint}
, #{passwordCnsr}
, #{houseEndTelno}
, #{areaNo}
, #{detailAdres}
, #{zip}
@ -121,7 +114,6 @@
, #{mbtlnum}
, #{emailAdres}
, #{ofcpsNm}
, #{houseMiddleTelno}
, #{groupId}
, #{pstinstCode}
, #{userSttusCode}
@ -144,8 +136,6 @@
, zip = IF(zip = #{zip}, zip, #{zip})
, house_adres = IF(house_adres = #{houseAdres}, house_adres, #{houseAdres})
, detail_adres = IF(detail_adres = #{detailAdres}, detail_adres, #{detailAdres})
, house_middle_telno = IF(house_middle_telno = #{houseMiddleTelno}, house_middle_telno, #{houseMiddleTelno})
, house_end_telno = IF(house_end_telno = #{houseEndTelno}, house_end_telno, #{houseEndTelno})
, area_no = IF(area_no = #{areaNo}, area_no, #{areaNo})
, offm_telno = IF(offm_telno = #{offmTelno}, offm_telno, #{offmTelno})
, mbtlnum = IF(mbtlnum = #{mbtlnum}, mbtlnum, #{mbtlnum})
@ -372,14 +362,12 @@
, brthdy
, fxnum
, house_adres
, house_end_telno
, area_no
, detail_adres
, zip
, offm_telno
, mbtlnum
, email_adres
, house_middle_telno
, pstinst_code
, user_sttus_code
, esntl_id
@ -392,14 +380,12 @@
, brthdy
, fxnum
, house_adres
, house_end_telno
, area_no
, detail_adres
, zip
, offm_telno
, mbtlnum
, email_adres
, house_middle_telno
, pstinst_code
, user_sttus_code
, esntl_id

@ -47,43 +47,17 @@
-->
<field
property="areaNo" depends="maxlength, mask">
<arg0 key="지역번호" resource="false"/>
<arg1 key="4" resource="false"/>
<arg0 key="지역번호" resource="false"/>
<arg1 key="10" resource="false"/>
<var>
<var-name>maxlength</var-name>
<var-value>4</var-value>
<var-value>10</var-value>
</var>
<var>
<var-name>mask</var-name>
<var-value>[0-9]([0-9])*</var-value>
</var>
</field>
<field
property="houseMiddleTelno" depends="maxlength, mask">
<arg0 key="집중간전화번호" resource="false"/>
<arg1 key="4" resource="false"/>
<var>
<var-name>maxlength</var-name>
<var-value>4</var-value>
</var>
<var>
<var-name>mask</var-name>
<var-value>[0-9][0-9][0-9]([0-9])*</var-value>
</var>
</field>
<field
property="houseEndTelno" depends="maxlength, mask">
<arg0 key="집마지막전화번호" resource="false"/>
<arg1 key="4" resource="false"/>
<var>
<var-name>maxlength</var-name>
<var-value>4</var-value>
</var>
<var>
<var-name>mask</var-name>
<var-value>[0-9][0-9][0-9][0-9]</var-value>
</var>
</field>
<field property="offmTelno" depends="maxlength">
<arg0 key="사무실전화번호" resource="false"/>
<arg1 key="15" resource="false"/>

@ -235,15 +235,11 @@ table {
<form:errors path="emailAdres" cssClass="error" />
</td>
<th width="20%" height="23">
<label class="required">집전화지역번호</label>
<label class="required">지역번호</label>
</th>
<td width="30%" >
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" />
- <form:input path="houseMiddleTelno" title="houseMiddleTelno" id="houseMiddleTelno" cssClass="txaIpt" size="5" maxlength="5" />
- <form:input path="houseEndTelno" title="houseEndTelno" id="houseEndTelno" cssClass="txaIpt" size="5" maxlength="5" />
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="10" maxlength="10" />
<form:errors path="areaNo" cssClass="error" />
<form:errors path="houseMiddleTelno" cssClass="error" />
<form:errors path="houseEndTelno" cssClass="error" />
</td>
</tr>

@ -131,15 +131,11 @@
</td>
</tr>
<tr>
<th><label for="areaNo" class="required">집전화번호</label>
<th><label for="areaNo" class="required">지역번호</label>
</th>
<td>
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" style="width:40px;"/>
- <form:input path="houseMiddleTelno" title="houseMiddleTelno" id="houseMiddleTelno" cssClass="txaIpt" size="5" maxlength="5" style="width:40px;"/>
- <form:input path="houseEndTelno" title="houseEndTelno" id="houseEndTelno" cssClass="txaIpt" size="5" maxlength="5" style="width:40px;"/>
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="10" maxlength="10" style="width:40px;"/>
<form:errors path="areaNo" cssClass="error" />
<form:errors path="houseMiddleTelno" cssClass="error" />
<form:errors path="houseEndTelno" cssClass="error" />
</td>
</tr>
<tr>

@ -180,15 +180,11 @@ table {
<form:errors path="emailAdres" cssClass="error" />
</td>
<th width="20%" height="23">
<label class="required">집전화지역번호</label>
<label class="required">지역번호</label>
</th>
<td width="30%" >
<form:input path="areaNo" id="areaNo" cssClass="txaIpt" size="4" maxlength="4" />
- <form:input path="houseMiddleTelno" id="houseMiddleTelno" cssClass="txaIpt" size="4" maxlength="4" />
- <form:input path="houseEndTelno" id="houseEndTelno" cssClass="txaIpt" size="4" maxlength="4" />
<form:input path="areaNo" id="areaNo" cssClass="txaIpt" size="10" maxlength="10" />
<form:errors path="areaNo" cssClass="error" />
<form:errors path="houseMiddleTelno" cssClass="error" />
<form:errors path="houseEndTelno" cssClass="error" />
</td>
</tr>

@ -128,15 +128,11 @@
<form:errors path="emailAdres" cssClass="error" />
</td>
<th height="23">
<label class="required">집전화지역번호</label>
<label class="required">지역번호</label>
</th>
<td>
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" />
- <form:input path="houseMiddleTelno" title="houseMiddleTelno" id="houseMiddleTelno" cssClass="txaIpt" size="5" maxlength="5" />
- <form:input path="houseEndTelno" title="houseEndTelno" id="houseEndTelno" cssClass="txaIpt" size="5" maxlength="5" />
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="10" maxlength="10" />
<form:errors path="areaNo" cssClass="error" />
<form:errors path="houseMiddleTelno" cssClass="error" />
<form:errors path="houseEndTelno" cssClass="error" />
</td>
</tr>

@ -239,15 +239,11 @@ table {
<form:errors path="emailAdres" cssClass="error" />
</td>
<th height="23">
<label class="required">집전화지역번호</label>
<label class="required">지역번호</label>
</th>
<td>
<form:input path="areaNo" id="areaNo" cssClass="txaIpt" size="4" maxlength="4" />
- <form:input path="houseMiddleTelno" id="houseMiddleTelno" cssClass="txaIpt" size="4" maxlength="4" />
- <form:input path="houseEndTelno" id="houseEndTelno" cssClass="txaIpt" size="4" maxlength="4" />
<form:input path="areaNo" id="areaNo" cssClass="txaIpt" size="10" maxlength="10" />
<form:errors path="areaNo" cssClass="error" />
<form:errors path="houseMiddleTelno" cssClass="error" />
<form:errors path="houseEndTelno" cssClass="error" />
</td>
</tr>

@ -123,15 +123,11 @@
<form:errors path="emailAdres" cssClass="error" />
</td>
<th height="23">
<label>지역번호(집전화)</label>
<label>지역번호</label>
</th>
<td>
<form:input path="areaNo" id="areaNo" style="width : 20%" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" />
- <form:input path="houseMiddleTelno" style="width : 20%" title="houseMiddleTelno" id="houseMiddleTelno" cssClass="txaIpt" size="5" maxlength="5" />
- <form:input path="houseEndTelno" style="width : 20%" title="houseEndTelno" id="houseEndTelno" cssClass="txaIpt" size="5" maxlength="5" />
<form:input path="areaNo" id="areaNo" style="width : 20%" title="areaNo" cssClass="txaIpt" size="10" maxlength="10" />
<form:errors path="areaNo" cssClass="error" />
<form:errors path="houseMiddleTelno" cssClass="error" />
<form:errors path="houseEndTelno" cssClass="error" />
</td>
</tr>

Loading…
Cancel
Save