浏览代码

代码优化

全业务考评 1 年之前
父节点
当前提交
60e3c08667

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

@@ -357,7 +357,7 @@ public class ResponsibilityIndicatorInfoServiceImpl extends ServiceImpl<Responsi
 
 				if ("1".equals(quantified)) {
 
-					if (MathCalculatorUtil.isNumber(String.valueOf(valueMap.get(entry.getKey().replace("ID_", "")).toString()))) {
+					if (MathCalculatorUtil.isNumber(String.valueOf(valueMap.get(entry.getKey().replace("ID_", ""))))) {
 						info.setQuantifiedValue(Double.valueOf(valueMap.get(entry.getKey().replace("ID_", "")).toString()));
 					} else {
 						info.setQuantifiedValue(0);

+ 1 - 1
ims-service/ims-eval/src/main/resources/application.yml

@@ -32,7 +32,7 @@ iam:
     pro: 6802
   flow-url:
     dev: http://10.65.78.23:8080
-    pro: http://10.65.79.83:8080
+    pro: http://10.65.79.85:8080