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