This commit is contained in:
parent
2dbdd0d5bf
commit
b53476a0d7
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue