概算也没有项目管理成本含税金额

master
xxssyyyyssxx 2021-11-03 17:22:32 +08:00
parent 9feb829aee
commit 92c339a045
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public class IncomeCostBean {
.add(costPurchaseBuildTaxInclude)
.add(costPurchaseServiceTaxInclude)
.add(costPurchaseOtherTaxInclude)
.add(null == costProjectManageTaxInclude ? new BigDecimal(0) : costProjectManageTaxInclude)
/*.add(null == costProjectManageTaxInclude ? new BigDecimal(0) : costProjectManageTaxInclude)*/
.add(costOtherOtherTaxInclude);
}