Helius
2022-06-14 c74c2411a4a2f74eb16cc5baa8d8f6c58484822d
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -123,6 +123,6 @@
    <select id="selectMakerAddress" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity">
        select * from dapp_member
        where maker_type=2 and account_type='normal'
        where maker_type=1 and account_type='normal'
    </select>
</mapper>