---
panlei
2019-07-12 b5f60626865961b0baef40e5ede39d0615e5a8f6
ruleserver/ruleToformula.go
@@ -589,6 +589,7 @@
func Json2points(areaPoints string) []Point {
   var pts []Point
   if areaPoints == "" {
      logger.Error("=====================此区域为全部区域")
      pts = append(pts, Point{0, 0})
      pts = append(pts, Point{0, 540})
      pts = append(pts, Point{960, 540})