selectCydInfoByTaskID($task_id); $count = (new Cyd())->countCydInfoByTaskID($task_id); return ['rows'=>$data,'total'=>$count]; } }