Compare commits

..

No commits in common. "27ff8fac557aeb71fcf3ce774ce3a50b82c50406" and "260f9ee2c1ca51934a67034f750180cb316927ba" 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());