xiaoyong931011
2023-08-18 6c75b0c0fd6862b0d10793821db7017341a6a771
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>