Commit 6a699c6d authored by christ's avatar christ

pc

parent b2af2dda
...@@ -1041,7 +1041,7 @@ class OrderServiceModel extends \Business\AbstractModel ...@@ -1041,7 +1041,7 @@ class OrderServiceModel extends \Business\AbstractModel
$this->store = \Our\RedisHelper::cachedFunction(\Redis\Db5\OrderRedisModel::getInstance(), array(&$storeDao, 'getInfoById'), array($this->order['storeId'],$storeDao->detailField), \Our\ApiConst::oneDaySecond); $this->store = \Our\RedisHelper::cachedFunction(\Redis\Db5\OrderRedisModel::getInstance(), array(&$storeDao, 'getInfoById'), array($this->order['storeId'],$storeDao->detailField), \Our\ApiConst::oneDaySecond);
$convertRefundReturn=Array(); $convertRefundReturn=Array();
$convertRefundReturn[$refundReturn['orderGoodsId']]=$refundReturn; $convertRefundReturn[$refundReturn['orderGoodsId']]=$refundReturn;
if($qmDeliverymanLog['orderType']==ApiConst::orderTypeRefund){ if($delivery['orderType']==ApiConst::orderTypeRefund){
$orderGoods = $goodsDao->convert($this->orderGoodsList,false,$convertRefundReturn); $orderGoods = $goodsDao->convert($this->orderGoodsList,false,$convertRefundReturn);
}else{ }else{
$orderGoods=$goodsDao->convert($this->orderGoodsList); $orderGoods=$goodsDao->convert($this->orderGoodsList);
......
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