로그인 관련 / 메뉴 링크 추가 / 홈페이지 로그인 적용

This commit is contained in:
kimre
2022-07-08 14:07:33 +09:00
parent 3d05b45299
commit b2ff509948
73 changed files with 1251 additions and 668 deletions

View File

@@ -121,6 +121,33 @@
)
</insert>
<insert id="insertSendMsg" parameterType="kr.co.uplus.ez.api.login.dto.SendMsgDto">
INSERT
INTO hubez_send.EZ_MSG_REAL (
CLIENT_KEY
, REQ_PRODUCT
, TRAFFIC_TYPE
, MSG_STATUS
, REQ_DATE
, CALLBACK_NUMBER
, MSG
, PHONE
, WEB_REQ_ID
, ORDER_ID
)value(
#{clientKey}
, 'SMS'
, 'real'
, 'req'
, NOW()
, '15445992'
, #{msg}
, #{phone}
, '2'
, '2'
)
</insert>
<select id="getAuthNum" parameterType="kr.co.uplus.ez.api.login.dto.AuthNum" resultType="kr.co.uplus.ez.api.login.dto.AuthNum">
/* login-mapper.xml(getAuthNum) */
SELECT