ludc
2024-05-08 80b725c050e4e4537cc5b7892e5969e537a9b38e
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)->{