Commit cfdb82f7 by 朱继来

调整渠道名

parent d922196c
......@@ -279,9 +279,9 @@ function getOrderAddress($order_id)
function getSupplierName($key)
{
$redis = Redis::connection('read');
$supp_info = json_decode($redis->hget('supp_info_', $key), true);
$supp_info = $redis->hget('supp_info_', $key);
return $supp_info['supplier_name'];
return $supp_info;
}
Class OrderController extends Controller
......
......@@ -113,7 +113,7 @@
<p>附加费设置</p>
<table class="table table-bordered table-hover extend-fee-table">
<thead>
<th>供应商</th>
<th>供应商/渠道</th>
<th>商品金额</th>
<th>调整附加费</th>
</thead>
......
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