wangbo há 4 anos atrás
pai
commit
02363ee71b

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

@@ -390,7 +390,7 @@ public class WorkOrderManageController {
         //流程查询, 测试参数:(test1 1 1)
         ProcessDefinition processDefinition = workFlowService.findProcessDefinition(
                 "test1",
-                8,
+                1,
                 8);
         if(processDefinition == null){
             new AjaxMessage(ResultStatus.ERROR,"没有创建流程,不能派单!");