liujie
2025-06-03 c073330664d8b368eb820ee48fcd99226c70366f
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);