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