afa 2 달 전
부모
커밋
e1c1cf02b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'];
     }