From 0ad0f24393f5db3224a8e3900b97bb31cf60f56d Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 18 八月 2020 12:54:39 +0800 Subject: [PATCH] log --- service/carService.go | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/service/carService.go b/service/carService.go index 9a2c6a1..3c38030 100644 --- a/service/carService.go +++ b/service/carService.go @@ -252,9 +252,12 @@ //1.鐩墠鏈夎璇嗗埆鐨勯棶棰橈紝浼氭妸D璇嗗埆鎴�0,D鍜�0涓嶅垎 //2.姹夊瓧璇瘑鍒殑鍑犵巼姣旇緝楂� func isMyPlateNo(plateNoM map[string]string, targetPlateNo string) bool { - if targetPlateNo == "浜琋34809"{ - fmt.Println("isMyPlateNo plateNoM:", plateNoM) + + fmt.Println("targetPlateNO:", targetPlateNo) + for ip,_ := range plateNoM { + fmt.Println("my plateNos:", ip) } + if targetPlateNo != "" { nctPlateNo := targetPlateNo[1:] if _,exist := plateNoM[nctPlateNo];exist { -- Gitblit v1.8.0