|
@@ -774,7 +774,8 @@ public class ConceptInfoFacade extends ConceptInfoServiceImpl {
|
|
Map<String, List<ConceptDetail>> retMap = new HashMap<>();
|
|
Map<String, List<ConceptDetail>> retMap = new HashMap<>();
|
|
List<DictionaryInfoDTO> dicList = dictionaryFacade.getListByGroupType(8);
|
|
List<DictionaryInfoDTO> dicList = dictionaryFacade.getListByGroupType(8);
|
|
QueryWrapper<ConceptInfo> conceptInfoQueryWrapper = new QueryWrapper<>();
|
|
QueryWrapper<ConceptInfo> conceptInfoQueryWrapper = new QueryWrapper<>();
|
|
- conceptInfoQueryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey());
|
|
|
|
|
|
+ conceptInfoQueryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
|
+ .eq("status", 1);
|
|
if (ListUtil.isNotEmpty(nameList)) {
|
|
if (ListUtil.isNotEmpty(nameList)) {
|
|
conceptInfoQueryWrapper.in("name", nameList);
|
|
conceptInfoQueryWrapper.in("name", nameList);
|
|
}
|
|
}
|