|
|
@ -547,7 +547,7 @@ namespace Myshipping.Application
|
|
|
|
FilePath = fileRelaPath,
|
|
|
|
FilePath = fileRelaPath,
|
|
|
|
TypeCode = dto.TypeCode,
|
|
|
|
TypeCode = dto.TypeCode,
|
|
|
|
TypeName = dto.TypeName,
|
|
|
|
TypeName = dto.TypeName,
|
|
|
|
TenantName = UserManager.TENANT_NAME,
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
await _bookingfile.InsertAsync(newFile);
|
|
|
|
await _bookingfile.InsertAsync(newFile);
|
|
|
|
using (var stream = File.Create(fileAbsPath))
|
|
|
|
using (var stream = File.Create(fileAbsPath))
|
|
|
@ -806,7 +806,7 @@ namespace Myshipping.Application
|
|
|
|
FilePath = fileRelaPath,
|
|
|
|
FilePath = fileRelaPath,
|
|
|
|
TypeCode = "ruhuotongzhi",
|
|
|
|
TypeCode = "ruhuotongzhi",
|
|
|
|
TypeName = ".pdf",
|
|
|
|
TypeName = ".pdf",
|
|
|
|
TenantName = UserManager.TENANT_NAME,
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
await _bookingfile.InsertAsync(newFile);
|
|
|
|
await _bookingfile.InsertAsync(newFile);
|
|
|
|
#endregion
|
|
|
|
#endregion
|
|
|
|