From 9bccc483dc0ee098fb8738385dedacd783350a01 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Fri, 1 Dec 2023 14:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app/Admin/Services/Keyword?= =?UTF-8?q?Service.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Services/KeywordService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Admin/Services/KeywordService.php b/app/Admin/Services/KeywordService.php index 952cf15..bc75736 100644 --- a/app/Admin/Services/KeywordService.php +++ b/app/Admin/Services/KeywordService.php @@ -33,7 +33,7 @@ class KeywordService extends BaseService /** * 删除的前置方法 - * + * * @param array $ids 主键id * @return mixed true: 继续后续操作, string: 中断操作, 返回错误提示 */ @@ -67,7 +67,7 @@ class KeywordService extends BaseService return true; } - public function resloveData($data) + public function resloveData($data, $model = null) { $parent_id = data_get($data, 'parent_id'); if (!is_null($parent_id)) {