|
|
@@ -1128,7 +1128,7 @@ public class MzChargeDetailController {
|
|
|
data.get(0).put("op_id", opEmployee.getEmployeeName());
|
|
|
}
|
|
|
}
|
|
|
- return totalPriceCount.setScale(1, BigDecimal.ROUND_HALF_UP);
|
|
|
+ return totalPriceCount.setScale(2, BigDecimal.ROUND_HALF_UP);
|
|
|
}
|
|
|
|
|
|
|