Commit 9ad84fd8 authored by christ's avatar christ

退款退货详情的配送员名字错了

parent baf1bfd6
......@@ -1199,7 +1199,7 @@ class RefundServiceModel extends \Business\AbstractModel
if(!empty($diliveryMan)){
$diliveryMan=array(
'id'=>$diliveryMan['id'],
'trueName'=>$diliveryMan['true_name'],
'trueName'=>$diliveryMan['trueName'],
'mobile'=>$diliveryMan['mobile'],
);
$info['diliveryman']=$diliveryMan;
......
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