From 1df2fc31baed002b68d1c13c6ee566880e98649a Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 15 Apr 2025 11:12:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8E=BB=E9=99=A4=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=ADstatus=E5=AD=97=E6=AE=B5=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/v1/Attachment.php | 1 - app/admin/controller/v1/AttachmentTrash.php | 1 - 2 files changed, 2 deletions(-) diff --git a/app/admin/controller/v1/Attachment.php b/app/admin/controller/v1/Attachment.php index 375b8206..ba51b77b 100644 --- a/app/admin/controller/v1/Attachment.php +++ b/app/admin/controller/v1/Attachment.php @@ -31,7 +31,6 @@ class Attachment 'category_id', 'sort', 'recommend', - 'status', 'created_at' ]) ->with(['category' => function ($query) { diff --git a/app/admin/controller/v1/AttachmentTrash.php b/app/admin/controller/v1/AttachmentTrash.php index b9067f90..bbe40647 100644 --- a/app/admin/controller/v1/AttachmentTrash.php +++ b/app/admin/controller/v1/AttachmentTrash.php @@ -26,7 +26,6 @@ class AttachmentTrash 'id', 'image', 'name', - 'status', 'category_id', 'sort', 'recommend',