Merge pull request '발전시뮬레이션 물건번호 상세 API 수정' (#516) from feature/jp-0331 into dev

Reviewed-on: #516
This commit is contained in:
jungpyo2001 2026-06-04 17:58:52 +09:00
commit 27ff8fac55

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