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