|
@@ -236,7 +236,7 @@ namespace TEAMModelOS.Controllers.XTest
|
|
|
}
|
|
|
|
|
|
//文件夹(关联id)导向的文件夹 exam homework art records survey vote item
|
|
|
- string[] prefixDirId = new string[] { "exam", "homework", "art", "records", "survey", "vote", "item" };
|
|
|
+ string[] prefixDirId = new string[] { "exam", "homework", "art", "records", "survey", "vote", "item", "local", "temp" };
|
|
|
HashSet<string> ids = new HashSet<string>();
|
|
|
Dictionary<string, List<KeyValuePair<string, long?>>> recordUrls = new Dictionary<string, List<KeyValuePair<string, long?>>>(); //單位:bytes
|
|
|
foreach (string prefix in prefixDirId)
|
|
@@ -260,7 +260,7 @@ namespace TEAMModelOS.Controllers.XTest
|
|
|
|
|
|
}
|
|
|
}
|
|
|
- //資料整理
|
|
|
+ //資料整理 單位:Byte
|
|
|
Dictionary<string, long> result = new Dictionary<string, long>();
|
|
|
foreach (KeyValuePair<string, List<KeyValuePair<string, long?>>> rec in recordUrls)
|
|
|
{
|