|
|
|
@@ -1028,7 +1028,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
} |
|
|
|
} |
|
|
|
DecimalFormat format = new DecimalFormat("0"); |
|
|
|
needpay = Integer.parseInt(format.format(needPayDouble)); //分做四舍五入 |
|
|
|
needpay = Long.parseLong(format.format(needPayDouble)); //分做四舍五入 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|