panlei
2019-07-29 ee960033e881a16f0243a349036b7fdac8975228
ruleserver/ruleToformula.go
@@ -341,7 +341,7 @@
   faces := []Arg{}
   if len(am.filterData) > 0 {
      for _, data := range am.filterData {
         flag := true
         flag := true
         for _,face := range faceList  {
            if data.Location.X == face.Location.X && data.Location.Y == face.Location.Y && data.Location.Width == face.Location.Width && data.Location.Height == face.Location.Height {
               flag = false