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