瀏覽代碼

修复 业主委托项目

wcc 1 年之前
父節點
當前提交
fadeee4033
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 0
      website_columns/column_test.go
  2. 1 1
      website_columns/main.go

File diff suppressed because it is too large
+ 2 - 0
website_columns/column_test.go


+ 1 - 1
website_columns/main.go

@@ -59,7 +59,7 @@ func dealBidding() {
 	now := time.Now()
 	ctx, _ := context.WithTimeout(context.Background(), 99999*time.Hour)
 	coll := sess.M.C.Database(GF.MongoB.DB).Collection(GF.MongoB.Coll)
-	find := options.Find().SetBatchSize(1000).SetSort(bson.D{bson.E{"comeintime", 1}}).SetProjection(bson.M{"comeintime": 1, "toptype": 1, "subtype": 1, "buyerclass": 1, "title": 1, "detail": 1, "package": 1, "funds": 1})
+	find := options.Find().SetBatchSize(1000).SetSort(bson.D{bson.E{"comeintime", 1}}).SetProjection(bson.M{"comeintime": 1, "toptype": 1, "subtype": 1, "buyerclass": 1, "title": 1, "detail": 1, "package": 1, "funds": 1, "spidercode": 1})
 	if startTime != 0 && GF.Cron.End != 0 {
 		q = map[string]interface{}{
 			"comeintime": map[string]interface{}{

Some files were not shown because too many files changed in this diff