This commit is contained in:
parent
b2ca78503b
commit
2dbdd0d5bf
|
|
@ -789,7 +789,7 @@
|
|||
<update id="pay.payrfd.up" parameterClass="hashtable">
|
||||
update payrfd
|
||||
set fgnor=#fgnor#,fgnob=#fgnob#,udt=now(),uno=#uno#,uip=#uip#
|
||||
where payno=#payno#
|
||||
where rfdno=#rfdno# and payno=#payno#
|
||||
</update>
|
||||
<update id="pay.payrfdcancel.up" parameterClass="hashtable">
|
||||
update payrfd
|
||||
|
|
|
|||
|
|
@ -225,6 +225,7 @@
|
|||
<input type="hidden" id="pinos2" name="pinos" value="@Model.PayItem.pino" />
|
||||
<input type="hidden" name="payno" id="payno" value="@Model.Pay.payno" />
|
||||
<input type="hidden" name="ptype" id="ptype" value="@Model.Pay.ptype" />
|
||||
<input type="hidden" name="rfdno" id="rfdno" value="@Model.PayRfd.rfdno" />
|
||||
<h4 class="bskTitle">환불정보</h4>
|
||||
<table class="odrTable th150">
|
||||
<tr class="pd5" style="@(Model.Pay.ptype == 1 ? "display:none;" : "")">
|
||||
|
|
|
|||
Loading…
Reference in New Issue