liuxiaolong
2020-08-18 27f1012d2fecda7bcc3d9f44c5dd4c10a7cf38a4
service/carService.go
@@ -252,6 +252,9 @@
//1.目前有误识别的问题,会把D识别成0,D和0不分
//2.汉字误识别的几率比较高
func isMyPlateNo(plateNoM map[string]string, targetPlateNo string) bool {
   if targetPlateNo == "京N34809"{
      fmt.Println("isMyPlateNo plateNoM:", plateNoM)
   }
   if targetPlateNo != "" {
      nctPlateNo := targetPlateNo[1:]
      if _,exist := plateNoM[nctPlateNo];exist {