lidongdong
2024-09-24 869a44bf1f3f13c669dfc01b28fe8be798d46a73
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActDynServiceImpl.java
@@ -226,5 +226,10 @@
        return R.ok(iPage);
    }
    @Override
    public String getTypeId(String communityId, String name) {
        return comActDynDAO.getTypeId(communityId,name);
    }
}