KKSU
2024-04-01 a14248f2793769771a75e6633c8d13348b5ad4b1
src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -39,6 +39,14 @@
        order by a.CREATED_TIME asc
    </select>
    <select id="selectListByStateAndMateState" resultType="cc.mrbird.febs.mall.entity.MallProductBuy">
        select a.*
        from mall_product_buy a
        where a.state = #{state}
        and a.mate_state = #{mateState}
        order by a.CREATED_TIME asc
    </select>
    <select id="selectBuyListInPage" resultType="cc.mrbird.febs.mall.vo.ApiOrderBuyVo">
        select
               a.*,b.profit,b.cycle