|
|
String percent = DecimalUtils.percent(curMoney.subtract(preMoney), preMoney);
|
|
String percent = DecimalUtils.percent(curMoney.subtract(preMoney), preMoney);
|
|
|
return new SettlementMoney(df.format(curMoney), df.format(preMoney), percent, flag);
|
|
return new SettlementMoney(df.format(curMoney), df.format(preMoney), percent, flag);
|