@@ -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,"没有创建流程,不能派单!");