测试分支

This commit is contained in:
haomingming 2025-10-10 13:59:28 +08:00
parent 8a1845ae52
commit 30ab9f8fa0

View File

@ -269,7 +269,7 @@ func (b *CaseComment) AddCaseCommentHighQuality(c *gin.Context) {
}
}()
// 发放积分-优质留言
// 发放积分-优质留言-1010 修改
userService := service.UserService{}
err = userService.ReportUserScore(tx, result.ProjectId, caseComment.CaseId, caseComment.PlatformId, scoreType, user)
if err != nil {