견적서 토탈 수량 계산 수정

This commit is contained in:
LAPTOP-L3VE7KK2\USER 2024-12-04 16:47:00 +09:00
parent 817e13ec8a
commit 5e5766d143

View File

@ -1186,10 +1186,10 @@ public class EstimateService {
supplyPrice = supplyPrice.add(salePrice.multiply(amount));
}
// 주문수량 더하기
totAmount = totAmount.add(amount);
}
// 주문수량 더하기
totAmount = totAmount.add(amount);
}
if ("YJSS".equals(estimateType)) {