浏览代码

企业画像地址修改

WH01243 1 年之前
父节点
当前提交
36e671a653
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/internal/service/employService.go

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

@@ -102,7 +102,7 @@ func (e *EmPloyService) EmployOperate(in *types.EmployOperateReq) (bool, string)
 						data = infoFind(id, v1)
 					} else if in.EmployType == 2 {
 						data = customFind(id, in.EmployType)
-						data["jybx_url"] = "/swordfish/page_big_pc/svip/ent_ser_portrait/" + v1
+						data["jybx_url"] = "/swordfish/page_big_pc/ent_portrait/" + v1
 						data["source"] = source
 					} else if in.EmployType == 3 {
 						data = customFind(id, in.EmployType)