Browse Source

no message

xingzai 1 year ago
parent
commit
74bc152e38
1 changed files with 2 additions and 3 deletions
  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)
 						}
 					}
 				}