afa 2 months ago
parent
commit
e1c1cf02b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/shop/ShopDelivery.php

+ 1 - 1
app/admin/controller/shop/ShopDelivery.php

@@ -21,7 +21,7 @@ class ShopDelivery extends Backend
         $this->model = new ShopDeliveryModel();
         $this->assign('platformList', site_config('addonsd.platform_list'));
         //,'shops', 'variety', 'specs'
-        $this->relationField=['customer','user'];
+        $this->relationField=['customer','user', 'shops'];
     }