|
|
@ -200,6 +200,7 @@ public class FlowableRest implements FlowableFeign { |
|
|
|
flowableQuery.setTaskDefKey(appFlowableRecordVo.getTaskDefKey()); |
|
|
|
flowableQuery.setMap(map); |
|
|
|
ResultBean<List<Map<String,Object>>> resultBean = flowTaskFeign.yuyanTest(flowableQuery); |
|
|
|
if(resultBean.getData() != null){ |
|
|
|
if(!resultBean.getData().isEmpty()){ |
|
|
|
List<Map<String,Object>> mapList = resultBean.getData(); |
|
|
|
mapList.forEach(f->{ |
|
|
@ -216,6 +217,7 @@ public class FlowableRest implements FlowableFeign { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
flowList.sort(Comparator.nullsLast(Comparator.comparing(PCHistTaskListAndCommentList::getTime,nullComparator))); |
|
|
|
// flowList.sort((t1, t2) -> t2.getTime().compareTo(t1.getTime()));
|
|
|
|
ResultBean<List<PCHistTaskListAndCommentList>> resultBean = new ResultBean<List<PCHistTaskListAndCommentList>>().success(); |
|
|
|