yangys
2024-04-25 070f4647e9d32111a145704c42c468631cbb7f47
smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/DictBizMapper.xml
@@ -15,7 +15,7 @@
        <result column="is_deleted" property="isDeleted"/>
    </resultMap>
    <resultMap id="treeNodeResultMap" type="org.springblade.core.tool.node.TreeNode">
    <resultMap id="treeNodeResultMap" type="com.qianwen.core.tool.node.TreeNode">
        <id column="id" property="id"/>
        <result column="parent_id" property="parentId"/>
        <result column="title" property="title"/>