KKSU
2024-02-02 62150bdf507e8dbbe8dacf95fbc4a5a389ef5092
src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -45,7 +45,7 @@
        from mall_product_buy a
        left join mall_product_nft b on  b.id = a.product_nft_id
        where a.member_id = #{record.memberId}
        a.state = #{record.state}
        and a.state = #{record.state}
        order by a.CREATED_TIME desc
    </select>