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