{rowList[i].MBL_NO} | {rowList[i].CONTA_NO} | {rowList[i].LOAD_PORT} | {(rowList[i].ETB.HasValue? rowList[i].ETB.Value.ToString("yyyy-MM-dd HH:mm"):"")} | {(rowList[i].ETD.HasValue ? rowList[i].ETD.Value.ToString("yyyy-MM-dd HH:mm") : "")} |
");
}
//生成From Vessel的table列表
tableNode.ChildNodes.Add(HtmlNode.CreateNode(tableBuilder.ToString()));
}
result = html.DocumentNode.OuterHtml;
}
catch (Exception ex)
{
_logger.LogInformation($"生成截止时间变更正文失败,原因:{ex.Message}");
throw Oops.Bah($"生成截止时间变更正文失败,原因:{ex.Message}");
}
return result;
}
#endregion
#region 推送邮件
///