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

This commit is contained in:
DESKTOP-6E8S9S5\LEE 2026-06-04 17:58:15 +09:00
parent 2d4d04ed11
commit 07df8c10f1

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