Compare commits
No commits in common. "77ea67d696bbe9e25a1f390773e184c9cef2ffc3" and "53ceb8b4ac51f5633d75ddc16e6f7931f97f434f" have entirely different histories.
77ea67d696
...
53ceb8b4ac
@ -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