陶杰
2024-09-12 527d899a65c45843d1b96e9b1f27f9a7cfab2feb
src/main/resources/mapper/flower/FlowerMapper.xml
@@ -421,4 +421,7 @@
            #{id}
        </foreach>
    </update>
    <update id="updateTypeRankNull">
        update t_flower set type_rank=null where category=#{category} and level=#{level}
    </update>
</mapper>