KKSU
2024-02-19 7af47eafbbcffbc589ea44f799890ba814367650
src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -55,4 +55,11 @@
        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.member_id = #{record.memberId}
        order by a.CREATED_TIME desc
    </select>
</mapper>