Bläddra i källkod

字段类型修改

WH01243 2 år sedan
förälder
incheckning
961256139e
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      jyBXSubscribe/rpc/model/push.go

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

@@ -190,7 +190,7 @@ func (s *subscribePush) InfoFormat(p *PushCa, info *map[string]interface{}) *bxs
 		Buyer:        common.InterfaceToStr((*info)["buyer"]),
 		ProjectName:  common.InterfaceToStr((*info)["projectname"]),
 		Winner:       common.InterfaceToStr((*info)["s_winner"]),
-		BidOpenTime:  common.InterfaceToStr((*info)["bidopentime"]),
+		BidOpenTime:  common.Int64All((*info)["bidopentime"]),
 		CaFileExists: p.FileExists,
 	}
 }
@@ -478,7 +478,6 @@ func (s *subscribePush) getDatasFromMysql(spqp *SubPushQueryParam, starttime, en
 	logx.Info(spqp.NewUserId, "subscribePush query sql:", findSql)
 	list := spqp.BaseServiceMysql.SelectBySql(findSql)
 	if list != nil && len(*list) > 0 {
-		logx.Info("数据库数据", list)
 		pushCas := s.GetJyPushs(*list)
 		if !spqp.Export {
 			result = s.GetInfoByIds(spqp.Mgo_bidding, spqp.Bidding, spqp.Bidding_back, pushCas)