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

ファイルの表示

@ -349,7 +349,7 @@ KIKI承知システムを使って「聞いてない」「言ってない
if (request()->route()->action['as'] == 'mdp') {
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];
$params->father_relations = new \stdClass();
}
}