feature/jp-0331 #526

Closed
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
Showing only changes of commit 66a04ae837 - Show all commits

View File

@ -1548,6 +1548,8 @@ public class EstimateService {
StringUtils.isEmpty(itemResponse.getUnitPrice()) StringUtils.isEmpty(itemResponse.getUnitPrice())
? "0" ? "0"
: itemResponse.getUnitPrice()); : itemResponse.getUnitPrice());
itemResponse.setSalePrice(String.valueOf(salePrice));
} else { } else {
salePrice = salePrice =
new BigDecimal( new BigDecimal(