xiaoyong931011
2023-05-30 2ef870d14d21528b963023db8b89bec6a4184b29
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -243,4 +243,9 @@
        select * from dapp_member
            where active_status = 1
    </select>
    <select id="selectByNodetype" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity">
        select * from dapp_member
            where node_type = 1
    </select>
</mapper>