|
@@ -139,7 +139,7 @@ public class EsCountService {
|
|
|
}
|
|
|
searchCondition = this.getCondition(searchCondition, taskId, projectId);
|
|
|
String queryCondition = "";
|
|
|
- if (searchCondition.contains("罒")) {
|
|
|
+ if (StringUtils.isNotEmpty(searchCondition) && searchCondition.contains("罒")) {
|
|
|
queryCondition = searchCondition.replace("罒", " OR ");
|
|
|
} else {
|
|
|
queryCondition = searchCondition;
|