作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !689
... ... @@ -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']);
... ...