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; }