service/msgPush.go
@@ -258,6 +258,7 @@ } } } fmt.Println("len(carPersonM):", len(carPersonM), "len(pushUserM):", len(pushUserM)) for _,personId := range carPersonM { if phoneNum,ok := pushUserM[personId]; ok { //此人已注册到系统,并且车不在停车库内 if _,in := delPersonIdM[personId];!in {