添加版本删除
parent
79e59a9732
commit
21908a2121
|
@ -139,7 +139,7 @@ public class RuleEngineVersionServiceImpl extends ServiceImpl<RuleEngineVersionM
|
||||||
boolean flag = true;
|
boolean flag = true;
|
||||||
|
|
||||||
log.info("======>" + versionClazz);
|
log.info("======>" + versionClazz);
|
||||||
|
//把源代码的不等号符号进行转换
|
||||||
versionClazz = versionClazz.replace("<", "<").replace(">", ">");
|
versionClazz = versionClazz.replace("<", "<").replace(">", ">");
|
||||||
|
|
||||||
String ossFilePath = className + Suffix_JAVA;
|
String ossFilePath = className + Suffix_JAVA;
|
||||||
|
|
Loading…
Reference in New Issue