Commit c9e9108da567d32bd3e76c6edbb9fe2492f3448a
1 parent
df397501
修复bug
Showing
1 changed file
with
1 additions
and
1 deletions
trash-workFlow/src/main/java/com/trash/workflow/service/impl/WorkflowServiceImpl.java
| @@ -407,7 +407,7 @@ public class WorkflowServiceImpl implements IWorkflowService { | @@ -407,7 +407,7 @@ public class WorkflowServiceImpl implements IWorkflowService { | ||
| 407 | 407 | ||
| 408 | void updateProcessKafka(org.activiti.engine.runtime.ProcessInstance processInstance, String placeName, | 408 | void updateProcessKafka(org.activiti.engine.runtime.ProcessInstance processInstance, String placeName, |
| 409 | String token) { | 409 | String token) { |
| 410 | - JSONArray array = RemoteServerUtils.getAreas(); | 410 | + JSONArray array = RemoteServerUtils.getAreas(trashConfig.getToken()); |
| 411 | 411 | ||
| 412 | 412 | ||
| 413 | String placeCode = null; | 413 | String placeCode = null; |