Merge branch 'sndrNoRejMail' into develop

This commit is contained in:
2023-02-13 10:50:13 +09:00
6 changed files with 119 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ authentication:
mail:
from: msghubez@lguplus.co.kr
templeteCode: E0005
senrNoRejTempleteCode: E0007
msghubez:
homepage-url: https://mhez-qa.uplus.co.kr

View File

@@ -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>