このコミットが含まれているのは:
守矢諏訪子 2021-11-17 21:54:35 +09:00
コミット d2bc70bef1
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -348,7 +348,7 @@ KIKI承知システムを使って「聞いてない」「言ってない
} }
if (request()->route()->action['as'] == 'mdp') { if (request()->route()->action['as'] == 'mdp') {
if (null === ($params->father_relations = FatherRelation::select($father_relations_select)->where('child_id', (int)$child_id)->first())) { if (null === ($params->father_relations = FatherRelation::select($father_relations_select)->where('child_id', (int)$child_id)->where('father_id', (int)$r->father_id)->first())) {
return ['status_code' => 400]; return ['status_code' => 400];
} }
} }