feature/jp-0331 #526

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

View File

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