refactor: 去除附件中status字段相关

This commit is contained in:
2025-04-15 11:12:39 +08:00
parent f37ee482e5
commit 1df2fc31ba
2 changed files with 0 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ class Attachment
'category_id', 'category_id',
'sort', 'sort',
'recommend', 'recommend',
'status',
'created_at' 'created_at'
]) ])
->with(['category' => function ($query) { ->with(['category' => function ($query) {

View File

@@ -26,7 +26,6 @@ class AttachmentTrash
'id', 'id',
'image', 'image',
'name', 'name',
'status',
'category_id', 'category_id',
'sort', 'sort',
'recommend', 'recommend',