|
...
|
...
|
@@ -69,7 +69,7 @@ class RankDataLogic extends BaseLogic |
|
|
|
$g_top_plan = $project['deploy_optimize']['g_top_plan'];
|
|
|
|
if(!empty($g_top_plan)){
|
|
|
|
$g_top_plan['is_compliance'] = $g_top_plan['is_compliance'] ?? 0;
|
|
|
|
$g_top_plan['day'] = ((int)$g_top_plan['service_day'] ?? 0) - ((int)($g_top_plan['is_compliance'] ?? 0));
|
|
|
|
// $g_top_plan['day'] = ((int)$g_top_plan['service_day'] ?? 0) - ((int)($g_top_plan['is_compliance'] ?? 0));
|
|
|
|
}
|
|
|
|
//项目信息
|
|
|
|
$data['project'] = [
|
...
|
...
|
|