Browse Source

去掉延时进库

renzheng 7 years ago
parent
commit
317c940a1e
2 changed files with 9 additions and 9 deletions
  1. BIN
      src/saveServer/saveServer
  2. 9 9
      src/saveServer/savedata.go

BIN
src/saveServer/saveServer


+ 9 - 9
src/saveServer/savedata.go

@@ -6,7 +6,7 @@ import (
 	"regexp"
 	"saveServer/bidcheckrepeat"
 	"saveServer/extractarea"
-	"saveServer/tempinfo"
+	//	"saveServer/tempinfo"
 	"saveServer/tools"
 	"sync"
 	"time"
@@ -90,14 +90,14 @@ func SaveBidding(tmp map[string]interface{}) (b bool, res int) {
 		}
 		tmp["areaval"] = tools.GetChoiceCode(qutil.ObjToString(tmp["area"]))
 		//处理临时信息
-		if infoformat == 1 {
-			btemp, binsert := tempinfo.CheckTempInfo(tmp)
-			if btemp {
-				res = 5
-				b = binsert
-				return
-			}
-		}
+		//		if infoformat == 1 {
+		//			btemp, binsert := tempinfo.CheckTempInfo(tmp)
+		//			if btemp {
+		//				res = 5
+		//				b = binsert
+		//				return
+		//			}
+		//		}
 		href := qutil.ObjToString(tmp["href"])
 		uuid := "-1"
 		if infoformat == 1 {