提交 332f2d7c 编写于 作者: D Devil

订单列表数据处理优化

上级 01b68cd2
......@@ -1332,6 +1332,7 @@ class OrderService
$vs['total_price'] = PriceNumberFormat($vs['buy_number']*$vs['price']);
// 规格
$vs['spec_text'] = null;
if(!empty($vs['spec']))
{
$vs['spec'] = json_decode($vs['spec'], true);
......@@ -1344,7 +1345,6 @@ class OrderService
}
} else {
$vs['spec'] = null;
$vs['spec_text'] = null;
}
// 虚拟销售商品 - 虚拟信息处理
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册