李昊 4 年之前
父节点
当前提交
d55ecb5eb1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gx_api/GxPress/Service/GxPress.Service.Implement/Epub/EpubService.cs

+ 1 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Epub/EpubService.cs

@@ -75,7 +75,7 @@ namespace GxPress.Service.Implement.Epub
 
                 if (textContentFile.FileName.Equals(request.CatalogId) || textContentFile.FileName.Equals(request.CatalogNameg))
                 {
-                    if (i > sectionValue && sectionValue > 0)
+                    if (i >=sectionValue && sectionValue > 0)
                     {
                         htmlContent = HtmlAgilityPackHelper.GetHmtlContent(textContentFile.Content);
                         break;