발전시뮬레이션 물건번호 상세 API 수정 #516

Merged
jungpyo2001 merged 1 commits from feature/jp-0331 into dev 2026-06-04 17:58:53 +09:00

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