From 86de5fd3ad099d7c8e26e3c4de8b6c244c777862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Tue, 6 Sep 2022 16:51:09 +0800 Subject: [PATCH] =?UTF-8?q?enhance(god):=E9=99=84=E5=8A=A0=E6=B8=85?= =?UTF-8?q?=E7=90=86=E7=94=A8=E6=88=B7=E8=AE=A1=E8=B4=B9=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/god_mode.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/god_mode.go b/service/god_mode.go index aa5e96f..5e8fa32 100644 --- a/service/god_mode.go +++ b/service/god_mode.go @@ -611,5 +611,6 @@ func (g _GodModeService) DeleteUser(userId string) (bool, error) { cache.AbolishRelation("user") cache.AbolishRelation("park") cache.AbolishRelation("report") + cache.AbolishRelation("charge") return result, nil }