From 30ab9f8fa0fbe45be3f8cf4977505b9fe42acc7a Mon Sep 17 00:00:00 2001 From: haomingming Date: Fri, 10 Oct 2025 13:59:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/controller/CaseComment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controller/CaseComment.go b/api/controller/CaseComment.go index 3ca16e8..78fc899 100644 --- a/api/controller/CaseComment.go +++ b/api/controller/CaseComment.go @@ -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 {