|
...
|
...
|
@@ -156,7 +156,7 @@ class TicketCount extends Command |
|
|
|
* @method :post
|
|
|
|
* @time :2025/8/30 9:36
|
|
|
|
*/
|
|
|
|
public function manage_week_month_action($startOfLast,$endOfLast,$model = (new TicketWeekManageCount)){
|
|
|
|
public function manage_week_month_action($startOfLast,$endOfLast,$model){
|
|
|
|
$manageHrModel = new ManageHr();
|
|
|
|
$manageList = $manageHrModel->list(['status'=>1,'dept_id'=>['in',[1,2]]],'id',['id','dept_id','manage_id','name','nickname']);
|
|
|
|
$ticketLogModel = new TicketLog();
|
...
|
...
|
|