|
...
|
...
|
@@ -70,7 +70,7 @@ class CNoticeController extends BaseController |
|
|
|
'type' => $type,
|
|
|
|
'route' => $route,
|
|
|
|
'server_id' => ServerConfig::SELF_SITE_ID,
|
|
|
|
'status' => ['<',Notify::STATUS_FINISH_PAGE]
|
|
|
|
'status' => ['!=',Notify::STATUS_FINISH_PAGE]
|
|
|
|
];
|
|
|
|
$notify = $notify_model->read($data,['id']);
|
|
|
|
|
...
|
...
|
|