zhongrj
2024-05-17 cd92c8e582d55bdb683be4003a37caa2c6c3ed6c
src/main/java/org/springblade/modules/police/mapper/PoliceStationMapper.xml
@@ -22,5 +22,14 @@
        select * from jczz_police_station where is_deleted = 0
    </select>
    <!--派出所树查询-->
    <select id="tree" resultType="org.springblade.common.node.TreeStringNode">
        SELECT
        code as id,
        parent_code as parentId,
        name
        FROM jczz_police_station
    </select>
</mapper>