|
@@ -3883,8 +3883,8 @@ namespace OASystem.API.Controllers
|
|
|
{
|
|
|
var byts = io.ConvertZipStream(Zips);
|
|
|
var path = "\\GroupModelFiles\\" + groupInfo.TeamName;
|
|
|
- io.ByteToFile(byts, AppSettingsHelper.Get("GrpFileBasePath") + $"{path}\\{key.Name}_.Zip");
|
|
|
- jw = JsonView(true, "success", new { url = AppSettingsHelper.Get("GrpFileBaseUrl") + $"{AppSettingsHelper.Get("GrpFileFtpPath")}{path}\\{key.Name}_.zip" });
|
|
|
+ io.ByteToFile(byts, AppSettingsHelper.Get("GrpFileBasePath") + $"{path}\\{groupInfo.TeamName}_{key.Name}_.Zip");
|
|
|
+ jw = JsonView(true, "success", new { url = AppSettingsHelper.Get("GrpFileBaseUrl") + $"{AppSettingsHelper.Get("GrpFileFtpPath")}{path}\\{groupInfo.TeamName}_{key.Name}_.Zip" });
|
|
|
}
|
|
|
else
|
|
|
{
|