|
@@ -1806,6 +1806,12 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
|
Formula f = fd.getFormula();
|
|
|
fd.setValues(FormulaUtils.setScale(f.getScale(),fd.getValues()));
|
|
|
}
|
|
|
+ /*合格率显示*/
|
|
|
+ if(fd.getEName().contains("合格率")&&fd.getCoordsList().size()==1&&tec.getProjectId().equals(1612329251049537537L)){
|
|
|
+ fd.getValues().forEach(e->{
|
|
|
+ e.setValue(CustomFunction.passRateDisplay(e.getValue()));
|
|
|
+ });
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
/*检查超页情况*/
|