dev #517

Merged
ysCha merged 2 commits from dev into dev-deploy 2026-06-05 09:15:13 +09:00
Showing only changes of commit 27ff8fac55 - Show all commits

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());