|
...
|
...
|
@@ -122,7 +122,7 @@ class TicketCount extends Command |
|
|
|
*/
|
|
|
|
public function dept_action(){
|
|
|
|
$belongingGroupModel = new BelongingGroup();
|
|
|
|
$groupList = $belongingGroupModel->list(['id'=>['in',[1,2,3,4,5,6,7,8,9]]],'id',['id','name']);
|
|
|
|
$groupList = $belongingGroupModel->list(['id'=>['in',[1,2,3,4,5,6,7,8,9],'dept_id'=>1]],'id',['id','name']);
|
|
|
|
$manageHrModel = new ManageHr();
|
|
|
|
$ticketLogModel = new TicketLog();
|
|
|
|
$ticketDailyDeptModel = new TicketDailyDeptCount();
|
...
|
...
|
|