mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:16:34 +09:00
발신번호 반려 메일 테스트
This commit is contained in:
@@ -44,6 +44,7 @@ authentication:
|
||||
mail:
|
||||
from: msghubez@lguplus.co.kr
|
||||
templeteCode: E0005
|
||||
senrNoRejTempleteCode: E0007
|
||||
|
||||
msghubez:
|
||||
homepage-url: https://mhez-qa.uplus.co.kr
|
||||
|
||||
@@ -679,5 +679,12 @@
|
||||
WHERE REG_REQ_NO = #{regReqNo}
|
||||
and DOC_NO = #{docNo}
|
||||
</select>
|
||||
|
||||
<select id="selectApiAuthToken" parameterType="String" resultType="String">
|
||||
/* sendNumMgt-mapper.xml(selectApiAuthToken) */
|
||||
SELECT AUTHTKN
|
||||
FROM hubez_common.EZ_IFSYS_INFO
|
||||
WHERE SYS_ID = #{apiApplicationId}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user