Commit 2055e6c5 by xiongyuwen

no message

parent ff9b9748
......@@ -455,7 +455,7 @@ namespace Bailun.Discuz.Application.WeiPan
//RedisHelper.Set("key", filList);
//List<WeiPanFileList> filList = RedisHelper.Get<List<WeiPanFileList>>("key");
//2:判断当前fileid是否存在于数据库中,如果不存在则添加
//2:判断当前fileid是否存在于数据库中, 如果不存在则添加
foreach (var file in filList)
{
var weiPanFile =await GetWeiPanFile(file.FileId);
......
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