Commit f7ef4804 by xiongyuwen

no message

parent 1efa49c7
...@@ -820,6 +820,8 @@ namespace Bailun.Discuz.Application.WeiPan ...@@ -820,6 +820,8 @@ namespace Bailun.Discuz.Application.WeiPan
{ {
if(tmpUserList.Where(s=>s.UserId==u.UserId).FirstOrDefault()!=null) if(tmpUserList.Where(s=>s.UserId==u.UserId).FirstOrDefault()!=null)
{ {
RedisHelper.HDel(Constants.File_List_Tree, u.UserId);
RedisHelper.HDel(Constants.First_File_List, u.UserId);
_weipanUserFilesRepository.Delete(u.Id); _weipanUserFilesRepository.Delete(u.Id);
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment