KKSU
2024-02-04 930658f087df885f01cefbba30856303e0528c58
src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -55,4 +55,12 @@
        where a.member_id = #{memberId}
    </select>
    <select id="selectSellListInPage" resultType="cc.mrbird.febs.mall.vo.ApiOrderSellVo">
        select a.*
        from mall_product_sell a
        where a.state = #{record.state}
          and a.member_id = #{record.memberId}
        order by a.CREATED_TIME desc
    </select>
</mapper>