Merge pull request 'dev' (#518) from dev into prd-deploy

Reviewed-on: #518
This commit is contained in:
ysCha 2026-06-05 09:15:31 +09:00
commit 3814dcff20

View File

@ -3240,7 +3240,7 @@ public class EstimateService {
// 물건정보 셋팅
response.setObjectNo(estimateRequest.getObjectNo());
response.setPlanNo(estimateRequest.getPlanNo());
response.setObjectName(estimateRequest.getObjectName());
response.setObjectName(estimateResponse.getObjectName());
response.setAreaId(estimateResponse.getAreaId());
response.setConType(estimateResponse.getConType());