去除租金四舍五入
This commit is contained in:
parent
ff853008ff
commit
140d8d9299
@ -85,7 +85,6 @@ public class RentalServiceImpl {
|
||||
rent=NumberUtils.rentRound(rent, cb.getRentRound(),cb.getRentRoundType());
|
||||
}
|
||||
}
|
||||
rent = new BigDecimal(rent).setScale(2, BigDecimal.ROUND_HALF_UP).toString();
|
||||
// 3.是否有宽限期判断,宽限期租金列表计算
|
||||
List<String> rent_list = new ArrayList<String>();
|
||||
rent_list = getGraceRentList(cb, rent_list, preRate);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user