panlei
2019-08-19 f383a4445f031c5258e79ac505f5417b5faf3994
ruleserver/ruleToformula.go
@@ -148,8 +148,8 @@
   if err1 != nil {
      panic("没有找到中间件入口函数")
   }
   _,_,_ := f.(func(args *structure.SdkDatas,rule protomsg.GroupRule)([]*structure.LittleRuleResult, string, string))(args,rule)
   return nil,"",""
   a,b,c := f.(func(args *structure.SdkDatas,rule protomsg.GroupRule)([]*structure.LittleRuleResult, string, string))(args,rule)
   return a,b,c
}
func RunRule(args *structure.SdkDatas, groupRule *protomsg.GroupRule, taskId string, message *protomsg.SdkMessage, label structure.Others) bool {
   defer func() {