正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -108,9 +108,9 @@ class AfterCount extends Command | @@ -108,9 +108,9 @@ class AfterCount extends Command | ||
| 108 | 'project_count'=>$project_count, | 108 | 'project_count'=>$project_count, |
| 109 | 'qualified_count'=>$qualified_count, | 109 | 'qualified_count'=>$qualified_count, |
| 110 | 'rate'=>$rate, | 110 | 'rate'=>$rate, |
| 111 | - 'three_project_count'=>$project_count - $three_project_count, | ||
| 112 | - 'three_qualified_count'=>$qualified_count - $three_qualified_count, | ||
| 113 | - 'three_rate'=>$rate - $three_rate, | 111 | + 'three_project_count'=>$three_project_count, |
| 112 | + 'three_qualified_count'=>$three_qualified_count, | ||
| 113 | + 'three_rate'=>$three_rate, | ||
| 114 | 'data' => json_encode($data,true) | 114 | 'data' => json_encode($data,true) |
| 115 | ]; | 115 | ]; |
| 116 | } | 116 | } |
-
请 注册 或 登录 后发表评论