springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbMemberDAO.java
@@ -75,4 +75,6 @@ @Select("select m.* from com_pb_member m join sys_user u on m.id_card=u.id_card where m.community_id=#{communityId}") List<ComPbMemberDO> selectListRegister(Long communityId); @Select("select name from sys_user where user_id=#{createBy}") String selectNameByUserId(Long createBy); }