excel/pdf 다운로드 정가 표시 오류 수정
This commit is contained in:
parent
2325369064
commit
66a04ae837
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user