service-common/src/main/java/com/java110/common/smo/impl/ComplaintUserInnerServiceSMOImpl.javaold mode 100644 new mode 100755
@@ -89,7 +89,7 @@ workflowDto.setCommunityId(communityId); List<WorkflowDto> workflowDtos = workflowInnerServiceSMOImpl.queryWorkflows(workflowDto); Assert.listOnlyOne(workflowDtos, "未找到 投诉建议流程或找到多条"); Assert.listOnlyOne(workflowDtos, "未找到 投诉建议流程或找到多条,请在物业账号系统管理下流程管理中配置流程"); WorkflowDto tmpWorkflowDto = workflowDtos.get(0); if (StringUtil.isEmpty(tmpWorkflowDto.getProcessDefinitionKey())) {