service/carService.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
service/carService.go
@@ -253,7 +253,10 @@ //2.汉字误识别的几率比较高 func isMyPlateNo(plateNoM map[string]string, targetPlateNo string) bool { fmt.Println("isMyPlateNo plateNoM:", plateNoM, "targetPlateNO:", targetPlateNo) fmt.Println("targetPlateNO:", targetPlateNo) for ip,_ := range plateNoM { fmt.Println("my plateNos:", ip) } if targetPlateNo != "" { nctPlateNo := targetPlateNo[1:]