|
|
|
|
@ -442,8 +442,8 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic
|
|
|
|
|
ComplaintCollection complaintCollection = complaintCollectionResourceService.query(complaintCollectionQueryParam).get(0); |
|
|
|
|
ComplaintCollectionHandlerDataVo complaintCollectionHandlerDataVo = new ComplaintCollectionHandlerDataVo(); |
|
|
|
|
complaintCollectionHandlerDataVo.setCheckStatusCode(complaintCollection.getCheckStatus()); |
|
|
|
|
complaintCollectionHandlerDataVo.setCheckStatusName(complaintCollectionHandlerDataVo.getCheckStatusName()); |
|
|
|
|
complaintCollectionHandlerDataVo.setCheckStatusDesc(complaintCollectionHandlerDataVo.getCheckStatusDesc()); |
|
|
|
|
complaintCollectionHandlerDataVo.setCheckStatusName(complaintCollection.getCheckStatusName()); |
|
|
|
|
complaintCollectionHandlerDataVo.setCheckStatusDesc(complaintCollection.getCheckStatusDesc()); |
|
|
|
|
return Result.success(complaintCollectionHandlerDataVo); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|