This commit is contained in:
hyunho 2020-11-18 03:57:46 +00:00
parent 2dbdd0d5bf
commit b53476a0d7
2 changed files with 2 additions and 2 deletions

View File

@ -794,7 +794,7 @@
<update id="pay.payrfdcancel.up" parameterClass="hashtable"> <update id="pay.payrfdcancel.up" parameterClass="hashtable">
update payrfd update payrfd
set rstatus=#rstatus#,udt=now(),uno=#uno#,uip=#uip# set rstatus=#rstatus#,udt=now(),uno=#uno#,uip=#uip#
where payno=#payno# where rfdno=#rfdno# and payno=#payno#
</update> </update>
<update id="pay.unpay" parameterClass="hashtable"> <update id="pay.unpay" parameterClass="hashtable">
update examuser a update examuser a

View File

@ -523,7 +523,7 @@
confirmtoggle(true, "환불신청을 취소하시겠습니까?", "gogoSelfCancel()"); confirmtoggle(true, "환불신청을 취소하시겠습니까?", "gogoSelfCancel()");
} }
function gogoSelfCancel() { function gogoSelfCancel() {
capp("/fcommon/PayRfdSelfCancel", { payno: @Model.Pay.payno}, "cbgogoSelfCancel"); capp("/fcommon/PayRfdSelfCancel", { payno: @Model.Pay.payno, rfdno : @Model.PayRfd.rfdno}, "cbgogoSelfCancel");
} }
function cbgogoSelfCancel() { function cbgogoSelfCancel() {
if (capResult.code == 1000) { if (capResult.code == 1000) {