|
...
|
...
|
@@ -59,9 +59,9 @@ class ProcessRecordsLogic extends BaseLogic |
|
|
|
'item' => ['资料上传', '网站修改中', '网站搭建完成,客户确认中', '等待网站品控审核后上线']
|
|
|
|
]
|
|
|
|
];
|
|
|
|
$data['record'] = array_filter($data['record'], function($item) {
|
|
|
|
return $item['date'] > '2025-09-01';
|
|
|
|
});
|
|
|
|
// $data['record'] = array_filter($data['record'], function($item) {
|
|
|
|
// return $item['date'] > '2025-09-01';
|
|
|
|
// });
|
|
|
|
if($project['type'] == 2){
|
|
|
|
//优化项目 默认在seo优化中
|
|
|
|
if($data['optimize_record'] == 0) {
|
...
|
...
|
|