latex update

This commit is contained in:
wangjinlei
2026-01-20 14:18:01 +08:00
parent f31b75c85c
commit 94f5208195

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