xiejun
2023-10-17 9e341acec731503f1540b65727441e771b8ef9b4
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)->{