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"])
 		if infoAttribute != "" {
 			update["public_type"] = "用户发布"
+			update["extracttype"] = -1
 			MgoE.Save("bidding_yg", map[string]interface{}{"id": tid, "source": "user"})
 		} else {
 			for _, v := range ygsiteArr {