WH01243 преди 7 месеца
родител
ревизия
65d07fc808
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      jyBXCore/rpc/service/operator.go

+ 1 - 1
jyBXCore/rpc/service/operator.go

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