Ver código fonte

旧代码删除

WH01243 2 anos atrás
pai
commit
46f2023dd6
1 arquivos alterados com 0 adições e 8 exclusões
  1. 0 8
      jyBXSubscribe/rpc/model/push.go

+ 0 - 8
jyBXSubscribe/rpc/model/push.go

@@ -168,14 +168,6 @@ func (s *subscribePush) InfoFormat(p *PushCa, info *map[string]interface{}) *bxs
 	if infotype == "" {
 		infotype = common.ObjToString((*info)["toptype"])
 	}
-	if infotype == "" {
-		infotype = common.ObjToString((*info)["type"])
-		if infotype == "tender" {
-			infotype = "招标"
-		} else if infotype == "bid" {
-			infotype = "中标"
-		}
-	}
 	_id := p.InfoId
 	if _id == "" {
 		_id = common.ObjToString((*info)["_id"])