|
@@ -3076,7 +3076,7 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
|
|
|
} else {
|
|
|
int num = size2 - xy100b;
|
|
|
if (num != 0) {
|
|
|
- deFenShuoMing.append("其他" + num + "个场景表现良好,测试得分100分。");
|
|
|
+ deFenShuoMing.append("其他" + num + "个场景表现优秀,测试得分100分。");
|
|
|
} else {
|
|
|
deFenShuoMing = new StringBuffer(deFenShuoMing.substring(0, deFenShuoMing.lastIndexOf(";")) + "。");
|
|
|
}
|