瀏覽代碼

no message

xingzai 1 年之前
父節點
當前提交
74bc152e38
共有 1 個文件被更改,包括 2 次插入3 次删除
  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)
 						}
 					}
 				}