|
...
|
...
|
@@ -69,7 +69,10 @@ 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));
|
|
|
|
if(!isset($g_top_plan['service_day']) || empty($g_top_plan['service_day'])){
|
|
|
|
$g_top_plan['service_day'] = 0;
|
|
|
|
}
|
|
|
|
$g_top_plan['day'] = $g_top_plan['service_day'] - $g_top_plan['is_compliance'];
|
|
|
|
}
|
|
|
|
//项目信息
|
|
|
|
$data['project'] = [
|
...
|
...
|
|