src/main/resources/mapper/dapp/DappUserMemberRelateDao.xml
@@ -16,4 +16,9 @@ select * from dapp_user_member_relate where user_id=#{userId} </select> <select id="selectByInviteId" resultType="cc.mrbird.febs.dapp.entity.DappUserMemberRelateEntity"> select * from dapp_user_member_relate where invite_id=#{inviteId} </select> </mapper>