Merge remote-tracking branch 'base-version/main' into dev
This commit is contained in:
@@ -383,8 +383,10 @@ public class DeptServiceImpl implements DeptService {
|
||||
CompanyDeptInfo info = new CompanyDeptInfo();
|
||||
info.setCompanyId(company.getId());
|
||||
info.setCompanyName(company.getName());
|
||||
info.setCompanyCode(company.getCode());
|
||||
info.setDeptId(dept.getId());
|
||||
info.setDeptName(dept.getName());
|
||||
info.setDeptCode(dept.getCode());
|
||||
result.add(info);
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user