|
|
@@ -80,7 +80,8 @@ public class GovProjectCollectionManage { |
|
|
|
|
|
|
|
List<GovProjectDictionary> dictionaries = dictionaryService.list(Wrappers.lambdaQuery(GovProjectDictionary.class) |
|
|
|
.eq(StringUtils.isNotBlank(type), GovProjectDictionary::getType, type) |
|
|
|
.eq(GovProjectDictionary::getDeleted,Boolean.FALSE)); |
|
|
|
.eq(GovProjectDictionary::getDeleted,Boolean.FALSE) |
|
|
|
.orderByDesc(GovProjectDictionary::getCreateOn)); |
|
|
|
|
|
|
|
if(CollUtil.isEmpty(dictionaries)){ |
|
|
|
return Collections.emptyList(); |
|
|
|