From b44227cebc06b648a4fef97bd3cd01cfaa71d316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Fri, 23 Jan 2026 14:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E7=83=AD=E5=BA=A6=E5=8D=A1?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Decorate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/api/model/Decorate.php b/application/api/model/Decorate.php index 76006684..63ad9af3 100644 --- a/application/api/model/Decorate.php +++ b/application/api/model/Decorate.php @@ -77,9 +77,9 @@ class Decorate extends Model 'a.type' => $type, ]; } - if($type == 12){ + if(in_array($type, [12,13])){ $map = [ - 'type' => 12, + 'type' => $type, 'delete_time' => 0, 'show_status' => 1, 'is_buy' => 1