Browse Source

Merge branch 'cygx/cygx_12.9' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 1 year ago
parent
commit
7290f10fb7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/cygx/apply_record.go

+ 2 - 0
controllers/cygx/apply_record.go

@@ -210,6 +210,8 @@ func (this *ApplyRecordController) ListSysRole() {
 			list[i].HttpUrl = utils.CYGX_WEB_URL + "/summary/1/" + strconv.Itoa(v.SourceId)
 		case "reportselection": //报告精选(重点公司)
 			list[i].HttpUrl = utils.CYGX_WEB_URL + "/recent/" + strconv.Itoa(v.SourceId)
+		case "yanxuanspecial": //研选专栏
+			list[i].HttpUrl = utils.CYGX_WEB_URL + "/column/detail/" + strconv.Itoa(v.SourceId)
 		}
 	}