From 94f5208195542e2e2c0c648b66509e5ba7698d05 Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Tue, 20 Jan 2026 14:18:01 +0800 Subject: [PATCH] latex update --- application/api/controller/Production.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/api/controller/Production.php b/application/api/controller/Production.php index 6e14c63..4af58e5 100644 --- a/application/api/controller/Production.php +++ b/application/api/controller/Production.php @@ -566,6 +566,9 @@ class Production extends Base } $list = $this->production_article_frag_obj->where('p_article_id', $data['p_article_id'])->where('state', 0)->select(); + + + $re['frags'] = $list; return jsonSuccess($re); } @@ -3705,7 +3708,7 @@ class Production extends Base return "% 无效的JSON数据"; } if(strlen($table_info['table_data'])>6000){ - return "执行附表程序"; + return "long table"; } // 获取表格最大列数(遍历所有行,找到列数最大值,处理合并后列数变化的情况)