陶杰
2024-12-17 fd59163fd4a127c63734369fa0407b89c20515b2
1.鲜花分类名修改
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/flower/FlowerMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">