xiaoyong931011
2023-07-27 575bb46553a1e78f6b7f4d8a2f3eebc04f7548d8
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -161,4 +161,11 @@
            </if>
        </where>
    </select>
    <select id="selectMoneyFlowByOrderNo" resultType="cc.mrbird.febs.mall.vo.MoneyFlowVo">
        select a.* from mall_money_flow a
        where a.order_no = #{orderNo} and a.member_id = #{memberId}
    </select>
</mapper>