正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -59,9 +59,9 @@ class ProcessRecordsLogic extends BaseLogic | @@ -59,9 +59,9 @@ class ProcessRecordsLogic extends BaseLogic | ||
| 59 | 'item' => ['资料上传', '网站修改中', '网站搭建完成,客户确认中', '等待网站品控审核后上线'] | 59 | 'item' => ['资料上传', '网站修改中', '网站搭建完成,客户确认中', '等待网站品控审核后上线'] |
| 60 | ] | 60 | ] |
| 61 | ]; | 61 | ]; |
| 62 | - $data['record'] = array_filter($data['record'], function($item) { | ||
| 63 | - return $item['date'] > '2025-09-01'; | ||
| 64 | - }); | 62 | +// $data['record'] = array_filter($data['record'], function($item) { |
| 63 | +// return $item['date'] > '2025-09-01'; | ||
| 64 | +// }); | ||
| 65 | if($project['type'] == 2){ | 65 | if($project['type'] == 2){ |
| 66 | //优化项目 默认在seo优化中 | 66 | //优化项目 默认在seo优化中 |
| 67 | if($data['optimize_record'] == 0) { | 67 | if($data['optimize_record'] == 0) { |
-
请 注册 或 登录 后发表评论