From 64243709716585d7fc8649120c3587fbd871aacc Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 11 八月 2020 15:51:14 +0800
Subject: [PATCH] add log

---
 service/msgPush.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/service/msgPush.go b/service/msgPush.go
index d957beb..9bb66a1 100644
--- a/service/msgPush.go
+++ b/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 {

--
Gitblit v1.8.0