提交 1074c388 作者: yanxin

合并bug修改

上级 fa2217d5
...@@ -2075,7 +2075,7 @@ public class EsService { ...@@ -2075,7 +2075,7 @@ public class EsService {
* @author lkg * @author lkg
* @date 2024/12/25 * @date 2024/12/25
*/ */
private BoolQueryBuilder buildQuery(InfoDataSearchCondition searchCondition, List<String> subjectIdList) { public BoolQueryBuilder buildQuery(InfoDataSearchCondition searchCondition, List<String> subjectIdList) {
//判断是否需要查询发布时间为空的数据 //判断是否需要查询发布时间为空的数据
boolean timeFlag = false; boolean timeFlag = false;
if(StringUtils.isEmpty(searchCondition.getStartTime()) && StringUtils.isEmpty(searchCondition.getEndTime())) { if(StringUtils.isEmpty(searchCondition.getStartTime()) && StringUtils.isEmpty(searchCondition.getEndTime())) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论