발신 번호 수정

This commit is contained in:
USER
2022-07-19 19:13:54 +09:00
parent 0bf17706a8
commit 3be9f3df5a
5 changed files with 78 additions and 32 deletions

View File

@@ -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())){