mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 优化 WorkflowService 增加获取流程变量方法
This commit is contained in:
		@@ -138,7 +138,7 @@ public class FlwInstanceController extends BaseController {
 | 
			
		||||
     * @param instanceId 流程实例id
 | 
			
		||||
     */
 | 
			
		||||
    @GetMapping("/instanceVariable/{instanceId}")
 | 
			
		||||
    public R<Map<String, Object>> instanceVariable(@PathVariable String instanceId) {
 | 
			
		||||
    public R<Map<String, Object>> instanceVariable(@PathVariable Long instanceId) {
 | 
			
		||||
        return R.ok(flwInstanceService.instanceVariable(instanceId));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user