|
@@ -521,7 +521,7 @@ func SearchList(operator Operator) (int64, *[]map[string]interface{}) {
|
|
filterArr = append(filterArr, `{"match":{"toptype":"采购意向"}}`)
|
|
filterArr = append(filterArr, `{"match":{"toptype":"采购意向"}}`)
|
|
operator.TopType = ""
|
|
operator.TopType = ""
|
|
} else if operator.Tag == 2 {
|
|
} else if operator.Tag == 2 {
|
|
- mustArr = append(mustArr, `{"exists":{"field":"price"}}`)
|
|
|
|
|
|
+ mustArr = append(mustArr, `{"exists":{"field":"bidopentime"}}`)
|
|
operator.TopType = ""
|
|
operator.TopType = ""
|
|
}
|
|
}
|
|
if operator.PublishTime != "" {
|
|
if operator.PublishTime != "" {
|