|
@@ -2125,7 +2125,7 @@ public class PitcherDataServiceImpl implements IPitcherDataService {
|
|
|
|
|
|
String[] temps = ((String) dayNTotalFieldMap.getT1().get(vo)).split("/");
|
|
|
|
|
|
- BigDecimal dNAmount = new BigDecimal(temps[0]);
|
|
|
+ BigDecimal dNAmount = new BigDecimal(temps[0]).setScale(2, RoundingMode.HALF_UP);
|
|
|
|
|
|
BigDecimal d1ToDNTotalAmount = new BigDecimal(temps[1]);
|
|
|
|