chenminghua 1 рік тому
батько
коміт
5a1de410c6

+ 1 - 1
ims-service/ims-eval/src/main/java/com/ims/eval/service/impl/EvaluatioinScoreCountServiceImpl.java

@@ -75,7 +75,7 @@ public class EvaluatioinScoreCountServiceImpl extends ServiceImpl<EvaluationScor
 					e.getValue().forEach(el -> {
 						Map<String, Object> mt = new HashMap<>();
 						mt.put("key", el.get("indicator_name"));
-						mt.put("code", el.get("indicator_code").toString() + "_score");
+						mt.put("code", el.get("indicator_code").toString());
 						ls.add(mt);
 					});
 					title.put((String) e.getKey(), ls);