|
@@ -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)
|