字段相等 ->whereRaw('字段1=字段2') 字段不相等 ->whereRaw('字段1<>字段2') 修改update字段相等 ->update([ 'tel1' => DB::raw('tel2') ])