Compare commits
2 Commits
260f9ee2c1
...
27ff8fac55
| Author | SHA1 | Date | |
|---|---|---|---|
| 27ff8fac55 | |||
| 07df8c10f1 |
@ -3240,7 +3240,7 @@ public class EstimateService {
|
|||||||
// 물건정보 셋팅
|
// 물건정보 셋팅
|
||||||
response.setObjectNo(estimateRequest.getObjectNo());
|
response.setObjectNo(estimateRequest.getObjectNo());
|
||||||
response.setPlanNo(estimateRequest.getPlanNo());
|
response.setPlanNo(estimateRequest.getPlanNo());
|
||||||
response.setObjectName(estimateRequest.getObjectName());
|
response.setObjectName(estimateResponse.getObjectName());
|
||||||
response.setAreaId(estimateResponse.getAreaId());
|
response.setAreaId(estimateResponse.getAreaId());
|
||||||
response.setConType(estimateResponse.getConType());
|
response.setConType(estimateResponse.getConType());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user