|
@@ -188,6 +188,13 @@ class Sell
|
|
$info['card_code_cash'] = round($info['card_code_cash'], 2);
|
|
$info['card_code_cash'] = round($info['card_code_cash'], 2);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ $tk = Dever::db('shop/sell_order_refund')->find(array('order_id' => $info['id'], 'process' => 2));
|
|
|
|
+ if ($tk) {
|
|
|
|
+ $info['tk_status'] = 1;
|
|
|
|
+ } else {
|
|
|
|
+ $info['tk_status'] = 2;
|
|
|
|
+ }
|
|
|
|
+
|
|
$info['card_name'] = '';
|
|
$info['card_name'] = '';
|
|
if ($info['card_code_id'] > 0) {
|
|
if ($info['card_code_id'] > 0) {
|
|
$config = Dever::db('main/sell_config')->find();
|
|
$config = Dever::db('main/sell_config')->find();
|