xuzhiheng 8 月之前
父节点
当前提交
c4d89df5f9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      field_sync/task.go

+ 1 - 0
field_sync/task.go

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