Browse Source

인증번호 임시 로그

feature/auth
지대한 2 years ago
parent
commit
39218cef20
  1. 3
      src/main/java/com/palnet/biz/api/acnt/crtfyhp/service/AcntCrtfyhpService.java

3
src/main/java/com/palnet/biz/api/acnt/crtfyhp/service/AcntCrtfyhpService.java

@ -118,6 +118,9 @@ public class AcntCrtfyhpService {
ptyEntity.setCrtfyhpYn("N");
ptyCrtfyhpBasRepository.save(ptyEntity);
logger.info("certifyNo :: " + certifyNo);
//발송 테이블 입력
SuredataEntity entity = new SuredataEntity();
entity.setCallphone(hpno);

Loading…
Cancel
Save