发放积分病例白名单问题处理
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user