|
@@ -778,7 +778,7 @@ public class EsCountService {
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
- if (fieldType == null || fieldType != 6) {
|
|
|
+ if (fieldType == null || fieldType == 6) {
|
|
|
Long customNum = this.getUnselectedCustomNum1(projectId, fieldId, query);
|
|
|
EsCountDetailDTO detail = new EsCountDetailDTO();
|
|
|
detail.setField(field);
|