|
@@ -302,7 +302,6 @@ public class DeptVitalFacade extends DeptVitalServiceImpl {
|
|
|
List<DeptShortDTO> res = ListUtil.newArrayList();
|
|
|
if (ListUtil.isNotEmpty(deptIds)) {
|
|
|
ConceptSearchVO conceptSearchVO = new ConceptSearchVO();
|
|
|
- List<Long> conceptIds = ListUtil.newArrayList();
|
|
|
conceptSearchVO.setConceptIds(deptIds);
|
|
|
RespDTO<Map<Long, String>> deptMap = klmServiceClient.getConceptMap(conceptSearchVO);
|
|
|
for (Long deptId : deptIds) {
|