$organization_id=User::findOne(Yii::$app->user->id)->personal->organization->id;
$query = Mani::find()->where('status!=9')->orWhere('status is Null')->joinWith(['history' => function ($q) {
$q->where('history_mans.organization_id=:id',[':id'=>$organizaion_id]);
}]);