songxingwei 3 tahun lalu
induk
melakukan
f7ed2502dd
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app/shop/controller/BaseShop.php

+ 1 - 0
app/shop/controller/BaseShop.php

@@ -214,6 +214,7 @@ class BaseShop extends Controller
 		$group_model = new GroupModel();
 		
 		$group_info_result = $group_model->getGroupInfo([ [ "group_id", "=", $this->user_info["group_id"] ], [ "site_id", "=", $this->site_id ], [ "app_module", "=", $this->app_module ] ]);
+		dump($group_info_result);die;
 
 		$this->group_info = $group_info_result["data"];