作者 刘锟

update

@@ -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_PAGE]
74 ]; 74 ];
75 $notify = $notify_model->read($data,['id']); 75 $notify = $notify_model->read($data,['id']);
76 76