饮歌长啸
你可以使用一个数组 Personne::where([ ['col1', '=', 'value1'], ['col2', '<>', 'value2'], [Your_col, OPERATOR, value], ... ])或者你的情况 $str = "concat('%',".$mle .",'%')"; $listpers = Personne::where([ ['mle', 'LIKE', $str], ['col1', '=', 'value1'], ['col2', '<>', 'value2'], [Your_col, OPERATOR, value], )->get();