Browse Source

默认值处理

WH01243 7 tháng trước cách đây
mục cha
commit
65d07fc808
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 != "" {