|
@@ -566,11 +566,6 @@ func employInfoPerson(v, table, id, employKey, findKey string, source int64, in
|
|
} else {
|
|
} else {
|
|
sourceId = id
|
|
sourceId = id
|
|
}
|
|
}
|
|
- employData := MC.CrmMysql.FindOne(table, map[string]interface{}{
|
|
|
|
- employKey: sourceId,
|
|
|
|
- "position_id": in.PositionId,
|
|
|
|
- "source": source,
|
|
|
|
- }, "is_ignore,status,id,type", "")
|
|
|
|
employData := &map[string]interface{}{}
|
|
employData := &map[string]interface{}{}
|
|
if in.EmployType == 1 {
|
|
if in.EmployType == 1 {
|
|
employData = MC.CrmMysql.FindOne(table, map[string]interface{}{
|
|
employData = MC.CrmMysql.FindOne(table, map[string]interface{}{
|