|
|
@ -25,19 +25,17 @@ |
|
|
|
*********************************************************/ |
|
|
|
package com.yxt.anrui.buscenter.api.bussealapply; |
|
|
|
|
|
|
|
import com.yxt.anrui.buscenter.api.busadvanceginvoiceapply.BusAdvanceGinvoiceapplyDto; |
|
|
|
import com.yxt.anrui.buscenter.api.flow.FlowTaskVo; |
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import com.yxt.common.core.query.PagerQuery; |
|
|
|
import com.yxt.common.core.result.ResultBean; |
|
|
|
import com.yxt.common.core.vo.PagerVo; |
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import io.swagger.annotations.ApiParam; |
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
import javax.validation.Valid; |
|
|
|
import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
/** |
|
|
@ -109,8 +107,7 @@ public interface BusSealApplyFeign { |
|
|
|
@RequestBody FlowTaskVo flowTaskVo); |
|
|
|
|
|
|
|
@ApiOperation(value = "流程历史流转记录" ) |
|
|
|
@GetMapping(value = "/task/flowRecord/{procInsId}/{deployId}") |
|
|
|
public ResultBean flowRecord( @ApiParam(value = "流程实例id")@PathVariable(value = "procInsId")String procInsId, |
|
|
|
@ApiParam(value = "目前没用")@PathVariable(value = "deployId")String deployId); |
|
|
|
@GetMapping(value = "/task/flowRecord/{procInsId}") |
|
|
|
public ResultBean flowRecord( @ApiParam(value = "流程实例id")@PathVariable(value = "procInsId")String procInsId); |
|
|
|
|
|
|
|
} |