修改BUG:个人中心保存样式不生效 closed #IVF0F
#Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVF0F
This commit is contained in:
parent
0f5acb2189
commit
238a630648
|
@ -265,7 +265,7 @@ namespace Bootstrap.DataAccess
|
|||
public static bool SaveUserCssByName(string userName, string cssName)
|
||||
{
|
||||
var ret = DbContextManager.Create<User>().SaveUserCssByName(userName, cssName);
|
||||
if (ret) CacheCleanUtility.ClearCache(cacheKey: $"{RetrieveUsersDataKey}*");
|
||||
if (ret) CacheCleanUtility.ClearCache(cacheKey: $"{RetrieveUsersByNameDataKey}*");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue