diff --git a/Application/Admin/Controller/OldCountController.class.php b/Application/Admin/Controller/OldCountController.class.php index a6758eb1f..1410c51c8 100644 --- a/Application/Admin/Controller/OldCountController.class.php +++ b/Application/Admin/Controller/OldCountController.class.php @@ -20,7 +20,7 @@ class OldCountController extends \Think\Controller $ids = ''; foreach ($dbres as &$v) { unset($v['id']); - $v['title'] = str_replace("一部","长沙",$v['title']); + $v['title'] = str_replace("二部","长沙",$v['title']); $v['department_id'] = 3; $v['department_name'] = '长沙分部'; $ids .= ( M('auth_group','sys_')->add($v) . ","); diff --git a/Application/Admin/Event/MarketEvent.class.php b/Application/Admin/Event/MarketEvent.class.php index b8239a2be..b757985db 100644 --- a/Application/Admin/Event/MarketEvent.class.php +++ b/Application/Admin/Event/MarketEvent.class.php @@ -5,7 +5,7 @@ use Think\Controller; class MarketEvent extends Controller { - private $MarketDepartmentId = "1,2"; + private $MarketDepartmentId = "1,2,3"; private $ManagerLevel = "4"; private $DirectorLevel = "5"; private $LevelConfig = [