linwe
2023-11-16 eaa3785837a740f1231400a8f790931d6e87185f
src/main/java/org/springblade/modules/label/mapper/LabelMapper.xml
@@ -28,4 +28,9 @@
    </select>
    <select id="getLabelTreeList" resultType="org.springblade.common.node.TreeIntegerNode">
        select  id as id,parent_id as parentId,label_name as name FROM jczz_label where is_deleted = 0
    </select>
</mapper>