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