张天森
2022-10-15 0d8d525f649d2f82318d0c2b74adf6f3768744e3
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);
}