linwe
2023-11-16 eaa3785837a740f1231400a8f790931d6e87185f
src/main/java/org/springblade/modules/system/mapper/MenuMapper.xml
@@ -21,6 +21,7 @@
        <result property="pictureImg"    column="picture_img"    />
        <result property="labelId"    column="label_id"    />
        <result property="background"    column="background"    />
        <result property="labelStr"    column="label_str"    />
    </resultMap>
    <resultMap id="menuVOResultMap" type="org.springblade.modules.system.vo.MenuVO">
@@ -66,7 +67,8 @@
            is_deleted,
            picture_img,
            label_id,
            background
            background,
            label_str
        from
            blade_menu
    </sql>