물건정보 저장 시 상세 정보 리턴 처리
This commit is contained in:
parent
abe35e03a7
commit
f49b703e00
@ -309,9 +309,8 @@ public class ObjectService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 결과 데이터 리턴
|
// object 상세 정보 조회 결과 데이터 리턴
|
||||||
ObjectResponse objectResponse = new ObjectResponse();
|
ObjectResponse objectResponse = objectMapper.selectObjectDetail(objectNo);
|
||||||
objectResponse.setObjectNo(objectNo);
|
|
||||||
|
|
||||||
return objectResponse;
|
return objectResponse;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user