mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 18:42:43 +09:00
발신 번호 수정
This commit is contained in:
@@ -223,7 +223,14 @@ public class SendNumMgtService {
|
||||
sendNumMgtMapper.insertNumberList(dbInsertNumber);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 사업자 인증 여부 Y
|
||||
if(allSendNumbers.size() > 0) {
|
||||
UpdateApprReqDto updateApprReqDto = new UpdateApprReqDto();
|
||||
updateApprReqDto.setAdminId(adminId);
|
||||
sendNumMgtMapper.updateSvcUser(updateApprReqDto);
|
||||
}
|
||||
|
||||
// 사업자 인증이 안된 경우 파일업로드...
|
||||
if(!StringUtils.equals(Const.COMM_YES, insertNumberReqDto.getBizrAuthYn())){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user