latex update
This commit is contained in:
@@ -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();
|
$list = $this->production_article_frag_obj->where('p_article_id', $data['p_article_id'])->where('state', 0)->select();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$re['frags'] = $list;
|
$re['frags'] = $list;
|
||||||
return jsonSuccess($re);
|
return jsonSuccess($re);
|
||||||
}
|
}
|
||||||
@@ -3705,7 +3708,7 @@ class Production extends Base
|
|||||||
return "% 无效的JSON数据";
|
return "% 无效的JSON数据";
|
||||||
}
|
}
|
||||||
if(strlen($table_info['table_data'])>6000){
|
if(strlen($table_info['table_data'])>6000){
|
||||||
return "执行附表程序";
|
return "long table";
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取表格最大列数(遍历所有行,找到列数最大值,处理合并后列数变化的情况)
|
// 获取表格最大列数(遍历所有行,找到列数最大值,处理合并后列数变化的情况)
|
||||||
|
|||||||
Reference in New Issue
Block a user