xiaoyong931011
2023-07-28 c0e5c1f671f928161c28e93d00be40aa2a74ebc0
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>