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