KKSU
2024-01-24 9a29c7fef45cdd75afb3a40695d0460dbd1e7679
发票
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MallProductBuyMapper.xml 2 ●●● patch | view | raw | blame | history
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>