wangbo 4 years ago
parent
commit
bacb29d6b5

+ 1 - 1
operation_manager/src/main/java/com/huaxu/order/controller/WorkOrderManageController.java

@@ -496,7 +496,7 @@ public class WorkOrderManageController {
         ProcessDefinition processDefinition = workFlowService.findProcessDefinition(
                 loginUser.getTenantId(),
                 loginUser.getCompanyId(),
-                workOrderManage.getOrderTypeId());
+                orderTypeId);
         if(processDefinition == null){
            return new AjaxMessage(ResultStatus.ERROR,"没有创建流程,不能派单!");
         }