xiejun
2024-11-10 012235d05d8dc7c2decdc7229d93033b0399ecbb
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)->{