From a85e8e7281e1178fac6c7f2692c0a9d2ae047f3f Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Thu, 9 Sep 2021 16:20:40 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=AE=A1=E7=90=86=E5=91=98=E5=A4=B1?= =?UTF-8?q?=E6=95=88BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/command.go b/models/command.go index 84823e0..22c89ab 100644 --- a/models/command.go +++ b/models/command.go @@ -318,7 +318,7 @@ var codeSignals = []CodeSignal{ ctt := sender.JoinContens() db.Delete(&UserAdmin{ Content: ctt, - }) + }).Where(ctt) return "已取消管理员" }, },