dataLists(new StatisticsLists()); } /** * @notes 部门统计列表 * @return \think\response\Json */ public function deptLists() { return $this->dataLists(new StatisticsLists('dept')); } }