修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2217ae0353
commit
36a63d7628
|
@ -889,6 +889,8 @@ namespace IRaCIS.Application.Services
|
|||
Id = y.Id,
|
||||
FileName = y.FileName,
|
||||
Path = y.Path,
|
||||
Size=y.Size,
|
||||
Type=y.Type,
|
||||
CreateTime = y.CreateTime,
|
||||
}).ToList(),
|
||||
});
|
||||
|
@ -928,6 +930,8 @@ namespace IRaCIS.Application.Services
|
|||
Id = y.Id,
|
||||
FileName = y.FileName,
|
||||
Path = y.Path,
|
||||
Size = y.Size,
|
||||
Type = y.Type,
|
||||
CreateTime = y.CreateTime,
|
||||
}).ToList(),
|
||||
}).ToListAsync();
|
||||
|
@ -968,6 +972,8 @@ namespace IRaCIS.Application.Services
|
|||
Id = y.Id,
|
||||
FileName = y.FileName,
|
||||
Path = y.Path,
|
||||
Size = y.Size,
|
||||
Type = y.Type,
|
||||
CreateTime = y.CreateTime,
|
||||
}).ToList(),
|
||||
|
||||
|
|
Loading…
Reference in New Issue