mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 04:56:43 +09:00
로그인 관련 / 메뉴 링크 추가 / 홈페이지 로그인 적용
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user