wlzboy
2025-11-09 13a31edf7f569cdcf15d3c43a476a2c947f47fbf
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -141,4 +141,13 @@
     * @return 分公司ID,如果找不到则返回null
     */
    public Long selectBranchCompanyIdByDeptId(@Param("deptId") Long deptId);
    /**
     * 根据编码列表查询分公司
     * 在service_order_class或dispatch_order_class中匹配
     *
     * @param orderCodes 编码列表
     * @return 分公司列表
     */
    public List<SysDept> selectBranchCompaniesByOrderCodes(@Param("orderCodes") List<String> orderCodes);
}