|
@@ -128,7 +128,7 @@ public class ConceptInfoFacade extends ConceptInfoServiceImpl {
|
|
|
conceptInfoQueryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
.in("name", conNameList);
|
|
|
List<ConceptInfo> conceptInfoList = this.list(conceptInfoQueryWrapper);
|
|
|
- if(ListUtil.isNotEmpty(conceptInfoList)) {
|
|
|
+ if (ListUtil.isNotEmpty(conceptInfoList)) {
|
|
|
//typeName转换
|
|
|
conceptInfoList.forEach(item -> {
|
|
|
item.setType(convertTypeName(item.getType(), 2, dicTypeMappingList));
|