陶杰
2024-12-06 0bc0cd632d4e1ea9b5e06729c6b8a96f0cd9f2ba
src/main/resources/mapper/flower/FlowerMapper.xml
@@ -415,7 +415,7 @@
    <update id="updateFlowerCategoryInfo">
        update t_flower f, t_flower_category fc
        set f.unit = fc.unit, f.color = fc.color
        set f.unit = fc.unit, f.color = fc.color,f.name=fc.name
        where f.category = fc.id and fc.id = #{category}
    </update>
    <update id="updateBatchTypeRank">