Răsfoiți Sursa

收录类型处理

WH01243 1 an în urmă
părinte
comite
c2629bb114
1 a modificat fișierele cu 0 adăugiri și 5 ștergeri
  1. 0 5
      api/internal/service/employService.go

+ 0 - 5
api/internal/service/employService.go

@@ -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{}{