作者 tangxvhui

修正判定错误

@@ -102,7 +102,7 @@ func (evaluation *SummaryEvaluation) ResetTotalRating(param *EvaluationItemUsed) @@ -102,7 +102,7 @@ func (evaluation *SummaryEvaluation) ResetTotalRating(param *EvaluationItemUsed)
102 evaluation.TotalRating[i2].Number = 0 102 evaluation.TotalRating[i2].Number = 0
103 } 103 }
104 } 104 }
105 - if !isExist { 105 + if isExist {
106 evaluation.TotalRating = append(evaluation.TotalRating, RatingCodeNumber{ 106 evaluation.TotalRating = append(evaluation.TotalRating, RatingCodeNumber{
107 Code: v.Code, 107 Code: v.Code,
108 Number: 0, 108 Number: 0,