Browse Source

Merge branch 'v4.9.16_ws' of qmx/jy into feature/v4.9.16

fuwencai 1 năm trước cách đây
mục cha
commit
47e52ea903
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/jfw/modules/publicapply/src/userbase/entity/entity.go

+ 2 - 2
src/jfw/modules/publicapply/src/userbase/entity/entity.go

@@ -607,9 +607,9 @@ func GetOriginalTextUrl(biddingId string) (href string) {
 	if obj != nil && len(obj) > 0 {
 		infoformat := util.IntAllDef(obj["infoformat"], 1)
 		obj["infoformat"] = infoformat
-		//精准字段(竞争对手的地址) 或  拟建项目不返回原文地址
+		//精准字段(竞争对手的地址)
 		// infoformat: 拟建数据标识
-		if util.ObjToString(obj["href"]) == "#" || infoformat == 2 || util.ObjToString(obj["site"]) == "剑鱼信息发布平台" {
+		if util.ObjToString(obj["href"]) == "#" || util.ObjToString(obj["site"]) == "剑鱼信息发布平台" {
 			delete(obj, "href")
 			delete(obj, "competehref")
 		} else {