Sfoglia il codice sorgente

Merge branch 'dev_v1.5.19_wh' of jianyu/datatools into feature/v1.5.19

王浩 9 mesi fa
parent
commit
6c2aca0585
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      clueSync/everything.go

+ 2 - 0
clueSync/everything.go

@@ -409,6 +409,7 @@ func bigCustomer() {
 				}
 				s_sourceid := common.ObjToString((*userData)["s_sourceid"])
 				if s_sourceid == db.Sourceid {
+					log.Println("abhList", data, 2222)
 					//安博会数据
 					abhList = append(abhList, map[string]interface{}{
 						"createTime":       nowTime,
@@ -552,6 +553,7 @@ func bigCustomer() {
 		}
 		cfg.BigOrderTime = bigOrderTime
 	}
+	log.Println("abhList", abhList, 11111)
 	if len(abhList) > 0 {
 		ABHEmail("big", abhList)
 	}