Commit e1978de1 authored by suhuiguang's avatar suhuiguang

refact(综合搜索):数据同步调整

1.设备价值字段类型修改为keyword
parent abc0aa82
...@@ -368,8 +368,8 @@ public class ESEquipmentInfo { ...@@ -368,8 +368,8 @@ public class ESEquipmentInfo {
/** /**
* 设备总价值(万元) * 设备总价值(万元)
*/ */
@Field(type = FieldType.Scaled_Float, scalingFactor = 100) @Field(type = FieldType.Keyword)
private BigDecimal equPrice; private String equPrice;
/** /**
* 单位类型-多个逗号分隔开-实时的单位类型 * 单位类型-多个逗号分隔开-实时的单位类型
......
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