|
@@ -503,7 +503,7 @@ Class Manage
|
|
|
}
|
|
|
} else if ($v['status'] == 3) {
|
|
|
if ($active['refundagin_type'] == 2) {
|
|
|
- $log = Dever::db('active/info_refund_log')->find(array('code_id'=>$v['id'],'status'=>2));
|
|
|
+ $log = Dever::db('active/info_refund_log')->getTui(array('order_id'=>$id,'code_id'=>$v['id']));
|
|
|
if ($log && $log['price'] < $active['price']) {
|
|
|
$url = Dever::url('project/database/update?project=active&table=info_refund_log&search_option_price='.$active['price'].'&search_option_code_id='.$v['id'].'&search_option_order_id='.$id.'&col=price,order_id,code_id,desc', 'manage');
|
|
|
$name = '再次退款';
|