Compare commits
No commits in common. "3814dcff207b018f3929a788b25503425d9be5e4" and "614cd6b6de29ced6272ce70c535aefb8fe488c96" have entirely different histories.
3814dcff20
...
614cd6b6de
@ -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(estimateResponse.getObjectName());
|
response.setObjectName(estimateRequest.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