Commit 12431cf2 authored by chenchuanwen's avatar chenchuanwen

address

parent bff08290
...@@ -1436,6 +1436,7 @@ class RefundServiceModel extends \Business\AbstractModel ...@@ -1436,6 +1436,7 @@ class RefundServiceModel extends \Business\AbstractModel
$orderCommon=$orderDao->getClienOrderCommon($order); $orderCommon=$orderDao->getClienOrderCommon($order);
$info=array_merge($info,$orderCommon); $info=array_merge($info,$orderCommon);
} }
echo json_encode($info);exit;
if (!$refundReturn) { if (!$refundReturn) {
ErrorModel::throwException(CodeConfigModel::orderError); ErrorModel::throwException(CodeConfigModel::orderError);
} else { } else {
......
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