xiaoyong931011
2023-08-18 544c84ec7e9e285015cd79d48e6e4c7dcf6e6f7b
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -37,4 +37,13 @@
            and a.is_inside = #{type}
    </select>
    <select id="selectByFlowId" resultType="cc.mrbird.febs.dapp.entity.MemberCoinWithdrawEntity">
        SELECT
            a.*
        FROM
            member_coin_withdraw a
        where a.member_id = #{memberId}
          and a.flow_id = #{flowId}
    </select>
</mapper>