diff --git a/app/api/lists/user_sign/UserSignLists.php b/app/api/lists/user_sign/UserSignLists.php index 7f13520db..b1ffe274c 100644 --- a/app/api/lists/user_sign/UserSignLists.php +++ b/app/api/lists/user_sign/UserSignLists.php @@ -49,7 +49,7 @@ class UserSignLists extends BaseApiDataLists implements ListsSearchInterface $type=$this->request->get('type',1); $mark=$this->request->get('mark',''); if($type==1){ - $this->searchWhere[]=['type','in',[4,9,8,2]]; + $this->searchWhere[]=['type','in',[4,9,8,2,3]]; $this->searchWhere[]=['status','=',1]; } if($mark==1){