Parcourir la source

Merge branch 'master' of https://jygit.jydev.jianyu360.cn/CRM/application into master

zhangxinlei1996 il y a 1 an
Parent
commit
3b96d81cbb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      api/internal/service/employService.go

+ 1 - 1
api/internal/service/employService.go

@@ -210,7 +210,7 @@ func infoFind(id string, v1 string) map[string]interface{} {
 		pushTime = time.Unix(common.Int64All(obj["publishtime"]), 0).Format(date.Date_Full_Layout)
 		data["source"] = 1
 		data["source_id"] = id
-		if toptype == "采购意向" || toptype == "预告" || toptype == "招标" {
+		if toptype == "采购意向" || toptype == "预告" || toptype == "招标" || toptype == "" {
 			data["type"] = 2
 		} else {
 			if subtype == "废标" || subtype == "流标" || subtype == "其它" {