作者 刘锟

合并分支 'akun' 到 'master'

update



查看合并请求 !690
... ... @@ -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_SITEMAP]
];
$notify = $notify_model->read($data,['id']);
... ...