|
|
@ -77,7 +77,7 @@ public class PartyMemberLeadServiceImpl implements PartyMemberLeadService { |
|
|
|
* @date 2020/8/20 6:06 下午 |
|
|
|
*/ |
|
|
|
public String getRatio(Double d){ |
|
|
|
BigDecimal bigDecimal = new BigDecimal(d * NumConstant.ONE_HUNDRED); |
|
|
|
BigDecimal bigDecimal = new BigDecimal(d); |
|
|
|
return bigDecimal.setScale(NumConstant.TWO, BigDecimal.ROUND_HALF_UP).toPlainString().concat(ScreenConstant.RATIO); |
|
|
|
} |
|
|
|
|
|
|
|