WH01243 1 жил өмнө
parent
commit
4ff368eecb

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

@@ -427,10 +427,12 @@ func (e *EmPloyService) IgnoreOperate(in *types.IgnoreOperateReq) {
 		if in.IsIgnore {
 			MC.CrmMysql.Update(table, findMap, map[string]interface{}{
 				"is_ignore": 1,
+				"is_handle": 1,
 			})
 		} else {
 			MC.CrmMysql.Update(table, findMap, map[string]interface{}{
 				"is_ignore": 0,
+				"is_handle": 1,
 			})
 		}
 	}