添加版本删除

master
zhang chengzhi 2024-09-10 16:17:15 +08:00
parent 79e59a9732
commit 21908a2121
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ public class RuleEngineVersionServiceImpl extends ServiceImpl<RuleEngineVersionM
boolean flag = true;
log.info("======>" + versionClazz);
//把源代码的不等号符号进行转换
versionClazz = versionClazz.replace("&lt;", "<").replace("&gt;", ">");
String ossFilePath = className + Suffix_JAVA;