952-EstimateSendResponse 2차 SAP 판매점코드 반영 #9

Merged
ysCha merged 1 commits from feature/cha into dev 2025-04-04 17:40:22 +09:00
Showing only changes of commit fc132e28e0 - Show all commits

View File

@ -1724,6 +1724,8 @@ public class EstimateService {
quoteList.add(estimateSendResponse);
estimateSendRequest.setQuoteList(quoteList);
//2차점명
estimateSendResponse.setSecSapSalesStoreCd(estimateRequest.getSecSapSalesStoreCd());
}
EstimateApiResponse response = null;