Cui Zhi Feng
2024-09-13 5a7e527983ec5b3f12a1109a35d76fa3fe024b6e
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>