admin_chrg 상세조회 수정중

This commit is contained in:
2023-03-27 08:35:59 +09:00
parent 01a265c17d
commit 0629923f29
6 changed files with 72 additions and 5 deletions

View File

@@ -1187,6 +1187,11 @@
( SELECT @ROWNUM := #{page} ) AS R
</select>
<!-- 충전관리 상세 조회 -->
<select id="selectChrgDetail" parameterType="kr.co.uplus.ez.api.custMgt.dto.ChrgDetailReqDto" resultType="kr.co.uplus.ez.api.custMgt.dto.ChrgDetail">
</select>
<!-- 이용자 충전번호 조회(채번) -->
<select id="getChrgSeq" resultType="String">
/* custMgt-mapper.xml(getChrgSeq) */