Bootstrap

thinkphp where in

			1.
			$filter['order_status']=['in',[20,21]];
			2.
			$query=$query->where('order_status','in',[20,21]);
;