moonsflyer hace 5 meses
padre
commit
9c81244000
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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'){
                 $afterOrder = AfterSale::where(['order_id'=>$list['id']])->find();
-                $list['afterOrder'] = $afterOrder;
-                
+                $list['after_order'] = $afterOrder;
+
             }
         }