refactor: kb & station & terminal

This commit is contained in:
2026-03-23 20:17:17 +08:00
parent 63ea2686e1
commit b74ba1a3f8
81 changed files with 1016 additions and 2492 deletions

View File

@@ -16,10 +16,6 @@ class CreateDocument extends CreateRecord
{
$data['uploaded_by'] = Auth::id();
if ($data['type'] === 'global') {
$data['group_id'] = null;
}
if (isset($data['file'])) {
$filePath = $data['file'];