作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !2550
@@ -122,7 +122,7 @@ class TicketCount extends Command @@ -122,7 +122,7 @@ class TicketCount extends Command
122 */ 122 */
123 public function dept_action(){ 123 public function dept_action(){
124 $belongingGroupModel = new BelongingGroup(); 124 $belongingGroupModel = new BelongingGroup();
125 - $groupList = $belongingGroupModel->list(['id'=>['in',[1,2,3,4,5,6,7,8,9]]],'id',['id','name']); 125 + $groupList = $belongingGroupModel->list(['id'=>['in',[1,2,3,4,5,6,7,8,9],'dept_id'=>1]],'id',['id','name']);
126 $manageHrModel = new ManageHr(); 126 $manageHrModel = new ManageHr();
127 $ticketLogModel = new TicketLog(); 127 $ticketLogModel = new TicketLog();
128 $ticketDailyDeptModel = new TicketDailyDeptCount(); 128 $ticketDailyDeptModel = new TicketDailyDeptCount();