springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComBpActivityDAO.java
@@ -143,4 +143,12 @@ int updateStatusToActiveOrEnd(); @Select("select type,name from sys_user where user_id=#{createBy}") LoginUserInfoVO selectUserInfoByUserId(Long createBy); /** * 根据社区id查询社区名称 * @param communityId 社区id * @return 社区名字 */ @Select("select name from com_act where community_id=#{communityId}") String selectCommunityNameByCommunityId(Long communityId); }