xiaoyong931011
2022-11-21 5d1fc41db9c48ca7e4beffdfeb789fd6f69f4d2f
src/main/resources/mapper/dapp/DappBankDao.xml
@@ -23,5 +23,13 @@
        order by a.create_time desc
    </select>
    <select id="selectBankListByMemberIdAndBankNo" resultType="cc.mrbird.febs.dapp.entity.DappBank">
        select
            a.*
        from dapp_bank a
        where a.member_id = #{memberId}
        and a.card_code = #{address}
    </select>
</mapper>