Jianghan 1 ano atrás
pai
commit
fa9e583e58
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      api/internal/service/employService.go

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

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