latex update

This commit is contained in:
wangjinlei
2026-01-13 15:04:55 +08:00
parent 88593aa40c
commit c180ea5b0e

View File

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