mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	增加配置参数注释
This commit is contained in:
		| @@ -45,7 +45,7 @@ public class ProcessServiceImpl implements ProcessService { | ||||
|             List<ProcessDefinition> processDefinitions = repositoryService.createProcessDefinitionQuery().deploymentId(deployment.getId()).list(); | ||||
|             processDefinitions.forEach((processDefinition)->{ | ||||
|                 //设置线上部署流程模型名字 | ||||
|                 String proDefId= processDefinition.getId(); | ||||
|                 String proDefId = processDefinition.getId(); | ||||
|                 repositoryService.setProcessDefinitionCategory(proDefId,fileName); | ||||
|                 log.info("流程文件部署成功,流程ID="+proDefId); | ||||
|             }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zhujiqian
					zhujiqian