Commit e67efb4a authored by wwccw0591's avatar wwccw0591

pc

parent bd42d9bf
...@@ -153,10 +153,16 @@ class OrderServiceModel extends \Business\AbstractModel ...@@ -153,10 +153,16 @@ 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'=>[],
'totalCount'=>ApiConst::zero,
);
} }
} else { } else {
return new \stdClass(); return Array(
'orders'=>[],
'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