|
@@ -1493,7 +1493,7 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
|
|
|
|
/**加页增容*/
|
|
/**加页增容*/
|
|
public void copy(FormData fd,TableElementConverter tec){
|
|
public void copy(FormData fd,TableElementConverter tec){
|
|
- if(fd.getAddPages()>30){
|
|
|
|
|
|
+ if(fd.getAddPages()>100){
|
|
/*最大页数30*/
|
|
/*最大页数30*/
|
|
StaticLog.error("{}超过最大30页限制",fd.getTableChName()+fd.getEName());
|
|
StaticLog.error("{}超过最大30页限制",fd.getTableChName()+fd.getEName());
|
|
return;
|
|
return;
|