Compare commits

...

2 Commits

Author SHA1 Message Date
wangjinlei
cd5bde87dc Merge remote-tracking branch 'origin/master' 2026-01-20 14:18:10 +08:00
wangjinlei
94f5208195 latex update 2026-01-20 14:18:01 +08:00

View File

@@ -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";
}
// 获取表格最大列数(遍历所有行,找到列数最大值,处理合并后列数变化的情况)