Compare commits

..

No commits in common. "3814dcff207b018f3929a788b25503425d9be5e4" and "614cd6b6de29ced6272ce70c535aefb8fe488c96" 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());