Jelajahi Sumber

客成移交失败处理

WH01243 10 bulan lalu
induk
melakukan
bcfbc8bd33
1 mengubah file dengan 3 tambahan dan 6 penghapusan
  1. 3 6
      clueSync/kc.go

+ 3 - 6
clueSync/kc.go

@@ -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