修改一般检索全文检索去掉数据字典统计为0的数据
This commit is contained in:
+3
-1
@@ -638,7 +638,9 @@ public class LawsHomeSearchServiceImpl implements ILawsHomeSearchService {
|
||||
}else{
|
||||
objVO.setStatisticsCount("0");
|
||||
}
|
||||
listDict.add(objVO);
|
||||
if(!Objects.equals(objVO.getStatisticsCount(),"0")){
|
||||
listDict.add(objVO);
|
||||
}
|
||||
}
|
||||
return listDict;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user