Merge branch 'tolag3'

This commit is contained in:
LJH 2022-10-13 10:20:12 +09:00
commit b511d25d88
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
package kcc.kccadr.kccadrCom.web;
import org.springframework.stereotype.Component;
import kcc.com.cmm.LoginVO;
import kcc.kccadr.adjreqmgr.service.AdjReqMgrVO;
@Component("OtpCertUtil")
public class OtpCertUtil {
/**

View File

@ -178,7 +178,7 @@ public class EgovLoginController {
@Resource(name = "SMSOracleService")
private SMSOracleService sMSOracleService;
@Resource(name = "MjonSmsCertSendUtil")
@Resource(name = "OtpCertUtil")
private OtpCertUtil otpCertUtil;
@ -551,7 +551,7 @@ public class EgovLoginController {
LoginVO resultVO = loginService.actionLogin(loginVO);
/*
* 미허용 IP 인증번호 비교 flag
* OTP 인증번호 비교 flag
* false : 인증번호 비교 결과 맞음
* true : 인증번호 비교 결과 틀림
*