wlzboy
2 天以前 8cb5d3440208a3be3e772e65f1bd0ec63031ba62
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);
}