|
@@ -783,6 +783,7 @@ class Buy
|
|
|
|
|
|
private function show_address($info, &$result, $type, $type_info)
|
|
|
{
|
|
|
+
|
|
|
$parent_order = array();
|
|
|
if ($info['parent_type'] == 2) {
|
|
|
$parent_order = Dever::db('shop/sell_order')->find($info['parent_order_id']);
|
|
@@ -845,6 +846,11 @@ class Buy
|
|
|
array('联系电话', $type_info['mobile']),
|
|
|
array('订单备注', $info['info']),
|
|
|
);
|
|
|
+ $result[$info['order_num']]['content'][] = array
|
|
|
+ (
|
|
|
+ array('资金账户抵扣', $info['record_cash']),
|
|
|
+
|
|
|
+ );
|
|
|
}
|
|
|
|
|
|
|