xiaoyong931011
2023-05-31 ee787fe1df157b30f20b3b994126d98e06cce377
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>