fengjin
2022-10-11 5dbea4c452f77c5458e55762c94c2f830eb98617
flower_city/src/main/java/com/dg/core/db/gen/mapper/OrganizationChartMapper.java
@@ -59,5 +59,11 @@
    int countList(String organizationName);
    /**
     * 根据所属地区查找部门
     */
    List<OrganizationChartEntity> selectByCode(@Param("areaCode") String areaCode);
}