@@ -81,6 +81,7 @@ func (e *EmPloyService) EmployOperate(in *types.EmployOperateReq) (bool, string)
id = idFormat(v1, in.EmployType)
table, _, employKey, source := employKeyFormat(in.EmployType, id)
findMap[employKey] = id
+ findMap["source"] = source
if id == "" {
log.Println(v1, in.EmployType, "该信息查询不到数据")
break