Commit b017113a by xiongyuwen

no message

parent e4122f45
...@@ -165,9 +165,19 @@ namespace Bailun.Discuz.Application.WeiPan ...@@ -165,9 +165,19 @@ namespace Bailun.Discuz.Application.WeiPan
{ {
Console.WriteLine("开始刷新【公司制度及资讯】缓存中"); Console.WriteLine("开始刷新【公司制度及资讯】缓存中");
var userId=(companyName== "广州百伦供应链科技有限公司"? "fengxiaoyin": "gaodesheng"); var userId=(companyName== "广州百伦供应链科技有限公司"? "fengxiaoyin": "gaodesheng");
await GetFirstFileList(userId, companyName, false, true); var firlseFileList=await GetFirstFileList(userId, companyName, false, true);
var fileId = companyName == "广州百伦供应链科技有限公司" ? "s.ww833808f6b8dc0745.610693393XlV_d.611837185H935" : "s.ww4e7dd5ae312eb101.614679173dzT_d.619409339X1T9"; var fileId = companyName == "广州百伦供应链科技有限公司" ? "s.ww833808f6b8dc0745.610693393XlV_d.611837185H935" : "s.ww4e7dd5ae312eb101.614679173dzT_d.619409339X1T9";
if(companyName!= "广州百伦供应链科技有限公司")
{
foreach (var item in firlseFileList.file_list.item)
{
await GetFileListTree(userId, companyName, item.fileid, false, true);
}
}
else
{
await GetFileListTree(userId, companyName, fileId, false, true); await GetFileListTree(userId, companyName, fileId, false, true);
}
Console.WriteLine("刷新【公司制度及资讯】缓存完毕"); Console.WriteLine("刷新【公司制度及资讯】缓存完毕");
} }
......
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