ruleserver/ruleToformula.go
@@ -111,6 +111,7 @@ args.RuleResult = make(map[string]interface{}) args.RuleResult["yolo"] = []Result{} args.RuleResult["face"] = []Arg{} if len(taskGroup.GroupRules) > 0 { for _, group := range taskGroup.GroupRules { //logger.Println("------------------------------任务规则:",taskRule) taskId := taskGroup.TaskId @@ -128,6 +129,7 @@ } } } } func RunRule(args *SdkDatas, groupRule *protomsg.GroupRule, taskId string, message *protomsg.SdkMessage) bool { defer func() {