添加调试信息
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user