Commit bb6305d6 authored by wujiang's avatar wujiang

添加万元

parent 815e34f9
......@@ -292,7 +292,7 @@ public class StatisticsHomepageServiceImpl {
resultMap.put("financing",maps);
}
li.put("financingNum",financingNum);
li.put("disbursementMoney",new BigDecimal(disbursementMoney).setScale(2, BigDecimal.ROUND_HALF_UP).doubleValue());
li.put("disbursementMoney",new BigDecimal(disbursementMoney/10000).setScale(2, BigDecimal.ROUND_HALF_UP).doubleValue());
break;
default:
resultMap.put("inverter",maps);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment