|
@@ -1334,12 +1334,6 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
|
checkTable = op.get().getInitTableName();
|
|
checkTable = op.get().getInitTableName();
|
|
|
}
|
|
}
|
|
|
for (FormData fd : tec.formDataList) {
|
|
for (FormData fd : tec.formDataList) {
|
|
|
-
|
|
|
|
|
- Formula formula222=fd.getFormula();
|
|
|
|
|
- String test=formula222.getFormula();
|
|
|
|
|
- if(test.contains("converge")){
|
|
|
|
|
- System.out.println("111");
|
|
|
|
|
- }
|
|
|
|
|
if (fd.verify()) {
|
|
if (fd.verify()) {
|
|
|
if(fd.getAddPages()!=0){
|
|
if(fd.getAddPages()!=0){
|
|
|
System.out.println("");
|
|
System.out.println("");
|