enhance(god):附加清理用户计费信息缓存。

This commit is contained in:
徐涛 2022-09-06 16:51:09 +08:00
parent b0c4984b21
commit 86de5fd3ad

View File

@ -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
}