提交阿里云
This commit is contained in:
@@ -237,11 +237,7 @@ namespace IRaCIS.Core.Application.Services
|
||||
.SelectMany(u =>
|
||||
{
|
||||
|
||||
if (u.NumberOfFrames == 1)
|
||||
{
|
||||
return new List<string> { u.Path };
|
||||
}
|
||||
else
|
||||
if (u.NumberOfFrames > 1)
|
||||
{
|
||||
var pathList = new List<string>();
|
||||
|
||||
@@ -251,6 +247,11 @@ namespace IRaCIS.Core.Application.Services
|
||||
}
|
||||
return pathList;
|
||||
}
|
||||
else
|
||||
{
|
||||
return new List<string> { u.Path };
|
||||
|
||||
}
|
||||
})
|
||||
.ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user