|
@@ -608,7 +608,7 @@ func employInfoPerson(v, table, id, employKey, findKey string, source int64, in
|
|
@@ -710,7 +710,7 @@ func employInfoEnt(v, table, id, employKey, findKey, depIDArr string, source int
|
|
employData = MC.CrmMysql.SelectBySql(fmt.Sprintf("select id,is_ignore,status ,type from %s where %s=? and status =1 and source=? and ent_dept_id in (%s) ", table, employKey, depIDArr), sourceId, source)
|
|
employData = MC.CrmMysql.SelectBySql(fmt.Sprintf("select id,is_ignore,status ,type from %s where %s=? and status =1 and source=? and ent_dept_id in (%s) ", table, employKey, depIDArr), sourceId, source)
|