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