|
|
|
@ -6,6 +6,7 @@ using DS.WMS.Core.Op.Dtos;
|
|
|
|
|
using DS.WMS.Core.Op.Entity;
|
|
|
|
|
using DS.WMS.Core.Op.Interface;
|
|
|
|
|
using DS.WMS.Core.Sys.Entity;
|
|
|
|
|
using Masuit.Tools;
|
|
|
|
|
using Microsoft.AspNetCore.Hosting;
|
|
|
|
|
using Microsoft.AspNetCore.Http;
|
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
@ -173,7 +174,7 @@ namespace DS.WMS.Core.Op.Method
|
|
|
|
|
}
|
|
|
|
|
filesPath.Add(fileSaveName);
|
|
|
|
|
}
|
|
|
|
|
return await Task.FromResult(DataResult<string>.Success(filesPath.ToString()));
|
|
|
|
|
return await Task.FromResult(DataResult<string>.Success(string.Join(",",filesPath.ToArray())));
|
|
|
|
|
//return await Task.FromResult(DataResult<string>.Success(fileRelaPath));
|
|
|
|
|
}
|
|
|
|
|
/// <summary>
|
|
|
|
|