excel/pdf 다운로드 정가 표시 오류 수정

This commit is contained in:
LAPTOP-L3VE7KK2\USER 2025-01-13 17:19:23 +09:00
parent 2325369064
commit 66a04ae837

View File

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