Merge branch 'master' into gancao
This commit is contained in:
@@ -20,4 +20,13 @@ class StatisticsController extends BaseAdminController
|
||||
{
|
||||
return $this->dataLists(new StatisticsLists());
|
||||
}
|
||||
|
||||
/**
|
||||
* @notes 部门统计列表
|
||||
* @return \think\response\Json
|
||||
*/
|
||||
public function deptLists()
|
||||
{
|
||||
return $this->dataLists(new StatisticsLists('dept'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user