正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -70,7 +70,7 @@ class CNoticeController extends BaseController | @@ -70,7 +70,7 @@ class CNoticeController extends BaseController | ||
| 70 | 'type' => $type, | 70 | 'type' => $type, |
| 71 | 'route' => $route, | 71 | 'route' => $route, |
| 72 | 'server_id' => ServerConfig::SELF_SITE_ID, | 72 | 'server_id' => ServerConfig::SELF_SITE_ID, |
| 73 | - 'status' => ['!=',Notify::STATUS_FINISH_PAGE] | 73 | + 'status' => ['!=',Notify::STATUS_FINISH_SITEMAP] |
| 74 | ]; | 74 | ]; |
| 75 | $notify = $notify_model->read($data,['id']); | 75 | $notify = $notify_model->read($data,['id']); |
| 76 | 76 |
-
请 注册 或 登录 后发表评论