xiaoyong931011
2022-09-05 6aeb0a551f3e71f7dfafacaabf5e5d6bd45a17d0
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -134,6 +134,6 @@
    <select id="selectOneByOrderNoAndMemberId" resultType="cc.mrbird.febs.mall.entity.MallMoneyFlow">
        select a.* from mall_money_flow a
        where a.order_no = #{} and a.member_id = #{memberId}
        where a.order_no = #{rechargeNo} and a.member_id = #{memberId}
    </select>
</mapper>