修改一版

This commit is contained in:
he
2022-06-24 15:05:12 +08:00
parent f5f38936e6
commit 85eebd17ef
4 changed files with 100 additions and 0 deletions
@@ -402,6 +402,7 @@ namespace IRaCIS.Core.API.Controllers
{
if(trialId==null)
trialId=default(Guid);
var filerelativePath = string.Empty;
List<FileDto> fileDtos = new List<FileDto>();
await FileUploadAsync(async (fileName) =>