From c180ea5b0e646e75858348f7725bfd1c84df4876 Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Tue, 13 Jan 2026 15:04:55 +0800 Subject: [PATCH] latex update --- application/api/controller/Production.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Production.php b/application/api/controller/Production.php index 3db7b7b..6d5d5b2 100644 --- a/application/api/controller/Production.php +++ b/application/api/controller/Production.php @@ -3333,7 +3333,7 @@ class Production extends Base public function myTableTest(){ $references = $this->production_article_refer_obj->where("p_article_id",3328)->where("state",0)->order("index asc")->select(); - $res = $this->tableCovertLatex(1120,$references); + $res = $this->tableCovertLatex(1052,$references); echo $res; }