@@ -569,7 +569,6 @@ func (e *EmPloyService) DistributePerson(in *types.EmployDistributeReq) bool {
for k, _ := range topMap {
c := MC.CrmMysql.Count(entity.EMPLOY_INFO, map[string]interface{}{"source_id": k, "is_timeout": 1, "ent_id": topEnt})
if c <= 0 {
- ur
MC.CrmMysql.ExecBySql("UPDATE crm.topnet_info SET is_timeout = 1 WHERE info_id = ?", k)
}