WH01243 2 vuotta sitten
vanhempi
commit
28f8aa9e3f
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      jyBXSubscribe/rpc/model/push.go

+ 1 - 2
jyBXSubscribe/rpc/model/push.go

@@ -542,7 +542,7 @@ func (s *subscribePush) getDatasFromMysql(spqp *SubPushQueryParam, starttime, en
 		logx.Info("count:", count, "---", s.ModuleFlag)
 		log.Println("查询数据总数用时", start2-start)
 		findSql = "SELECT  aa.*,  bb.labelvalues as industry  FROM (select a.id,a.date,a.infoid,a.isvisit,a.matchkeys,a.type,b.isvalidfile as attachment_count,b.site," +
-			"b.title,b.area_code,b.buyerclass_code,b.subtype_code,b.publishtime,b.budget,b.bidamount,b.projectname,b.buyer,b.bidopentime "
+			"b.title,b.area_code,b.buyerclass_code,b.subtype_code,b.publishtime,b.budget,b.bidamount,b.projectname,b.bidopentime "
 		if s.ModuleFlag == EntnicheFlag {
 			findSql += ", IF(a.source is NULL,1,a.source) as  source "
 		}
@@ -746,7 +746,6 @@ func (s *subscribePush) GetJyPushs(datas []map[string]interface{}, codeMap *code
 			MatchKeys:    keys,
 			Budget:       common.InterfaceToStr(v["budget"]),
 			BidAmount:    common.InterfaceToStr(v["bidamount"]),
-			Buyer:        common.InterfaceToStr(v["buyer"]),
 			ProjectName:  common.InterfaceToStr(v["projectname"]),
 			Winner:       common.InterfaceToStr(v["s_winner"]),
 			BidOpenTime:  common.Int64All(v["bidopentime"]),