select * from t_circle where status = 0 and author_phone = 13511111111 and id in ( 1, 2, 3 ) ;
returns 3 rows with status of 0.
But the following