Commit da6312cf authored by chenchuanwen's avatar chenchuanwen

order

parent cd2e0fb2
...@@ -1367,7 +1367,7 @@ class OrderServiceModel extends \Business\AbstractModel ...@@ -1367,7 +1367,7 @@ class OrderServiceModel extends \Business\AbstractModel
$returnData['totalCount'] = $orders['totalCount']; $returnData['totalCount'] = $orders['totalCount'];
return $returnData; return $returnData;
} else { } else {
return new \stdClass(); return array('orders'=>array(),'totalCount'=>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