|
|
|
@ -157,9 +157,13 @@ class SocietyInfoController extends ThinkController
|
|
|
|
|
if (IS_ROOT) {
|
|
|
|
|
$this->assign('timeset_check',true);
|
|
|
|
|
$this->assign('delset_check',true);
|
|
|
|
|
$this->assign('export_check', true);
|
|
|
|
|
$this->assign('import_check', true);
|
|
|
|
|
} else {
|
|
|
|
|
$this->assign('timeset_check',$this->checkRule("Admin/SocietyInfo/timeset" ,array('in','1,2')));
|
|
|
|
|
$this->assign('delset_check',$this->checkRule("Admin/SocietyInfo/delset" ,array('in','1,2')));
|
|
|
|
|
$this->assign('timeset_check', $this->checkRule("Admin/SocietyInfo/timeset" ,array('in','1,2')));
|
|
|
|
|
$this->assign('delset_check', $this->checkRule("Admin/SocietyInfo/delset" ,array('in','1,2')));
|
|
|
|
|
$this->assign('export_check', $this->checkRule("Admin/Society/lists_export_check" ,array('in','1,2')));
|
|
|
|
|
$this->assign('import_check', $this->checkRule("Admin/SocietyInfo/excelImport" ,array('in','1,2')));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|