content转成latex update

This commit is contained in:
wangjinlei
2025-12-23 11:20:11 +08:00
parent c88731a4b7
commit 16f58319ba

View File

@@ -2039,13 +2039,13 @@ class Production extends Base
mkdir($outputPath, 0755, true); mkdir($outputPath, 0755, true);
} }
//生成tex文件 //生成tex文件
//头部信息 //处理头部信息
//正文内容信息 //处理正文内容信息
$article_main_list = $this->article_main_obj->where("article_id",$data['article_id'])->where("state",0)->order("sort asc")->select(); $article_main_list = $this->article_main_obj->where("article_id",$data['article_id'])->where("state",0)->order("sort asc")->select();
$fragContentList = []; $fragContentList = [];
@@ -2062,7 +2062,7 @@ class Production extends Base
} }
} }
//实际生成tex