Commit 2ca126d5 authored by wwccw0591's avatar wwccw0591

pc

parent 0aa0f826
......@@ -565,6 +565,7 @@ class OrderServiceModel extends \Business\AbstractModel
//商店相关信息
$this->store = \Our\RedisHelper::cachedFunction(\Redis\Db5\OrderRedisModel::getInstance(), array(&$storeDao, 'getInfoById'), array($this->order['storeId'], $this->storeField), \Our\ApiConst::oneDaySecond);
$orderGoods=$goodsDao->convert($this->orderGoodsList);
echo json_encode($orderGoods);exit;
if(empty($orderGoods)){
$orderGoods=array();
}
......
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 to comment