xiejun
2023-11-26 c4d687aacfb4e7b6ee5ce67df93cf2f8d8df80c1
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)->{