...
|
...
|
@@ -51,6 +51,10 @@ class Litestoregoods extends Backend |
|
|
$store_model = new Store();
|
|
|
$store = $store_model->where('status',3)->select();
|
|
|
}
|
|
|
$group = $auth_group->where(['uid'=>$this->admin_id,'group_id'=>4])->count();
|
|
|
if($group) {
|
|
|
$admin_id = Db::name('store')->where('admin_id',$this->admin_id)->value('id');
|
|
|
}
|
|
|
$this->view->assign('admin_id',$admin_id);
|
|
|
$this->view->assign('store',$store);
|
|
|
$this->view->assign('group_id',$group_id);
|
...
|
...
|
|