KKSU
2023-11-22 c3793ad938cefba5fa76258d70e0cbc37bcf151c
src/main/resources/mapper/modules/MallProductNftMapper.xml
@@ -58,4 +58,11 @@
        and a.nft_cnt_ava > 0
    </select>
    <select id="selectListByState" resultType="cc.mrbird.febs.mall.entity.MallProductNft">
        SELECT
        a.*
        FROM mall_product_nft a
        where a.state = #{state}
    </select>
</mapper>