xingzai 1 gadu atpakaļ
vecāks
revīzija
74bc152e38
1 mainītis faili ar 2 papildinājumiem un 3 dzēšanām
  1. 2 3
      services/wx_user.go

+ 2 - 3
services/wx_user.go

@@ -632,7 +632,6 @@ func UpdateWxUserLabel(cont context.Context) (err error) {
 									fmt.Println("UpdateCygxUserInteractionNum Err", err)
 									return err
 								}
-								fmt.Println(itemInteraction.UserId)
 							}
 						}
 					}
@@ -733,8 +732,8 @@ func UpdateWxUserLabel(cont context.Context) (err error) {
 								fmt.Println("UpdateCygxUserInteractionNum Err", err)
 								return err
 							}
-							fmt.Println(itemInteraction.UserId)
-							err = models.UpdateCygxUserInteractionNum(itemInteraction)
+							//fmt.Println(itemInteraction.UserId)
+							//err = models.UpdateCygxUserInteractionNum(itemInteraction)
 						}
 					}
 				}