Compare commits
No commits in common. "733cfbcd8d6ed39eb96bb0bd6750a94f0026c0cc" and "475733d22bea9a91239755b0575cac54873cebdc" have entirely different histories.
733cfbcd8d
...
475733d22b
@ -93,12 +93,6 @@ public class UserService {
|
||||
? ""
|
||||
: storeRequest.getSaleStoreLevel();
|
||||
|
||||
// 판매점의 우편번호 등록시 하이픈이 없다면 셋제짜리 이후에 하이픈 조합으로 등록처리(2026.04.30 이병곤 과장 추가 요청)
|
||||
String zipNo = storeRequest.getZipNo();
|
||||
if (!StringUtils.isEmpty(zipNo) && !zipNo.contains("-") && zipNo.length() >= 4) {
|
||||
storeRequest.setZipNo(zipNo.substring(0, 3) + "-" + zipNo.substring(3));
|
||||
}
|
||||
|
||||
userMapper.setStoreSave(storeRequest);
|
||||
userMapper.setStoreInfoSave(storeRequest);
|
||||
userMapper.setStoreSapCdSave(storeRequest);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user