|
@@ -437,7 +437,8 @@ func ordersClue() {
|
|
source = common.ObjToString((*userInfo)["source"])
|
|
source = common.ObjToString((*userInfo)["source"])
|
|
} else {
|
|
} else {
|
|
log.Println("后台订单--未查询到 ", user_phone)
|
|
log.Println("后台订单--未查询到 ", user_phone)
|
|
- break
|
|
|
|
|
|
+ //break
|
|
|
|
+ continue
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
if !mongodb.IsObjectIdHex(userId) {
|
|
if !mongodb.IsObjectIdHex(userId) {
|
|
@@ -446,7 +447,8 @@ func ordersClue() {
|
|
userId = common.ObjToString((*userMapping)["userid"])
|
|
userId = common.ObjToString((*userMapping)["userid"])
|
|
} else {
|
|
} else {
|
|
log.Println("后台订单--未查询到 ", user_phone)
|
|
log.Println("后台订单--未查询到 ", user_phone)
|
|
- break
|
|
|
|
|
|
+ //break
|
|
|
|
+ continue
|
|
}
|
|
}
|
|
}
|
|
}
|
|
query["userid"] = userId
|
|
query["userid"] = userId
|
|
@@ -456,7 +458,8 @@ func ordersClue() {
|
|
source = common.ObjToString((*userInfo)["source"])
|
|
source = common.ObjToString((*userInfo)["source"])
|
|
} else {
|
|
} else {
|
|
log.Println("后台订单--未查询到 ", query, user_phone)
|
|
log.Println("后台订单--未查询到 ", query, user_phone)
|
|
- break
|
|
|
|
|
|
+ //break
|
|
|
|
+ continue
|
|
}
|
|
}
|
|
}
|
|
}
|
|
is_assign := 1
|
|
is_assign := 1
|