|
@@ -375,6 +375,7 @@ func doIndex(infos []map[string]interface{}, bkey, stype string) int {
|
|
|
infoAttribute := util.ObjToString(tmp["infoattribute"])
|
|
|
if infoAttribute != "" {
|
|
|
update["public_type"] = "用户发布"
|
|
|
+ update["extracttype"] = -1
|
|
|
MgoE.Save("bidding_yg", map[string]interface{}{"id": tid, "source": "user"})
|
|
|
} else {
|
|
|
for _, v := range ygsiteArr {
|