Compare commits

..

No commits in common. "d580e507e70fc3d091c9bd1b6ae42aefad3e123e" and "ecee3e1c0f838c09b6dc6c342ed2aafbff34f13c" have entirely different histories.

View File

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