Your Name 3 năm trước cách đây
mục cha
commit
64d808c423

+ 1 - 1
service/mail/database/area_entry.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 $excel = false;
 $excel = false;
 $button = array();
 $button = array();
-if (Dever::load('manage/auth')->checkFunc('mail.area_entry', 'editareaentry', '数据导出')) {
+if (Dever::load('manage/auth')->checkFunc('agent.mail.area_entry', 'editareaentry', '数据导出')) {
     $excel[] = array('数据导出','数据导出','mail/lib/manage.out_area_entry');
     $excel[] = array('数据导出','数据导出','mail/lib/manage.out_area_entry');
     $button['数据导入'] = array('fast', '', 'import&project=upload&call=mail/lib/manage.import');
     $button['数据导入'] = array('fast', '', 'import&project=upload&call=mail/lib/manage.import');
 }
 }