|
@@ -1921,7 +1921,7 @@ public class WbsTreeContractServiceImpl extends BaseServiceImpl<WbsTreeContractM
|
|
if(designed == null || height == null){
|
|
if(designed == null || height == null){
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
- BigDecimal v = designed.add(height.divide(new BigDecimal(100)));
|
|
|
|
|
|
+ BigDecimal v = designed.add(height.divide(new BigDecimal(1000)));
|
|
//第5列,索引为4
|
|
//第5列,索引为4
|
|
list.add(v.doubleValue() + "_^_"+ i + "_" + index);
|
|
list.add(v.doubleValue() + "_^_"+ i + "_" + index);
|
|
}
|
|
}
|