---
panlei
2019-11-22 47a3f62da93acf15502c66ff387c318f942247a2
algorithm/car/plate.go
@@ -12,7 +12,7 @@
func Entrance(rule *protomsg.Rule, am *structure.AreaMap,lable *structure.Others,args *structure.SdkDatas,message *protomsg.SdkMessage) structure.LittleRuleResult {
   if rule.PolygonId == am.AreaId { // 首先这条规则得是这个算法的规则,其次规则所对应的区域id要跟区域数据的id对的上
      if rule.SdkArgAlias != "nCarCount" && rule.SdkArgAlias != "nCarLogoCount" {
      if rule.SdkArgAlias != "nCarCount" {
         logger.Info("过滤车牌信息")
         return filterRule(rule, am)
      } else {