xiejun
2023-08-12 4187374bbae66190e7eca6f42cc5e61cfae1637f
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/impl/FormulaServiceImpl.java
@@ -709,7 +709,7 @@
         str = str.substring(2);
      }
      //需要替换系统变量
      Map<String, String> systemVarValueMap = VciSystemVarConstants.getSystemVarValueMap();
      Map<String, String> systemVarValueMap = new HashMap<>();//VciSystemVarConstants.getSystemVarValueMap();
      if(!CollectionUtils.isEmpty(systemVarValueMap)){
         final String[] finalStr = new String[]{str};
         systemVarValueMap.forEach((key,value)->{