|
@@ -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 {
|