Commit b149bb05 authored by wwccw0591's avatar wwccw0591

pc

parent e70e79b6
......@@ -559,7 +559,6 @@ class OrderServiceModel extends \Business\AbstractModel
$reciverInfo = unserialize($this->orderCommon['reciverInfo']);
//定单商品表
$this->orderGoodsList = \Our\RedisHelper::cachedFunction(\Redis\Db5\OrderRedisModel::getInstance(), array(&$orderGoodsDao, 'getOrderGoodsByOrderIds'), array($orderId, $this->getGoodsDetailField()), \Our\ApiConst::oneDaySecond);
echo json_encode($this->orderGoodsList );exit;
if(empty($this->orderGoodsList)){
ErrorModel::throwException(CodeConfigModel::notExistOrderGoods);
}
......
......@@ -389,6 +389,7 @@ class GoodsModel extends \DAO\AbstractModel {
}else{
$goods['goodsAttr']=array();
}
echo json_encode($goods);exit;
if(isset($goods['refundStateName'])){
$goods['refundStateName']= $goods['refundStateName']? $goods['refundStateName']:'';
}
......
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