|
@@ -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)
|