test
This commit is contained in:
parent
b4a0b8efc6
commit
0159a7114a
@ -470,7 +470,8 @@ public class OzSchdExportUtil {
|
||||
JSONObject oj = new JSONObject();
|
||||
|
||||
|
||||
String rpplNm = adjReqVO.getRpplNm(); //이름
|
||||
//String rpplNm = adjReqVO.getRpplNm(); //이름
|
||||
String rpplNm = "02".equals(adjReqVO.getRpplUsrTy()) ? adjReqVO.getRpplBizNm() : adjReqVO.getRpplNm(); //이름
|
||||
String rpplPost = adjReqVO.getRpplPost(); //우편번호
|
||||
String rpplPhone = stUtil.addDash(adjReqVO.getRpplPhone()); //핸드폰 번호 '-' 문자 추가해 주기
|
||||
String rpplAddr = adjReqVO.getRpplAddr() + " " + adjReqVO.getRpplAddrDtl(); //주소 + 상세주소 합치기
|
||||
|
||||
Loading…
Reference in New Issue
Block a user