소스 검색

Merge branch 'dev/v1.0.4_wjh' into feature/v1.0.4

* dev/v1.0.4_wjh:
  xg
Jianghan 1 년 전
부모
커밋
bda88e8152
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/internal/service/plistService.go

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

@@ -321,7 +321,7 @@ func moreInfo(req *types.ProjectListReq, list []*ProjectEntry) (result []*Projec
 		// 人脉路径
 		// 有我的人脉标签时不需要查询人脉路径信息
 		if m.MyConn == false && m.BuyerId != "" {
-			companyList := ConnectionsHandle([]string{m.BuyerId}, req.PositionId, false)
+			companyList := ConnectionsHandle([]string{fmt.Sprintf("'%s'", m.BuyerId)}, req.PositionId, false)
 			if len(companyList) > 0 {
 				m.BId = common.ObjToString(companyList[0]["b_id"])
 				m.BName = common.ObjToString(companyList[0]["b_name"])