增加查询条件
parent
a0e48c04f8
commit
3105036e91
|
|
@ -214,7 +214,7 @@ public class CorpInfoQueryExe {
|
|||
List<CorpDepartmentE> corpInfoList = corpInfoCoConvertor.converDOsToCorpDepartCOs(pageResponse.getData());
|
||||
corpInfoList.forEach(corpInfo -> {
|
||||
Map<String, Object> departParmas = new HashMap<>();
|
||||
departParmas.put("eqId", corpInfo.getId());
|
||||
departParmas.put("eqCorpinfoId", corpInfo.getId());
|
||||
List<DepartmentDO> list = departmentRepository.listByParams(departParmas);
|
||||
if (CollUtil.isNotEmpty(list)) {
|
||||
List<DepartmentE> departmentES = corpInfoCoConvertor.converDOsToDepartE(list);
|
||||
|
|
|
|||
Loading…
Reference in New Issue