WH01243 7 mesi fa
parent
commit
65d07fc808
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 != "" {