Commit 1e3e0fbe3b28bedc349fb2c06fdb2ca583f06cc0
1 parent
c6423593
transh
Showing
1 changed file
with
0 additions
and
5 deletions
trash-activiti/src/main/java/com/trash/activiti/controller/ActivitiHistoryController.java
| @@ -32,12 +32,7 @@ public class ActivitiHistoryController { | @@ -32,12 +32,7 @@ public class ActivitiHistoryController { | ||
| 32 | //流程图高亮 | 32 | //流程图高亮 |
| 33 | @GetMapping("/gethighLine") | 33 | @GetMapping("/gethighLine") |
| 34 | public AjaxResult gethighLine(@RequestParam("instanceId") String instanceId) { | 34 | public AjaxResult gethighLine(@RequestParam("instanceId") String instanceId) { |
| 35 | - | ||
| 36 | ActivitiHighLineDTO activitiHighLineDTO = activitiHistoryService.gethighLine(instanceId); | 35 | ActivitiHighLineDTO activitiHighLineDTO = activitiHistoryService.gethighLine(instanceId); |
| 37 | return AjaxResult.success(activitiHighLineDTO); | 36 | return AjaxResult.success(activitiHighLineDTO); |
| 38 | - | ||
| 39 | - | ||
| 40 | } | 37 | } |
| 41 | - | ||
| 42 | - | ||
| 43 | } | 38 | } |