Commit 86623277 authored by tianyiming's avatar tianyiming

bug修改

parent 96028aab
...@@ -380,7 +380,7 @@ public class EquipmentStaticsServiceImpl { ...@@ -380,7 +380,7 @@ public class EquipmentStaticsServiceImpl {
* 设备类别 * 设备类别
*/ */
if (StrUtil.isNotEmpty(dpFilterParamForDetailDto.getEquCategory())) { if (StrUtil.isNotEmpty(dpFilterParamForDetailDto.getEquCategory())) {
boolMust.must(QueryBuilders.wildcardQuery("EQU_CATEGORY", "*" + dpFilterParamForDetailDto.getEquCategory() + "*")); boolMust.must(QueryBuilders.termQuery("EQU_CATEGORY_CODE", dpFilterParamForDetailDto.getEquCategory()));
} }
if (!CollectionUtils.isEmpty(dpFilterParamForDetailDto.getNextInspectionDate())) { if (!CollectionUtils.isEmpty(dpFilterParamForDetailDto.getNextInspectionDate())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment