@@ -566,11 +566,6 @@ func employInfoPerson(v, table, id, employKey, findKey string, source int64, in
} else {
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{}{}
if in.EmployType == 1 {
employData = MC.CrmMysql.FindOne(table, map[string]interface{}{