Browse Source

涉访涉诉--获取办理数据

master
buaixuexideshitongxue 4 weeks ago
parent
commit
a543f7c0b4
  1. 4
      src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java

4
src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java

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

Loading…
Cancel
Save