springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/service/impl/ComplaintFlowServiceImpl.java
@@ -48,6 +48,7 @@ } private String getFlowName(Integer reportType, Long superiorId) { reportType = reportType+1; String name = ""; if (reportType == ReportTypeEnum.COMMUNITY.getCode()) { ComAct byId = comActService.getById(superiorId);