Commit baf1bfd6 authored by christ's avatar christ

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into ccw

parents 12ee6f01 0b5ec131
...@@ -883,7 +883,7 @@ class OrderServiceModel extends \Business\AbstractModel ...@@ -883,7 +883,7 @@ class OrderServiceModel extends \Business\AbstractModel
if (empty($diliverymanIds)) { if (empty($diliverymanIds)) {
ErrorModel::throwException(CodeConfigModel::commonError); ErrorModel::throwException(CodeConfigModel::commonError);
} }
$qmDeliveryLogList = $qmDeliveryLogDao->getListByDeliverymanIdAndTypeCache($diliverymanIds, $type, ApiConst::pageIndex, $pageSize,array('get_time' => 'desc'),$memberId); $qmDeliveryLogList = $qmDeliveryLogDao->getListByDeliverymanIdAndTypeCache($diliverymanIds, $type,$pageIndex, $pageSize,array('get_time' => 'desc'),$memberId);
$orderIds=Array(); $orderIds=Array();
foreach($qmDeliveryLogList['list'] as $qmDeliveryLog){ foreach($qmDeliveryLogList['list'] as $qmDeliveryLog){
if($qmDeliveryLog['orderType']==ApiConst::orderTypeRefund){ if($qmDeliveryLog['orderType']==ApiConst::orderTypeRefund){
......
...@@ -718,7 +718,7 @@ class RefundServiceModel extends \Business\AbstractModel ...@@ -718,7 +718,7 @@ class RefundServiceModel extends \Business\AbstractModel
if (empty($refundReturn)) { if (empty($refundReturn)) {
ErrorModel::throwException(CodeConfigModel::notExistRefund); ErrorModel::throwException(CodeConfigModel::notExistRefund);
} }
$res=$this->getStoreRefundList($storeId,$returnId); $res=$this->getStoreRefundList($storeId,ApiConst::zero,ApiConst::zero,ApiConst::pageSize, $returnId);
if(!empty($res['refundReturns'][ApiConst::zero])) { if(!empty($res['refundReturns'][ApiConst::zero])) {
return $res['refundReturns'][ApiConst::zero]; return $res['refundReturns'][ApiConst::zero];
} }
......
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