moonsflyer 5 months ago
parent
commit
9c81244000
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/shopapi/lists/OrderLists.php

+ 2 - 2
app/shopapi/lists/OrderLists.php

@@ -85,8 +85,8 @@ class OrderLists extends BaseShopDataLists
 
 
             if($this->params['type'] == 'return'){
             if($this->params['type'] == 'return'){
                 $afterOrder = AfterSale::where(['order_id'=>$list['id']])->find();
                 $afterOrder = AfterSale::where(['order_id'=>$list['id']])->find();
-                $list['afterOrder'] = $afterOrder;
-                
+                $list['after_order'] = $afterOrder;
+
             }
             }
         }
         }