Compare commits

...

2 Commits

View File

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