浏览代码

extract_state==3

maxiaoshan 5 年之前
父节点
当前提交
4b9b52e64a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      udpcreateindex/src/task.go

+ 1 - 1
udpcreateindex/src/task.go

@@ -21,7 +21,7 @@ func task_biddingfile() {
 	defer qutil.Catch()
 	q := map[string]interface{}{
 		"extract_state": map[string]interface{}{
-			"$eq": 2,
+			"$eq": 3,
 		},
 	}
 	biddingPurchaingTask(q)