linwe
2024-05-20 ebc6b7119046a51ed2b9ecf727ac8c9466b6700d
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>