@@ -34,7 +34,8 @@ class Announcement extends Api
{
$info = (new AnnouncementModel)
->where('id', $id)
- ->where('status', 1)->where('to_lang', $this->lan)
+ //->where('status', 1)
+ ->where('to_lang', $this->lan)
->field('id,img_url,to_lang,createtime,title,introduction,body')
->find();
if(empty($info)){