作者 tangxvhui

添加 任务中warnFlag 值的设定

@@ -165,7 +165,7 @@ func (srv *MessagePersonalService) TodayMessageTaskStageAnomaly(param *command.G @@ -165,7 +165,7 @@ func (srv *MessagePersonalService) TodayMessageTaskStageAnomaly(param *command.G
165 } 165 }
166 childUserId2 := []string{} 166 childUserId2 := []string{}
167 for _, val := range childUser { 167 for _, val := range childUser {
168 - if val.Level == 3 { 168 + if val.Level >= 3 {
169 childUserId = append(childUserId, strconv.Itoa(val.Id)) 169 childUserId = append(childUserId, strconv.Itoa(val.Id))
170 } 170 }
171 } 171 }