xiaoyong931011
2022-12-21 7ced4fdb47299ca630042075bf58156853912fd9
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -142,4 +142,9 @@
            and a.status = #{status}
            and a.is_return = #{isReturn}
    </select>
    <select id="selectOrderMoneyFlowInPage" resultType="cc.mrbird.febs.mall.vo.AdminMallMoneyFlowVo">
        select * from mall_money_flow a where a.order_no = #{record.orderNo}
        order by a.CREATED_TIME desc
    </select>
</mapper>