KKSU
2023-11-24 e9892b2cfb4b33ecb80c033e4074f65a341fc1b3
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>