수정건 수정

This commit is contained in:
USER
2022-08-05 14:05:35 +09:00
parent 8971945e93
commit e67838c044
13 changed files with 101 additions and 32 deletions

View File

@@ -268,14 +268,15 @@
,CHG_ID
,CHG_DT
,RQTR_ID
,RQTR_NM
,RQTR_NM
,CMPLT_DT
)
VALUES(
#{regReqNo}
,'01'
,#{reqSttusCd}
,#{reqCnt}
,0
,0
,#{apvCnt}
,#{rejtCnt}
,NOW()
,#{userSeq}
,#{regId}
@@ -283,7 +284,8 @@
,#{regId}
,NOW()
,#{regId}
,(select OPRTR_NM from hubez_admin.EZ_ADM_USER eau where OPRTR_ID = #{regId})
,(select OPRTR_NM from hubez_admin.EZ_ADM_USER eau where OPRTR_ID = #{regId})
,#{cmpltDt}
)
</insert>
@@ -605,7 +607,8 @@
SET
CHG_ID = #{adminId}
, CHG_DT = NOW()
, STTUS_CD = #{sttusCd}
, STTUS_CD = #{sttusCd}
, USE_YN = #{useYn}
WHERE SEQ_NO = #{seqNo}
AND SNDRNO = #{sndrno}
</update>