gongdecai 2 سال پیش
والد
کامیت
2a4f430057

+ 3 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/controller/CommonUserController.java

@@ -184,6 +184,9 @@ public class CommonUserController {
      */
     @GetMapping("/getHis")
     public List<NewWorkflowStep> getHis(String businessKey, String workflowId, String branch) throws ServiceException {
+        if(!"洮南市二龙乡瀚城农产品有限公司".equals(branch)){
+            branch = "zt";
+        }
         List<WorkflowHistoricTask> workflowHistoricTasks = workflowHistoryService.getInstanceHistories(businessKey);
         if(!CollectionUtils.isEmpty(workflowHistoricTasks)){
             List<WorkflowHistoricTask> workflowHistoricTasks1 = new ArrayList<>(workflowHistoricTasks);