添加调试信息

This commit is contained in:
haomingming
2025-10-11 13:58:20 +08:00
parent 8fab74e064
commit 410933e5b0
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -278,8 +278,11 @@ func (b *CaseComment) AddCaseCommentHighQuality(c *gin.Context) {
return
}
println(user)
// 上报用户参与情况-只上报优质留言-佳动力
if caseComment.PlatformId == 2 {
println(11)
err = userService.ReportCaseRecord(tx, result.ProjectId, caseComment.CaseId, user)
if err != nil {
tx.Rollback()