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

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