feature/jp-0331 #526

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

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)) {