陶杰
2024-09-19 5c57ed6a4fb53d016e0d77864d0a4a8341bd4efb
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>