|
...
|
...
|
@@ -108,9 +108,9 @@ class AfterCount extends Command |
|
|
|
'project_count'=>$project_count,
|
|
|
|
'qualified_count'=>$qualified_count,
|
|
|
|
'rate'=>$rate,
|
|
|
|
'three_project_count'=>$project_count - $three_project_count,
|
|
|
|
'three_qualified_count'=>$qualified_count - $three_qualified_count,
|
|
|
|
'three_rate'=>$rate - $three_rate,
|
|
|
|
'three_project_count'=>$three_project_count,
|
|
|
|
'three_qualified_count'=>$three_qualified_count,
|
|
|
|
'three_rate'=>$three_rate,
|
|
|
|
'data' => json_encode($data,true)
|
|
|
|
];
|
|
|
|
}
|
...
|
...
|
|