update
This commit is contained in:
parent
1c26764411
commit
8e181b20ef
@ -63,6 +63,7 @@
|
||||
$dept = Dept::field('name')->where('id', $data['dept_id'])->findOrEmpty();
|
||||
$data['dept_name'] = $dept['name'];
|
||||
$data['subject_name_text'] = $data->subject_name_text;
|
||||
$data['subject_name'] = (string)$data['subject_name'];
|
||||
})
|
||||
->toArray();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user