xiaoyong931011
2023-08-12 f321e16eb3b6b6ec0a99ae78d89bdd7ded7ffe91
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>