mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:34:18 +09:00
2023.05.08 등록시마다 사업자 등록증, 재직증명서 재출로 변경, 발신번호 관리 상세조회 형식 변경
This commit is contained in:
@@ -476,6 +476,7 @@
|
||||
AND ess.SEQ_NO = #{seqNo}
|
||||
</select>
|
||||
|
||||
<!-- 2023.05.08 등록시마다 사업자 등록증, 재직증명서 재출로 변경
|
||||
<select id="selectAuthFileList" parameterType="kr.co.uplus.ez.api.sendNumMgt.dto.DetailNumberReqDto" resultType="kr.co.uplus.ez.api.sendNumMgt.dto.AuthFileInfo">
|
||||
/* sendNumMgt-mapper.xml(selectAuthFileList) */
|
||||
SELECT
|
||||
@@ -513,6 +514,20 @@
|
||||
WHERE
|
||||
REG_REQ_NO = #{regReqNo}
|
||||
</select>
|
||||
-->
|
||||
<select id="selectAuthFileList" parameterType="kr.co.uplus.ez.api.sendNumMgt.dto.DetailNumberReqDto" resultType="kr.co.uplus.ez.api.sendNumMgt.dto.AuthFileInfo">
|
||||
/* sendNumMgt-mapper.xml(selectAuthFileList) */
|
||||
SELECT
|
||||
DOC_TP_CD AS docTpCd,
|
||||
DOC_TITLE AS docTitle,
|
||||
FILE_NM AS fileNm,
|
||||
FILE_PATH AS filePath,
|
||||
FILE_SIZE AS fileSize
|
||||
FROM
|
||||
hubez_common.EZ_SNDRNO_DOC
|
||||
WHERE
|
||||
REG_REQ_NO = #{regReqNo}
|
||||
</select>
|
||||
|
||||
<select id="selectSvcSndrnoListTotalCnt" parameterType="kr.co.uplus.ez.api.sendNumMgt.dto.SendNumberApprListReqDto" resultType="int">
|
||||
/* sendNumMgt-mapper.xml(selectSvcSndrnoListTotalCnt) */
|
||||
|
||||
Reference in New Issue
Block a user