From 8e1b87bd27de6bf2eafda75da6ba602ea760c45e Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Wed, 9 Sep 2026 14:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=97=A5=E5=BF=97=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E4=BC=98=E5=8C=962?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/OperationLogService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/OperationLogService.php b/app/Services/OperationLogService.php index 38b0b35..2850fef 100644 --- a/app/Services/OperationLogService.php +++ b/app/Services/OperationLogService.php @@ -61,7 +61,7 @@ final class OperationLogService } if ($this->menuTitle) { - $subDirectory = AdminMenu::getMenuId($this->menuTitle); + $subDirectory = AdminMenu::getMenuId($this->menuTitle, true); $data['sub_directory'] = $subDirectory ?? 0; } return AdminOperationLog::create($data);