figer latex update

This commit is contained in:
wangjinlei
2026-01-05 15:16:12 +08:00
parent b91afaee3d
commit f845b3c804
2 changed files with 13 additions and 17 deletions

View File

@@ -3252,7 +3252,7 @@ class Production extends Base
echo $res;
}
private function tableCovertLatex($amt_id, $references)
public function tableCovertLatex($amt_id, $references)
{
$table_info = $this->article_main_table_obj->where('amt_id', $amt_id)->find();
$tableData = json_decode($table_info['table_data'], true);