thinkphp6:$model = $model->whereExists(function ($query) { $query->table('eb_cue_plan')->where('platform_id', 2)->whereRaw('eb_cue_plan.uid = eb_user.uid'); });