xiaoyong931011
2023-05-30 b65c0ec3695a9ddd6972e2671ae3059f8fd5de6d
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>