wlzboy
2025-12-06 5d75fcaea0a3774052b7484a4ffe755258502363
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -36,6 +36,7 @@
     */
    public SysDept selectDeptById(Long deptId);
    public List<SysDept> selectDeptListByParentId(Long parentId);
    /**
     * 根据ID查询所有子部门
     * 
@@ -150,4 +151,12 @@
     * @return 分公司列表
     */
    public List<SysDept> selectBranchCompaniesByOrderCodes(@Param("orderCodes") List<String> orderCodes);
    /**
     * 根据service_class查询部门信息
     *
     * @param serviceClass 服务类别编码
     * @return 部门信息
     */
    public SysDept selectDeptByServiceClass(@Param("serviceClass") String serviceClass);
}