Ver Fonte

Merge remote-tracking branch 'origin/master'

root há 2 anos atrás
pai
commit
b6c63af298

+ 1 - 1
simulation-resource-server/src/main/java/com/css/simulation/resource/project/impl/SimulationProjectServiceImpl.java

@@ -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(";")) + "。");
                     }