panlei
2019-07-17 abe16802d649482e671a120f2a5db73ad02b255e
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() {