发放积分病例白名单问题处理

This commit is contained in:
2025-03-13 14:44:12 +08:00
parent 8d6b5bb42e
commit f2d47db3f5
2 changed files with 30 additions and 25 deletions
+4
View File
@@ -117,6 +117,10 @@ func (b *User) GetUserScore(c *gin.Context) {
// 优质留言
var describe []string
for _, score := range recordScores {
if score.Score == 0 {
continue
}
d := score.NodeName + ":"
if score.Type == 4 {