|
@ -166,7 +166,6 @@ public class FlowableRest implements FlowableFeign { |
|
|
return resultBean; |
|
|
return resultBean; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
public ResultBean<List<PCHistTaskListAndCommentList>> flowRecordAndCommentOld(String procInsId, String deployId) { |
|
|
public ResultBean<List<PCHistTaskListAndCommentList>> flowRecordAndCommentOld(String procInsId, String deployId) { |
|
|
long startTimes = System.currentTimeMillis(); // 记录开始时间
|
|
|
long startTimes = System.currentTimeMillis(); // 记录开始时间
|
|
|
// 并行调用外部服务
|
|
|
// 并行调用外部服务
|
|
@ -273,7 +272,7 @@ public class FlowableRest implements FlowableFeign { |
|
|
log.info("流程记录接口耗时 {} ms", endTime - startTimes); |
|
|
log.info("流程记录接口耗时 {} ms", endTime - startTimes); |
|
|
return resultBean; |
|
|
return resultBean; |
|
|
} |
|
|
} |
|
|
|
|
|
@Override |
|
|
public ResultBean<List<PCHistTaskListAndCommentList>> flowRecordAndComment(String procInsId, String deployId) { |
|
|
public ResultBean<List<PCHistTaskListAndCommentList>> flowRecordAndComment(String procInsId, String deployId) { |
|
|
ResultBean<com.yxt.anrui.flowable.api.flowtask.FlowRecordVo> flowRecordVoResultBean = flowableService.flowRecord(procInsId, deployId); |
|
|
ResultBean<com.yxt.anrui.flowable.api.flowtask.FlowRecordVo> flowRecordVoResultBean = flowableService.flowRecord(procInsId, deployId); |
|
|
com.yxt.anrui.flowable.api.flowtask.FlowRecordVo flowRecordVo = flowRecordVoResultBean.getData(); |
|
|
com.yxt.anrui.flowable.api.flowtask.FlowRecordVo flowRecordVo = flowRecordVoResultBean.getData(); |
|
|