$condition = array( 'uid' => ['in','1,2,3'], 'status' => 0 ); Db::table('user')->where($condition)->select()->toArray();