Commit 81eb3679 by 朱继来

调整导出客服

parent fea9be4c
Showing with 1 additions and 3 deletions
......@@ -451,9 +451,7 @@ class OrderModel extends Model
$tmp[$i]['receiving_address'] = isset($current_order_addr['mobile']) ? $current_order_addr['mobile'] : '';
} else {
$tmp[$i]['is_new_order'] = $order[$i]['is_new_order'] == 1 ? '是' : '否'; // 是否为新订单
}
unset($sales);
}
}
return $tmp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment