工作流问题修改
正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
sk-base-common/src/main/java/com/skua/modules/flow/service/impl/FlowForThirdBusinessServiceImpl.java
... | @@ -160,7 +160,7 @@ public class FlowForThirdBusinessServiceImpl implements FlowForThirdBusinessServ | ... | @@ -160,7 +160,7 @@ public class FlowForThirdBusinessServiceImpl implements FlowForThirdBusinessServ |
160 | flow.setProcessDefinitionKey(processDefinition.getKey()); | 160 | flow.setProcessDefinitionKey(processDefinition.getKey()); |
161 | flow.setCategory(processDefinition.getCategory()); | 161 | flow.setCategory(processDefinition.getCategory()); |
162 | } | 162 | } |
163 | flow.setCategoryName(FlowCache.getCategoryName(processDefinition.getCategory())); | 163 | flow.setCategoryName("工作流程"); |
164 | flow.setProcessInstanceId(historicProcessInstance.getId()); | 164 | flow.setProcessInstanceId(historicProcessInstance.getId()); |
165 | // HistoricTaskInstance | 165 | // HistoricTaskInstance |
166 | HistoricTaskInstance historicTaskInstance = historicTaskInstanceMap.get(historicProcessInstance.getId()); | 166 | HistoricTaskInstance historicTaskInstance = historicTaskInstanceMap.get(historicProcessInstance.getId()); |
... | @@ -259,7 +259,7 @@ public class FlowForThirdBusinessServiceImpl implements FlowForThirdBusinessServ | ... | @@ -259,7 +259,7 @@ public class FlowForThirdBusinessServiceImpl implements FlowForThirdBusinessServ |
259 | flow.setProcessDefinitionVersion(processDefinition.getVersion()); | 259 | flow.setProcessDefinitionVersion(processDefinition.getVersion()); |
260 | flow.setCategory(processDefinition.getCategory()); | 260 | flow.setCategory(processDefinition.getCategory()); |
261 | } | 261 | } |
262 | flow.setCategoryName(FlowCache.getCategoryName(processDefinition.getCategory())); | 262 | flow.setCategoryName("工作流程"); |
263 | flow.setProcessInstanceId(historicTaskInstance.getProcessInstanceId()); | 263 | flow.setProcessInstanceId(historicTaskInstance.getProcessInstanceId()); |
264 | flow.setHistoryProcessInstanceId(historicTaskInstance.getProcessInstanceId()); | 264 | flow.setHistoryProcessInstanceId(historicTaskInstance.getProcessInstanceId()); |
265 | HistoricProcessInstance historicProcessInstance = historicProcessInstanceMap.get(historicTaskInstance.getProcessInstanceId()); | 265 | HistoricProcessInstance historicProcessInstance = historicProcessInstanceMap.get(historicTaskInstance.getProcessInstanceId()); |
... | @@ -350,7 +350,7 @@ public class FlowForThirdBusinessServiceImpl implements FlowForThirdBusinessServ | ... | @@ -350,7 +350,7 @@ public class FlowForThirdBusinessServiceImpl implements FlowForThirdBusinessServ |
350 | ProcessDefinition processDefinition = processDefinitionMap.get(task.getProcessDefinitionId()); | 350 | ProcessDefinition processDefinition = processDefinitionMap.get(task.getProcessDefinitionId()); |
351 | if (Func.isNotEmpty(processDefinition)) { | 351 | if (Func.isNotEmpty(processDefinition)) { |
352 | flow.setCategory(processDefinition.getCategory()); | 352 | flow.setCategory(processDefinition.getCategory()); |
353 | flow.setCategoryName(FlowCache.getCategoryName(processDefinition.getCategory())); | 353 | flow.setCategoryName("工作流程"); |
354 | flow.setProcessDefinitionId(processDefinition.getId()); | 354 | flow.setProcessDefinitionId(processDefinition.getId()); |
355 | flow.setProcessDefinitionName(processDefinition.getName()); | 355 | flow.setProcessDefinitionName(processDefinition.getName()); |
356 | flow.setProcessDefinitionKey(processDefinition.getKey()); | 356 | flow.setProcessDefinitionKey(processDefinition.getKey()); | ... | ... |
-
请 注册 或 登录 后发表评论